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.0- 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 Status
getByUUID(UserContext uc, Projekt project, String uuid)
Deprecated.Returns the state with the given UUIDStatus
getByUUID(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.Gets the folge status.List<Status>
getStatusPre(UserContext uc, long stateId)
Deprecated.Retrieves theStatus.getStatusPre()
.Status
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
-
-
-
-
Method Detail
-
getFolgeStatus
public List<Status> getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)
Deprecated.Gets the folge status.- Specified by:
getFolgeStatus
in interfaceIStatusHandler
- Parameters:
uc
- the ucprojekt
- the projektcurrentStatus
- the current status- Returns:
- list of status
-
getStatusPre
public List<Status> getStatusPre(UserContext uc, long stateId)
Deprecated.Description copied from interface:IStatusHandler
Retrieves theStatus.getStatusPre()
.- Specified by:
getStatusPre
in interfaceIStatusHandler
- Parameters:
uc
- Current user context.- 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: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
public Status getByUUID(UserContext uc, Projekt project, String uuid)
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
public Status move(UserContext uc, Status status, int newIdxNum)
Deprecated.- Specified by:
move
in interfaceIStatusHandler
-
-