Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.model.util |
This package contains code for what?
|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
Modifier and Type | Method | Description |
---|---|---|
List<Configuration> |
SystemConfiguration.getResolutions() |
|
List<Configuration> |
SystemConfiguration.getSeverities() |
|
List<Configuration> |
SystemConfiguration.getStatuses() |
Modifier and Type | Method | Description |
---|---|---|
void |
SystemConfiguration.addConfiguration(Configuration configuration) |
|
int |
Configuration.ConfigurationOrderComparator.compare(Configuration o1,
Configuration o2) |
|
String |
Configuration.Type.getLanguageKey(Configuration configuration) |
Returns the key for a particular configuration item.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SystemConfiguration.setResolutions(List<Configuration> value) |
|
void |
SystemConfiguration.setSeverities(List<Configuration> value) |
|
void |
SystemConfiguration.setStatuses(List<Configuration> value) |
Modifier and Type | Method | Description |
---|---|---|
static Configuration[] |
SystemConfigurationUtilities.nvpArrayToConfigurationArray(Configuration.Type configType,
NameValuePair[] names) |
Modifier and Type | Method | Description |
---|---|---|
static List<Configuration> |
IssueUtilities.getStatuses() |
getStatuses() needs to get implemented..
|
Modifier and Type | Method | Description |
---|---|---|
static String |
SystemConfigurationUtilities.getLanguageKey(Configuration configuration) |
Returns the key for a particular configuration item.
|
static String |
SystemConfigurationUtilities.getTypeLanguageKey(Configuration configuration) |
Modifier and Type | Method | Description |
---|---|---|
static void |
IssueUtilities.setResolutions(List<Configuration> value) |
Sets the cached list of predefined resolutions.
|
static void |
IssueUtilities.setSeverities(List<Configuration> value) |
|
static void |
IssueUtilities.setStatuses(List<Configuration> value) |
Modifier and Type | Method | Description |
---|---|---|
Configuration |
ConfigurationDAO.findByPrimaryKey(Integer id) |
|
Configuration |
ConfigurationDAOImpl.findByPrimaryKey(Integer configId) |
|
Configuration |
ConfigurationDAO.findByTypeValueKey(Configuration.Type type,
String value) |
|
Configuration |
ConfigurationDAOImpl.findByTypeValueKey(Configuration.Type type,
String value) |
Modifier and Type | Method | Description |
---|---|---|
List<Configuration> |
ConfigurationDAO.findByType(int type) |
Deprecated.
use findByType(Configuration.Type type)
|
List<Configuration> |
ConfigurationDAO.findByType(Configuration.Type type) |
|
List<Configuration> |
ConfigurationDAOImpl.findByType(int type) |
Deprecated.
|
List<Configuration> |
ConfigurationDAOImpl.findByType(Configuration.Type type) |
|
List<Configuration> |
ConfigurationDAO.findByTypeAndValue(int type,
String value) |
Deprecated.
|
List<Configuration> |
ConfigurationDAO.findByTypeAndValue(Configuration.Type type,
String value) |
Deprecated.
use findByTypeValueKey(int type, String value)
|
List<Configuration> |
ConfigurationDAOImpl.findByTypeAndValue(int type,
String value) |
Deprecated.
|
List<Configuration> |
ConfigurationDAOImpl.findByTypeAndValue(Configuration.Type type,
String value) |
Modifier and Type | Method | Description |
---|---|---|
Configuration |
ConfigurationService.createConfigurationItem(Configuration configuration) |
Creates a
Configuration . |
Configuration |
ConfigurationService.getConfigurationItem(Integer id) |
Load a configuration from database.
|
Configuration |
ConfigurationService.updateConfigurationItem(Configuration configuration) |
This method updates a configuration item in the database.
|
Modifier and Type | Method | Description |
---|---|---|
List<Configuration> |
ConfigurationService.getConfigurationItemsByType(int type) |
Deprecated.
use getConfigurationItemsByType(Configuration.Type type)
|
List<Configuration> |
ConfigurationService.getConfigurationItemsByType(int type,
Locale locale) |
Deprecated.
use getConfigurationItemsByType(Configuration.Type type, Locale locale)
|
List<Configuration> |
ConfigurationService.getConfigurationItemsByType(Configuration.Type type) |
Returns all the configuration items of a particular type.
|
List<Configuration> |
ConfigurationService.getConfigurationItemsByType(Configuration.Type type,
Locale locale) |
Returns all the configuration items of a particular type.
|
List<Configuration> |
ConfigurationService.updateConfigurationItems(List<Configuration> configurations,
Configuration.Type type) |
Updates the configuration items.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
ConfigurationService.configurationItemExists(Configuration configuration) |
|
Configuration |
ConfigurationService.createConfigurationItem(Configuration configuration) |
Creates a
Configuration . |
boolean |
ConfigurationService.isConfigurationItemUpToDate(Configuration configuration) |
|
void |
ConfigurationService.removeConfigurationItems(Configuration configuration) |
This method will remove all configuration items that match the supplied models
type and value.
|
Configuration |
ConfigurationService.updateConfigurationItem(Configuration configuration) |
This method updates a configuration item in the database.
|
void |
ConfigurationService.updateLanguage(Locale locale,
List<Language> languages,
Configuration config) |
Modifier and Type | Method | Description |
---|---|---|
List<Configuration> |
ConfigurationService.updateConfigurationItems(List<Configuration> configurations,
Configuration.Type type) |
Updates the configuration items.
|
Modifier and Type | Method | Description |
---|---|---|
Configuration |
ConfigurationServiceImpl.createConfigurationItem(Configuration configuration) |
|
Configuration |
ConfigurationServiceImpl.getConfigurationItem(Integer id) |
|
Configuration |
ConfigurationServiceImpl.updateConfigurationItem(Configuration configuration) |
Modifier and Type | Method | Description |
---|---|---|
List<Configuration> |
ConfigurationServiceImpl.getConfigurationItemsByType(int type) |
Deprecated.
|
List<Configuration> |
ConfigurationServiceImpl.getConfigurationItemsByType(int type,
Locale locale) |
Deprecated.
|
List<Configuration> |
ConfigurationServiceImpl.getConfigurationItemsByType(Configuration.Type type) |
|
List<Configuration> |
ConfigurationServiceImpl.getConfigurationItemsByType(Configuration.Type type,
Locale locale) |
|
List<Configuration> |
ConfigurationServiceImpl.updateConfigurationItems(List<Configuration> configurations,
Configuration.Type type) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
ConfigurationServiceImpl.configurationItemExists(Configuration configuration) |
|
Configuration |
ConfigurationServiceImpl.createConfigurationItem(Configuration configuration) |
|
boolean |
ConfigurationServiceImpl.isConfigurationItemUpToDate(Configuration configuration) |
|
void |
ConfigurationServiceImpl.removeConfigurationItems(Configuration configuration) |
|
Configuration |
ConfigurationServiceImpl.updateConfigurationItem(Configuration configuration) |
|
void |
ConfigurationServiceImpl.updateLanguage(Locale locale,
List<Language> items,
Configuration configItem) |
Modifier and Type | Method | Description |
---|---|---|
List<Configuration> |
ConfigurationServiceImpl.updateConfigurationItems(List<Configuration> configurations,
Configuration.Type type) |
Deprecated.
|
Copyright © 2002–2019 itracker. All rights reserved.