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 TypeMethodDescriptionvoidPackagingUnitService.deleteOnLocation(@NotNull DeletePURequestVO request) DeletePackagingUnits on aLocation. -
Uses of DeletePURequestVO in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl with parameters of type DeletePURequestVOModifier and TypeMethodDescriptionvoidPackagingUnitServiceImpl.deleteOnLocation(@NotNull DeletePURequestVO request) DeletePackagingUnits 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)