
@UrlBinding(value="/action/ibisattributes") @StrictBinding public class IbisAttributeListActionBean extends Object implements net.sourceforge.stripes.action.ActionBean, IbisConstants
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
IbisAttributeListActionBean.AggregationLevelDate |
(package private) static class |
IbisAttributeListActionBean.QueryArea |
(package private) static class |
IbisAttributeListActionBean.ReportType |
ID_FIELDNAME, KAVEL_LAYER_NAME, KAVEL_TERREIN_ID_FIELDNAME, MUTATIEDATUM_FIELDNAME, TERREIN_LAYER_NAME, WORKFLOW_FIELDNAME| Constructor and Description |
|---|
IbisAttributeListActionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAuthorization() |
net.sourceforge.stripes.action.Resolution |
download()
Echo back the received base64 encoded form data.
|
IbisAttributeListActionBean.QueryArea |
getAggregationLevel() |
IbisAttributeListActionBean.AggregationLevelDate |
getAggregationLevelDate() |
nl.b3p.viewer.config.app.ApplicationLayer |
getAppLayer() |
nl.b3p.viewer.config.app.Application |
getApplication() |
List<String> |
getAttrNames() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
String |
getData() |
String |
getFilename() |
Date |
getFromDate() |
String |
getGemeente() |
String |
getMimetype() |
String |
getRegio() |
IbisAttributeListActionBean.ReportType |
getReportType() |
String |
getTerrein() |
Date |
getToDate() |
void |
loadLayer() |
net.sourceforge.stripes.action.Resolution |
query() |
void |
setAggregationLevel(IbisAttributeListActionBean.QueryArea aggregationLevel) |
void |
setAggregationLevelDate(IbisAttributeListActionBean.AggregationLevelDate aggregationLevelDate) |
void |
setAppLayer(nl.b3p.viewer.config.app.ApplicationLayer appLayer) |
void |
setApplication(nl.b3p.viewer.config.app.Application application) |
void |
setAttrNames(List<String> attrNames) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setData(String data) |
void |
setFilename(String filename) |
void |
setFromDate(Date fromDate) |
void |
setGemeente(String gemeente) |
void |
setMimetype(String mimetype) |
void |
setRegio(String regio) |
void |
setReportType(IbisAttributeListActionBean.ReportType reportType) |
void |
setTerrein(String terrein) |
void |
setToDate(Date toDate) |
@After(stages=BindingAndValidation) public void loadLayer()
@Before(stages=EventHandling) public void checkAuthorization()
public net.sourceforge.stripes.action.Resolution download()
throws Exception
Exception - if data is null or something goes wrong during IO@DefaultHandler
public net.sourceforge.stripes.action.Resolution query()
throws Exception
Exceptionpublic String getData()
public void setData(String data)
public String getFilename()
public void setFilename(String filename)
public String getMimetype()
public void setMimetype(String mimetype)
public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic nl.b3p.viewer.config.app.Application getApplication()
public void setApplication(nl.b3p.viewer.config.app.Application application)
public nl.b3p.viewer.config.app.ApplicationLayer getAppLayer()
public void setAppLayer(nl.b3p.viewer.config.app.ApplicationLayer appLayer)
public String getRegio()
public void setRegio(String regio)
public String getGemeente()
public void setGemeente(String gemeente)
public String getTerrein()
public void setTerrein(String terrein)
public IbisAttributeListActionBean.ReportType getReportType()
public void setReportType(IbisAttributeListActionBean.ReportType reportType)
public IbisAttributeListActionBean.QueryArea getAggregationLevel()
public void setAggregationLevel(IbisAttributeListActionBean.QueryArea aggregationLevel)
public IbisAttributeListActionBean.AggregationLevelDate getAggregationLevelDate()
public void setAggregationLevelDate(IbisAttributeListActionBean.AggregationLevelDate aggregationLevelDate)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
Copyright © 2023 B3partners. All rights reserved.