Uses of Enum Class
org.openwms.wms.shipping.api.OrderState
Packages that use OrderState
Package
Description
This package contains types to model the shopping functionality.
-
Uses of OrderState in org.openwms.wms.shipping
Methods in org.openwms.wms.shipping with parameters of type OrderStateModifier and TypeMethodDescription@NotNull AbstractShippingOrderPosition
ShippingOrderPositionService.changeState
(@NotBlank String pKey, @NotNull OrderState orderState) Change the state of an existingShippingOrderPosition
.ShippingService.changeState
(@NotNull ShippingOrder shippingOrder, @NotNull OrderState orderState) Change the state of an existingShippingOrder
. -
Uses of OrderState in org.openwms.wms.shipping.api
Fields in org.openwms.wms.shipping.api declared as OrderStateModifier and TypeFieldDescriptionprivate @NotNull(groups=OrderPositionStateChange.class) OrderState
BaseShippingOrderPositionVO.orderState
Current position state.Methods in org.openwms.wms.shipping.api that return OrderStateModifier and TypeMethodDescriptionBaseShippingOrderPositionVO.getOrderState()
static OrderState
Returns the enum constant of this class with the specified name.static OrderState[]
OrderState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openwms.wms.shipping.api with parameters of type OrderStateModifier and TypeMethodDescriptionvoid
BaseShippingOrderPositionVO.setOrderState
(@NotNull(groups=OrderPositionStateChange.class) OrderState orderState) -
Uses of OrderState in org.openwms.wms.shipping.impl
Fields in org.openwms.wms.shipping.impl declared as OrderStateModifier and TypeFieldDescriptionprivate @NotNull OrderState
AbstractShippingOrderPosition.orderState
Current position state.private OrderState
ShippingOrder.orderState
Current state of this Order.Methods in org.openwms.wms.shipping.impl that return OrderStateModifier and TypeMethodDescriptionAbstractShippingOrderPosition.getOrderState()
ShippingOrder.getOrderState()
Methods in org.openwms.wms.shipping.impl with parameters of type OrderStateModifier and TypeMethodDescriptionvoid
AbstractShippingOrderPosition.changeOrderState
(org.ameba.i18n.Translator translator, org.springframework.context.ApplicationEventPublisher eventPublisher, OrderState orderState) Change the state of thisShippingOrderPosition
.void
ShippingOrder.changeOrderState
(org.ameba.i18n.Translator translator, org.springframework.context.ApplicationEventPublisher eventPublisher, OrderState orderState) Change the state of thisShippingOrder
.@NotNull AbstractShippingOrderPosition
ShippingOrderPositionServiceImpl.changeState
(@NotBlank String pKey, @NotNull OrderState orderState) Change the state of an existingShippingOrderPosition
.ShippingServiceImpl.changeState
(@NotNull ShippingOrder shippingOrder, @NotNull OrderState orderState) Change the state of an existingShippingOrder
.ShippingOrderRepository.findByStartModeAndOrderStateInOrderByPriorityAscNextAllocationDate
(OrderStartMode startMode, OrderState... state) void
AbstractShippingOrderPosition.setOrderState
(OrderState orderState) void
ShippingOrder.setOrderState
(OrderState orderState) Method parameters in org.openwms.wms.shipping.impl with type arguments of type OrderStateModifier and TypeMethodDescriptionShippingOrderRepository.findByOrderStateInOrderByPriorityAscNextAllocationDate
(List<OrderState> states)