Package org.openwms.wms.inventory
Class ProductMapperImpl
java.lang.Object
org.openwms.wms.inventory.ProductMapper
org.openwms.wms.inventory.ProductMapperImpl
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class ProductMapperImpl
extends ProductMapper
-
Field Summary
FieldsFields inherited from class org.openwms.wms.inventory.ProductMapper
productRepository, uomRelationService
-
Constructor Summary
ConstructorsConstructorDescriptionProductMapperImpl
(DimensionMapper dimensionMapper, LocationMapper locationMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvert
(List<Product> entities, CycleAvoidingMappingContext cycleAvoidingMappingContext) convert
(Product entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) convertToMO
(Product entity) protected List
<StackingRuleVO> productStackingRuleListToStackingRuleVOList
(List<ProductStackingRule> list, CycleAvoidingMappingContext cycleAvoidingMappingContext) protected StackingRuleVO
productStackingRuleToStackingRuleVO
(ProductStackingRule productStackingRule, CycleAvoidingMappingContext cycleAvoidingMappingContext) protected List
<UomRelationVO> uomRelationListToUomRelationVOList
(List<UomRelation> list, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods inherited from class org.openwms.wms.inventory.ProductMapper
convertTo, convertVO, convertVO, copy
-
Field Details
-
dimensionMapper
-
locationMapper
-
-
Constructor Details
-
ProductMapperImpl
-
-
Method Details
-
convertToMO
- Specified by:
convertToMO
in classProductMapper
-
convert
- Specified by:
convert
in classProductMapper
-
convertVO
- Specified by:
convertVO
in classProductMapper
-
convert
- Specified by:
convert
in classProductMapper
-
convert
public List<ProductVO> convert(List<Product> entities, CycleAvoidingMappingContext cycleAvoidingMappingContext) - Specified by:
convert
in classProductMapper
-
uomRelationListToStringList
-
uomRelationListToUomRelationVOList
protected List<UomRelationVO> uomRelationListToUomRelationVOList(List<UomRelation> list, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
productStackingRuleToStackingRuleVO
protected StackingRuleVO productStackingRuleToStackingRuleVO(ProductStackingRule productStackingRule, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
productStackingRuleListToStackingRuleVOList
protected List<StackingRuleVO> productStackingRuleListToStackingRuleVOList(List<ProductStackingRule> list, CycleAvoidingMappingContext cycleAvoidingMappingContext)
-