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
|
Set<de.xima.cmn.dao.interfaces.IEntity> |
getEntityRefs(IEntityContext ec,
Status status) |
List<Status> |
getFolgeStatus(IEntityContext ec,
Benutzer currentUser,
Projekt projekt,
Status currentStatus) |
protected IFCDaoActionHook<Status> |
getPostActionHook() |
protected IFCDaoActionHook<Status> |
getPreActionHook() |
activate, all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public Set<de.xima.cmn.dao.interfaces.IEntity> getEntityRefs(IEntityContext ec, Status status)
getEntityRefs
in interface IGenericDao<Status>
getEntityRefs
in class GenericDao<Status>
public Status copy(IEntityContext ec, Status sourceStatus, String targetName)
copy
in interface IStatusDao
public List<Status> getAllByProjekt(IEntityContext ec, Projekt projekt)
getAllByProjekt
in interface IStatusDao
public List<Status> getFolgeStatus(IEntityContext ec, Benutzer currentUser, Projekt projekt, Status currentStatus)
getFolgeStatus
in interface IStatusDao
public List<Status> getAllForWorkflow(IEntityContext ec, Projekt projekt, Status skipStatus)
getAllForWorkflow
in interface IStatusDao
protected IFCDaoActionHook<Status> getPreActionHook()
getPreActionHook
in class GenericDao<Status>
protected IFCDaoActionHook<Status> getPostActionHook()
getPostActionHook
in class GenericDao<Status>
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.