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 |
---|---|---|
CustomField |
CustomFieldValue.getCustomField() |
|
CustomField |
IssueField.getCustomField() |
Modifier and Type | Method | Description |
---|---|---|
List<CustomField> |
Project.getCustomFields() |
|
List<CustomField> |
SystemConfiguration.getCustomFields() |
Modifier and Type | Method | Description |
---|---|---|
void |
CustomFieldValue.setCustomField(CustomField customField) |
|
void |
IssueField.setCustomField(CustomField customField) |
Modifier and Type | Method | Description |
---|---|---|
void |
Project.setCustomFields(List<CustomField> getCustomFields) |
|
void |
SystemConfiguration.setCustomFields(List<CustomField> value) |
Constructor | Description |
---|---|
CustomFieldValue(CustomField customField,
String value) |
|
IssueField(Issue issue,
CustomField field) |
Modifier and Type | Method | Description |
---|---|---|
static CustomField |
IssueUtilities.getCustomField(Integer id) |
Returns the custom field with the supplied id.
|
static CustomField |
IssueUtilities.getCustomField(Integer id,
Locale locale) |
Returns the custom field with the supplied id value.
|
Modifier and Type | Method | Description |
---|---|---|
static List<CustomField> |
IssueUtilities.getCustomFields() |
Returns the cached array of CustomFieldModels.
|
Modifier and Type | Method | Description |
---|---|---|
int |
CustomFieldUtilities.CustomFieldByNameComparator.compare(CustomField o1,
CustomField o2) |
|
static List<NameValuePair> |
Convert.customFieldOptionsToNameValuePairs(CustomField customField,
Locale locale) |
Returns the options sorted-
|
static String |
CustomFieldUtilities.getCustomFieldOptionName(CustomField field,
String value,
Locale locale) |
Modifier and Type | Method | Description |
---|---|---|
static String |
IssueUtilities.getFieldName(Integer fieldId,
List<CustomField> customFields,
Locale locale) |
|
static void |
IssueUtilities.setCustomFields(List<CustomField> value) |
Sets the cached array of CustomFieldModels.
|
Modifier and Type | Method | Description |
---|---|---|
CustomField |
CustomFieldDAO.findByPrimaryKey(Integer customFieldId) |
|
CustomField |
CustomFieldDAOImpl.findByPrimaryKey(Integer customFieldId) |
Modifier and Type | Method | Description |
---|---|---|
List<CustomField> |
CustomFieldDAO.findAll() |
|
List<CustomField> |
CustomFieldDAOImpl.findAll() |
Copyright © 2002–2019 itracker. All rights reserved.