|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.tasks.TaskStatus
This class represents a task status.
Field Summary | |
static TaskStatus |
COMPLETED
This value represents a 'completed' status. |
static TaskStatus |
CURRENT
This value represents a 'current' status. |
static TaskStatus |
DEFERRED
This value represents a 'deferred' status. |
static TaskStatus |
FUTURE
This value represents a 'future' status. |
static TaskStatus |
IN_PROGRESS
This value represents a 'in progress' status. |
static TaskStatus |
NOT_STARTED
This value represents a 'in progress' status. |
static TaskStatus |
OVERDUE
This value represents a 'waiting' status. |
static TaskStatus |
REJECTED
This value represents a 'rejected' status. |
static int |
VALUE_COMPLETED
This value represents the 'completed' value. |
static int |
VALUE_CURRENT
This value represents the 'current' value. |
static int |
VALUE_DEFERRED
This value represents the 'deferred' value. |
static int |
VALUE_FUTURE
This value represents the 'future' value. |
static int |
VALUE_IN_PROGRESS
This value represents the 'in progress' value. |
static int |
VALUE_NOT_STARTED
This value represents the 'not started' value. |
static int |
VALUE_OVERDUE
This value represents the 'overdue' value. |
static int |
VALUE_REJECTED
This value represents the 'rejected' value. |
static int |
VALUE_WAITING
This value represents the 'waiting' value. |
static TaskStatus |
WAITING
This value represents a 'waiting' status. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static TaskStatus |
get(int iValue)
Gets the task status by the value. |
static java.util.List |
getDominoTaskStatus()
Gets the list of task status objects for domino. |
static java.util.List |
getExchangeTaskStatus()
Gets the list of task status objects for exchange. |
java.lang.String |
getKey()
Gets the resource key (message name) for i18n. |
static java.util.List |
getTaskStatus()
Gets the list of all task status objects. |
int |
getValue()
Gets the value of the task status. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_COMPLETED
public static final int VALUE_DEFERRED
public static final int VALUE_IN_PROGRESS
public static final int VALUE_NOT_STARTED
public static final int VALUE_WAITING
public static final int VALUE_OVERDUE
public static final int VALUE_REJECTED
public static final int VALUE_CURRENT
public static final int VALUE_FUTURE
public static final TaskStatus COMPLETED
public static final TaskStatus DEFERRED
public static final TaskStatus IN_PROGRESS
public static final TaskStatus NOT_STARTED
public static final TaskStatus WAITING
public static final TaskStatus OVERDUE
public static final TaskStatus REJECTED
public static final TaskStatus CURRENT
public static final TaskStatus FUTURE
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static TaskStatus get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getExchangeTaskStatus()
TaskStatus
objects (unmodifiable)public static java.util.List getDominoTaskStatus()
TaskStatus
objects (unmodifiable)public static java.util.List getTaskStatus()
TaskStatus
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |