Uses of Class
org.openwms.wms.inventory.api.DeletePURequestVO
Packages that use DeletePURequestVO
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of DeletePURequestVO in org.openwms.wms.inventory
Methods in org.openwms.wms.inventory with parameters of type DeletePURequestVOModifier and TypeMethodDescriptionvoid
PackagingUnitService.deleteOnLocation
(@NotNull DeletePURequestVO request) DeletePackagingUnit
s on aLocation
. -
Uses of DeletePURequestVO in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl with parameters of type DeletePURequestVOModifier and TypeMethodDescriptionvoid
PackagingUnitServiceImpl.deleteOnLocation
(@NotNull DeletePURequestVO request) DeletePackagingUnit
s on aLocation
. -
Uses of DeletePURequestVO in org.openwms.wms.inventory.rest
Methods in org.openwms.wms.inventory.rest with parameters of type DeletePURequestVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
PackagingUnitController.deleteOnLocation
(@Valid DeletePURequestVO request)