Uses of Enum Class
org.openwms.tms.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
Modifier and TypeFieldDescriptionprivate TransportOrderState
TransportOrder.state
State of theTransportOrder
.Modifier 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.Modifier 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
Modifier 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
.TransportOrderRepository.findByTransportUnitBKAndStates
(String transportUnitBK, TransportOrderState... states) int
TransportOrderRepository.numberOfTransportOrders
(String transportUnitBK, TransportOrderState state) -
Uses of TransportOrderState in org.openwms.tms.impl.state
Modifier and TypeMethodDescriptionvoid
StateManagerImpl.validate
(TransportOrderState newState, TransportOrder transportOrder)