Klasse GUIFacilityController

java.lang.Object
de.dlr.proseo.ui.gui.GUIBaseController
de.dlr.proseo.ui.gui.GUIFacilityController

@Controller public class GUIFacilityController extends GUIBaseController
A controller for retrieving and handling facility data
Autor:
David Mazo
  • Konstruktordetails

    • GUIFacilityController

      public GUIFacilityController()
  • Methodendetails

    • showFacility

      @RequestMapping("/facility-show") public String showFacility()
      Show the facility view
      Gibt zurück:
      the name of the facility view template
    • getFacilities

      @RequestMapping("/facilities/get") public org.springframework.web.context.request.async.DeferredResult<String> getFacilities(@RequestParam(required=false,value="sortby") String sortby, @RequestParam(required=false,value="up") Boolean up, org.springframework.ui.Model model)
      Retrieve the defined processing facilities
      Parameter:
      sortby - The sort column
      up - The sort direction (true for up)
      model - The model to hold the data
      Gibt zurück:
      The deferred result containing the result