Uses of Class
org.openwms.wms.shipping.impl.Product
Packages that use Product
Package
Description
This package contains types to model the shopping functionality.
-
Uses of Product in org.openwms.wms.shipping
Methods in org.openwms.wms.shipping that return ProductModifier and TypeMethodDescriptionProductMapper.convertSpiVO
(ProductVO vo) ProductMapperImpl.convertSpiVO
(ProductVO vo) Methods in org.openwms.wms.shipping with parameters of type Product -
Uses of Product in org.openwms.wms.shipping.impl
Fields in org.openwms.wms.shipping.impl declared as ProductModifier and TypeFieldDescriptionprivate @NotNull(message="{owms.wms.shp.product}",groups=Create.class) Product
ShippingOrderPosition.product
The orderedProduct
.private Product
ShippingOrderPositionSplit.product
The demandedProduct
.Methods in org.openwms.wms.shipping.impl that return ProductModifier and TypeMethodDescriptionShippingOrderPosition.getProduct()
ShippingOrderPositionSplit.getProduct()
private Product
ShippingServiceImpl.resolveProduct
(String sku) Methods in org.openwms.wms.shipping.impl that return types with arguments of type ProductModifier and TypeMethodDescriptionProductRepository.findByForeignPKey
(String foreignPKey) ProductRepository.findBypKey
(String persistentKey) Methods in org.openwms.wms.shipping.impl with parameters of type ProductModifier and TypeMethodDescriptionint
Uses the sku for comparison.void
ShippingOrderPosition.setProduct
(Product product) Constructors in org.openwms.wms.shipping.impl with parameters of type ProductModifierConstructorDescriptionShippingOrderPosition
(@NotNull ShippingOrder order, @NotNull Integer positionNo, @NotNull org.openwms.core.units.api.Measurable<?, ?, ?> qtyDemanded, @NotNull Product product) Create a new ShippingOrderPosition with the mandatory attributes.ShippingOrderPositionSplit
(ShippingOrderPosition position, Integer splitNo, org.openwms.core.units.api.Measurable qtyDemanded, Product product, String transportUnitBK, String loadUnitPKey, Target target, String reservationId) -
Uses of Product in org.openwms.wms.shipping.spi
Fields in org.openwms.wms.shipping.spi declared as ProductMethods in org.openwms.wms.shipping.spi that return ProductConstructors in org.openwms.wms.shipping.spi with parameters of type ProductModifierConstructorDescriptionAllocationRule
(org.openwms.core.units.api.UnitType quantity, Product product) Create a new AllocationRule.