Uses of Class
org.openwms.wms.receiving.api.ReceivingOrderVO
Packages that use ReceivingOrderVO
Package
Description
Contains types to handle receiving orders.
Contains types that belong to the public API of the WMS Receiving Service.
Contains the external exposed REST API of the WMS Receiving Service.
-
Uses of ReceivingOrderVO in org.openwms.wms.receiving
Methods in org.openwms.wms.receiving that return ReceivingOrderVOModifier and TypeMethodDescriptionReceivingMapper.convertToVO
(ReceivingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertToVO
(ReceivingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving that return types with arguments of type ReceivingOrderVOModifier and TypeMethodDescriptionReceivingMapper.convertToVO
(List<ReceivingOrder> eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertToVO
(List<ReceivingOrder> eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving with parameters of type ReceivingOrderVOModifier and TypeMethodDescriptionReceivingMapper.convertVO
(ReceivingOrderVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertVO
(ReceivingOrderVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of ReceivingOrderVO in org.openwms.wms.receiving.api
Fields in org.openwms.wms.receiving.api declared as ReceivingOrderVOMethods in org.openwms.wms.receiving.api that return ReceivingOrderVOModifier and TypeMethodDescriptionReceivingApi.changeOrder
(String pKey, ReceivingOrderVO order) Update an existingReceivingOrder
.BaseReceivingOrderPositionVO.getOrder()
Methods in org.openwms.wms.receiving.api with parameters of type ReceivingOrderVOModifier and TypeMethodDescriptionReceivingApi.changeOrder
(String pKey, ReceivingOrderVO order) Update an existingReceivingOrder
.void
ReceivingApi.createOrder
(ReceivingOrderVO order) Create a newReceivingOrder
.void
BaseReceivingOrderPositionVO.setOrder
(ReceivingOrderVO order) -
Uses of ReceivingOrderVO in org.openwms.wms.receiving.rest
Methods in org.openwms.wms.receiving.rest that return ReceivingOrderVOModifier and TypeMethodDescription@NotNull ReceivingOrderVO
RestServiceFacade.cancelOrder
(@NotBlank String pKey) Cancel aReceivingOrder
.@NotNull ReceivingOrderVO
RestServiceFacadeImpl.cancelOrder
(@NotBlank String pKey) Cancel aReceivingOrder
.@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
.@NotNull ReceivingOrderVO
Complete aReceivingOrder
and all positions.@NotNull ReceivingOrderVO
Complete aReceivingOrder
and all positions.@NotNull ReceivingOrderVO
RestServiceFacade.update
(@NotBlank String pKey, @NotNull ReceivingOrderVO receivingOrder) Update an existingReceivingOrder
with the given data.@NotNull ReceivingOrderVO
RestServiceFacadeImpl.update
(@NotBlank String pKey, @NotNull ReceivingOrderVO receivingOrder) Update an existingReceivingOrder
with the given data.Methods in org.openwms.wms.receiving.rest that return types with arguments of type ReceivingOrderVOModifier and TypeMethodDescription@NotNull Optional
<ReceivingOrderVO> Capturing on aReceivingOrder
means: Decrease one of theReceivingOrderPosition
s by the received amount of the givenProduct
Create physicalPackagingUnit
(s) from the received quantity@NotNull Optional
<ReceivingOrderVO> Capturing on aReceivingOrder
means: Decrease one of theReceivingOrderPosition
s by the received amount of the givenProduct
Create physicalPackagingUnit
(s) from the received quantityorg.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingController.captureOrder
(String pKey, @Valid List<CaptureRequestVO> requests) org.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingController.completeOrder
(String pKey) org.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingOrderCreator.createOrder
(ReceivingOrderVO orderVO, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<List<ReceivingOrderVO>> ReceivingOrderFinder.findAll()
org.springframework.http.ResponseEntity
<ReceivingOrderVO> org.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingOrderFinder.findOrderByOrderId
(String orderId) org.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingController.patchOrder
(String pKey, @Valid ReceivingOrderVO receivingOrder) org.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingController.saveOrder
(String pKey, @Valid ReceivingOrderVO receivingOrder) Methods in org.openwms.wms.receiving.rest with parameters of type ReceivingOrderVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingOrderCreator.createOrder
(ReceivingOrderVO orderVO, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingController.patchOrder
(String pKey, @Valid ReceivingOrderVO receivingOrder) org.springframework.http.ResponseEntity
<ReceivingOrderVO> ReceivingController.saveOrder
(String pKey, @Valid ReceivingOrderVO receivingOrder) @NotNull ReceivingOrderVO
RestServiceFacade.update
(@NotBlank String pKey, @NotNull ReceivingOrderVO receivingOrder) Update an existingReceivingOrder
with the given data.@NotNull ReceivingOrderVO
RestServiceFacadeImpl.update
(@NotBlank String pKey, @NotNull ReceivingOrderVO receivingOrder) Update an existingReceivingOrder
with the given data.