Uses of Class
org.openwms.wms.inventory.api.PackagingUnitVO
Packages that use PackagingUnitVO
Package
Description
Contains types to deal with warehouse inventory.
- 
Uses of PackagingUnitVO in org.openwms.wms.inventory
Methods in org.openwms.wms.inventory that return PackagingUnitVOModifier and TypeMethodDescriptionPackagingUnitMapper.convert(PackagingUnit entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) PackagingUnitMapperImpl_.convert(PackagingUnit entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) PackagingUnitMapperImpl.convert(PackagingUnit entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) @NotNull PackagingUnitVOPackagingUnitService.update(@NotBlank String pKey, @NotNull PackagingUnitVO packagingUnit) Update aPackagingUnit.Methods in org.openwms.wms.inventory that return types with arguments of type PackagingUnitVOModifier and TypeMethodDescriptionPackagingUnitMapper.convert(List<PackagingUnit> entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) PackagingUnitMapperImpl_.convert(List<PackagingUnit> entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) PackagingUnitMapperImpl.convert(List<PackagingUnit> entity, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.inventory with parameters of type PackagingUnitVOModifier and TypeMethodDescriptionPackagingUnitDecorator.convertVO(PackagingUnitVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) PackagingUnitMapper.convertVO(PackagingUnitVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) PackagingUnitMapperImpl_.convertVO(PackagingUnitVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) @NotNull PackagingUnitVOPackagingUnitService.update(@NotBlank String pKey, @NotNull PackagingUnitVO packagingUnit) Update aPackagingUnit. - 
Uses of PackagingUnitVO in org.openwms.wms.inventory.api
Fields in org.openwms.wms.inventory.api with type parameters of type PackagingUnitVOMethods in org.openwms.wms.inventory.api that return types with arguments of type PackagingUnitVOModifier and TypeMethodDescriptionPackagingUnitApi.findOfProductinLG(String productPKey, String locationGroupName) Find and return allPackagingUnitsthat contain aProductidentified by the givenproductPKeythat is located within a particularLocationGroupidentified by the givenlocationGroupName.Find and return allPackagingUnitsthat are booked on aTransportUnitidentified by the giventransportUnitBK.CreatePURequestVO.getPackagingUnits()Methods in org.openwms.wms.inventory.api with parameters of type PackagingUnitVOModifier and TypeMethodDescriptionvoidPackagingUnitApi.createOnLocation(PackagingUnitVO pu) Create a newPackagingUniton theLocationgiven asactualLocationof thepu.Method parameters in org.openwms.wms.inventory.api with type arguments of type PackagingUnitVOModifier and TypeMethodDescriptionvoidCreatePURequestVO.setPackagingUnits(List<PackagingUnitVO> packagingUnits) Constructor parameters in org.openwms.wms.inventory.api with type arguments of type PackagingUnitVO - 
Uses of PackagingUnitVO in org.openwms.wms.inventory.commands
Fields in org.openwms.wms.inventory.commands declared as PackagingUnitVOModifier and TypeFieldDescriptionprivate @NotNull PackagingUnitVOCreatePackagingUnitCommand.packagingUnitMethods in org.openwms.wms.inventory.commands that return PackagingUnitVOMethods in org.openwms.wms.inventory.commands with parameters of type PackagingUnitVOModifier and TypeMethodDescriptionvoidCreatePackagingUnitCommand.setPackagingUnit(PackagingUnitVO packagingUnit) Constructors in org.openwms.wms.inventory.commands with parameters of type PackagingUnitVOModifierConstructorDescriptionCreatePackagingUnitCommand(String transportUnitBK, String luPos, String loadUnitType, PackagingUnitVO packagingUnit)  - 
Uses of PackagingUnitVO in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl that return PackagingUnitVOModifier and TypeMethodDescription@NotNull PackagingUnitVOPackagingUnitServiceImpl.update(@NotBlank String pKey, @NotNull PackagingUnitVO packagingUnit) Update aPackagingUnit.Methods in org.openwms.wms.inventory.impl with parameters of type PackagingUnitVOModifier and TypeMethodDescription@NotNull PackagingUnitVOPackagingUnitServiceImpl.update(@NotBlank String pKey, @NotNull PackagingUnitVO packagingUnit) Update aPackagingUnit. - 
Uses of PackagingUnitVO in org.openwms.wms.inventory.rest
Methods in org.openwms.wms.inventory.rest that return types with arguments of type PackagingUnitVOModifier and TypeMethodDescriptionprotected List<PackagingUnitVO>PackagingUnitController.enrichWithLinks(PackagingUnit... eos) org.springframework.http.ResponseEntity<PackagingUnitVO>PackagingUnitController.findByPKey(String pKey, String acceptHeader) org.springframework.http.ResponseEntity<List<PackagingUnitVO>>PackagingUnitController.findForProduct(String sku, String amount, @Pattern(regexp="^(asc|desc)$") String sortDirection, String sortProperty, String acceptHeader) org.springframework.http.ResponseEntity<List<PackagingUnitVO>>PackagingUnitController.findForProductInLG(String productPKey, String locationGroupName, @Pattern(regexp="^(asc|desc)$") String sortDirection, String sortProperty, String acceptHeader) org.springframework.http.ResponseEntity<List<PackagingUnitVO>>org.springframework.http.ResponseEntity<List<PackagingUnitVO>>PackagingUnitController.findOnTUandLU(String transportUnitBK, String luPos, String acceptHeader) org.springframework.http.ResponseEntity<List<PackagingUnitVO>>LoadUnitController.findPUinLU(String pKey) org.springframework.http.ResponseEntity<PackagingUnitVO>PackagingUnitController.update(String pKey, PackagingUnitVO pu) Methods in org.openwms.wms.inventory.rest with parameters of type PackagingUnitVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>PackagingUnitController.createOnLocation(@Valid PackagingUnitVO pu) org.springframework.http.ResponseEntity<PackagingUnitVO>PackagingUnitController.update(String pKey, PackagingUnitVO pu)  - 
Uses of PackagingUnitVO in org.openwms.wms.inventory.spi
Methods in org.openwms.wms.inventory.spi that return types with arguments of type PackagingUnitVOModifier and TypeMethodDescriptionPackagingUnitTransformer.enrichWithLinks(PackagingUnit... eos) Takes severalPackagingUnitentities and converts and transforms them intoPackagingUnitVOinstances.