public class StatusDao extends GenericDao<Status> implements IStatusDao
| Constructor and Description |
|---|
StatusDao() |
| 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)
Liefert alle Status zu einem Projekt außer dem Übergebenen
|
List<Status> |
getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
protected IFCDaoActionHook<Status> |
getPostActionHook() |
protected IFCDaoActionHook<Status> |
getPreActionHook() |
getEntityRefsactivate, all, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefspublic Status copy(IEntityContext ec, Status sourceStatus, String targetName)
copy in interface IStatusDaopublic List<Status> getAllByProjekt(IEntityContext ec, Projekt projekt)
getAllByProjekt in interface IStatusDaopublic List<Status> getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)
getFolgeStatus in interface IStatusDaopublic List<Status> getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)
getAllForWorkflow in interface IStatusDaoprotected IFCDaoActionHook<Status> getPreActionHook()
getPreActionHook in class GenericDao<Status>protected IFCDaoActionHook<Status> getPostActionHook()
getPostActionHook in class GenericDao<Status>Copyright © 2016. All rights reserved.