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.voidReceivingApi.createOrder(ReceivingOrderVO order) Create a newReceivingOrder.voidBaseReceivingOrderPositionVO.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 ReceivingOrderVORestServiceFacade.cancelOrder(@NotBlank String pKey) Cancel aReceivingOrder.@NotNull ReceivingOrderVORestServiceFacadeImpl.cancelOrder(@NotBlank String pKey) Cancel aReceivingOrder.@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.@NotNull ReceivingOrderVOComplete aReceivingOrderand all positions.@NotNull ReceivingOrderVOComplete aReceivingOrderand all positions.@NotNull ReceivingOrderVORestServiceFacade.update(@NotBlank String pKey, @NotNull ReceivingOrderVO receivingOrder) Update an existingReceivingOrderwith the given data.@NotNull ReceivingOrderVORestServiceFacadeImpl.update(@NotBlank String pKey, @NotNull ReceivingOrderVO receivingOrder) Update an existingReceivingOrderwith 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 aReceivingOrdermeans: Decrease one of theReceivingOrderPositions by the received amount of the givenProductCreate physicalPackagingUnit(s) from the received quantity@NotNull Optional<ReceivingOrderVO> Capturing on aReceivingOrdermeans: Decrease one of theReceivingOrderPositions by the received amount of the givenProductCreate 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 ReceivingOrderVORestServiceFacade.update(@NotBlank String pKey, @NotNull ReceivingOrderVO receivingOrder) Update an existingReceivingOrderwith the given data.@NotNull ReceivingOrderVORestServiceFacadeImpl.update(@NotBlank String pKey, @NotNull ReceivingOrderVO receivingOrder) Update an existingReceivingOrderwith the given data.