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.moveToLoadUnit
(@NotNull MovePURequestVO request) Move one or morePackagingUnit
s from a Location to a LoadUnit.Method parameters in org.openwms.wms.inventory with type arguments of type MovePURequestVOModifier and TypeMethodDescriptionvoid
PackagingUnitMover.moveBetweenLocations
(@NotNull List<MovePURequestVO> requests) Move one or morePackagingUnit
s between Locations. -
Uses of MovePURequestVO in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl with parameters of type MovePURequestVOModifier and TypeMethodDescriptionprivate void
PackagingUnitMoverImpl.moveBetweenLocations
(MovePURequestVO request) void
PackagingUnitMoverImpl.moveToLoadUnit
(@NotNull MovePURequestVO request) Move one or morePackagingUnit
s from a Location to a LoadUnit.Method parameters in org.openwms.wms.inventory.impl with type arguments of type MovePURequestVOModifier and TypeMethodDescriptionvoid
PackagingUnitMoverImpl.moveBetweenLocations
(@NotNull List<MovePURequestVO> requests) Move one or morePackagingUnit
s between Locations. -
Uses of MovePURequestVO in org.openwms.wms.inventory.rest.pu
Methods in org.openwms.wms.inventory.rest.pu with parameters of type MovePURequestVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Void> PackagingUnitMoveController.moveFromLocationToLoadUnit
(@Valid MovePURequestVO request) org.springframework.http.ResponseEntity
<Void> PackagingUnitMoveController.movePUQuantity
(String transportUnitBK, String luPos, @Valid MovePURequestVO request) Method parameters in org.openwms.wms.inventory.rest.pu with type arguments of type MovePURequestVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Void> PackagingUnitMoveController.moveBetweenLocations
(@Valid List<MovePURequestVO> requests)