Package de.dlr.proseo.ui.gui
Klasse GUIOrbitController
java.lang.Object
de.dlr.proseo.ui.gui.GUIBaseController
de.dlr.proseo.ui.gui.GUIOrbitController
A controller for retrieving and handling orbit data
- Autor:
- David Mazo
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.web.context.request.async.DeferredResult
<String> getOrbits
(String spacecraft, String startTimeFrom, String startTimeTo, Long numberFrom, Long numberTo, Long fromIndex, Long toIndex, String sortby, Boolean up, org.springframework.ui.Model model) Retrieve the orbits of a spacecraftShow the orbit 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
-
GUIOrbitController
public GUIOrbitController()
-
-
Methodendetails
-
showOrbit
Show the orbit view- Gibt zurück:
- the name of the orbit view template
-
getOrbits
@RequestMapping("/orbits/get") public org.springframework.web.context.request.async.DeferredResult<String> getOrbits(@RequestParam(required=false,value="spacecraft") String spacecraft, @RequestParam(required=false,value="startTimeFrom") String startTimeFrom, @RequestParam(required=false,value="startTimeTo") String startTimeTo, @RequestParam(required=false,value="numberFrom") Long numberFrom, @RequestParam(required=false,value="numberTo") Long numberTo, @RequestParam(required=false,value="recordFrom") Long fromIndex, @RequestParam(required=false,value="recordTo") Long toIndex, @RequestParam(required=false,value="sortby") String sortby, @RequestParam(required=false,value="up") Boolean up, org.springframework.ui.Model model) Retrieve the orbits of a spacecraft- Parameter:
spacecraft
- The spacecraft identifierstartTimeFrom
- Select start time fromstartTimeTo
- Select stop time untilnumberFrom
- Select orbit number fromnumberTo
- Select orbit number tofromIndex
- Paging starttoIndex
- Paging stopsortby
- The sort columnup
- The sort direction (true for up)model
- The model to hold the data- Gibt zurück:
- The result
-