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 TypeMethodDescriptionvoid
PackagingUnitMover.moveBetweenLocations
(@NotNull MovePURequestVO request) Move one or morePackagingUnit
s between Locations.void
PackagingUnitMover.moveToLoadUnit
(@NotNull MovePURequestVO request) Move one or morePackagingUnit
s 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 TypeMethodDescriptionvoid
PackagingUnitMoverImpl.moveBetweenLocations
(@NotNull MovePURequestVO request) Move one or morePackagingUnit
s between Locations.void
PackagingUnitMoverImpl.moveToLoadUnit
(@NotNull MovePURequestVO request) Move one or morePackagingUnit
s 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)