Package de.dlr.proseo.ui.gui
Klasse GUIConfigurationController
java.lang.Object
de.dlr.proseo.ui.gui.GUIBaseController
de.dlr.proseo.ui.gui.GUIConfigurationController
GUI controller that handles requests related to displaying and retrieving configurations, interacts with the service layer, and
populates the model with the necessary data for rendering the views
- Autor:
- David Mazo
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.web.context.request.async.DeferredResult
<String> getConfigurations
(String sortby, Boolean up, org.springframework.ui.Model model) Retrieve the configurations of a missionDisplay the configuration show pageVon 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
-
GUIConfigurationController
public GUIConfigurationController()
-
-
Methodendetails
-
showConfiguration
Display the configuration show page- Gibt zurück:
- the view name for the configuration show page
-
getConfigurations
@RequestMapping("/configurations/get") public org.springframework.web.context.request.async.DeferredResult<String> getConfigurations(@RequestParam(required=false,value="sortby") String sortby, @RequestParam(required=false,value="up") Boolean up, org.springframework.ui.Model model) Retrieve the configurations of a mission- Parameter:
sortby
- The sort columnup
- The sort direction (true for ascending)model
- The model to hold the data- Gibt zurück:
- a DeferredResult object representing the result of the asynchronous request
-