Package de.xima.fc.dao.interfaces
Interface IAktionDao
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<Aktion,,Long, IEntityContext> IGenericDao<Aktion>
- All Known Implementing Classes:
AktionDao
Deprecated.
Data access object for creating, updating, and deleting
Aktion entities.- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptioncopy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName) Deprecated.getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.Returns all actions that have processing of defined by the given processing classgetAllByStatus(IEntityContext ec, Status status) Deprecated.getByUUID(IEntityContext ec, Status state, String uuid) Deprecated.Returns the action with the given UUIDgetByUUID(IEntityContext ec, Status state, UUID uuid) Deprecated.Returns the action with the given UUIDgetFolgeAktionen(IEntityContext ec, Aktion aktion) Deprecated.getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx) Deprecated.getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> typeInterface) Deprecated.getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated.Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updateMethods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read
-
Method Details
-
getFolgeAktionen
Deprecated. -
getFolgeAktionen
Deprecated. -
getPrevAktionen
Deprecated. -
getPrevAktionen
List<Aktion> getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated. -
getAllByStatus
Deprecated. -
getAllByProcessingClass
Deprecated.Returns all actions that have processing of defined by the given processing class- Parameters:
ec-IEntityContextto be usedclient-Mandantto look for actionsprocessingClass-Classof the processing- Returns:
ListofAktions
-
getByUUID
Deprecated.Returns the action with the given UUID- Parameters:
ec-IEntityContextto usestate-Statuscontext in which to look for resourceuuid-StringUUID of the action- Returns:
Aktionfor the given UUID and state- Since:
- 6.1.0
-
getByUUID
Deprecated.Returns the action with the given UUID- Parameters:
ec-IEntityContextto usestate-Statuscontext in which to look for resourceuuid-UUIDUUID of the action- Returns:
Aktionfor the given UUID and state- Since:
- 6.1.0
-
copy
Deprecated.
-
Aktionis aWorkflowNodefrom the new workflow.