Package de.xima.fc.dao.impl
Class AktionDao
- java.lang.Object
 - 
- de.xima.cmn.dao.AbstractDao<T,Long,IEntityContext>
 - 
- de.xima.fc.dao.impl.GenericDao<Aktion>
 - 
- de.xima.fc.dao.impl.AktionDao
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IAbstractDao<Aktion,Long,IEntityContext>,IAktionDao,IGenericDao<Aktion>
@Deprecated public class AktionDao extends GenericDao<Aktion> implements IAktionDao
Deprecated. 
- 
- 
Constructor Summary
Constructors Constructor Description AktionDao()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Aktioncopy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)Deprecated.List<Aktion>getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass)Deprecated.Returns all actions that have processing of defined by the given processing classList<Aktion>getAllByStatus(IEntityContext ec, Status status)Deprecated.AktiongetByUUID(IEntityContext ec, Status state, String uuid)Deprecated.Returns the action with the given UUIDAktiongetByUUID(IEntityContext ec, Status state, UUID uuid)Deprecated.Returns the action with the given UUIDSet<de.xima.cmn.dao.interfaces.IEntity<Long>>getEntityRefs(IEntityContext ec, Aktion aktion)Deprecated.Returns a set of entities that reference the given entity and depend on it.List<Aktion>getFolgeAktionen(IEntityContext ec, Aktion aktion)Deprecated.List<Aktion>getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)Deprecated.protected IFCDaoActionHook<Aktion>getPostActionHook()Deprecated.protected IFCDaoActionHook<Aktion>getPreActionHook()Deprecated.List<Aktion>getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> verarbeitungsInterface)Deprecated.List<Aktion>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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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
public Aktion copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
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
public List<Aktion> getFolgeAktionen(IEntityContext ec, Aktion aktion)
Deprecated.- Specified by:
 getFolgeAktionenin interfaceIAktionDao
 
- 
getFolgeAktionen
public List<Aktion> getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)
Deprecated.- Specified by:
 getFolgeAktionenin interfaceIAktionDao
 
- 
getAllByStatus
public List<Aktion> getAllByStatus(IEntityContext ec, Status status)
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
public Aktion getByUUID(IEntityContext ec, Status state, String uuid)
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
public Aktion getByUUID(IEntityContext ec, Status state, UUID uuid)
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
protected IFCDaoActionHook<Aktion> getPreActionHook()
Deprecated.- Overrides:
 getPreActionHookin classGenericDao<Aktion>
 
- 
getPostActionHook
protected IFCDaoActionHook<Aktion> getPostActionHook()
Deprecated.- Overrides:
 getPostActionHookin classGenericDao<Aktion>
 
 - 
 
 -