public class MaatregelService extends Object
| Constructor and Description |
|---|
MaatregelService() |
| Modifier and Type | Method and Description |
|---|---|
String |
deleteMaatregel(Long id)
Delete feature maatregel with id
|
String |
getGeplandeMaatregelen(Integer bronId,
String featureId)
Get stored maatregelen for feature.
|
String |
getMaatregelen(String vlakType)
Get maatregelen that are possible for the given type.
|
String |
getSavedMaatregel(Long id)
get stored maatregel
|
String |
getVragen(String maatregel)
Get questions for maatregel type.
|
String |
save(String geplandeMaatregel)
Save the maatregel
|
public String getMaatregelen(String vlakType) throws org.json.JSONException
org.json.JSONExceptionpublic String getGeplandeMaatregelen(Integer bronId, String featureId) throws org.json.JSONException
org.json.JSONExceptionpublic String getVragen(String maatregel) throws org.json.JSONException
org.json.JSONExceptionpublic String save(String geplandeMaatregel) throws org.json.JSONException
org.json.JSONExceptionpublic String deleteMaatregel(Long id) throws org.json.JSONException
org.json.JSONExceptionCopyright © 2016. All rights reserved.