public interface IAktionDao extends IGenericDao<Aktion>
| Modifier and Type | Method and Description | 
|---|---|
Aktion | 
copy(IEntityContext ec,
    Aktion sourceAktion,
    Status targetStatus,
    String targetName)  | 
List<Aktion> | 
getAllByProcessingClass(IEntityContext ec,
                       Mandant client,
                       Class<?> processingClass)
Returns all actions that have processing of defined by the given processing class 
 | 
List<Aktion> | 
getAllByStatus(IEntityContext ec,
              Status status)  | 
Aktion | 
getByUUID(IEntityContext ec,
         Status state,
         String uuid)
Returns the action with the given UUID 
 | 
Aktion | 
getByUUID(IEntityContext ec,
         Status state,
         UUID uuid)
Returns the action with the given UUID 
 | 
List<Aktion> | 
getFolgeAktionen(IEntityContext ec,
                Aktion aktion)  | 
List<Aktion> | 
getFolgeAktionen(IEntityContext ec,
                Status stat,
                int aktionIdx)  | 
List<Aktion> | 
getPrevAktionen(IEntityContext ec,
               Aktion aktion,
               Class<?> typeInterface)  | 
List<Aktion> | 
getPrevAktionen(IEntityContext ec,
               Status stat,
               int aktionIdx,
               Class<?> verarbeitungsInterface)  | 
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updateList<Aktion> getFolgeAktionen(IEntityContext ec, Aktion aktion)
List<Aktion> getFolgeAktionen(IEntityContext ec, Status stat, int aktionIdx)
List<Aktion> getPrevAktionen(IEntityContext ec, Aktion aktion, Class<?> typeInterface)
List<Aktion> getPrevAktionen(IEntityContext ec, Status stat, int aktionIdx, Class<?> verarbeitungsInterface)
List<Aktion> getAllByStatus(IEntityContext ec, Status status)
List<Aktion> getAllByProcessingClass(IEntityContext ec, Mandant client, Class<?> processingClass)
ec - IEntityContext to be usedclient - Mandant to look for actionsprocessingClass - Class of the processingList of AktionsAktion getByUUID(IEntityContext ec, Status state, String uuid)
ec - IEntityContext to usestate - Status context in which to look for resourceuuid - String UUID of the actionAktion for the given UUID and stateAktion getByUUID(IEntityContext ec, Status state, UUID uuid)
ec - IEntityContext to usestate - Status context in which to look for resourceuuid - UUID UUID of the actionAktion for the given UUID and stateAktion copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.