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 BasicRefResultAktionAPI. 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 BasicRefResultAktionHandler. isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx)Deprecated. -
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 BasicRefResultIAktionHandler. 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 BasicRefResultAktionOrderHelper. isAktionDeletable(Aktion delAktion, IEntityContext ec)Prüft ob eine Aktion gelöscht werden kann.static BasicRefResultAktionOrderHelper. isAktionMoveable(Aktion currentAktion, int targetIndex, IEntityContext ec)Prüft ob eine Aktion verschoben werden darf.static BasicRefResultAktionOrderHelper. 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.
-