Uses of Enum Class
org.openwms.wms.receiving.api.OrderState
Packages that use OrderState
Package
Description
Contains types that belong to the public API of the WMS Receiving Service.
Contains internal types of the microservice implementation.
Contains the external exposed REST API of the WMS Receiving Service.
-
Uses of OrderState in org.openwms.wms.receiving.api
Methods in org.openwms.wms.receiving.api that return OrderStateModifier and TypeMethodDescriptionstatic 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. -
Uses of OrderState in org.openwms.wms.receiving.impl
Fields in org.openwms.wms.receiving.impl declared as OrderStateModifier and TypeFieldDescriptionprivate OrderState
ReceivingOrder.orderState
Current state of this order.final OrderState
ReceivingOrderStateChangeEvent.state
Methods in org.openwms.wms.receiving.impl that return OrderStateModifier and TypeMethodDescriptionReceivingOrder.getOrderState()
ReceivingOrderStateChangeEvent.getState()
Methods in org.openwms.wms.receiving.impl with parameters of type OrderStateModifier and TypeMethodDescription@NotNull ReceivingOrder
ReceivingService.changeState
(@NotBlank String pKey, @NotNull OrderState state) Change the state of aReceivingOrder
.@NotNull ReceivingOrder
ReceivingServiceImpl.changeState
(@NotBlank String pKey, @NotNull OrderState state) Change the state of aReceivingOrder
.void
ReceivingOrder.setOrderState
(OrderState orderState) protected void
ReceivingOrder.setOrderState
(org.springframework.context.ApplicationEventPublisher publisher, OrderState orderState) Changes the state of the order and publishes an event indicating the state change.Constructors in org.openwms.wms.receiving.impl with parameters of type OrderStateModifierConstructorDescriptionReceivingOrderStateChangeEvent
(ReceivingOrder source, OrderState state) -
Uses of OrderState in org.openwms.wms.receiving.rest
Methods in org.openwms.wms.receiving.rest with parameters of type OrderStateModifier and TypeMethodDescription@NotNull ReceivingOrderVO
RestServiceFacade.changeState
(@NotBlank String pKey, @NotNull OrderState state) Change the state of aReceivingOrder
.@NotNull ReceivingOrderVO
RestServiceFacadeImpl.changeState
(@NotBlank String pKey, @NotNull OrderState state) Change the state of aReceivingOrder
.