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<Long>> |
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) |
read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
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<Long>> 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 IAktionDao
public List<Aktion> getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface)
getPrevAktionen
in interface IAktionDao
public List<Aktion> getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface)
getPrevAktionen
in interface IAktionDao
public List<Aktion> getFolgeAktionen(IEntityContext ec, Aktion aktion)
getFolgeAktionen
in interface IAktionDao
public List<Aktion> getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)
getFolgeAktionen
in interface IAktionDao
public List<Aktion> getAllByStatus(IEntityContext ec, Status status)
getAllByStatus
in interface IAktionDao
protected IFCDaoActionHook<Aktion> getPreActionHook()
getPreActionHook
in class GenericDao<Aktion>
protected IFCDaoActionHook<Aktion> getPostActionHook()
getPostActionHook
in class GenericDao<Aktion>
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.