|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.trackstudio.securedkernel.SecuredStepAdapterManager
public class SecuredStepAdapterManager
This manager is used for tracking of task status
| Constructor Summary | |
|---|---|
SecuredStepAdapterManager()
|
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getAvailableMstatusList(SessionContext sc,
java.lang.String taskId)
Get message types available for the task |
SecuredStatusBean |
getNextStatus(SessionContext sc,
java.lang.String taskId,
java.lang.String mstatusId)
Get next task status after adding the message |
java.util.ArrayList |
getTaskEditGroupHandlerList(SessionContext sc,
java.lang.String taskId,
java.lang.String categoryId)
|
java.util.ArrayList |
getTaskEditGroupHandlerList(SessionContext sc,
java.lang.String taskId,
java.lang.String categoryId,
boolean isNew)
Get list of available group handlers for the task and category |
java.util.ArrayList |
getTaskEditHandlerList(SessionContext sc,
java.lang.String taskId)
|
java.util.ArrayList |
getTaskEditHandlerList(SessionContext sc,
java.lang.String taskId,
boolean isNew)
Get list of available handlers for the task |
java.util.ArrayList |
getTaskEditHandlerList(SessionContext sc,
java.lang.String taskId,
java.lang.String categoryId,
boolean isNew)
Get list of available handlers for the task and category |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecuredStepAdapterManager()
| Method Detail |
|---|
public java.util.ArrayList getAvailableMstatusList(SessionContext sc,
java.lang.String taskId)
throws GranException
sc - session contexttaskId - task's id
GranExceptionSecuredMstatusHandlerResolutionListItem
public java.util.ArrayList getTaskEditHandlerList(SessionContext sc,
java.lang.String taskId,
boolean isNew)
throws GranException
sc - session contexttaskId - task's id
GranExceptionUserCacheItem
public java.util.ArrayList getTaskEditHandlerList(SessionContext sc,
java.lang.String taskId)
throws GranException
GranException
public java.util.ArrayList getTaskEditHandlerList(SessionContext sc,
java.lang.String taskId,
java.lang.String categoryId,
boolean isNew)
throws GranException
sc - session contexttaskId - task's idcategoryId - category's id
GranExceptionUserCacheItem
public java.util.ArrayList getTaskEditGroupHandlerList(SessionContext sc,
java.lang.String taskId,
java.lang.String categoryId)
throws GranException
GranException
public java.util.ArrayList getTaskEditGroupHandlerList(SessionContext sc,
java.lang.String taskId,
java.lang.String categoryId,
boolean isNew)
throws GranException
sc - session contexttaskId - task's idcategoryId - category's id
GranExceptionPrstatus
public SecuredStatusBean getNextStatus(SessionContext sc,
java.lang.String taskId,
java.lang.String mstatusId)
throws GranException
sc - session contexttaskId - task's idmstatusId - message type's id of an added message
GranExceptionSecuredStatusBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||