@StrictBinding public class EditActionBean extends ViewerActionBean implements net.sourceforge.stripes.validation.ValidationErrorHandler
context, gebruiker| Constructor and Description |
|---|
EditActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
bouwplanImage() |
static nl.b3p.imagetool.CombineImageSettings |
createCombineImageSettings(Bouwplan bouwplan,
String mapUrl,
String layers,
int width,
int height,
String httpRequestParams) |
net.sourceforge.stripes.action.Resolution |
deletePlan() |
net.sourceforge.stripes.action.Resolution |
edit() |
net.sourceforge.stripes.action.Resolution |
filterGemeentes() |
String |
getAdditionalVariables() |
String |
getBbox() |
int |
getBeginYear() |
Bouwplan |
getBouwplan() |
Map<String,Boolean> |
getBpOptionalVariables() |
String |
getDetailData() |
String |
getDetailDatasloop() |
List<Gebruikgegevens> |
getGebruikgegevens() |
String |
getGemeente() |
String |
getGeometry() |
int |
getHeight() |
String |
getKey() |
Map<String,String> |
getLabelMap() |
String |
getLabelMapJSON() |
List<Ontwikkelaartype> |
getOntwikkelaartypes() |
List<Plantype> |
getPlantypes() |
List<Statusplanologisch> |
getStatusplanologisch() |
List<Statusproject> |
getStatusprojecten() |
String |
getVariables() |
String |
getVariableValues() |
int |
getWidth() |
List<Woonmilieu> |
getWoonmilieus() |
void |
handleGeometryValidation() |
net.sourceforge.stripes.action.Resolution |
handleValidationErrors(net.sourceforge.stripes.validation.ValidationErrors ve) |
boolean |
isAdd() |
boolean |
isCanEdit() |
void |
removeBouwplan(Bouwplan bp,
javax.persistence.EntityManager em) |
net.sourceforge.stripes.action.Resolution |
retrieveDetailData() |
net.sourceforge.stripes.action.Resolution |
save() |
net.sourceforge.stripes.action.Resolution |
saveDetailData() |
net.sourceforge.stripes.action.Resolution |
saveGeometry() |
void |
setAdd(boolean add) |
void |
setAdditionalVariables(String additionalVariables) |
void |
setBbox(String bbox) |
void |
setBeginYear(int beginYear) |
void |
setBouwplan(Bouwplan bouwplan) |
void |
setBpOptionalVariables(Map<String,Boolean> bpOptionalVariables) |
void |
setCanEdit(boolean canEdit) |
void |
setDetailData(String detailData) |
void |
setDetailDatasloop(String detailDatasloop) |
void |
setGebruikgegevens(List<Gebruikgegevens> gebruikgegevens) |
void |
setGemeente(String gemeente) |
void |
setGeometry(String geometry) |
void |
setHeight(int height) |
void |
setKey(String key) |
void |
setLabelMap(Map<String,String> labelMap) |
void |
setLabelMapJSON(String labelMapJSON) |
void |
setOntwikkelaartypes(List<Ontwikkelaartype> ontwikkelaartypes) |
void |
setPlantypes(List<Plantype> plantypes) |
void |
setStatusplanologisch(List<Statusplanologisch> statusplanologisch) |
void |
setStatusprojecten(List<Statusproject> statusprojecten) |
void |
setVariables(String variables) |
void |
setVariableValues(String variableValues) |
void |
setWidth(int width) |
void |
setWoonmilieus(List<Woonmilieu> woonmilieus) |
gebruikerOphalen, getAbout, getAbsoluteUrlPrefix, getContext, getGebruiker, getHelp, getHttpRequestParams, getIsBeheerder, getIsGemeente, getLayers, getMail, getMapserverUrl, getNaamGebruiker, getProvincieServices, getQuerylayers, getResolvedProvincie, getSldkey_eenvoudig, getSldMap, initLayers, initViewer, setAbout, setAbsoluteUrlPrefix, setContext, setGebruiker, setHelp, setHttpRequestParams, setIsBeheerder, setIsGemeente, setLayers, setMail, setMapserverUrl, setNaamGebruiker, setProvincieServices, setQuerylayers, setResolvedProvincie, setSldkey_eenvoudig@DefaultHandler public net.sourceforge.stripes.action.Resolution edit()
public net.sourceforge.stripes.action.Resolution retrieveDetailData()
public net.sourceforge.stripes.action.Resolution saveGeometry()
public net.sourceforge.stripes.action.Resolution saveDetailData()
public net.sourceforge.stripes.action.Resolution save()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution deletePlan()
public void removeBouwplan(Bouwplan bp, javax.persistence.EntityManager em)
public net.sourceforge.stripes.action.Resolution bouwplanImage()
throws Exception
Exceptionpublic static nl.b3p.imagetool.CombineImageSettings createCombineImageSettings(Bouwplan bouwplan, String mapUrl, String layers, int width, int height, String httpRequestParams) throws Exception
Exception@ValidationMethod(on="save") public void handleGeometryValidation()
public net.sourceforge.stripes.action.Resolution filterGemeentes()
throws org.json.JSONException
org.json.JSONExceptionpublic void setAdd(boolean add)
public boolean isAdd()
public Bouwplan getBouwplan()
public void setBouwplan(Bouwplan bouwplan)
public List<Ontwikkelaartype> getOntwikkelaartypes()
public void setOntwikkelaartypes(List<Ontwikkelaartype> ontwikkelaartypes)
public List<Statusplanologisch> getStatusplanologisch()
public void setStatusplanologisch(List<Statusplanologisch> statusplanologisch)
public List<Statusproject> getStatusprojecten()
public void setStatusprojecten(List<Statusproject> statusprojecten)
public String getDetailData()
public void setDetailData(String detailData)
public List<Woonmilieu> getWoonmilieus()
public void setWoonmilieus(List<Woonmilieu> woonmilieus)
public String getBbox()
public void setBbox(String bbox)
public String getGeometry()
public void setGeometry(String geometry)
public String getVariables()
public void setVariables(String variables)
public String getAdditionalVariables()
public void setAdditionalVariables(String additionalVariables)
public String getVariableValues()
public void setVariableValues(String variableValues)
public int getBeginYear()
public void setBeginYear(int beginYear)
public List<Gebruikgegevens> getGebruikgegevens()
public void setGebruikgegevens(List<Gebruikgegevens> gebruikgegevens)
public String getGemeente()
public void setGemeente(String gemeente)
public boolean isCanEdit()
public void setCanEdit(boolean canEdit)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public String getKey()
public void setKey(String key)
public String getLabelMapJSON()
public void setLabelMapJSON(String labelMapJSON)
public String getDetailDatasloop()
public void setDetailDatasloop(String detailDatasloop)
Copyright © 2018. All rights reserved.