public class ChequeCollectionReportAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Modifier and Type | Field and Description |
|---|---|
Map<String,Object> |
critParams |
static String |
REPORT |
| Constructor and Description |
|---|
ChequeCollectionReportAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
criteria() |
Long |
getBoundaryId() |
Long |
getCounterId() |
Map<String,Object> |
getCritParams() |
Date |
getFromDate() |
Object |
getModel() |
String |
getReceiptDate() |
String |
getReportId() |
Date |
getToDate() |
Long |
getUserId() |
void |
prepare() |
String |
report()
Action method that creates the report
|
void |
setBoundaryId(Long boundaryId) |
void |
setCollectionsUtil(org.egov.collection.utils.CollectionsUtil collectionsUtil) |
void |
setCounterId(Long counterId) |
void |
setCritParams(Map<String,Object> critParams) |
void |
setFromDate(Date fromDate) |
void |
setReceiptDate(String receiptDate) |
void |
setReportService(org.egov.infra.reporting.engine.ReportService reportService) |
void |
setToDate(Date toDate) |
void |
setUserId(Long userId) |
String |
submissionReport()
Action method to create the cheque submission report
|
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, setFieldErrors, validatepublic static final String REPORT
public Object getModel()
public void setFromDate(Date fromDate)
public void setToDate(Date toDate)
public void setCounterId(Long counterId)
public void setUserId(Long userId)
public void setBoundaryId(Long boundaryId)
public Date getFromDate()
public Date getToDate()
public Long getCounterId()
public Long getUserId()
public Long getBoundaryId()
public String getReportId()
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic String submissionReport()
public String report()
public String criteria()
public void setReportService(org.egov.infra.reporting.engine.ReportService reportService)
reportService - the reportService to setpublic void setCritParams(Map<String,Object> critParams)
critParams - the critParams to setpublic void setCollectionsUtil(org.egov.collection.utils.CollectionsUtil collectionsUtil)
collectionsUtil - the Collections Utility object to setpublic String getReceiptDate()
public void setReceiptDate(String receiptDate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.