Uses of Enum Class
org.openwms.wms.receiving.api.OrderState
Package
Description
Contains types that belong to the public API of the WMS Receiving Service.
Contains event types that are exposed by the WMS Receiving Service API.
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
Modifier 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.api.events
ModifierConstructorDescriptionReceivingOrderStateChangeEvent
(ReceivingOrder source, OrderState state) -
Uses of OrderState in org.openwms.wms.receiving.impl
Modifier and TypeFieldDescriptionprivate OrderState
ReceivingOrder.orderState
Current state of this order.Modifier 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. -
Uses of OrderState in org.openwms.wms.receiving.rest
Modifier 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
.