- generateBill(Billable) - Method in class org.egov.demand.interfaces.BillServiceInterface
-
Creates and returns a Bill Object
- generateBillXML(EgBill, String) - Method in class org.egov.demand.utils.DemandUtils
-
This is used to post the bill Collection details to the collection system
in an xml format
- generateXML(EgBill) - Method in class org.egov.demand.interfaces.BillServiceInterface
-
- getAdditionalFlag() - Method in class org.egov.demand.model.EgBillDetails
-
- getAllBillsForDemand(EgDemand, String, String) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getAllBillsForDemand gets List objects .
- getAllBillsForDemand(EgDemand, String, String) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getAllBillsForDemand gets List objects .
- getAllDemands() - Method in interface org.egov.demand.interfaces.Billable
-
- getAllDepreciationRates() - Method in class org.egov.demand.service.DCBMasterService
-
- getAllEgdmCollectedReceipts(String) - Method in interface org.egov.demand.dao.DemandGenericDao
-
Method called to get all EgdmCollectedReceipts with given receiptNumber.
- getAllEgdmCollectedReceipts(String) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
- getAllInstallments() - Method in class org.egov.demand.integration.TaxCollection
-
Gets a list of all installments for the billing system.
- getAllNonHistoryDepreciationRates() - Method in interface org.egov.demand.dao.DepreciationMasterDao
-
getAllNonHistoryDepreciationRates
- getAllNonHistoryDepreciationRates() - Method in class org.egov.demand.dao.DepreciationMasterHibDao
-
- getAllNonHistoryDepreciationRates() - Method in class org.egov.demand.service.DCBMasterService
-
- getAmount() - Method in class org.egov.dcb.bean.Payment
-
- getAmount() - Method in class org.egov.dcb.bean.ReceiptDetail
-
- getAmount() - Method in class org.egov.demand.model.EgDemandDetails
-
- getAmount() - Method in class org.egov.demand.model.EgdmCollectedReceipt
-
- getAmountForInstallment(Installment) - Method in class org.egov.dcb.bean.Receipt
-
Sums the amounts of every receiptDetail of the given installment.
- getAmtCollected() - Method in class org.egov.demand.model.EgDemand
-
- getAmtCollected() - Method in class org.egov.demand.model.EgDemandDetails
-
- getAmtRebate() - Method in class org.egov.demand.model.EgDemand
-
- getAmtRebate() - Method in class org.egov.demand.model.EgDemandDetails
-
- getBalance() - Method in class org.egov.demand.model.EgDemandDetails
-
- getBalanceByDmdMasterCode(EgDemand, String, Module) - Method in interface org.egov.demand.dao.DemandGenericDao
-
Method called to get the balance Amount for the given Demand reason Master Code ,module and demand
Installment will be taken from EgDemand.
- getBalanceByDmdMasterCode(EgDemand, String, Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Method called to get the balance Amount for the given Demand reason
Master Code ,module and demand Installment will be taken from EgDemand.
- getBalanceByDmdMasterCodeInst(EgDemand, String, Module, Installment) - Method in interface org.egov.demand.dao.DemandGenericDao
-
Method called to get the balance Amount for the given Demand reason Master Code ,module, demand
and Installment.
- getBalanceByDmdMasterCodeInst(EgDemand, String, Module, Installment) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Method called to get the balance Amount for the given Demand reason
Master Code ,Module and Installment.
- getBalances() - Method in class org.egov.dcb.bean.DCBRecord
-
- getBankHibernateDAO() - Method in class org.egov.dcb.bean.Payment
-
- getBankId() - Method in class org.egov.dcb.bean.AtmPayment
-
- getBankId() - Method in class org.egov.dcb.bean.ChequePayment
-
- getBankId() - Method in class org.egov.dcb.bean.DDPayment
-
- getBankName() - Method in class org.egov.dcb.bean.ChequePayment
-
- getBankName() - Method in class org.egov.dcb.bean.DDPayment
-
- getBaseDemand() - Method in class org.egov.demand.model.EgDemand
-
- getBillAddress() - Method in interface org.egov.demand.interfaces.Billable
-
- getBilldetails(Billable) - Method in class org.egov.demand.interfaces.BillServiceInterface
-
The default implementation will take the same account heads as the
BillDetails and put the appropriate debits and credits The Billing
instance may choose to override the API;
- getBillDetailsByBill(EgBill) - Method in interface org.egov.demand.dao.EgBillDetailsDao
-
- getBillDetailsByBill(EgBill) - Method in class org.egov.demand.dao.EgBillDetailsHibDao
-
- getBillId() - Method in class org.egov.demand.model.BillReceipt
-
- getBillLastDueDate() - Method in interface org.egov.demand.interfaces.Billable
-
- getBillNo() - Method in class org.egov.demand.model.EgBill
-
- getBillPayee() - Method in interface org.egov.demand.interfaces.Billable
-
- getBillReceiptByEgBill(EgBill) - Method in interface org.egov.demand.dao.EgBillReceiptDao
-
- getBillReceiptByEgBill(EgBill) - Method in class org.egov.demand.dao.EgBillReceiptHibDao
-
- getBillReceipts(EgDemand) - Method in interface org.egov.demand.dao.DemandGenericDao
-
- getBillReceipts(List<EgDemand>) - Method in interface org.egov.demand.dao.DemandGenericDao
-
- getBillReceipts(EgDemand) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Method called to get Receipt Details.
- getBillReceipts(List<EgDemand>) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Method called to get all the Bill Receipt Objects which exists for the
Demands .
- getBillsByBillNumber(String, Module) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getBillsByBillNumber gets List objects .
- getBillsByBillNumber(String, Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getBillsByBillNumber gets List objects .
- getBillType() - Method in interface org.egov.demand.interfaces.Billable
-
- getBillTypeByCode(String) - Method in interface org.egov.demand.dao.EgBillDao
-
- getBillTypeByCode(String) - Method in class org.egov.demand.dao.EgBillHibernateDao
-
- getBillXML(Billable) - Method in class org.egov.demand.interfaces.BillServiceInterface
-
To get an XML as string passing Billable object.
- getBoundaryNum() - Method in interface org.egov.demand.interfaces.Billable
-
- getBoundaryNum() - Method in class org.egov.demand.model.EgBill
-
- getBoundaryType() - Method in interface org.egov.demand.interfaces.Billable
-
- getBoundaryType() - Method in class org.egov.demand.model.EgBill
-
- getBranchName() - Method in class org.egov.dcb.bean.ChequePayment
-
- getBranchName() - Method in class org.egov.dcb.bean.DDPayment
-
- getCallBackForApportion() - Method in class org.egov.demand.model.EgBill
-
- getCardType() - Method in class org.egov.dcb.bean.CreditCardPayment
-
- getCitizenAddress() - Method in class org.egov.demand.model.EgBill
-
- getCitizenName() - Method in class org.egov.demand.model.EgBill
-
- getCode() - Method in class org.egov.demand.model.EgBillType
-
- getCode() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getCode() - Method in class org.egov.demand.model.EgReasonCategory
-
- getCollectedAmount() - Method in class org.egov.demand.model.EgBillDetails
-
- getCollections() - Method in class org.egov.dcb.bean.DCBRecord
-
- getCollectionStatus() - Method in class org.egov.demand.model.BillReceipt
-
- getCollModesNotAllowed() - Method in interface org.egov.demand.interfaces.Billable
-
Comma separated list of payment modes not allowed for the Demand.
- getCollModesNotAllowed() - Method in class org.egov.demand.model.EgBill
-
- getConsumerCode() - Method in class org.egov.dcb.bean.Receipt
-
- getConsumerId() - Method in interface org.egov.demand.interfaces.Billable
-
The "consumer code" of the entity being billed - e.g.
- getConsumerId() - Method in class org.egov.demand.model.EgBill
-
- getCrAmount() - Method in class org.egov.demand.model.EgBillDetails
-
- getCreateDate() - Method in class org.egov.demand.model.EgBill
-
- getCreateDate() - Method in class org.egov.demand.model.EgBillDetails
-
- getCreateDate() - Method in class org.egov.demand.model.EgBillType
-
- getCreateDate() - Method in class org.egov.demand.model.EgDemand
-
- getCreateDate() - Method in class org.egov.demand.model.EgDemandDetails
-
- getCreateDate() - Method in class org.egov.demand.model.EgDemandReason
-
- getCreateDate() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getCreatedDate() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getCreditCardNo() - Method in class org.egov.dcb.bean.CreditCardPayment
-
- getCurrentDCBAndReceipts(DCBDisplayInfo) - Method in interface org.egov.dcb.service.DCBService
-
Method is used to View the Citizen DCB(i.e DEMAND ,COLELCTION and
BALANCE).This DCB is generated based on the Current Installment.
- getCurrentDCBAndReceipts(DCBDisplayInfo) - Method in class org.egov.dcb.service.DCBServiceImpl
-
- getCurrentDCBOnly(DCBDisplayInfo) - Method in interface org.egov.dcb.service.DCBService
-
Retrieves DCB information without the receipts.
- getCurrentDCBOnly(DCBDisplayInfo) - Method in class org.egov.dcb.service.DCBServiceImpl
-
- getCurrentDemand() - Method in interface org.egov.demand.interfaces.Billable
-
- getCurrentInstallment() - Method in class org.egov.demand.integration.TaxCollection
-
Finds the currently active installment.
- getCurrentReason(String, String) - Method in class org.egov.demand.integration.TaxCollection
-
Finds the current reason for the given master and category.
- getCvv() - Method in class org.egov.dcb.bean.CreditCardPayment
-
- getDCB(EgDemand, Module) - Method in interface org.egov.demand.dao.DemandGenericDao
-
- getDCB(EgDemand, Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Method called to get DCB(Demand and collection Totals with Some Basic
Info).
- getDCBByReasonCode(EgDemand, Module, String) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
- getDemandDetail(EgDemand, Installment, String) - Method in class org.egov.demand.integration.TaxCollection
-
Finds the demand-detail for the given installment and reason.
- getDemandDetailsForDemand(EgDemand, EgwStatus) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getDemandDetailsForDemand gets List objects.
- getDemandDetailsForDemand(EgDemand, EgwStatus) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getDemandDetailsForDemand gets List
objects.
- getDemandDetailsForDemandAndReasons(EgDemand, List<EgDemandReason>) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getDemandDetailsForDemandAndReasons gets List objects.
- getDemandDetailsForDemandAndReasons(EgDemand, List<EgDemandReason>) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getDemandDetailsForDemandAndReasons gets
List objects.
- getDemandReasonByDemandReasonMaster(EgDemandReasonMaster) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getDemandReasonByDemandReasonMaster gets List objects.
- getDemandReasonByDemandReasonMaster(EgDemandReasonMaster) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getDemandReasonByDemandReasonMaster gets
List objects.
- getDemandReasonByInstallmentAndModule(Installment, Module) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getDemandReasonByInstallmentAndModule gets List objects.
- getDemandReasonByInstallmentAndModule(Installment, Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getDemandReasonByInstallmentAndModule gets
List objects.
- getDemandReasonMaster(String) - Method in class org.egov.demand.integration.TaxCollection
-
Finds the demand-reason-master having the given code.
- getDemandReasonMasterByCategoryAndModule(EgReasonCategory, Module) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getDemandReasonMasterByCategoryAndModule gets List objects.
- getDemandReasonMasterByCategoryAndModule(EgReasonCategory, Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getDemandReasonMasterByCategoryAndModule gets
List objects.
- getDemandReasonMasterByCode(String, Module) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getDemandReasonMasterByCode gets EgDemandReasonMaster object.
- getDemandReasonMasterByCode(String, Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getDemandReasonMasterByCode gets EgDemandReasonMaster
object.
- getDemandReasonMasterByModule(Module) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getDemandReasonMasterByModule gets List objects.
- getDemandReasonMasterByModule(Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getDemandReasonMasterByModule gets
List objects.
- getDemands() - Method in class org.egov.dcb.bean.DCBRecord
-
- getDepartmentCode() - Method in interface org.egov.demand.interfaces.Billable
-
- getDepartmentCode() - Method in class org.egov.demand.model.EgBill
-
- getDepositedInBankCode() - Method in class org.egov.dcb.bean.Payment
-
- getDepreciationById(Integer) - Method in class org.egov.demand.service.DCBMasterService
-
- getDepreciationMaster(Module, Integer) - Method in interface org.egov.demand.dao.DepreciationMasterDao
-
- getDepreciationMaster(Module, Integer) - Method in class org.egov.demand.dao.DepreciationMasterHibDao
-
- getDepreciationName() - Method in class org.egov.demand.model.DepreciationMaster
-
- getDepreciationPct() - Method in class org.egov.demand.model.DepreciationMaster
-
- getDepreciationPercent(Integer) - Method in interface org.egov.demand.dao.DepreciationMasterDao
-
- getDepreciationPercent(Integer) - Method in class org.egov.demand.dao.DepreciationMasterHibDao
-
- getDepreciationsForModule(Module) - Method in interface org.egov.demand.dao.DepreciationMasterDao
-
- getDepreciationsForModule(Module) - Method in class org.egov.demand.dao.DepreciationMasterHibDao
-
- getDepreciationsForModule(Module) - Method in class org.egov.demand.service.DCBMasterService
-
- getDepreciationsForModulebyHistory(Module) - Method in interface org.egov.demand.dao.DepreciationMasterDao
-
- getDepreciationsForModulebyHistory(Module) - Method in class org.egov.demand.dao.DepreciationMasterHibDao
-
- getDepreciationsForModulebyHistory(Module) - Method in class org.egov.demand.service.DCBMasterService
-
- getDepreciationType() - Method in class org.egov.demand.model.DepreciationMaster
-
- getDescription() - Method in interface org.egov.demand.interfaces.Billable
-
- getDescription() - Method in class org.egov.demand.model.EgBill
-
- getDescription() - Method in class org.egov.demand.model.EgBillDetails
-
- getDisplayMessage() - Method in interface org.egov.demand.interfaces.Billable
-
- getDisplayMessage() - Method in class org.egov.demand.model.EgBill
-
- getDmdAmtAndCollAmt(EgDemand, Installment) - Method in interface org.egov.demand.dao.DemandGenericDao
-
- getDmdAmtAndCollAmt(EgDemand, Installment) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Called to get the Sum of Demand and Sum of Collection with installment
and EgDemand .
- getDmdDetailList(EgDemand, Installment, Module, EgDemandReasonMaster) - Method in interface org.egov.demand.dao.DemandGenericDao
-
Called to get the EgDemandDetails List For a specific EgDemandReasonMaster with installment and Module.
- getDmdDetailList(EgDemand, Installment, Module, EgDemandReasonMaster) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Called to get the EgDemandDetails Ids fron EG_DEMAND_DETAILS table .
- getDmdReasonByDmdReasonMsterInstallAndMod(EgDemandReasonMaster, Installment, Module) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getDmdReasonByDmdReasonMsterInstallAndMod gets EgDemandReason object.
- getDmdReasonByDmdReasonMsterInstallAndMod(EgDemandReasonMaster, Installment, Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getDmdReasonByDmdReasonMsterInstallAndMod gets
EgDemandReason object.
- getDrAmount() - Method in class org.egov.demand.model.EgBillDetails
-
- getEgBill() - Method in class org.egov.demand.model.EgBillDetails
-
- getEgBill() - Method in class org.egov.demand.model.EgBillExtrafield
-
- getEgBillDetailCollection(EgBillDetails) - Method in class org.egov.demand.integration.TaxCollection
-
Here we get the Bill DCB(Bill Amount - Collected amount).
- getEgBillDetails() - Method in class org.egov.demand.model.EgBill
-
- getEgBills() - Method in class org.egov.demand.model.EgBillType
-
- getEgBills() - Method in class org.egov.demand.model.EgDemand
-
- getEgBillType() - Method in class org.egov.demand.model.EgBill
-
- getEgDemand() - Method in class org.egov.demand.model.EgBill
-
- getEgDemand() - Method in class org.egov.demand.model.EgDemandDetails
-
- getEgdemandDetail() - Method in class org.egov.demand.model.EgdmCollectedReceipt
-
- getEgDemandDetails() - Method in class org.egov.demand.model.EgDemand
-
- getEgDemandDetails() - Method in class org.egov.demand.model.EgDemandReason
-
- getEgDemandReason() - Method in class org.egov.demand.model.EgBillDetails
-
- getEgDemandReason() - Method in class org.egov.demand.model.EgDemandDetails
-
- getEgDemandReason() - Method in class org.egov.demand.model.EgDemandReason
-
- getEgDemandReason() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getEgDemandReasonByCodeInstallmentModule(String, Installment, Module, String) - Method in interface org.egov.demand.dao.DemandGenericDao
-
- getEgDemandReasonByCodeInstallmentModule(String, Installment, Module, String) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
- getEgDemandReasonDetails() - Method in class org.egov.demand.model.EgDemandReason
-
- getEgDemandReasonMaster() - Method in class org.egov.demand.model.EgDemandReason
-
- getEgDemandReasonMasterIds(EgDemand) - Method in interface org.egov.demand.dao.DemandGenericDao
-
- getEgDemandReasonMasterIds(EgDemand) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Method called to get ReasonMaster IDs of the Demand which is provided.
- getEgDemandReasonMasters() - Method in class org.egov.demand.model.EgReasonCategory
-
- getEgDemandReasons() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getEgdmCollectedReceipts() - Method in class org.egov.demand.model.EgDemandDetails
-
- getEgInstallmentMaster() - Method in class org.egov.demand.model.EgBillDetails
-
- getEgInstallmentMaster() - Method in class org.egov.demand.model.EgDemand
-
- getEgInstallmentMaster() - Method in class org.egov.demand.model.EgDemandReason
-
- getEgModule() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getEgReasonCategory() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getEgReasonCategoryByCode(String) - Method in interface org.egov.demand.dao.DemandGenericDao
-
This method called getEgReasonCategoryByCode gets List objects.
- getEgReasonCategoryByCode(String) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
This method called getEgReasonCategoryByCode gets List
objects.
- getEgwStatus() - Method in class org.egov.demand.model.EgDemandDetails
-
- getEmailId() - Method in interface org.egov.demand.interfaces.Billable
-
- getEmailId() - Method in class org.egov.demand.model.EgBill
-
- getExpMonth() - Method in class org.egov.dcb.bean.CreditCardPayment
-
- getExpYear() - Method in class org.egov.dcb.bean.CreditCardPayment
-
- getExtrafield1() - Method in class org.egov.demand.model.EgBillExtrafield
-
- getExtrafield2() - Method in class org.egov.demand.model.EgBillExtrafield
-
- getExtrafield3() - Method in class org.egov.demand.model.EgBillExtrafield
-
- getExtrafield4() - Method in class org.egov.demand.model.EgBillExtrafield
-
- getExtrafield5() - Method in class org.egov.demand.model.EgBillExtrafield
-
- getFieldBalanceTotals() - Method in class org.egov.dcb.bean.DCBReport
-
- getFieldNames() - Method in class org.egov.dcb.bean.DCBReport
-
- getFileReferenceNo() - Method in class org.egov.demand.model.EgDemandDetails
-
- getFlatAmount() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getFromDate() - Method in class org.egov.demand.model.DepreciationMaster
-
- getFromDate() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getFunctionaryCode() - Method in interface org.egov.demand.interfaces.Billable
-
- getFunctionaryCode() - Method in class org.egov.demand.model.EgBill
-
- getFunctionCode() - Method in class org.egov.demand.model.EgBillDetails
-
- getFundCode() - Method in interface org.egov.demand.interfaces.Billable
-
- getFundCode() - Method in class org.egov.demand.model.EgBill
-
- getFundSourceCode() - Method in interface org.egov.demand.interfaces.Billable
-
- getFundSourceCode() - Method in class org.egov.demand.model.EgBill
-
- getGlcode() - Method in class org.egov.demand.model.EgBillDetails
-
- getGlcodeId() - Method in class org.egov.demand.model.EgDemandReason
-
- getHighLimit() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getId() - Method in class org.egov.demand.model.DepreciationMaster
-
- getId() - Method in class org.egov.demand.model.EgBill
-
- getId() - Method in class org.egov.demand.model.EgBillDetails
-
- getId() - Method in class org.egov.demand.model.EgBillExtrafield
-
- getId() - Method in class org.egov.demand.model.EgBillType
-
- getId() - Method in class org.egov.demand.model.EgDemand
-
- getId() - Method in class org.egov.demand.model.EgDemandDetails
-
- getId() - Method in class org.egov.demand.model.EgDemandReason
-
- getId() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getId() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getId() - Method in class org.egov.demand.model.EgdmCollectedReceipt
-
- getIdType() - Method in class org.egov.demand.model.EgReasonCategory
-
- getInstallment() - Method in class org.egov.dcb.bean.ReceiptDetail
-
- getInstallmentEndDate() - Method in class org.egov.demand.model.EgDemandDetails
-
- getInstallmentForDate(Date) - Method in class org.egov.demand.integration.TaxCollection
-
For a given date, finds the installment that contains it.
- getInstallmentStartDate() - Method in class org.egov.demand.model.EgDemandDetails
-
- getInstrumentDate() - Method in class org.egov.dcb.bean.ChequePayment
-
- getInstrumentDate() - Method in class org.egov.dcb.bean.DDPayment
-
- getInstrumentNumber() - Method in class org.egov.dcb.bean.ChequePayment
-
- getInstrumentNumber() - Method in class org.egov.dcb.bean.DDPayment
-
- getIs_Cancelled() - Method in class org.egov.demand.model.EgBill
-
- getIs_History() - Method in class org.egov.demand.model.EgBill
-
- getIsCancelled() - Method in class org.egov.demand.model.BillReceipt
-
- getIsDebit() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getIsDemand() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getIsFlatAmntMax() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getIsHistory() - Method in class org.egov.demand.model.DepreciationMaster
-
- getIsHistory() - Method in class org.egov.demand.model.EgDemand
-
- getIssueDate() - Method in interface org.egov.demand.interfaces.Billable
-
- getIssueDate() - Method in class org.egov.demand.model.EgBill
-
- getLastDate() - Method in interface org.egov.demand.interfaces.Billable
-
- getLastDate() - Method in class org.egov.demand.model.EgBill
-
- getLastUpdatedTimeStamp() - Method in class org.egov.demand.model.DepreciationMaster
-
- getLeastDepreciationPercent(Integer) - Method in interface org.egov.demand.dao.DepreciationMasterDao
-
- getLeastDepreciationPercent(Integer) - Method in class org.egov.demand.dao.DepreciationMasterHibDao
-
- getLowLimit() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getLPPenaltyCalcType() - Method in interface org.egov.demand.interfaces.LatePayPenaltyCalculator
-
- getLPPPercentage() - Method in interface org.egov.demand.interfaces.LatePayPenaltyCalculator
-
- getMinAmtPayable() - Method in class org.egov.demand.model.EgBill
-
- getMinAmtPayable() - Method in class org.egov.demand.model.EgDemand
-
- getModifiedDate() - Method in class org.egov.demand.model.EgBill
-
- getModifiedDate() - Method in class org.egov.demand.model.EgBillDetails
-
- getModifiedDate() - Method in class org.egov.demand.model.EgBillType
-
- getModifiedDate() - Method in class org.egov.demand.model.EgDemand
-
- getModifiedDate() - Method in class org.egov.demand.model.EgDemandDetails
-
- getModifiedDate() - Method in class org.egov.demand.model.EgDemandReason
-
- getModifiedDate() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getModifiedDate() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getModifiedDate() - Method in class org.egov.demand.model.EgReasonCategory
-
- getModule() - Method in interface org.egov.demand.interfaces.Billable
-
- getModule() - Method in class org.egov.demand.model.DepreciationMaster
-
- getModule() - Method in class org.egov.demand.model.EgBill
-
- getName() - Method in class org.egov.demand.model.EgBillType
-
- getName() - Method in class org.egov.demand.model.EgReasonCategory
-
- getNamesFromCodes(List<String>) - Method in class org.egov.dcb.service.DCBServiceImpl
-
- getNonHistDepMasterByModuleInsYr(Module, Integer, Installment) - Method in interface org.egov.demand.dao.DepreciationMasterDao
-
Added By Rajalakshmi D.N.
- getNonHistDepMasterByModuleInsYr(Module, Integer, Installment) - Method in class org.egov.demand.dao.DepreciationMasterHibDao
-
Added By Rajalakshmi D.N.
- getOrderId() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getOrderId() - Method in class org.egov.demand.model.EgReasonCategory
-
- getOrderNo() - Method in class org.egov.demand.model.EgBillDetails
-
- getOverrideAccountHeadsAllowed() - Method in interface org.egov.demand.interfaces.Billable
-
- getOverrideAccountHeadsAllowed() - Method in class org.egov.demand.model.EgBill
-
- getPaidBy() - Method in class org.egov.dcb.bean.Payment
-
- getPartPaymentAllowed() - Method in interface org.egov.demand.interfaces.Billable
-
- getPartPaymentAllowed() - Method in class org.egov.demand.model.EgBill
-
- getPaymentMode() - Method in class org.egov.dcb.bean.Payment
-
- getPaymentMode() - Method in class org.egov.dcb.bean.Receipt
-
- getPaymentReferenceNoFromBank() - Method in class org.egov.dcb.bean.Payment
-
- getPayments() - Method in class org.egov.dcb.bean.Receipt
-
- getPercentage() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getPercentageBasis() - Method in class org.egov.demand.model.EgDemandReason
-
- getPurpose() - Method in class org.egov.demand.model.EgBillDetails
-
- getReasonAmount() - Method in class org.egov.demand.model.EgdmCollectedReceipt
-
- getReasonCategory() - Method in class org.egov.demand.model.EgDemandDetails
-
- getReasonCategoryByCode(String) - Method in interface org.egov.demand.dao.DemandGenericDao
-
getReasonCategoryByCode gets EgReasonCategory object.
- getReasonCategoryByCode(String) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
getReasonCategoryByCode gets List objects.
- getReasonCategoryCodes() - Method in class org.egov.dcb.bean.DCBDisplayInfo
-
- getReasonCode() - Method in class org.egov.dcb.bean.ReceiptDetail
-
- getReasonMaster() - Method in class org.egov.demand.model.EgDemandReasonMaster
-
- getReasonMasterCodes() - Method in class org.egov.dcb.bean.DCBDisplayInfo
-
- getReasonWiseDCB(EgDemand, Module) - Method in class org.egov.demand.dao.DemandGenericHibDao
-
Called to get Reasonwise Demand & collection details
- getRebates() - Method in class org.egov.dcb.bean.DCBRecord
-
- getReceiptAmt() - Method in class org.egov.dcb.bean.Receipt
-
- getReceiptAmt() - Method in class org.egov.demand.model.BillReceipt
-
- getReceiptDate() - Method in class org.egov.dcb.bean.Receipt
-
- getReceiptDate() - Method in class org.egov.demand.model.BillReceipt
-
- getReceiptDate() - Method in class org.egov.demand.model.EgdmCollectedReceipt
-
- getReceiptDetails() - Method in class org.egov.dcb.bean.Receipt
-
- getReceiptNumber() - Method in class org.egov.dcb.bean.Receipt
-
- getReceiptNumber() - Method in class org.egov.demand.model.BillReceipt
-
- getReceiptNumber() - Method in class org.egov.demand.model.EgdmCollectedReceipt
-
- getReceipts() - Method in class org.egov.dcb.bean.DCBReport
-
- getReceiptsOnly() - Method in interface org.egov.dcb.service.DCBService
-
Retrieves receipt information without the DCB information.
- getReceiptsOnly() - Method in class org.egov.dcb.service.DCBServiceImpl
-
- getReceiptStatus() - Method in class org.egov.dcb.bean.Receipt
-
- getRecords() - Method in class org.egov.dcb.bean.DCBReport
-
- getReferenceNumber() - Method in interface org.egov.demand.interfaces.Billable
-
- getReferenceNumber() - Method in class org.egov.demand.model.AbstractBillable
-
Generates a number to be used as the ID of a new bill.
- getRemarks() - Method in class org.egov.demand.model.EgDemandDetails
-
- getServiceCode() - Method in interface org.egov.demand.interfaces.Billable
-
- getServiceCode() - Method in class org.egov.demand.model.EgBill
-
- getStartInstallment() - Method in class org.egov.demand.model.DepreciationMaster
-
- getStatus() - Method in class org.egov.demand.model.EgDemand
-
- getStatus() - Method in class org.egov.demand.model.EgdmCollectedReceipt
-
- getToDate() - Method in class org.egov.demand.model.DepreciationMaster
-
- getToDate() - Method in class org.egov.demand.model.EgDemandReasonDetails
-
- getTotalAdvance() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalAmount() - Method in interface org.egov.demand.interfaces.Billable
-
- getTotalAmount() - Method in class org.egov.demand.model.EgBill
-
- getTotalBalance() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalChequeAmt(BillReceiptInfo) - Method in class org.egov.demand.integration.TaxCollection
-
Here we get the total cheque Amount (i.e the Amount in which the cheque gets bounced.)
- getTotalCollectedAmount() - Method in class org.egov.demand.model.EgBill
-
- getTotalColLpayPnlty() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalColPnlty() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalColTax() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalDmdPnlty() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalDmdTax() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalLpayPnlty() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalRcptAmt() - Method in class org.egov.dcb.bean.DCBReport
-
- getTotalRebate() - Method in class org.egov.dcb.bean.DCBReport
-
- getTransactionNumber() - Method in class org.egov.dcb.bean.AtmPayment
-
- getTransactionNumber() - Method in class org.egov.dcb.bean.CreditCardPayment
-
- getTransactionNumber() - Method in class org.egov.dcb.bean.OnlinePayment
-
- getTransanctionReferenceNumber() - Method in interface org.egov.demand.interfaces.Billable
-
- getTransanctionReferenceNumber() - Method in class org.egov.demand.model.EgBill
-
- getUpdatedTime() - Method in class org.egov.demand.model.EgdmCollectedReceipt
-
- getUserId() - Method in interface org.egov.demand.interfaces.Billable
-
- getUserId() - Method in class org.egov.demand.model.DepreciationMaster
-
- getUserId() - Method in class org.egov.demand.model.EgBill
-
- getYear() - Method in class org.egov.demand.model.DepreciationMaster
-