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> |
getAllByProcessingClass(IEntityContext ec,
Mandant client,
Class<?> processingClass)
Returns all actions that have processing of defined by the given processing class
|
List<Aktion> |
getAllByStatus(IEntityContext ec,
Status status) |
Aktion |
getByUUID(IEntityContext ec,
Status state,
String uuid)
Returns the action with the given UUID
|
Aktion |
getByUUID(IEntityContext ec,
Status state,
UUID uuid)
Returns the action with the given UUID
|
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) |
readall, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updatepublic 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 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 IAktionDaopublic List<Aktion> getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass)
IAktionDaogetAllByProcessingClass in interface IAktionDaoec - IEntityContext to be usedclient - Mandant to look for actionsprocessingClass - Class of the processingList of Aktionspublic Aktion getByUUID(IEntityContext ec, Status state, String uuid)
IAktionDaogetByUUID in interface IAktionDaoec - IEntityContext to usestate - Status context in which to look for resourceuuid - String UUID of the actionAktion for the given UUID and statepublic Aktion getByUUID(IEntityContext ec, Status state, UUID uuid)
IAktionDaogetByUUID in interface IAktionDaoec - IEntityContext to usestate - Status context in which to look for resourceuuid - UUID UUID of the actionAktion for the given UUID and stateprotected IFCDaoActionHook<Aktion> getPreActionHook()
getPreActionHook in class GenericDao<Aktion>protected IFCDaoActionHook<Aktion> getPostActionHook()
getPostActionHook in class GenericDao<Aktion>Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.