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 PackagingUnitVO
PackagingUnitService.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 PackagingUnitVO
PackagingUnitService.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 allPackagingUnits
that contain aProduct
identified by the givenproductPKey
that is located within a particularLocationGroup
identified by the givenlocationGroupName
.Find and return allPackagingUnits
that are booked on aTransportUnit
identified by the giventransportUnitBK
.CreatePURequestVO.getPackagingUnits()
Methods in org.openwms.wms.inventory.api with parameters of type PackagingUnitVOModifier and TypeMethodDescriptionvoid
PackagingUnitApi.createOnLocation
(PackagingUnitVO pu) Create a newPackagingUnit
on theLocation
given asactualLocation
of thepu
.Method parameters in org.openwms.wms.inventory.api with type arguments of type PackagingUnitVOModifier and TypeMethodDescriptionvoid
CreatePURequestVO.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 PackagingUnitVO
CreatePackagingUnitCommand.packagingUnit
Methods in org.openwms.wms.inventory.commands that return PackagingUnitVOMethods in org.openwms.wms.inventory.commands with parameters of type PackagingUnitVOModifier and TypeMethodDescriptionvoid
CreatePackagingUnitCommand.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 PackagingUnitVO
PackagingUnitServiceImpl.update
(@NotBlank String pKey, @NotNull PackagingUnitVO packagingUnit) Update aPackagingUnit
.Methods in org.openwms.wms.inventory.impl with parameters of type PackagingUnitVOModifier and TypeMethodDescription@NotNull PackagingUnitVO
PackagingUnitServiceImpl.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 severalPackagingUnit
entities and converts and transforms them intoPackagingUnitVO
instances.