Uses of Class
org.openwms.wms.inventory.api.ReportProblemVO
Packages that use ReportProblemVO
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of ReportProblemVO in org.openwms.wms.inventory
Methods in org.openwms.wms.inventory with parameters of type ReportProblemVOModifier and TypeMethodDescriptionvoid
PackagingUnitService.reportProblem
(@NotBlank String transportUnitBK, @NotBlank String loadUnitPosition, @NotNull ReportProblemVO problem) Report a Problem onPackagingUnit
s. -
Uses of ReportProblemVO in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl with parameters of type ReportProblemVOModifier and TypeMethodDescriptionvoid
PackagingUnitServiceImpl.reportProblem
(@NotBlank String transportUnitBK, @NotBlank String loadUnitPosition, @NotNull ReportProblemVO problem) Report a Problem onPackagingUnit
s. -
Uses of ReportProblemVO in org.openwms.wms.inventory.rest
Methods in org.openwms.wms.inventory.rest with parameters of type ReportProblemVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
PackagingUnitController.reportProblemForPUinLU
(String transportUnitBK, String luPos, @Valid ReportProblemVO problem)