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
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
StatusHandler
public StatusHandler()Deprecated.
-
-
Method Details
-
getStatusPre
Deprecated.Description copied from interface:IStatusHandlerRetrieves theStatus.getStatusPre().- Specified by:
getStatusPrein 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:IStatusHandlerReturns the state with the given UUID- Specified by:
getByUUIDin interfaceIStatusHandler- Parameters:
uc-UserContextto useproject-Projektcontext in which to look for the stateuuid-UUIDUUID of the state- Returns:
Statusfor the given UUID and project
-
getByUUID
Deprecated.Description copied from interface:IStatusHandlerReturns the state with the given UUID- Specified by:
getByUUIDin interfaceIStatusHandler- Parameters:
uc-UserContextto useproject-Projektcontext in which to look for the stateuuid-StringUUID of the state- Returns:
Statusfor the given UUID and project
-
move
Deprecated.- Specified by:
movein interfaceIStatusHandler
-
getFolgeStatus
@Deprecated public List<Status> getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.- Specified by:
getFolgeStatusin 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.