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 TransportOrderStateTransportOrder.stateState of theTransportOrder.Methods in org.openwms.tms that return TransportOrderStateModifier and TypeMethodDescriptionTransportOrder.getState()Returns the state of theTransportOrder.static TransportOrderStateReturns 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 ofTransportOrders into the givenstate.TransportOrder.changeState(StateManager stateManager, TransportOrderState newState) Change the state of theTransportOrderregarding some rules.static TransportServiceEvent.TYPETransportServiceEvent.TYPE.of(TransportOrderState requestedState) voidTransportOrder.setState(TransportOrderState state) Used for MapStruct only.voidStateManager.validate(TransportOrderState newState, TransportOrder transportOrder) Validates if the requested state transition tonewStateis 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 ofTransportOrders into the givenstate.TransportOrderJpaRepository.findByTransportUnitBKAndStates(String transportUnitBK, TransportOrderState... states) TransportOrderRepository.findByTransportUnitBKAndStates(String transportUnitBK, TransportOrderState... states) intTransportOrderJpaRepository.numberOfTransportOrders(String transportUnitBK, TransportOrderState state) intTransportOrderRepository.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 TypeMethodDescriptionvoidStateManagerImpl.validate(TransportOrderState newState, TransportOrder transportOrder)