public class EgsEduCessCollectionReportAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Constructor and Description |
|---|
EgsEduCessCollectionReportAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateReport() |
Date |
getDay() |
Date |
getFromDate() |
Object |
getModel() |
Integer |
getMonth() |
Map<Integer,String> |
getMonthsMap() |
Boolean |
getRecordsExist() |
String |
getReportId() |
ReportInfo |
getReportInfo() |
org.egov.infra.reporting.engine.ReportService |
getReportService() |
Date |
getToDate() |
String |
getYear() |
void |
prepare() |
String |
searchForm() |
void |
setDay(Date day) |
void |
setFromDate(Date fromDate) |
void |
setMonth(Integer month) |
void |
setMonthsMap(Map<Integer,String> monthsMap) |
void |
setRecordsExist(Boolean recordsExist) |
void |
setReportInfo(ReportInfo reportInfo) |
void |
setReportService(org.egov.infra.reporting.engine.ReportService reportService) |
void |
setToDate(Date toDate) |
void |
setYear(String year) |
void |
validate() |
acceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getPersistenceService, getRelationships, getSession, session, setParameters, setPersistenceService, setRequest, setSession, setupDropdownDataExcluding, setValue, tokenNameaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, getActionErrors, getActionMessages, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrorspublic void validate()
validate in interface com.opensymphony.xwork2.Validateablevalidate in class com.opensymphony.xwork2.ActionSupportpublic Object getModel()
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic String generateReport()
public String searchForm()
public Date getDay()
public void setDay(Date day)
public Integer getMonth()
public void setMonth(Integer month)
public String getYear()
public void setYear(String year)
public org.egov.infra.reporting.engine.ReportService getReportService()
public void setReportService(org.egov.infra.reporting.engine.ReportService reportService)
public String getReportId()
public ReportInfo getReportInfo()
public void setReportInfo(ReportInfo reportInfo)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
public Boolean getRecordsExist()
public void setRecordsExist(Boolean recordsExist)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.