Class LocationController

java.lang.Object
org.openwms.tms.routing.location.LocationController

@Validated @MeasuredRestController class LocationController extends Object
A LocationController.
Author:
Heiko Scherrer
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • locationService

      private final LocationService locationService
  • Constructor Details

  • Method Details

    • requestDeleteLocation

      @PostMapping("/v1/locations/remove") public org.springframework.http.ResponseEntity<Boolean> requestDeleteLocation(@RequestBody List<String> pKeys)
    • deleteLocation

      @DeleteMapping("/v1/locations") public org.springframework.http.ResponseEntity<Void> deleteLocation(@RequestBody List<String> pKeys)