public class CashCollectionReportAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Modifier and Type | Field and Description |
|---|---|
static String |
REPORT |
| Constructor and Description |
|---|
CashCollectionReportAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
criteria()
Action method for criteria screen
|
Long |
getBoundaryId() |
Long |
getCounterId() |
Date |
getFromDate() |
String |
getInstrumentStatus() |
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 |
setFromDate(Date fromDate) |
void |
setInstrumentStatus(String instrumentStatus) |
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 cash 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, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic static final String REPORT
public Object getModel()
public void setInstrumentStatus(String instrumentStatus)
instrumentStatus - the Instrument Status to setpublic void setFromDate(Date fromDate)
fromDate - the from date to setpublic void setToDate(Date toDate)
toDate - the to date to setpublic void setCounterId(Long counterId)
counterId - the counter id to setpublic void setUserId(Long userId)
userId - the user id to setpublic void setBoundaryId(Long boundaryId)
boundaryId - public String getInstrumentStatus()
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 setCollectionsUtil(org.egov.collection.utils.CollectionsUtil collectionsUtil)
collectionsUtil - the Collections Utility object to setpublic String getReceiptDate()
public void setReceiptDate(String receiptDate)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.