| Package | Description |
|---|---|
| org.egov.demand.dao | |
| org.egov.demand.integration | |
| org.egov.demand.interfaces | |
| org.egov.demand.model |
| Modifier and Type | Method and Description |
|---|---|
EgDemand |
EgDemandHibernateDao.create(EgDemand egDemand) |
EgDemand |
EgDemandDao.create(EgDemand egDemand) |
EgDemand |
EgDemandHibernateDao.findById(Long id,
boolean lock) |
EgDemand |
EgDemandDao.findById(Long id,
boolean lock) |
EgDemand |
EgDemandHibernateDao.update(EgDemand egDemand) |
EgDemand |
EgDemandDao.update(EgDemand egDemand) |
| Modifier and Type | Method and Description |
|---|---|
List<EgDemand> |
EgDemandHibernateDao.findAll() |
List<EgDemand> |
EgDemandDao.findAll() |
| Modifier and Type | Method and Description |
|---|---|
EgDemand |
EgDemandHibernateDao.create(EgDemand egDemand) |
EgDemand |
EgDemandDao.create(EgDemand egDemand) |
void |
EgDemandHibernateDao.delete(EgDemand egDemand) |
void |
EgDemandDao.delete(EgDemand egDemand) |
List<EgBill> |
DemandGenericDao.getAllBillsForDemand(EgDemand demand,
String includeHistory,
String includeCancelled)
This method called getAllBillsForDemand gets List
|
List<EgBill> |
DemandGenericHibDao.getAllBillsForDemand(EgDemand demand,
String includeHistory,
String includeCancelled)
This method called getAllBillsForDemand gets List
|
BigDecimal |
DemandGenericDao.getBalanceByDmdMasterCode(EgDemand demand,
String dmdReasonMasterCode,
org.egov.infra.admin.master.entity.Module module)
Method called to get the balance Amount for the given Demand reason Master Code ,module and demand
Installment will be taken from EgDemand.
|
BigDecimal |
DemandGenericHibDao.getBalanceByDmdMasterCode(EgDemand demand,
String dmdReasonMasterCode,
org.egov.infra.admin.master.entity.Module module)
Method called to get the balance Amount for the given Demand reason
Master Code ,module and demand Installment will be taken from EgDemand.
|
BigDecimal |
DemandGenericDao.getBalanceByDmdMasterCodeInst(EgDemand demand,
String dmdReasonMasterCode,
org.egov.infra.admin.master.entity.Module module,
org.egov.commons.Installment installment)
Method called to get the balance Amount for the given Demand reason Master Code ,module, demand
and Installment.
|
BigDecimal |
DemandGenericHibDao.getBalanceByDmdMasterCodeInst(EgDemand demand,
String dmdReasonMasterCode,
org.egov.infra.admin.master.entity.Module module,
org.egov.commons.Installment installment)
Method called to get the balance Amount for the given Demand reason
Master Code ,Module and Installment.
|
List<BillReceipt> |
DemandGenericDao.getBillReceipts(EgDemand egDemand) |
List<BillReceipt> |
DemandGenericHibDao.getBillReceipts(EgDemand egDemand)
Method called to get Receipt Details.
|
List |
DemandGenericDao.getDCB(EgDemand egDemand,
org.egov.infra.admin.master.entity.Module module) |
List |
DemandGenericHibDao.getDCB(EgDemand egDemand,
org.egov.infra.admin.master.entity.Module module)
Method called to get DCB(Demand and collection Totals with Some Basic
Info).
|
List |
DemandGenericHibDao.getDCBByReasonCode(EgDemand egDemand,
org.egov.infra.admin.master.entity.Module module,
String reasonCode) |
List<EgDemandDetails> |
DemandGenericDao.getDemandDetailsForDemand(EgDemand demand,
org.egov.commons.EgwStatus status)
This method called getDemandDetailsForDemand gets List
|
List<EgDemandDetails> |
DemandGenericHibDao.getDemandDetailsForDemand(EgDemand demand,
org.egov.commons.EgwStatus status)
This method called getDemandDetailsForDemand gets List
|
List<EgDemandDetails> |
DemandGenericDao.getDemandDetailsForDemandAndReasons(EgDemand demand,
List<EgDemandReason> demandReasonList)
This method called getDemandDetailsForDemandAndReasons gets List
|
List<EgDemandDetails> |
DemandGenericHibDao.getDemandDetailsForDemandAndReasons(EgDemand demand,
List<EgDemandReason> demandReasonList)
This method called getDemandDetailsForDemandAndReasons gets
List
|
List |
DemandGenericDao.getDmdAmtAndCollAmt(EgDemand egDemand,
org.egov.commons.Installment installment) |
List |
DemandGenericHibDao.getDmdAmtAndCollAmt(EgDemand egDemand,
org.egov.commons.Installment installment)
Called to get the Sum of Demand and Sum of Collection with installment
and EgDemand .
|
List<EgDemandDetails> |
DemandGenericDao.getDmdDetailList(EgDemand egDemand,
org.egov.commons.Installment installment,
org.egov.infra.admin.master.entity.Module module,
EgDemandReasonMaster dmdResMster)
Called to get the EgDemandDetails List For a specific EgDemandReasonMaster with installment and Module.
|
List<EgDemandDetails> |
DemandGenericHibDao.getDmdDetailList(EgDemand egDemand,
org.egov.commons.Installment installment,
org.egov.infra.admin.master.entity.Module module,
EgDemandReasonMaster dmdResMster)
Called to get the EgDemandDetails Ids fron EG_DEMAND_DETAILS table .
|
List |
DemandGenericDao.getEgDemandReasonMasterIds(EgDemand egDemand) |
List |
DemandGenericHibDao.getEgDemandReasonMasterIds(EgDemand egDemand)
Method called to get ReasonMaster IDs of the Demand which is provided.
|
List |
DemandGenericHibDao.getReasonWiseDCB(EgDemand egDemand,
org.egov.infra.admin.master.entity.Module module)
Called to get Reasonwise Demand & collection details
|
EgDemand |
EgDemandHibernateDao.update(EgDemand egDemand) |
EgDemand |
EgDemandDao.update(EgDemand egDemand) |
| Modifier and Type | Method and Description |
|---|---|
List<BillReceipt> |
DemandGenericDao.getBillReceipts(List<EgDemand> egDemand) |
List<BillReceipt> |
DemandGenericHibDao.getBillReceipts(List<EgDemand> egDemand)
Method called to get all the Bill Receipt Objects which exists for the
Demands .
|
| Modifier and Type | Method and Description |
|---|---|
EgDemandDetails |
TaxCollection.getDemandDetail(EgDemand egDemand,
org.egov.commons.Installment instl,
String code)
Finds the demand-detail for the given installment and reason.
|
| Modifier and Type | Method and Description |
|---|---|
EgDemand |
Billable.getCurrentDemand() |
| Modifier and Type | Method and Description |
|---|---|
List<EgDemand> |
Billable.getAllDemands() |
| Modifier and Type | Method and Description |
|---|---|
EgDemand |
EgDemandDetails.getEgDemand() |
EgDemand |
EgBill.getEgDemand() |
| Modifier and Type | Method and Description |
|---|---|
void |
EgDemandDetails.setEgDemand(EgDemand egDemand) |
void |
EgBill.setEgDemand(EgDemand egDemand) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.