Package de.xima.fc.handler.entity
Class StatusHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.entity.StatusHandler
- All Implemented Interfaces:
IAPIHandler
,IStatusHandler
,Serializable
Deprecated.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByUUID
(UserContext uc, Projekt project, String uuid) Deprecated.Returns the state with the given UUIDgetByUUID
(UserContext uc, Projekt project, UUID uuid) Deprecated.Returns the state with the given UUIDgetFolgeStatus
(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.getStatusPre
(UserContext uc, long stateId) Deprecated.Retrieves theStatus.getStatusPre()
.move
(UserContext uc, Status status, int newIdxNum) Deprecated.Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
StatusHandler
public StatusHandler()Deprecated.
-
-
Method Details
-
getStatusPre
Deprecated.Description copied from interface:IStatusHandler
Retrieves theStatus.getStatusPre()
.- Specified by:
getStatusPre
in interfaceIStatusHandler
- Parameters:
uc
- Current user context.stateId
- The ID of the state for which to get theStatus.getStatusPre()
.- Returns:
- All states that allow a state change to the given state.
-
getByUUID
Deprecated.Description copied from interface:IStatusHandler
Returns the state with the given UUID- Specified by:
getByUUID
in interfaceIStatusHandler
- Parameters:
uc
-UserContext
to useproject
-Projekt
context in which to look for the stateuuid
-UUID
UUID of the state- Returns:
Status
for the given UUID and project
-
getByUUID
Deprecated.Description copied from interface:IStatusHandler
Returns the state with the given UUID- Specified by:
getByUUID
in interfaceIStatusHandler
- Parameters:
uc
-UserContext
to useproject
-Projekt
context in which to look for the stateuuid
-String
UUID of the state- Returns:
Status
for the given UUID and project
-
move
Deprecated.- Specified by:
move
in interfaceIStatusHandler
-
getFolgeStatus
@Deprecated public List<Status> getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.- Specified by:
getFolgeStatus
in interfaceIStatusHandler
- Parameters:
uc
- Current user context.currentUser
- User from the user context.projekt
- the projektcurrentStatus
- the current status- Returns:
- list of status
-
The Class StatusHandler.