public class FundFlowAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Constructor and Description |
|---|
FundFlowAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
beforeEdit()
get Opening Balance,currentReceipt and id from egf_Fundflow get Contra Receipts and Contra Payments get ConcurranceBPV for
the date
|
String |
beforeEditSearch() |
String |
beforeSearch() |
String |
create() |
String |
edit() |
String |
exportPdf() |
String |
exportXls() |
Date |
getAsOnDate() |
List<org.egov.model.report.FundFlowBean> |
getConcurrancePaymentList() |
Long |
getFund() |
org.egov.services.report.FundFlowService |
getFundFlowService() |
InputStream |
getInputStream() |
String |
getMode() |
Object |
getModel() |
Date |
getOpenignBalanceCalculatedDate() |
List<org.egov.model.report.FundFlowBean> |
getOutStandingPaymentList() |
List<org.egov.model.report.FundFlowBean> |
getPaymentList() |
void |
getPreviousDayClosingBalance() |
List<org.egov.model.report.FundFlowBean> |
getReceiptList() |
org.egov.infra.reporting.engine.ReportService |
getReportService() |
List<org.egov.model.report.FundFlowBean> |
getTotal() |
List<org.egov.model.report.FundFlowBean> |
getTotalpayList() |
List<org.egov.model.report.FundFlowBean> |
getTotalrepList() |
void |
prepare() |
String |
recalculateOpeningBalance()
get Prevous Day closing Balance As current day Opening Balance
Opening balance for Receipt bank = Opening balance for the previous day + Current Receipts (for the previous day) - CSL
Transfer to Payment Banks (on the previous day) Opening balance for Payment bank = Opening balance for the previous day +
Current Receipts (for the previous day) + CSL Transfer from Receipt Banks (on the previous day) - Concurrence for BPVs (for
which concurrence has been done on the previous day)
|
String |
search() |
void |
setAsOnDate(Date asOnDate) |
void |
setConcurrancePaymentList(List<org.egov.model.report.FundFlowBean> concurrancePaymentList) |
void |
setFund(Long fund) |
void |
setFundFlowService(org.egov.services.report.FundFlowService fundFlowService) |
List<org.egov.model.report.FundFlowBean> |
setFundsAvailableTotalPay()
Set fundsAvailableTotal for payment list
|
List<org.egov.model.report.FundFlowBean> |
setFundsAvailableTotalRep()
set total fundavailable for receipt list
|
void |
setInputStream(InputStream inputStream) |
void |
setMode(String mode) |
void |
setOpenignBalanceCalculatedDate(Date openignBalanceCalculatedDate) |
void |
setOutStandingPaymentList(List<org.egov.model.report.FundFlowBean> outStandingPaymentList) |
void |
setPaymentList(List<org.egov.model.report.FundFlowBean> paymentList) |
void |
setReceiptList(List<org.egov.model.report.FundFlowBean> receiptList) |
void |
setReportService(org.egov.infra.reporting.engine.ReportService reportService) |
void |
setTotal(List<org.egov.model.report.FundFlowBean> total) |
void |
setTotalpayList(List<org.egov.model.report.FundFlowBean> totalpayList) |
void |
setTotalrepList(List<org.egov.model.report.FundFlowBean> totalrepList) |
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 Object getModel()
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic String beforeSearch()
public String search()
public List<org.egov.model.report.FundFlowBean> setFundsAvailableTotalRep()
public List<org.egov.model.report.FundFlowBean> setFundsAvailableTotalPay()
public String recalculateOpeningBalance()
public void getPreviousDayClosingBalance()
public String create()
public String beforeEditSearch()
public String beforeEdit()
public String edit()
public String exportPdf()
public String exportXls()
public List<org.egov.model.report.FundFlowBean> getOutStandingPaymentList()
public void setOutStandingPaymentList(List<org.egov.model.report.FundFlowBean> outStandingPaymentList)
public List<org.egov.model.report.FundFlowBean> getPaymentList()
public void setPaymentList(List<org.egov.model.report.FundFlowBean> paymentList)
public Long getFund()
public List<org.egov.model.report.FundFlowBean> getReceiptList()
public void setReceiptList(List<org.egov.model.report.FundFlowBean> receiptList)
public void setFund(Long fund)
public Date getAsOnDate()
public void setAsOnDate(Date asOnDate)
public List<org.egov.model.report.FundFlowBean> getTotal()
public void setTotal(List<org.egov.model.report.FundFlowBean> total)
public InputStream getInputStream()
public void setInputStream(InputStream inputStream)
public org.egov.infra.reporting.engine.ReportService getReportService()
public void setReportService(org.egov.infra.reporting.engine.ReportService reportService)
public org.egov.services.report.FundFlowService getFundFlowService()
public void setFundFlowService(org.egov.services.report.FundFlowService fundFlowService)
public List<org.egov.model.report.FundFlowBean> getTotalrepList()
public void setTotalrepList(List<org.egov.model.report.FundFlowBean> totalrepList)
public List<org.egov.model.report.FundFlowBean> getTotalpayList()
public void setTotalpayList(List<org.egov.model.report.FundFlowBean> totalpayList)
public Date getOpenignBalanceCalculatedDate()
public void setOpenignBalanceCalculatedDate(Date openignBalanceCalculatedDate)
public List<org.egov.model.report.FundFlowBean> getConcurrancePaymentList()
public void setConcurrancePaymentList(List<org.egov.model.report.FundFlowBean> concurrancePaymentList)
public String getMode()
public void setMode(String mode)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.