public interface IAktionDao extends IGenericDao<Aktion>
Modifier and Type | Method and Description |
---|---|
Aktion |
copy(IEntityContext ec,
Aktion sourceAktion,
Status targetStatus,
String targetName) |
List<Aktion> |
getAllByStatus(IEntityContext ec,
Status status) |
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
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
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)
List<Aktion> getAllByStatus(IEntityContext ec, Status status)
Aktion copy(IEntityContext ec, Aktion sourceAktion, Status targetStatus, String targetName)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.