Uses of Enum Class
org.openwms.tms.TransportOrderState
Packages that use TransportOrderState
Package
Description
The outer module package contains functional interfaces and entities.
This package contains the implementation classes that shall not be used directly only through interfaces.
This package contains logic for TransportOrder state management.
-
Uses of TransportOrderState in org.openwms.tms
Fields in org.openwms.tms declared as TransportOrderStateModifier and TypeFieldDescriptionprivate TransportOrderState
TransportOrder.state
State of theTransportOrder
.Methods in org.openwms.tms that return TransportOrderStateModifier and TypeMethodDescriptionTransportOrder.getState()
Returns the state of theTransportOrder
.static TransportOrderState
Returns the enum constant of this class with the specified name.static TransportOrderState[]
TransportOrderState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openwms.tms with parameters of type TransportOrderStateModifier and TypeMethodDescriptionTransportationService.change
(String barcode, TransportOrderState currentState, TransportOrderState targetState, Message message) TransportationService.change
(TransportOrderState state, Collection<String> pKeys) Try to turn a list ofTransportOrder
s into the givenstate
.TransportOrder.changeState
(StateManager stateManager, TransportOrderState newState) Change the state of theTransportOrder
regarding some rules.static TransportServiceEvent.TYPE
TransportServiceEvent.TYPE.of
(TransportOrderState requestedState) void
TransportOrder.setState
(TransportOrderState state) Used for MapStruct only.void
StateManager.validate
(TransportOrderState newState, TransportOrder transportOrder) Validates if the requested state transition tonewState
is valid or not. -
Uses of TransportOrderState in org.openwms.tms.impl
Methods in org.openwms.tms.impl with parameters of type TransportOrderStateModifier and TypeMethodDescriptionTransportationServiceImpl.change
(String barcode, TransportOrderState currentState, TransportOrderState targetState, Message message) TransportationServiceImpl.change
(TransportOrderState state, Collection<String> pKeys) Try to turn a list ofTransportOrder
s into the givenstate
.TransportOrderJpaRepository.findByTransportUnitBKAndStates
(String transportUnitBK, TransportOrderState... states) TransportOrderRepository.findByTransportUnitBKAndStates
(String transportUnitBK, TransportOrderState... states) int
TransportOrderJpaRepository.numberOfTransportOrders
(String transportUnitBK, TransportOrderState state) int
TransportOrderRepository.numberOfTransportOrders
(String transportUnitBK, TransportOrderState state) -
Uses of TransportOrderState in org.openwms.tms.impl.state
Methods in org.openwms.tms.impl.state with parameters of type TransportOrderStateModifier and TypeMethodDescriptionvoid
StateManagerImpl.validate
(TransportOrderState newState, TransportOrder transportOrder)