Klasse GUIProductClassController

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

@Controller public class GUIProductClassController extends GUIBaseController
A controller for retrieving and handling product classes
Autor:
David Mazo
  • Konstruktordetails

    • GUIProductClassController

      public GUIProductClassController()
  • Methodendetails

    • showProductClass

      @RequestMapping("/productclass-show") public String showProductClass()
      Show the product class view
      Gibt zurück:
      the name of the product class view template
    • getProductClasses

      @RequestMapping("/productclass/get") public org.springframework.web.context.request.async.DeferredResult<String> getProductClasses(@RequestParam(required=false,value="productClass") String productClass, @RequestParam(required=false,value="processorClass") String processorClass, @RequestParam(required=false,value="level") String level, @RequestParam(required=false,value="visibility") String visibility, @RequestParam(required=false,value="sortby") String sortby, @RequestParam(required=false,value="up") Boolean up, @RequestParam(required=false,value="recordFrom") Long recordFrom, @RequestParam(required=false,value="recordTo") Long recordTo, org.springframework.ui.Model model)
      Fetch and return product classes from the product class manager
      Parameter:
      productClass - the product class
      processorClass - the processor class
      level - the product level
      visibility - the level of visibility
      sortby - the sort column
      up - true if the sorting is to happen in ascending order
      recordFrom - the first record to retrieve
      recordTo - the last record to retrieve
      model - the attributes to return
      Gibt zurück:
      the result