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).
|
Modifier and Type | Method | Description |
---|---|---|
Configuration.Type |
Configuration.Type.fromCode(Integer code) |
|
Configuration.Type |
ProjectScript.getFieldType() |
|
Configuration.Type |
Configuration.getType() |
|
static Configuration.Type |
Configuration.Type.valueOf(Integer code) |
Returns the enum constant of this type with the specified name.
|
static Configuration.Type |
Configuration.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Configuration.Type[] |
Configuration.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ProjectScript.setFieldType(Configuration.Type fieldType) |
|
void |
Configuration.setType(Configuration.Type type) |
Constructor | Description |
---|---|
Configuration(Configuration.Type type,
String value) |
|
Configuration(Configuration.Type type,
String value,
int order) |
|
Configuration(Configuration.Type type,
String value,
String version) |
|
Configuration(Configuration.Type type,
String value,
String version,
int order) |
|
Configuration(Configuration.Type type,
NameValuePair pair) |
Modifier and Type | Method | Description |
---|---|---|
static Configuration[] |
SystemConfigurationUtilities.nvpArrayToConfigurationArray(Configuration.Type configType,
NameValuePair[] names) |
Modifier and Type | Method | Description |
---|---|---|
List<Configuration> |
ConfigurationDAO.findByType(Configuration.Type type) |
|
List<Configuration> |
ConfigurationDAOImpl.findByType(Configuration.Type type) |
|
List<Configuration> |
ConfigurationDAO.findByTypeAndValue(Configuration.Type type,
String value) |
Deprecated.
use findByTypeValueKey(int type, String value)
|
List<Configuration> |
ConfigurationDAOImpl.findByTypeAndValue(Configuration.Type type,
String value) |
|
Configuration |
ConfigurationDAO.findByTypeValueKey(Configuration.Type type,
String value) |
|
Configuration |
ConfigurationDAOImpl.findByTypeValueKey(Configuration.Type type,
String value) |
Copyright © 2002–2019 itracker. All rights reserved.