| Modifier and Type | Method and Description |
|---|---|
TaxCalculationInfo |
PropertyTaxUtil.getTaxCalInfo(Ptdemand demand) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.egov.commons.Installment,TaxCalculationInfo> |
PropertyTaxUtil.getTaxCalInfoMap(Set<Ptdemand> ptDmdSet) |
Map<Date,TaxCalculationInfo> |
PropertyTaxUtil.getTaxCalInfoMap(Set<Ptdemand> ptDmdSet,
Date occupancyDate) |
| Modifier and Type | Method and Description |
|---|---|
Ptdemand |
PtDemandDao.create(Ptdemand ptdemand) |
Ptdemand |
PtDemandHibernateDao.create(Ptdemand ptdemand) |
Ptdemand |
PtDemandDao.findById(Integer id,
boolean lock) |
Ptdemand |
PtDemandHibernateDao.findById(Integer id,
boolean lock) |
Ptdemand |
PtDemandDao.getNonHistoryCurrDmdForProperty(Property property) |
Ptdemand |
PtDemandHibernateDao.getNonHistoryCurrDmdForProperty(Property property)
This method returns current installment non-history EgptPtdemand
|
Ptdemand |
PtDemandDao.getNonHistoryDemandForProperty(Property property)
This method called getNonHistoryDemandForProperty gets EgptPtdemand
Object which is NonHistory.
|
Ptdemand |
PtDemandHibernateDao.getNonHistoryDemandForProperty(Property property)
This method called getNonHistoryDemandForProperty gets EgptPtdemand
Object which is NonHistory.
|
Ptdemand |
PtDemandDao.update(Ptdemand ptdemand) |
Ptdemand |
PtDemandHibernateDao.update(Ptdemand ptdemand) |
| Modifier and Type | Method and Description |
|---|---|
List<Ptdemand> |
PtDemandDao.findAll() |
| Modifier and Type | Method and Description |
|---|---|
Ptdemand |
PtDemandDao.create(Ptdemand ptdemand) |
Ptdemand |
PtDemandHibernateDao.create(Ptdemand ptdemand) |
void |
PtDemandDao.delete(Ptdemand ptdemand) |
void |
PtDemandHibernateDao.delete(Ptdemand ptdemand) |
Ptdemand |
PtDemandDao.update(Ptdemand ptdemand) |
Ptdemand |
PtDemandHibernateDao.update(Ptdemand ptdemand) |
| Modifier and Type | Method and Description |
|---|---|
Ptdemand |
PTDemandCalculations.getPtDemand() |
| Modifier and Type | Method and Description |
|---|---|
void |
PTDemandCalculations.setPtDemand(Ptdemand ptDemand) |
| Constructor and Description |
|---|
PTDemandCalculations(Ptdemand ptDemand,
BigDecimal propertyTax,
BigDecimal rateOfTax,
Date lastUpdatedTimeStamp,
Date createTimeStamp,
Set<FloorwiseDemandCalculations> flrwiseDmdCalculations,
byte[] taxInfo,
BigDecimal alv) |
| Modifier and Type | Method and Description |
|---|---|
Set<Ptdemand> |
PropertyImpl.getPtDemandSet() |
Set<Ptdemand> |
Property.getPtDemandSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyImpl.addPtDemand(Ptdemand ptDmd) |
void |
Property.addPtDemand(Ptdemand ptDmd) |
void |
PropertyImpl.removePtDemand(Ptdemand ptDmd) |
void |
Property.removePtDemand(Ptdemand ptDmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyImpl.setPtDemandSet(Set<Ptdemand> ptDemandSet) |
void |
Property.setPtDemandSet(Set<Ptdemand> ptDemandSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyService.addArrDmdDetToCurrentDmd(Ptdemand ptDmd,
Ptdemand currPtDmd,
org.egov.commons.Installment effectiveInstall,
boolean isDemolition)
Adds arrears demand details to the current demand
|
void |
PropertyService.adjustExcessCollectionAmount(List<org.egov.commons.Installment> installments,
Map<org.egov.commons.Installment,Set<org.egov.demand.model.EgDemandDetails>> newDemandDetailsByInstallment,
Ptdemand ptDemand)
Adjusts the excess collection amount to Demand Details
|
| Modifier and Type | Method and Description |
|---|---|
List<Ptdemand> |
DemandActivationSchedulerService.getInactiveDemandNotObjectedProperties() |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.