public class OnlineTransactionReportAction
extends org.egov.infra.web.struts.actions.ReportFormAction
| Constructor and Description |
|---|
OnlineTransactionReportAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
criteria() |
Long |
getBillingServiceId() |
String |
getCollectionType() |
Map<Character,String> |
getCollectionTypeMap() |
Integer |
getDepartmentId() |
Date |
getFromDate() |
Long |
getPaymentServiceId() |
protected String |
getReportTemplateName() |
Long |
getStatusId() |
Date |
getToDate() |
Long |
getUserId() |
void |
prepare() |
String |
report() |
void |
setBillingServiceId(Long billingServiceId) |
void |
setCollectionsUtil(org.egov.collection.utils.CollectionsUtil collectionsUtil) |
void |
setCollectionType(String collectionType) |
void |
setCollectionTypeMap(Map<Character,String> collectionTypeMap) |
void |
setDepartmentId(Integer deptId) |
void |
setFromDate(Date fromDate) |
void |
setPaymentServiceId(Long paymentServiceId) |
void |
setStatusId(Long statusId) |
void |
setToDate(Date toDate) |
void |
setUserId(Long userId) |
clearCriteriaParams, getDataSourceType, getModel, getReportData, getReportFormat, getReportId, getReportParam, setDataSourceType, setReportData, setReportFormat, setReportParam, setReportServiceacceptableParameterName, 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 void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic String criteria()
criteria in class org.egov.infra.web.struts.actions.ReportFormActionpublic String report()
report in class org.egov.infra.web.struts.actions.ReportFormActionprotected String getReportTemplateName()
getReportTemplateName in class org.egov.infra.web.struts.actions.ReportFormActionpublic void setCollectionsUtil(org.egov.collection.utils.CollectionsUtil collectionsUtil)
collectionsUtil - The collections util objectpublic Integer getDepartmentId()
public void setDepartmentId(Integer deptId)
deptId - the department id to setpublic Date getFromDate()
public void setFromDate(Date fromDate)
fromDate - the from date to setpublic Date getToDate()
public void setToDate(Date toDate)
toDate - the to date to setpublic Long getBillingServiceId()
public void setBillingServiceId(Long billingServiceId)
billingServiceId - The Billing service id to setpublic Long getStatusId()
public void setStatusId(Long statusId)
public Long getPaymentServiceId()
public void setPaymentServiceId(Long paymentServiceId)
paymentServiceId - The Billing service id to setpublic Long getUserId()
public void setUserId(Long userId)
userId - the user id to setpublic String getCollectionType()
public void setCollectionType(String collectionType)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.