Package de.xima.fc.dao.interfaces
Interface IStatusDao
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<Status,
,Long, IEntityContext> IGenericDao<Status>
- All Known Implementing Classes:
StatusDao
Deprecated.
Data access object for creating, updating, and deleting
Status
entities.- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptioncopy
(IEntityContext ec, Status sourceStatus, String targetName) Deprecated.getAllByProjekt
(IEntityContext ec, Projekt projekt) Deprecated.getAllForWorkflow
(IEntityContext ec, Projekt projekt, Status skipStatus) Deprecated.getByUUID
(IEntityContext ec, Projekt project, String uuid) Deprecated.Returns the state with the given UUIDgetByUUID
(IEntityContext ec, Projekt project, UUID uuid) Deprecated.Returns the state with the given UUIDgetFolgeStatus
(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
Methods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read
-
Method Details
-
getAllByProjekt
Deprecated. -
getAllForWorkflow
Deprecated. -
getByUUID
Deprecated.Returns the state with the given UUID- Parameters:
ec
-IEntityContext
to useproject
-Projekt
context in which to look for the stateuuid
-String
UUID of the state- Returns:
Status
for the given UUID and project- Since:
- 6.1.0
-
getByUUID
Deprecated.Returns the state with the given UUID- Parameters:
ec
-IEntityContext
to useproject
-Projekt
context in which to look for the stateuuid
-UUID
UUID of the state- Returns:
Status
for the given UUID and project- Since:
- 6.1.0
-
copy
Deprecated. -
getFolgeStatus
@Deprecated List<Status> getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus) Deprecated.
-
Status
is aWorkflowState
from the new workflow.