Uses of Class
org.openwms.wms.inventory.api.MovePURequestVO
Packages that use MovePURequestVO
Package
Description
Contains types to deal with warehouse inventory.
- 
Uses of MovePURequestVO in org.openwms.wms.inventory
Methods in org.openwms.wms.inventory with parameters of type MovePURequestVOModifier and TypeMethodDescriptionvoidPackagingUnitMover.moveBetweenLocations(@NotNull MovePURequestVO request) Move one or morePackagingUnits between Locations.voidPackagingUnitMover.moveToLoadUnit(@NotNull MovePURequestVO request) Move one or morePackagingUnits from a Location to a LoadUnit. - 
Uses of MovePURequestVO in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl with parameters of type MovePURequestVOModifier and TypeMethodDescriptionvoidPackagingUnitMoverImpl.moveBetweenLocations(@NotNull MovePURequestVO request) Move one or morePackagingUnits between Locations.voidPackagingUnitMoverImpl.moveToLoadUnit(@NotNull MovePURequestVO request) Move one or morePackagingUnits from a Location to a LoadUnit. - 
Uses of MovePURequestVO in org.openwms.wms.inventory.rest
Methods in org.openwms.wms.inventory.rest with parameters of type MovePURequestVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>PackagingUnitController.moveBetweenLocations(@Valid MovePURequestVO request) org.springframework.http.ResponseEntity<Void>PackagingUnitController.moveFromLocationToLoadUnit(@Valid MovePURequestVO request) org.springframework.http.ResponseEntity<Void>PackagingUnitController.movePUQuantity(String transportUnitBK, String luPos, @Valid MovePURequestVO request)