Package de.xima.fc.dao.impl
Class AktionDao
java.lang.Object
de.xima.cmn.dao.AbstractDao<T,Long,IEntityContext>
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<Aktion,
,Long, IEntityContext> IAktionDao
,IGenericDao<Aktion>
Deprecated.
-
Field Summary
Fields inherited from class de.xima.cmn.dao.AbstractDao
entityClass, LOG
-
Constructor Summary
Constructors -
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 UUIDgetEntityRefs
(IEntityContext ec, Aktion aktion) Deprecated.Returns a set of entities that reference the given entity and depend on it.getFolgeAktionen
(IEntityContext ec, Aktion aktion) Deprecated.getFolgeAktionen
(IEntityContext ec, Status stat, int aktionIdx) Deprecated.protected IFCDaoActionHook<Aktion>
Deprecated.protected IFCDaoActionHook<Aktion>
Deprecated.getPrevAktionen
(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface) Deprecated.getPrevAktionen
(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated.Methods inherited from class de.xima.fc.dao.impl.GenericDao
read
Methods inherited from class de.xima.cmn.dao.AbstractDao
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, read
-
Constructor Details
-
AktionDao
public AktionDao()Deprecated.
-
-
Method Details
-
getEntityRefs
public Set<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityRefs(IEntityContext ec, Aktion aktion) Deprecated.Description copied from interface:IGenericDao
Returns a set of entities that reference the given entity and depend on it. An entity can usually not be deleted if it is still being referenced by and depended on by other entities.- Specified by:
getEntityRefs
in interfaceIGenericDao<Aktion>
- Overrides:
getEntityRefs
in classGenericDao<Aktion>
- Parameters:
ec
- entity context for database transactions.aktion
- to get references for.- Returns:
- a set of entities that reference the given entity and depend on it.
-
copy
Deprecated.- Specified by:
copy
in interfaceIAktionDao
-
getPrevAktionen
public List<Aktion> getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface) Deprecated.- Specified by:
getPrevAktionen
in interfaceIAktionDao
-
getPrevAktionen
public List<Aktion> getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated.- Specified by:
getPrevAktionen
in interfaceIAktionDao
-
getFolgeAktionen
Deprecated.- Specified by:
getFolgeAktionen
in interfaceIAktionDao
-
getFolgeAktionen
Deprecated.- Specified by:
getFolgeAktionen
in interfaceIAktionDao
-
getAllByStatus
Deprecated.- Specified by:
getAllByStatus
in interfaceIAktionDao
-
getAllByProcessingClass
public List<Aktion> getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.Description copied from interface:IAktionDao
Returns all actions that have processing of defined by the given processing class- Specified by:
getAllByProcessingClass
in interfaceIAktionDao
- Parameters:
ec
-IEntityContext
to be usedclient
-Mandant
to look for actionsprocessingClass
-Class
of the processing- Returns:
List
ofAktion
s
-
getByUUID
Deprecated.Description copied from interface:IAktionDao
Returns the action with the given UUID- Specified by:
getByUUID
in interfaceIAktionDao
- 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
-
getByUUID
Deprecated.Description copied from interface:IAktionDao
Returns the action with the given UUID- Specified by:
getByUUID
in interfaceIAktionDao
- 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
-
getPreActionHook
Deprecated.- Overrides:
getPreActionHook
in classGenericDao<Aktion>
-
getPostActionHook
Deprecated.- Overrides:
getPostActionHook
in classGenericDao<Aktion>
-