Uses of Class
org.openwms.wms.inventory.UomRelation
Packages that use UomRelation
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of UomRelation in org.openwms.wms.inventory
Fields in org.openwms.wms.inventory declared as UomRelationModifier and TypeFieldDescriptionprivate UomRelation
PackagingUnit.uomRelation
Described in what kind of UOM thePackagingUnit
is stored in.Fields in org.openwms.wms.inventory with type parameters of type UomRelationModifier and TypeFieldDescriptionprivate List<UomRelation>
Product.units
AProduct
can be packed and stored in different box sizes.final com.querydsl.core.types.dsl.ListPath<UomRelation,
QUomRelation> QProduct.units
Methods in org.openwms.wms.inventory that return UomRelationModifier and TypeMethodDescriptionAdd a new detail to theUomRelation
.UomRelationMapper.convertVO
(UomRelationVO vo) PackagingUnit.getUomRelation()
Methods in org.openwms.wms.inventory that return types with arguments of type UomRelationModifier and TypeMethodDescriptionprivate List<UomRelation>
ProductMapper.convert
(List<UomRelationVO> units, Product product) UomRelationService.findBypKey
(@NotBlank String pKey) Product.getUnits()
Initialize and return theunits
.Methods in org.openwms.wms.inventory with parameters of type UomRelationModifier and TypeMethodDescriptionvoid
PackagingUnit.setUomRelation
(UomRelation uomRelation) protected UomRelationVO
PackagingUnitMapperImpl_.uomRelationToUomRelationVO
(UomRelation uomRelation, CycleAvoidingMappingContext cycleAvoidingMappingContext) Method parameters in org.openwms.wms.inventory with type arguments of type UomRelationConstructor parameters in org.openwms.wms.inventory with type arguments of type UomRelationModifierConstructorDescriptionQUomRelation
(com.querydsl.core.types.Path<? extends UomRelation> path) QUomRelation
(Class<? extends UomRelation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of UomRelation in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl that return UomRelationModifier and TypeMethodDescriptionUomMapper.convertFrom
(UomRelationVO source, UomRelation destination) UomRelationConverter.convertFrom
(UomRelationVO source, UomRelation destination) UomRelationStringConverter.convertFrom
(String source, UomRelation destination) Methods in org.openwms.wms.inventory.impl that return types with arguments of type UomRelationModifier and TypeMethodDescriptionUomRelationRepository.findBypKey
(String pKey) UomRelationServiceImpl.findBypKey
(@NotBlank String pKey) UomRelationRepository.findByProduct_SkuAndUnit
(String sku, org.openwms.core.units.api.Measurable unit) Methods in org.openwms.wms.inventory.impl with parameters of type UomRelationModifier and TypeMethodDescriptionUomMapper.convertFrom
(UomRelationVO source, UomRelation destination) UomRelationConverter.convertFrom
(UomRelationVO source, UomRelation destination) UomRelationStringConverter.convertFrom
(String source, UomRelation destination) UomMapper.convertTo
(UomRelation source) UomRelationConverter.convertTo
(UomRelation source, UomRelationVO destination) UomRelationStringConverter.convertTo
(UomRelation source, String destination)