Uses of Class
de.xima.fc.mdl.BasicRefResult
-
Packages that use BasicRefResult Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.order -
-
Uses of BasicRefResult in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return BasicRefResult Modifier and Type Method Description BasicRefResult
AktionAPI. isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
Deprecated.Method for checking if the committed action is movable. -
Uses of BasicRefResult in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return BasicRefResult Modifier and Type Method Description BasicRefResult
AktionHandler. isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
-
Uses of BasicRefResult in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return BasicRefResult Modifier and Type Method Description BasicRefResult
IAktionHandler. isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)
-
Uses of BasicRefResult in de.xima.fc.order
Methods in de.xima.fc.order that return BasicRefResult Modifier and Type Method Description static BasicRefResult
AktionOrderHelper. isAktionDeletable(Aktion delAktion, IEntityContext ec)
Prüft ob eine Aktion gelöscht werden kann.static BasicRefResult
AktionOrderHelper. isAktionMoveable(Aktion currentAktion, int targetIndex, IEntityContext ec)
Prüft ob eine Aktion verschoben werden darf.static BasicRefResult
AktionOrderHelper. isAktionMoveableToState(Aktion action, Status state, Mandant client, int newIdx, IEntityContext ec)
Action cannot be moved to the target state if that state contain an action with the same name already.
-