Class MovementUIController

java.lang.Object
org.openwms.core.http.AbstractWebController
org.openwms.wms.movements.ui.MovementUIController

@Validated @MeasuredRestController public class MovementUIController extends org.openwms.core.http.AbstractWebController
A MovementUIController.
Author:
Heiko Scherrer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final MovementService
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<List<String>>
     

    Methods inherited from class org.openwms.core.http.AbstractWebController

    buildNOKResponse, buildNOKResponseWithKey, buildOKResponse, buildResponse, buildResponse, getLocationForCreatedResource, getLocationURIForCreatedResource, handleBehaviorAwareException, handleBusinessRuntimeException, handleConstraintViolationException, handleException, handleHttpBusinessException, handleTechnicalRuntimeException, handleValidationException, IllegalArgumentException, translate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • MovementUIController

      public MovementUIController(MovementService service)
  • Method Details

    • getPriorityList

      @GetMapping("/v1/movements/priorities") public org.springframework.http.ResponseEntity<List<String>> getPriorityList()