Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.model.util |
This package contains code for what?
|
Modifier and Type | Field | Description |
---|---|---|
static Comparator<NameValuePair> |
NameValuePair.KEY_COMPARATOR |
|
static Comparator<NameValuePair> |
NameValuePair.VALUE_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
int |
NameValuePair.compareKeyTo(NameValuePair other) |
|
int |
NameValuePair.compareValueTo(NameValuePair other) |
Constructor | Description |
---|---|
Configuration(Configuration.Type type,
NameValuePair pair) |
Modifier and Type | Method | Description |
---|---|---|
static NameValuePair[] |
WorkflowUtilities.getEvents(Locale locale) |
Returns an array of pairs (eventName, eventId), where eventName
is an event title, according to selected locale.
|
static NameValuePair[] |
IssueUtilities.getStandardFields(Locale locale) |
Modifier and Type | Method | Description |
---|---|---|
static List<NameValuePair> |
Convert.componentsToNameValuePairs(List<Component> components) |
Converts an array of ComponentModels to NameValuePairs
|
static List<NameValuePair> |
Convert.customFieldOptionsToNameValuePairs(List<CustomFieldValue> options) |
Deprecated.
|
static List<NameValuePair> |
Convert.customFieldOptionsToNameValuePairs(CustomField customField,
Locale locale) |
Returns the options sorted-
|
static List<NameValuePair> |
WorkflowUtilities.getListOptions(Map<Integer,List<NameValuePair>> listOptions,
int fieldId) |
Select a list of NameValuePair objects from provided map object according
to fieldId selector.
|
static List<NameValuePair> |
WorkflowUtilities.getListOptions(Map listOptions,
Integer fieldId) |
Select a list of NameValuePair objects from provided map object according
to fieldId selector.
|
static List<NameValuePair> |
UserUtilities.getPermissionNames() |
|
static List<NameValuePair> |
UserUtilities.getPermissionNames(Locale locale) |
|
static List<NameValuePair> |
UserUtilities.getPermissionTypeNames(Locale locale) |
|
static List<NameValuePair> |
IssueUtilities.getResolutions(Locale locale) |
Returns the list of predefined resolutions in the system.
|
static List<NameValuePair> |
IssueUtilities.getSeverities(Locale locale) |
Returns the list of the defined issue severities in the system.
|
static List<NameValuePair> |
IssueUtilities.getStatuses(Locale locale) |
|
static List<NameValuePair> |
Convert.usersToNameValuePairs(List<User> users) |
Converts an array of UserModels to NameValuePairs
|
static List<NameValuePair> |
Convert.versionsToNameValuePairs(List<Version> versions) |
Converts an array of VersionModels to NameValuePairs
|
Modifier and Type | Method | Description |
---|---|---|
static Configuration[] |
SystemConfigurationUtilities.nvpArrayToConfigurationArray(Configuration.Type configType,
NameValuePair[] names) |
Modifier and Type | Method | Description |
---|---|---|
static List<NameValuePair> |
WorkflowUtilities.getListOptions(Map<Integer,List<NameValuePair>> listOptions,
int fieldId) |
Select a list of NameValuePair objects from provided map object according
to fieldId selector.
|
Copyright © 2002–2019 itracker. All rights reserved.