Uses of Class
org.openwms.wms.receiving.api.BaseReceivingOrderPositionVO
Packages that use BaseReceivingOrderPositionVO
Package
Description
Contains types to handle receiving orders.
Contains types that belong to the public API of the WMS Receiving Service.
-
Uses of BaseReceivingOrderPositionVO in org.openwms.wms.receiving
Methods in org.openwms.wms.receiving that return BaseReceivingOrderPositionVOModifier and TypeMethodDescriptiondefault BaseReceivingOrderPositionVO
ReceivingMapper.fromEOtoVO
(AbstractReceivingOrderPosition eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving that return types with arguments of type BaseReceivingOrderPositionVOModifier and TypeMethodDescriptionprotected List
<BaseReceivingOrderPositionVO> ReceivingMapperImpl.abstractReceivingOrderPositionListToBaseReceivingOrderPositionVOList
(List<AbstractReceivingOrderPosition> list, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving with parameters of type BaseReceivingOrderPositionVOModifier and TypeMethodDescriptiondefault AbstractReceivingOrderPosition
ReceivingMapper.fromVOtoEO
(BaseReceivingOrderPositionVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Method parameters in org.openwms.wms.receiving with type arguments of type BaseReceivingOrderPositionVOModifier and TypeMethodDescriptionprotected List
<AbstractReceivingOrderPosition> ReceivingMapperImpl.baseReceivingOrderPositionVOListToAbstractReceivingOrderPositionList
(List<BaseReceivingOrderPositionVO> list, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of BaseReceivingOrderPositionVO in org.openwms.wms.receiving.api
Subclasses of BaseReceivingOrderPositionVO in org.openwms.wms.receiving.apiModifier and TypeClassDescriptionclass
A ReceivingOrderPositionVO.class
A ReceivingTransportUnitOrderPositionVO.Fields in org.openwms.wms.receiving.api with type parameters of type BaseReceivingOrderPositionVOModifier and TypeFieldDescriptionprivate @Valid List
<BaseReceivingOrderPositionVO> ReceivingOrderVO.positions
A set ofReceivingOrderPosition
s belonging to thisReceivingOrder
.Methods in org.openwms.wms.receiving.api that return types with arguments of type BaseReceivingOrderPositionVOMethod parameters in org.openwms.wms.receiving.api with type arguments of type BaseReceivingOrderPositionVOModifier and TypeMethodDescriptionvoid
ReceivingOrderVO.setPositions
(List<BaseReceivingOrderPositionVO> positions)