Uses of Interface
org.openwms.tms.impl.TransportOrderRepository
Packages that use TransportOrderRepository
Package
Description
This package contains the implementation classes that shall not be used directly only through interfaces.
This package contains logic for participating in the removal strategies.
This package contains logic for TransportOrder state management.
This package contains logic for changing the target of a TransportOrder.
-
Uses of TransportOrderRepository in org.openwms.tms.impl
Subinterfaces of TransportOrderRepository in org.openwms.tms.implModifier and TypeInterfaceDescription(package private) interface
A TransportOrderRepository is an extension of Spring Data'sJpaRepository
that provides additional queries regardingTransportOrder
entities.Fields in org.openwms.tms.impl declared as TransportOrderRepositoryModifier and TypeFieldDescriptionprivate final TransportOrderRepository
<TransportOrder, Long> TransportationServiceImpl.repository
Constructors in org.openwms.tms.impl with parameters of type TransportOrderRepositoryModifierConstructorDescription(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 TransportOrderRepository in org.openwms.tms.impl.removal
Fields in org.openwms.tms.impl.removal declared as TransportOrderRepositoryModifier and TypeFieldDescriptionprivate final TransportOrderRepository
<TransportOrder, Long> TransportUnitRemovalHandler.repository
Constructors in org.openwms.tms.impl.removal with parameters of type TransportOrderRepositoryModifierConstructorDescription(package private)
TransportUnitRemovalHandler
(TransportOrderRepository<TransportOrder, Long> repository, org.springframework.context.ApplicationContext ctx, String cancelStartedTO, StateManager stateManager) -
Uses of TransportOrderRepository in org.openwms.tms.impl.state
Fields in org.openwms.tms.impl.state declared as TransportOrderRepositoryModifier and TypeFieldDescriptionprivate final TransportOrderRepository
StateManagerImpl.repo
private final TransportOrderRepository
<TransportOrder, Long> Initializer.repository
private final TransportOrderRepository
<TransportOrder, Long> Starter.repository
private final TransportOrderRepository
<TransportOrder, Long> StartListener.repository
Constructors in org.openwms.tms.impl.state with parameters of type TransportOrderRepositoryModifierConstructorDescription(package private)
Initializer
(TransportOrderRepository<TransportOrder, Long> repository, org.openwms.common.transport.api.TransportUnitApi transportUnitApi, StateManager stateManager, org.springframework.context.ApplicationContext ctx) (package private)
Starter
(TransportOrderRepository<TransportOrder, Long> repository, org.openwms.common.location.api.LocationApi locationApi, org.openwms.common.location.api.LocationGroupApi locationGroupApi, org.springframework.context.ApplicationContext ctx, ExternalStarter externalStarter, StateManager stateManager) (package private)
StartListener
(TransportOrderRepository<TransportOrder, Long> repository, Startable starter, org.ameba.i18n.Translator translator) (package private)
StateManagerImpl
(org.ameba.i18n.Translator translator, TransportOrderRepository repo) -
Uses of TransportOrderRepository in org.openwms.tms.impl.targets
Fields in org.openwms.tms.impl.targets declared as TransportOrderRepositoryModifier and TypeFieldDescriptionprivate final TransportOrderRepository
<TransportOrder, Long> LocationGroupTargetHandler.repository
private final TransportOrderRepository
<TransportOrder, Long> LocationTargetHandler.repository
Constructors in org.openwms.tms.impl.targets with parameters of type TransportOrderRepositoryModifierConstructorDescription(package private)
(package private)
LocationTargetHandler
(TransportOrderRepository<TransportOrder, Long> repository)