| Package | Description | 
|---|---|
| org.itracker.model | 
 All entity classes are POJO beans. 
 | 
| org.itracker.model.util | 
 This package contains code for what? 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
Status | 
Status.fromCode(Integer code) | 
|
Status | 
Component.getStatus() | 
 Returns this component's status. 
 | 
Status | 
Project.getStatus() | 
|
Status | 
Version.getStatus() | 
 Returns this version's status. 
 | 
static Status | 
Status.valueOf(Integer code) | 
 Returns the enum constant of this type with the specified name. 
 | 
static Status | 
Status.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static Status[] | 
Status.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
Component.setStatus(Status status) | 
 Sets this component's status. 
 | 
void | 
Project.setStatus(Status status) | 
|
void | 
Version.setStatus(Status status) | 
 Sets this version's status. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
static Map<Status,String> | 
ProjectUtilities.getStatusNames() | 
 Deprecated.  
 | 
static Map<Status,String> | 
ProjectUtilities.getStatusNames(Locale locale) | 
 This method loads the status names in the cache if they're not
 found in it. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
static String | 
ProjectUtilities.getStatusName(Status status) | 
 Returns the localized name of the given status for the application
 default locale. 
 | 
static String | 
ProjectUtilities.getStatusName(Status status,
             Locale locale) | 
 Returns the localized name of the given status for the given locale. 
 | 
Copyright © 2002–2019 itracker. All rights reserved.