public interface IAktionHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
List<Aktion> |
getAllByStatus(UserContext uc,
Status status) |
List<Aktion> |
getFolgeAktionen(UserContext uc,
Aktion aktion) |
List<Aktion> |
getPrevAktionen(UserContext uc,
Aktion aktion,
Class<? extends IProcessing> verarbeitungsInterface) |
BasicRefResult |
isAktionMoveable(UserContext uc,
Aktion aktion,
int targetIdx) |
Aktion |
move(UserContext uc,
Aktion aktion,
int targetIdx) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, update
getName
List<Aktion> getFolgeAktionen(UserContext uc, Aktion aktion)
List<Aktion> getPrevAktionen(UserContext uc, Aktion aktion, Class<? extends IProcessing> verarbeitungsInterface)
List<Aktion> getAllByStatus(UserContext uc, Status status)
BasicRefResult isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
Aktion move(UserContext uc, Aktion aktion, int targetIdx)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.