Class PackagingUnitController
java.lang.Object
org.openwms.core.http.AbstractWebController
org.openwms.wms.inventory.rest.pu.PackagingUnitController
@Validated
@MeasuredRestController
public class PackagingUnitController
extends org.openwms.core.http.AbstractWebController
A PackagingUnitController.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
protected final PackagingUnitService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Void> org.springframework.http.ResponseEntity
<Void> reportProblemForPUinLU
(String transportUnitBK, String luPos, @Valid ReportProblemVO problem) Methods inherited from class org.openwms.core.http.AbstractWebController
buildNOKResponse, buildNOKResponseWithKey, buildOKResponse, buildResponse, buildResponse, getLocationForCreatedResource, getLocationURIForCreatedResource, handleBehaviorAwareException, handleBusinessRuntimeException, handleConstraintViolationException, handleException, handleHttpBusinessException, handleRemovalNotAllowedException, handleTechnicalRuntimeException, handleValidationException, illegalArgumentException, translate
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
service
-
-
Constructor Details
-
PackagingUnitController
-
-
Method Details
-
reportProblemForPUinLU
@PostMapping("/v1/transport-units/{transportUnitBK}/load-units/{luPos}/packaging-units/failures") public org.springframework.http.ResponseEntity<Void> reportProblemForPUinLU(@PathVariable("transportUnitBK") String transportUnitBK, @PathVariable("luPos") String luPos, @Valid @RequestBody @Valid ReportProblemVO problem) -
releasePU
-