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) class
A AddProblemImpl.(package private) class
A ChangeTU is responsible to change aTransportOrder
s assignedTransportUnit
.(package private) class
A 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.updateFunctions
Constructor 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) class
A 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) class
A ChangeState is anUpdateFunction
to change the state of anTransportOrder
.