Uses of Class
org.openwms.wms.receiving.api.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
Modifier and TypeMethodDescriptionReceivingMapper.convertToVO
(ReceivingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertToVO
(ReceivingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Modifier and TypeMethodDescriptionReceivingMapper.convertToVO
(List<ReceivingOrder> eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertToVO
(List<ReceivingOrder> eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Modifier and TypeMethodDescriptionReceivingMapper.convertVO
(ReceivingOrderVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertVO
(ReceivingOrderVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of ReceivingOrderVO in org.openwms.wms.receiving.api
Modifier and TypeMethodDescriptionReceivingApi.changeOrder
(String pKey, ReceivingOrderVO order) Update an existingReceivingOrder
.BaseReceivingOrderPositionVO.getOrder()
Modifier 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
Modifier 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.Modifier 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) Modifier 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.