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 | Field | Description |
---|---|---|
static Comparator<CustomFieldValue> |
CustomFieldValue.SORT_ORDER_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
List<CustomFieldValue> |
CustomField.getOptions() |
Modifier and Type | Method | Description |
---|---|---|
void |
CustomField.setOptions(List<CustomFieldValue> options) |
Modifier and Type | Method | Description |
---|---|---|
static CustomFieldValue |
CustomFieldUtilities.getCustomFieldOptionByValue(List<CustomFieldValue> fields,
String value) |
Modifier and Type | Method | Description |
---|---|---|
int |
CustomFieldUtilities.CustomFieldValueByNameComparator.compare(CustomFieldValue a,
CustomFieldValue b) |
|
static String |
CustomFieldUtilities.getCustomFieldOptionName(CustomFieldValue option,
Locale locale) |
Modifier and Type | Method | Description |
---|---|---|
static List<NameValuePair> |
Convert.customFieldOptionsToNameValuePairs(List<CustomFieldValue> options) |
Deprecated.
|
static CustomFieldValue |
CustomFieldUtilities.getCustomFieldOptionByValue(List<CustomFieldValue> fields,
String value) |
Modifier and Type | Method | Description |
---|---|---|
CustomFieldValue |
CustomFieldValueDAO.findByPrimaryKey(Integer customFieldId) |
|
CustomFieldValue |
CustomFieldValueDAOImpl.findByPrimaryKey(Integer customFieldId) |
Modifier and Type | Method | Description |
---|---|---|
List<CustomFieldValue> |
CustomFieldValueDAO.findAll() |
|
List<CustomFieldValue> |
CustomFieldValueDAOImpl.findAll() |
Copyright © 2002–2019 itracker. All rights reserved.