Uses of Class
org.openwms.wms.receiving.impl.BaseReceivingOrderPosition
Packages that use BaseReceivingOrderPosition
Package
Description
Contains types to handle receiving orders.
Contains event types and message objects that are exposed by the WMS Receiving Service API.
Contains internal used event types and listeners.
Contains internal types of the microservice implementation.
Contains types to access SPIs (Service Provider Interfaces).
-
Uses of BaseReceivingOrderPosition in org.openwms.wms.receiving
Methods in org.openwms.wms.receiving that return BaseReceivingOrderPositionModifier and TypeMethodDescriptiondefault BaseReceivingOrderPosition
ReceivingMapper.fromVOtoEO
(BaseReceivingOrderPositionVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving that return types with arguments of type BaseReceivingOrderPositionModifier and TypeMethodDescriptionprotected List<BaseReceivingOrderPosition>
ReceivingMapperImpl.baseReceivingOrderPositionVOListToBaseReceivingOrderPositionList
(List<BaseReceivingOrderPositionVO> list, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving with parameters of type BaseReceivingOrderPositionModifier and TypeMethodDescriptiondefault ReceivingOrderPositionMO
ReceivingMapper.fromEOtoMO
(BaseReceivingOrderPosition eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) default BaseReceivingOrderPositionVO
ReceivingMapper.fromEOtoVO
(BaseReceivingOrderPosition eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Method parameters in org.openwms.wms.receiving with type arguments of type BaseReceivingOrderPositionModifier and TypeMethodDescriptionprotected List<BaseReceivingOrderPositionVO>
ReceivingMapperImpl.baseReceivingOrderPositionListToBaseReceivingOrderPositionVOList
(List<BaseReceivingOrderPosition> list, CycleAvoidingMappingContext cycleAvoidingMappingContext) protected List<ReceivingOrderPositionMO>
ReceivingMapperImpl.baseReceivingOrderPositionListToReceivingOrderPositionMOList
(List<BaseReceivingOrderPosition> list, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of BaseReceivingOrderPosition in org.openwms.wms.receiving.api.events
Classes in org.openwms.wms.receiving.api.events with type parameters of type BaseReceivingOrderPositionModifier and TypeClassDescriptionclass
A ReceivingOrderPositionStateChangeEvent. -
Uses of BaseReceivingOrderPosition in org.openwms.wms.receiving.events
Methods in org.openwms.wms.receiving.events with type parameters of type BaseReceivingOrderPositionModifier and TypeMethodDescription<T extends BaseReceivingOrderPosition>
voidEventPropagator.onEvent
(ReceivingOrderPositionStateChangeEvent<T> event) -
Uses of BaseReceivingOrderPosition in org.openwms.wms.receiving.impl
Subclasses of BaseReceivingOrderPosition in org.openwms.wms.receiving.implModifier and TypeClassDescriptionclass
A ReceivingOrderPosition is a persisted entity class that represents an expected receipt ofProduct
s in a particular quantity.class
A ReceivingTransportUnitOrderPosition is a persisted entity class that represents an expected receipt of aTransportUnit
.Fields in org.openwms.wms.receiving.impl with type parameters of type BaseReceivingOrderPositionModifier and TypeFieldDescriptionprivate @Valid List<BaseReceivingOrderPosition>
ReceivingOrder.positions
All ReceivingOrderPosition this order has.Methods in org.openwms.wms.receiving.impl that return BaseReceivingOrderPositionMethods in org.openwms.wms.receiving.impl that return types with arguments of type BaseReceivingOrderPositionMethods in org.openwms.wms.receiving.impl with parameters of type BaseReceivingOrderPositionModifier and TypeMethodDescriptionvoid
OrderPositionProcessor.processPosition
(ReceivingOrder order, BaseReceivingOrderPosition orderPosition) Process a singleorderPosition
of anorder
.Method parameters in org.openwms.wms.receiving.impl with type arguments of type BaseReceivingOrderPositionModifier and TypeMethodDescriptionvoid
ReceivingOrder.setPositions
(List<BaseReceivingOrderPosition> positions) -
Uses of BaseReceivingOrderPosition in org.openwms.wms.receiving.spi
Methods in org.openwms.wms.receiving.spi with parameters of type BaseReceivingOrderPositionModifier and TypeMethodDescriptionvoid
DefaultOrderPositionProcessor.processPosition
(ReceivingOrder order, BaseReceivingOrderPosition orderPosition) Process a singleorderPosition
of anorder
.