Klasse GUIProductArchiveController

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

@Controller public class GUIProductArchiveController extends GUIBaseController
A controller for retrieving and handling product archives
Autor:
Denys Chaykovskiy
  • Konstruktordetails

    • GUIProductArchiveController

      public GUIProductArchiveController()
  • Methodendetails

    • showproductarchive

      @RequestMapping("/productarchive-show") public String showproductarchive()
      Show the productarchive view
      Gibt zurück:
      the name of the productarchive view template
    • getProductArchives

      @RequestMapping("/productarchive/get") public org.springframework.web.context.request.async.DeferredResult<String> getProductArchives(@RequestParam(required=false,value="id") Long id, @RequestParam(required=false,value="name") String name, @RequestParam(required=false,value="archiveType") String archiveType, @RequestParam(required=false,value="recordFrom") Long recordFrom, @RequestParam(required=false,value="recordTo") Long recordTo, @RequestParam(required=false,value="currentPage") Long currentPage, @RequestParam(required=false,value="pageSize") Long pageSizeNotUsed, org.springframework.ui.Model model)
      Fetch and return product archives from the processor manager
      Parameter:
      id - the productarchive id
      name - the productarchive name
      archiveType - the product archive type
      recordFrom - the first record to retrieve
      recordTo - the last record to retrieve
      currentPage - the current page (needed for paging logic)
      model - the attributes to return
      pageSize - the page size (needed for paging logic)
      Gibt zurück:
      the result