Uses of Interface
org.openwms.tms.impl.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
Modifier and TypeInterfaceDescription(package private) interface
A TransportOrderRepository is an extension of Spring Data'sJpaRepository
that provides additional queries regardingTransportOrder
entities.Modifier and TypeFieldDescriptionprivate final TransportOrderRepository
<TransportOrder, Long> TransportationServiceImpl.repository
ModifierConstructorDescription(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
Modifier and TypeFieldDescriptionprivate final TransportOrderRepository
<TransportOrder, Long> TransportUnitRemovalHandler.repository
ModifierConstructorDescription(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
Modifier 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
ModifierConstructorDescription(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
Modifier and TypeFieldDescriptionprivate final TransportOrderRepository
<TransportOrder, Long> LocationGroupTargetHandler.repository
private final TransportOrderRepository
<TransportOrder, Long> LocationTargetHandler.repository
ModifierConstructorDescription(package private)
(package private)
LocationTargetHandler
(TransportOrderRepository<TransportOrder, Long> repository)