Uses of Class
org.openwms.wms.inventory.api.UomRelationVO
Packages that use UomRelationVO
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of UomRelationVO in org.openwms.wms.inventory
Methods in org.openwms.wms.inventory that return UomRelationVOModifier and TypeMethodDescriptionprotected UomRelationVO
PackagingUnitMapperImpl_.uomRelationToUomRelationVO
(UomRelation uomRelation, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.inventory with parameters of type UomRelationVOMethod parameters in org.openwms.wms.inventory with type arguments of type UomRelationVOModifier and TypeMethodDescriptionprivate List<UomRelation>
ProductMapper.convert
(List<UomRelationVO> units, Product product) -
Uses of UomRelationVO in org.openwms.wms.inventory.api
Fields in org.openwms.wms.inventory.api declared as UomRelationVOModifier and TypeFieldDescriptionPackagingUnitVO.uomRelation
Described in what kind of UOM the PackagingUnit is stored in.Fields in org.openwms.wms.inventory.api with type parameters of type UomRelationVOModifier and TypeFieldDescriptionprivate List<UomRelationVO>
BasicProductVO.Builder.units
BasicProductVO.units
AProduct
can be packed and stored in different box sizes.private List<UomRelationVO>
ProductVO.Builder.units
ProductVO.units
AProduct
can be packed and stored in different box sizes.Methods in org.openwms.wms.inventory.api that return UomRelationVOMethods in org.openwms.wms.inventory.api that return types with arguments of type UomRelationVOMethods in org.openwms.wms.inventory.api with parameters of type UomRelationVOModifier and TypeMethodDescriptionBasicProductVO.Builder.addUnit
(UomRelationVO val) ProductVO.Builder.addUnit
(UomRelationVO val) void
PackagingUnitVO.setUomRelation
(UomRelationVO uomRelation) Method parameters in org.openwms.wms.inventory.api with type arguments of type UomRelationVOModifier and TypeMethodDescriptionvoid
BasicProductVO.setUnits
(List<UomRelationVO> units) void
ProductVO.setUnits
(List<UomRelationVO> units) -
Uses of UomRelationVO in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl that return UomRelationVOModifier and TypeMethodDescriptionUomMapper.convertTo
(UomRelation source) UomRelationConverter.convertTo
(UomRelation source, UomRelationVO destination) Methods in org.openwms.wms.inventory.impl with parameters of type UomRelationVOModifier and TypeMethodDescriptionUomMapper.convertFrom
(UomRelationVO source, UomRelation destination) UomRelationConverter.convertFrom
(UomRelationVO source, UomRelation destination) UomRelationConverter.convertTo
(UomRelation source, UomRelationVO destination)