public interface IStatusDao extends IGenericDao<Status>
Modifier and Type | Method and Description |
---|---|
Status |
copy(IEntityContext ec,
Status sourceStatus,
String targetName) |
List<Status> |
getAllByProjekt(IEntityContext ec,
Projekt projekt) |
List<Status> |
getAllForWorkflow(IEntityContext ec,
Projekt projekt,
Status skipStatus) |
Status |
getByUUID(IEntityContext ec,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
getByUUID(IEntityContext ec,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
List<Status> |
getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
List<Status> getAllByProjekt(IEntityContext ec, Projekt projekt)
List<Status> getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)
List<Status> getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)
Status getByUUID(IEntityContext ec, Projekt project, String uuid)
ec
- IEntityContext
to useproject
- Projekt
context in which to look for the stateuuid
- String
UUID of the stateStatus
for the given UUID and projectStatus getByUUID(IEntityContext ec, Projekt project, UUID uuid)
ec
- IEntityContext
to useproject
- Projekt
context in which to look for the stateuuid
- UUID
UUID of the stateStatus
for the given UUID and projectStatus copy(IEntityContext ec, Status sourceStatus, String targetName)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.