Package de.dlr.proseo.ui.gui
Klasse GUIProductClassController
java.lang.Object
de.dlr.proseo.ui.gui.GUIBaseController
de.dlr.proseo.ui.gui.GUIProductClassController
A controller for retrieving and handling product classes
- Autor:
- David Mazo
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.web.context.request.async.DeferredResult
<String> getProductClasses
(String productClass, String processorClass, String level, String visibility, String sortby, Boolean up, Long recordFrom, Long recordTo, org.springframework.ui.Model model) Fetch and return product classes from the product class managerShow the product class viewVon Klasse geerbte Methoden de.dlr.proseo.ui.gui.GUIBaseController
checkClearCache, configuredProcessors, facilities, fileClasses, handleHTTPError, handleHTTPWarning, hasroleconfigurationmgr, hasroleconfigurationreader, hasrolefacilitymgr, hasrolefacilitymonitor, hasrolefacilityreader, hasrolejobstepprocessor, hasrolemissionmgr, hasrolemissionreader, hasroleorderapprover, hasroleordermgr, hasroleordermonitor, hasroleorderplanner, hasroleorderreader, hasroleprocessorclassmgr, hasroleprocessorreader, hasroleproductclassmgr, hasroleproductclassreader, hasroleproductmgr, hasroleproductreader, hasroleproductreaderall, hasroleproductrestrictedreader, missioncode, parametertypes, processinglevels, processingModes, processorclassnames, productclasses, productiontypes, productqualities, proseoversion, slicingtypes, spaceCrafts, user, userroles, visibilities, workflows
-
Konstruktordetails
-
GUIProductClassController
public GUIProductClassController()
-
-
Methodendetails
-
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 classprocessorClass
- the processor classlevel
- the product levelvisibility
- the level of visibilitysortby
- the sort columnup
- true if the sorting is to happen in ascending orderrecordFrom
- the first record to retrieverecordTo
- the last record to retrievemodel
- the attributes to return- Gibt zurück:
- the result
-