Uses of Interface
org.openwms.tms.impl.UpdateFunction
Packages that use UpdateFunction
Package
Description
This package contains the implementation classes that shall not be used directly only through interfaces.
This package contains classes according to TransportOrder redirection.
This package contains logic for TransportOrder state management.
-
Uses of UpdateFunction in org.openwms.tms.impl
Classes in org.openwms.tms.impl that implement UpdateFunctionModifier and TypeClassDescription(package private) classA AddProblemImpl.(package private) classA ChangeTU is responsible to change aTransportOrders assignedTransportUnit.(package private) classA PrioritizeTO is responsible to change the priority of aTransportOrder.Fields in org.openwms.tms.impl with type parameters of type UpdateFunctionModifier and TypeFieldDescriptionprivate final List<UpdateFunction> TransportationServiceImpl.updateFunctionsConstructor parameters in org.openwms.tms.impl with type arguments of type UpdateFunctionModifierConstructorDescription(package private)TransportationServiceImpl(org.ameba.i18n.Translator translator, TransportOrderRepository<TransportOrder, Long> repository, org.springframework.context.ApplicationContext ctx, StateManager stateManager, List<UpdateFunction> updateFunctions, List<TargetResolver<org.openwms.common.location.api.TargetVO>> targetResolvers) -
Uses of UpdateFunction in org.openwms.tms.impl.redirection
Classes in org.openwms.tms.impl.redirection that implement UpdateFunctionModifier and TypeClassDescription(package private) classA RedirectTO is responsible to handle target changes of aTransportOrder. -
Uses of UpdateFunction in org.openwms.tms.impl.state
Classes in org.openwms.tms.impl.state that implement UpdateFunctionModifier and TypeClassDescription(package private) classA ChangeState is anUpdateFunctionto change the state of anTransportOrder.