Uses of Class
org.openwms.wms.receiving.impl.ReceivingOrder
Packages that use ReceivingOrder
Package
Description
Contains types to handle receiving orders.
Contains listener classes that listen on internal events.
Contains internal types of the microservice implementation.
Contains implementations of the 
ReceivingOrderUpdater interface.Contains types to access SPIs (Service Provider Interfaces).
- 
Uses of ReceivingOrder in org.openwms.wms.receiving
Methods in org.openwms.wms.receiving that return ReceivingOrderModifier and TypeMethodDescriptionReceivingMapper.convertVO(ReceivingOrderVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertVO(ReceivingOrderVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving with parameters of type ReceivingOrderModifier and TypeMethodDescriptionReceivingMapper.convertToVO(ReceivingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertToVO(ReceivingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Method parameters in org.openwms.wms.receiving with type arguments of type ReceivingOrderModifier and TypeMethodDescriptionReceivingMapper.convertToVO(List<ReceivingOrder> eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMapperImpl.convertToVO(List<ReceivingOrder> eo, CycleAvoidingMappingContext cycleAvoidingMappingContext)  - 
Uses of ReceivingOrder in org.openwms.wms.receiving.events
Methods in org.openwms.wms.receiving.events with parameters of type ReceivingOrderModifier and TypeMethodDescriptionReceivingMOMapper.convertToMO(ReceivingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMOMapperImpl.convertToMO(ReceivingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext)  - 
Uses of ReceivingOrder in org.openwms.wms.receiving.impl
Fields in org.openwms.wms.receiving.impl declared as ReceivingOrderMethods in org.openwms.wms.receiving.impl that return ReceivingOrderModifier and TypeMethodDescription@NotNull ReceivingOrderReceivingService.cancelOrder(@NotBlank String pKey) Cancel aReceivingOrder.@NotNull ReceivingOrderReceivingServiceImpl.cancelOrder(@NotBlank String pKey) Cancel aReceivingOrder.@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.@NotNull ReceivingOrderComplete aReceivingOrderand all positions.@NotNull ReceivingOrderComplete aReceivingOrderand all positions.private ReceivingOrderReceivingServiceImpl.completeInternal(String pKey) @NotNull ReceivingOrderReceivingService.createOrder(@NotNull ReceivingOrder order) Create aReceivingOrderwith containingReceivingOrderPosition.@NotNull ReceivingOrderReceivingServiceImpl.createOrder(@NotNull ReceivingOrder order) Create aReceivingOrderwith containingReceivingOrderPosition.@NotNull ReceivingOrderReceivingService.findByPKey(@NotBlank String pKey) Find and return aReceivingOrderidentified by its synthetic persistent key.@NotNull ReceivingOrderReceivingServiceImpl.findByPKey(@NotBlank String pKey) Find and return aReceivingOrderidentified by its synthetic persistent key.(package private) ReceivingOrderAbstractReceivingOrderPosition.getOrder()private ReceivingOrderReceivingOrderCreatedEvent.getSource()ReceivingOrderStateChangeEvent.getSource()@NotNull ReceivingOrderReceivingOrderUpdater.update(@NotNull ReceivingOrder existingReceivingOrder, @Valid @NotNull ReceivingOrder receivingOrder) Update parts of aReceivingOrderinstance.@NotNull ReceivingOrderReceivingService.update(@NotBlank String pKey, @NotNull ReceivingOrder receivingOrder) Update an existingReceivingOrderwith the given data.@NotNull ReceivingOrderReceivingServiceImpl.update(@NotBlank String pKey, @NotNull ReceivingOrder receivingOrder) Update an existingReceivingOrderwith the given data.Methods in org.openwms.wms.receiving.impl that return types with arguments of type ReceivingOrderModifier and TypeMethodDescriptionQuantityCaptureOnLocationRequestCapturer.capture(String pKey, @NotNull QuantityCaptureOnLocationRequestVO request) Capture received goods to a suitableReceivingOrderPosition.QuantityCaptureRequestCapturer.capture(String pKey, @NotNull QuantityCaptureRequestVO request) Capture received goods to a suitableReceivingOrderPosition.Capture received goods to a suitableReceivingOrderPosition.@NotNull Optional<ReceivingOrder> Capturing on aReceivingOrdermeans: Decrease one of theReceivingOrderPositions by the received amount of the givenProductCreate physicalPackagingUnit(s) from the received quantity@NotNull Optional<ReceivingOrder> Capturing on aReceivingOrdermeans: Decrease one of theReceivingOrderPositions by the received amount of the givenProductCreate physicalPackagingUnit(s) from the received quantityTUCaptureRequestCapturer.capture(String pKey, @NotNull TUCaptureRequestVO request) Capture received goods to a suitableReceivingOrderPosition.@NotNull List<ReceivingOrder> ReceivingService.findAll()Find and return all existingReceivingOrders.@NotNull List<ReceivingOrder> ReceivingServiceImpl.findAll()Find and return all existingReceivingOrders.ReceivingOrderRepository.findByOrderId(String orderId) ReceivingService.findByOrderId(@NotBlank String orderId) Find and return aReceivingOrderidentified by its business key.ReceivingServiceImpl.findByOrderId(@NotBlank String orderId) Find and return aReceivingOrderidentified by its business key.ReceivingOrderRepository.findBypKey(String pKey) private Optional<ReceivingOrder> QuantityCaptureOnLocationRequestCapturer.handleExpectedReceipt(String pKey, QuantityCaptureOnLocationRequestVO request, Consumer<Void> func) private Optional<ReceivingOrder> QuantityCaptureRequestCapturer.handleExpectedReceipt(String pKey, QuantityCaptureRequestVO request, Consumer<Void> func) private Optional<ReceivingOrder> TUCaptureRequestCapturer.handleExpectedReceipt(String pKey, TUCaptureRequestVO request) Methods in org.openwms.wms.receiving.impl with parameters of type ReceivingOrderModifier and TypeMethodDescriptionprivate voidReceivingServiceImpl.assignOrderId(ReceivingOrder order) @NotNull ReceivingOrderReceivingService.createOrder(@NotNull ReceivingOrder order) Create aReceivingOrderwith containingReceivingOrderPosition.@NotNull ReceivingOrderReceivingServiceImpl.createOrder(@NotNull ReceivingOrder order) Create aReceivingOrderwith containingReceivingOrderPosition.voidOrderPositionProcessor.processPosition(ReceivingOrder order, AbstractReceivingOrderPosition orderPosition) Process a singleorderPositionof anorder.voidAbstractReceivingOrderPosition.setOrder(ReceivingOrder order) @NotNull ReceivingOrderReceivingOrderUpdater.update(@NotNull ReceivingOrder existingReceivingOrder, @Valid @NotNull ReceivingOrder receivingOrder) Update parts of aReceivingOrderinstance.@NotNull ReceivingOrderReceivingService.update(@NotBlank String pKey, @NotNull ReceivingOrder receivingOrder) Update an existingReceivingOrderwith the given data.@NotNull ReceivingOrderReceivingServiceImpl.update(@NotBlank String pKey, @NotNull ReceivingOrder receivingOrder) Update an existingReceivingOrderwith the given data.Constructors in org.openwms.wms.receiving.impl with parameters of type ReceivingOrderModifierConstructorDescriptionReceivingOrderStateChangeEvent(ReceivingOrder source, OrderState state)  - 
Uses of ReceivingOrder in org.openwms.wms.receiving.impl.updaters
Methods in org.openwms.wms.receiving.impl.updaters that return ReceivingOrderModifier and TypeMethodDescription@NotNull ReceivingOrderReceivingOrderDetailsUpdater.update(@NotNull ReceivingOrder existingReceivingOrder, @Valid @NotNull ReceivingOrder receivingOrder) Update parts of aReceivingOrderinstance.Methods in org.openwms.wms.receiving.impl.updaters with parameters of type ReceivingOrderModifier and TypeMethodDescription@NotNull ReceivingOrderReceivingOrderDetailsUpdater.update(@NotNull ReceivingOrder existingReceivingOrder, @Valid @NotNull ReceivingOrder receivingOrder) Update parts of aReceivingOrderinstance. - 
Uses of ReceivingOrder in org.openwms.wms.receiving.spi
Methods in org.openwms.wms.receiving.spi with parameters of type ReceivingOrderModifier and TypeMethodDescriptionvoidDefaultOrderPositionProcessor.processPosition(ReceivingOrder order, AbstractReceivingOrderPosition orderPosition) Process a singleorderPositionof anorder.