Class PackagingUnitDeletionController
java.lang.Object
org.openwms.core.http.AbstractWebController
org.openwms.wms.inventory.rest.pu.PackagingUnitDeletionController
@Validated
@MeasuredRestController
public class PackagingUnitDeletionController
extends org.openwms.core.http.AbstractWebController
A PackagingUnitDeletionController.
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PackagingUnitDeletionController
(org.springframework.context.MessageSource messageSource, PackagingUnitService service) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Void> org.springframework.http.ResponseEntity
<Void> deleteOnLocation
(@Valid DeletePURequestVO request) 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
-
service
-
-
Constructor Details
-
PackagingUnitDeletionController
protected PackagingUnitDeletionController(org.springframework.context.MessageSource messageSource, PackagingUnitService service)
-
-
Method Details
-
deleteOnLocation
@DeleteMapping("/v1/packaging-units") public org.springframework.http.ResponseEntity<Void> deleteOnLocation(@Valid @RequestBody @Valid DeletePURequestVO request) -
delete
-