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
readMethods 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, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, 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:IGenericDaoReturns 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:
getEntityRefsin interfaceIGenericDao<Aktion>- Overrides:
getEntityRefsin 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:
copyin interfaceIAktionDao
-
getPrevAktionen
public List<Aktion> getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface) Deprecated.- Specified by:
getPrevAktionenin interfaceIAktionDao
-
getPrevAktionen
public List<Aktion> getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface) Deprecated.- Specified by:
getPrevAktionenin interfaceIAktionDao
-
getFolgeAktionen
Deprecated.- Specified by:
getFolgeAktionenin interfaceIAktionDao
-
getFolgeAktionen
Deprecated.- Specified by:
getFolgeAktionenin interfaceIAktionDao
-
getAllByStatus
Deprecated.- Specified by:
getAllByStatusin interfaceIAktionDao
-
getAllByProcessingClass
public List<Aktion> getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass) Deprecated.Description copied from interface:IAktionDaoReturns all actions that have processing of defined by the given processing class- Specified by:
getAllByProcessingClassin interfaceIAktionDao- Parameters:
ec-IEntityContextto be usedclient-Mandantto look for actionsprocessingClass-Classof the processing- Returns:
ListofAktions
-
getByUUID
Deprecated.Description copied from interface:IAktionDaoReturns the action with the given UUID- Specified by:
getByUUIDin interfaceIAktionDao- Parameters:
ec-IEntityContextto usestate-Statuscontext in which to look for resourceuuid-StringUUID of the action- Returns:
Aktionfor the given UUID and state
-
getByUUID
Deprecated.Description copied from interface:IAktionDaoReturns the action with the given UUID- Specified by:
getByUUIDin interfaceIAktionDao- Parameters:
ec-IEntityContextto usestate-Statuscontext in which to look for resourceuuid-UUIDUUID of the action- Returns:
Aktionfor the given UUID and state
-
getPreActionHook
Deprecated.- Overrides:
getPreActionHookin classGenericDao<Aktion>
-
getPostActionHook
Deprecated.- Overrides:
getPostActionHookin classGenericDao<Aktion>
-