comparison src/main/resources/messprogrammquery.json @ 636:cdcb7a141529

Added new query config for messprogramme and serve it via QueryService.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 27 Apr 2015 18:50:42 +0200
parents
children 9ed60af6e61e
comparison
equal deleted inserted replaced
635:93076cf1af97 636:cdcb7a141529
1 [
2 { "id": "1",
3 "name": "Kein Filter",
4 "description": "Abfrage der Messprogramme ohne Filter",
5 "sql": "select m.id as id, m.name as name, m.mst_id as mstId, m.umw_id as umwId from land.messprogramm m",
6 "result": [
7 {"dataIndex": "name", "header": "Name", "width": 100},
8 {"dataIndex": "mstId", "header": "MST", "width": 100},
9 {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100}
10 ],
11 "filters": [
12 ]
13 }
14 ]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)