Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.model.util |
This package contains code for what?
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
org.itracker.web.forms |
This package contains Struts forms used when receiving data from the Struts servlets
|
org.itracker.web.taglib | |
org.itracker.web.util |
This package has something to do with utilities for web actions, but
please explain in detail what shall be in, or not in here.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
List<NameValuePair> |
ConfigurationService.getDefinedKeysAsArray(String locale) |
Modifier and Type | Method | Description |
---|---|---|
List<NameValuePair> |
ConfigurationServiceImpl.getDefinedKeysAsArray(String locale) |
Modifier and Type | Method | Description |
---|---|---|
Map<NameValuePair,List<NameValuePair>> |
ConfigurationForm.getLanguages() |
|
Map<NameValuePair,List<NameValuePair>> |
ConfigurationForm.getLanguages() |
|
Map<Integer,List<NameValuePair>> |
IssueForm.invokeProjectScripts(Project project,
int event,
org.apache.struts.action.ActionMessages errors) |
Modifier and Type | Method | Description |
---|---|---|
void |
IssueForm.invokeProjectScripts(Project project,
int event,
Map<Integer,List<NameValuePair>> options,
org.apache.struts.action.ActionMessages errors) |
|
String |
IssueForm.processFieldScript(ProjectScript projectScript,
int event,
String currentValue,
List<NameValuePair> optionValues,
org.apache.struts.action.ActionMessages currentErrors) |
Run provided BEANSHELL script against form instance, taking into account
incoming event type, field raised an event and current values.
|
void |
ConfigurationForm.setLanguages(Map<NameValuePair,List<NameValuePair>> languages) |
|
void |
ConfigurationForm.setLanguages(Map<NameValuePair,List<NameValuePair>> languages) |
|
void |
IssueForm.setupIssueForm(Issue issue,
Map<Integer,List<NameValuePair>> listOptions,
javax.servlet.http.HttpServletRequest request,
org.apache.struts.action.ActionMessages errors) |
Modifier and Type | Method | Description |
---|---|---|
Map<Integer,List<NameValuePair>> |
FormatCustomFieldTag.getListOptions() |
Modifier and Type | Method | Description |
---|---|---|
void |
FormatCustomFieldTag.setListOptions(Map<Integer,List<NameValuePair>> value) |
Modifier and Type | Method | Description |
---|---|---|
static List<NameValuePair> |
EditIssueActionUtil.getAssignableIssueOwnersList(Issue issue,
Project project,
User currUser,
Locale locale,
UserService userService,
Map<Integer,Set<PermissionType>> userPermissions) |
This method will obtain and build a list of possible owners for the
webpages to display and the operator to choose from.
|
static Map<Integer,List<NameValuePair>> |
EditIssueActionUtil.getListOptions(javax.servlet.http.HttpServletRequest request,
Issue issue,
List<NameValuePair> ownersList,
Map<Integer,Set<PermissionType>> userPermissions,
Project project,
User currUser) |
|
static Map<Integer,List<NameValuePair>> |
RequestHelper.getListOptions(javax.servlet.http.HttpSession session) |
|
static Map<Integer,List<NameValuePair>> |
EditIssueActionUtil.mappedFieldOptions(List<CustomField> fields) |
Modifier and Type | Method | Description |
---|---|---|
static Map<Integer,List<NameValuePair>> |
EditIssueActionUtil.getListOptions(javax.servlet.http.HttpServletRequest request,
Issue issue,
List<NameValuePair> ownersList,
Map<Integer,Set<PermissionType>> userPermissions,
Project project,
User currUser) |
Copyright © 2002–2019 itracker. All rights reserved.