@UrlBinding(value="/action/ibisreports") @StrictBinding public class IbisReportsActionBean extends Object implements net.sourceforge.stripes.action.ActionBean, IbisConstants
ID_FIELDNAME, KAVEL_LAYER_NAME, KAVEL_TERREIN_ID_FIELDNAME, MUTATIEDATUM_FIELDNAME, TERREIN_LAYER_NAME, WORKFLOW_FIELDNAME
Constructor and Description |
---|
IbisReportsActionBean() |
Modifier and Type | Method and Description |
---|---|
void |
checkAuthorization() |
net.sourceforge.stripes.action.Resolution |
download() |
net.sourceforge.stripes.action.Resolution |
execute() |
nl.b3p.viewer.config.app.Application |
getApplication() |
nl.b3p.viewer.config.services.JDBCFeatureSource |
getAttrSource() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
Date |
getFromDate() |
String |
getGemeente() |
String |
getParams() |
String |
getRegio() |
String |
getReport() |
Date |
getToDate() |
String |
getType() |
void |
setApplication(nl.b3p.viewer.config.app.Application application) |
void |
setAttrSource(nl.b3p.viewer.config.services.JDBCFeatureSource attrSource) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setFromDate(Date fromDate) |
void |
setGemeente(String gemeente) |
void |
setParams(String params) |
void |
setRegio(String regio) |
void |
setReport(String report) |
void |
setToDate(Date toDate) |
void |
setType(String type) |
@Before(stages=EventHandling) public void checkAuthorization()
public net.sourceforge.stripes.action.Resolution download() throws Exception
Exception
@DefaultHandler public net.sourceforge.stripes.action.Resolution execute() throws Exception
Exception
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext
in interface net.sourceforge.stripes.action.ActionBean
public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext
in interface net.sourceforge.stripes.action.ActionBean
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
public String getRegio()
public void setRegio(String regio)
public String getGemeente()
public void setGemeente(String gemeente)
public String getType()
public void setType(String type)
public String getReport()
public void setReport(String report)
public nl.b3p.viewer.config.app.Application getApplication()
public void setApplication(nl.b3p.viewer.config.app.Application application)
public nl.b3p.viewer.config.services.JDBCFeatureSource getAttrSource()
public void setAttrSource(nl.b3p.viewer.config.services.JDBCFeatureSource attrSource)
public String getParams()
public void setParams(String params)
Copyright © 2023 B3partners. All rights reserved.