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 OrderStateReturns 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 OrderStateReceivingOrder.orderStateCurrent state of this order.final OrderStateReceivingOrderStateChangeEvent.stateMethods 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 ReceivingOrderReceivingService.changeState(@NotBlank String pKey, @NotNull OrderState state) Change the state of aReceivingOrder.@NotNull ReceivingOrderReceivingServiceImpl.changeState(@NotBlank String pKey, @NotNull OrderState state) Change the state of aReceivingOrder.voidReceivingOrder.setOrderState(OrderState orderState) protected voidReceivingOrder.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 ReceivingOrderVORestServiceFacade.changeState(@NotBlank String pKey, @NotNull OrderState state) Change the state of aReceivingOrder.@NotNull ReceivingOrderVORestServiceFacadeImpl.changeState(@NotBlank String pKey, @NotNull OrderState state) Change the state of aReceivingOrder.