Class PackagingUnitIndexController
java.lang.Object
org.openwms.core.http.AbstractWebController
org.openwms.wms.inventory.rest.pu.PackagingUnitIndexController
@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
private static final org.slf4j.Logger
protected final PackagingUnitMover
static final String
protected final PackagingUnitMapper
protected PackagingUnitTransformer
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
-
LOGGER
private static final org.slf4j.Logger LOGGER -
P_KEY
- See Also:
-
creator
-
finder
-
mover
-
service
-
transportUnitService
-
packagingUnitMapper
-
packagingUnitTransformer
-
-
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()
-