Uses of Class
org.openwms.wms.inventory.api.LoadUnitVO
Packages that use LoadUnitVO
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of LoadUnitVO in org.openwms.wms.inventory
Methods in org.openwms.wms.inventory that return LoadUnitVOModifier and TypeMethodDescriptionLoadUnitMapper.convert
(LoadUnit entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) LoadUnitMapperImpl.convert
(LoadUnit entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.inventory that return types with arguments of type LoadUnitVOModifier and TypeMethodDescriptionLoadUnitMapper.convert
(List<LoadUnit> entities, CycleAvoidingMappingContext cycleAvoidingMappingContext) LoadUnitMapperImpl.convert
(List<LoadUnit> entities, CycleAvoidingMappingContext cycleAvoidingMappingContext) -
Uses of LoadUnitVO in org.openwms.wms.inventory.api
Fields in org.openwms.wms.inventory.api declared as LoadUnitVOModifier and TypeFieldDescriptionPackagingUnitVO.loadUnit
The comprisingLoadUnit
thePackagingUnit
is stored in.Methods in org.openwms.wms.inventory.api that return LoadUnitVOMethods in org.openwms.wms.inventory.api with parameters of type LoadUnitVO -
Uses of LoadUnitVO in org.openwms.wms.inventory.rest
Methods in org.openwms.wms.inventory.rest that return types with arguments of type LoadUnitVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<LoadUnitVO> LoadUnitController.findByPKey
(String pKey)