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, update
Methods 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
-IEntityContext
to be usedclient
-Mandant
to look for actionsprocessingClass
-Class
of the processing- Returns:
List
ofAktion
s
-
getByUUID
Deprecated.Returns the action with the given UUID- Parameters:
ec
-IEntityContext
to usestate
-Status
context in which to look for resourceuuid
-String
UUID of the action- Returns:
Aktion
for the given UUID and state- Since:
- 6.1.0
-
getByUUID
Deprecated.Returns the action with the given UUID- Parameters:
ec
-IEntityContext
to usestate
-Status
context in which to look for resourceuuid
-UUID
UUID of the action- Returns:
Aktion
for the given UUID and state- Since:
- 6.1.0
-
copy
Deprecated.
-
Aktion
is aWorkflowNode
from the new workflow.