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 public class StatusHandler extends AMSApiHandler implements IStatusHandler
Deprecated.since 7.0.0The Class StatusHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatusHandler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StatusgetByUUID(UserContext uc, Projekt project, String uuid)Deprecated.Returns the state with the given UUIDStatusgetByUUID(UserContext uc, Projekt project, UUID uuid)Deprecated.Returns the state with the given UUIDList<Status>getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)Deprecated.List<Status>getStatusPre(UserContext uc, long stateId)Deprecated.Retrieves theStatus.getStatusPre().Statusmove(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
-
-
-
-
Method Detail
-
getStatusPre
public List<Status> getStatusPre(UserContext uc, long stateId)
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
public Status getByUUID(UserContext uc, Projekt project, UUID uuid)
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
public Status getByUUID(UserContext uc, Projekt project, String uuid)
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
public Status move(UserContext uc, Status status, int newIdxNum)
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
-
-