Uses of Class
de.xima.fc.mdl.BasicRefResult
Packages that use BasicRefResult
Package
Description
Package for the API access of the model classes.
- 
Uses of BasicRefResult in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return BasicRefResultModifier and TypeMethodDescriptionAktionAPI.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 BasicRefResultModifier and TypeMethodDescriptionAktionHandler.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 BasicRefResultModifier and TypeMethodDescriptionIAktionHandler.isAktionMoveable(UserContext uc, Aktion aktion, int targetIdx) Deprecated. - 
Uses of BasicRefResult in de.xima.fc.order
Methods in de.xima.fc.order that return BasicRefResultModifier and TypeMethodDescriptionstatic BasicRefResultAktionOrderHelper.isAktionDeletable(Aktion delAktion, IEntityContext ec) Deprecated.Prüft ob eine Aktion gelöscht werden kann.static BasicRefResultAktionOrderHelper.isAktionMoveable(Aktion currentAktion, int targetIndex, IEntityContext ec) Deprecated.Prüft ob eine Aktion verschoben werden darf.static BasicRefResultAktionOrderHelper.isAktionMoveableToState(Aktion action, Status state, Mandant client, int newIdx, IEntityContext ec) Deprecated.Action cannot be moved to the target state if that state contain an action with the same name already.