|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportOrderState | |
---|---|
org.openwms.tms.domain.order | Contains essential domain classes of the TMS module. |
org.openwms.tms.domain.values | Value types of the TMS module. |
org.openwms.tms.integration | Repository interfaces; implementations perform data access operations on tms base classes. |
org.openwms.tms.integration.jpa | Repository implementations of the TMS module. |
org.openwms.tms.service | Interfaces of the TMS service layer; implementations provide business logic specific to TMS. |
org.openwms.tms.service.spring | This package provides business logic to perform common actions of the transport management. |
org.openwms.tms.util | This package provides utility classes of the TMS module. |
Uses of TransportOrderState in org.openwms.tms.domain.order |
---|
Methods in org.openwms.tms.domain.order that return TransportOrderState | |
---|---|
TransportOrderState |
TransportOrder.getState()
Returns the state of the TransportOrder . |
Methods in org.openwms.tms.domain.order with parameters of type TransportOrderState | |
---|---|
void |
TransportOrder.setState(TransportOrderState newState)
Change the state of the TransportOrder regarding some rules. |
protected void |
TransportOrder.validateStateChange(TransportOrderState newState)
Validate whether a state change is valid or not. |
Uses of TransportOrderState in org.openwms.tms.domain.values |
---|
Methods in org.openwms.tms.domain.values that return TransportOrderState | |
---|---|
static TransportOrderState |
TransportOrderState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransportOrderState[] |
TransportOrderState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of TransportOrderState in org.openwms.tms.integration |
---|
Methods in org.openwms.tms.integration with parameters of type TransportOrderState | |
---|---|
List<TransportOrder> |
TransportOrderDao.findForTUinState(TransportUnit transportUnit,
TransportOrderState... states)
Find a list of TransportOrder s within defined states for a given
TransportUnit . |
Uses of TransportOrderState in org.openwms.tms.integration.jpa |
---|
Methods in org.openwms.tms.integration.jpa with parameters of type TransportOrderState | |
---|---|
List<TransportOrder> |
TransportOrderDaoImpl.findForTUinState(TransportUnit transportUnit,
TransportOrderState... states)
Find a list of TransportOrder s within defined states for a given
TransportUnit . |
Uses of TransportOrderState in org.openwms.tms.service |
---|
Methods in org.openwms.tms.service with parameters of type TransportOrderState | |
---|---|
List<Integer> |
TransportOrderService.cancelTransportOrders(List<Integer> transportOrders,
TransportOrderState state)
Try to turn a list of TransportOrder s into state. |
Uses of TransportOrderState in org.openwms.tms.service.spring |
---|
Methods in org.openwms.tms.service.spring with parameters of type TransportOrderState | |
---|---|
List<Integer> |
TransportServiceImpl.cancelTransportOrders(List<Integer> ids,
TransportOrderState state)
Try to turn a list of TransportOrder s into state. |
Uses of TransportOrderState in org.openwms.tms.util |
---|
Methods in org.openwms.tms.util with parameters of type TransportOrderState | |
---|---|
static TransportServiceEvent.TYPE |
TransportOrderUtil.convertToEventType(TransportOrderState newState)
Match a TransportOrderState to a type of event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |