Class PackagingUnitIndexController
java.lang.Object
org.openwms.core.http.AbstractWebController
org.openwms.wms.inventory.rest.pu.PackagingUnitIndexController
@Public
@Validated
@MeasuredRestController
public class PackagingUnitIndexController
extends org.openwms.core.http.AbstractWebController
A PackagingUnitController.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PackagingUnitCreator
protected final PackagingUnitFinder
protected final PackagingUnitMover
static final String
protected final PackagingUnitMapper
protected final PackagingUnitService
protected final TransportUnitService
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PackagingUnitIndexController
(PackagingUnitCreator creator, PackagingUnitFinder finder, PackagingUnitMover mover, PackagingUnitService service, TransportUnitService transportUnitService, PackagingUnitMapper packagingUnitMapper) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<org.openwms.core.http.Index> index()
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
-
P_KEY
- See Also:
-
creator
-
finder
-
mover
-
service
-
transportUnitService
-
packagingUnitMapper
-
-
Constructor Details
-
PackagingUnitIndexController
protected PackagingUnitIndexController(PackagingUnitCreator creator, PackagingUnitFinder finder, PackagingUnitMover mover, PackagingUnitService service, TransportUnitService transportUnitService, PackagingUnitMapper packagingUnitMapper)
-
-
Method Details
-
index
@GetMapping("/v1/packaging-units/index") public org.springframework.http.ResponseEntity<org.openwms.core.http.Index> index()
-