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) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
getEntityRefs(IEntityContext ec,
Aktion aktion) |
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) |
activate, all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, updatepublic Set<de.xima.cmn.dao.interfaces.IEntity> getEntityRefs(IEntityContext ec, Aktion aktion)
getEntityRefs in interface IGenericDao<Aktion>getEntityRefs in class GenericDao<Aktion>public 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 © 2018 XIMA MEDIA GmbH. All rights reserved.