public class AktionDao extends GenericDao<Aktion> implements IAktionDao
| Constructor and Description |
|---|
AktionDao() |
| Modifier and Type | Method and Description |
|---|---|
Aktion |
copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
List<Aktion> |
getAllByStatus(IEntityContext ec,
Status status) |
List<Aktion> |
getFolgeAktionen(IEntityContext ec,
Aktion aktion) |
List<Aktion> |
getFolgeAktionen(IEntityContext ec,
Status stat,
int aktionIdx) |
protected IFCDaoActionHook<Aktion> |
getPostActionHook() |
protected IFCDaoActionHook<Aktion> |
getPreActionHook() |
List<Aktion> |
getPrevAktionen(IEntityContext ec,
Aktion aktion,
Class<?> verarbeitungsInterface) |
List<Aktion> |
getPrevAktionen(IEntityContext ec,
Status stat,
int aktionIdx,
Class<?> verarbeitungsInterface) |
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 Aktion copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
copy in interface IAktionDaopublic List<Aktion> getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface)
getPrevAktionen in interface IAktionDaopublic List<Aktion> getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface)
getPrevAktionen in interface IAktionDaopublic List<Aktion> getFolgeAktionen(IEntityContext ec, Aktion aktion)
getFolgeAktionen in interface IAktionDaopublic List<Aktion> getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)
getFolgeAktionen in interface IAktionDaopublic List<Aktion> getAllByStatus(IEntityContext ec, Status status)
getAllByStatus in interface IAktionDaoprotected IFCDaoActionHook<Aktion> getPreActionHook()
getPreActionHook in class GenericDao<Aktion>protected IFCDaoActionHook<Aktion> getPostActionHook()
getPostActionHook in class GenericDao<Aktion>Copyright © 2016. All rights reserved.