| Modifier and Type | Method and Description |
|---|---|
Map<org.egov.commons.Installment,org.egov.demand.model.EgDemandDetails> |
PenaltyCalculationService.getInstallmentWisePenaltyDemandDetails(Property property,
org.egov.demand.model.EgDemand currentDemand) |
void |
PropertyNoticeService.setUnitAreaCalculationDetails(Property property,
org.egov.commons.Installment installment,
UnitCalculationDetail unitCalculationDetail,
UnitTaxCalculationInfo consolidatedUnitTax) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<org.egov.commons.Installment,TaxCalculationInfo> |
APTaxCalculator.calculatePropertyTax(Property property,
Date occupationDate) |
| Modifier and Type | Method and Description |
|---|---|
static Property |
PropertyTaxUtil.getInactiveDemandProperty(BasicProperty basicProperty)
Gives the Inactive demand property
|
static Property |
PropertyTaxUtil.getLatestProperty(BasicProperty basicProperty,
Character status)
Gives the latest Property (Recent property) for the BasicProperty
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertyTaxUtil.getHistoryProperties(BasicProperty basicProperty) |
Map<Date,Property> |
PropertyTaxUtil.getPropertiesByOccupancy(BasicProperty basicProperty)
Gives the properties and occupancy date map
|
Map<Date,Property> |
PropertyTaxUtil.getPropertiesForPenlatyCalculation(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BigDecimal> |
PropertyTaxUtil.getDemandAndCollection(Property property)
Returns Map with below key-value pair CURR_DMD_STR - Current Installment
demand ARR_DMD_STR - Current Installment collection CURR_COLL_STR -
Arrear Installment demand ARR_COLL_STR - Arrear Installment demand
|
Date |
PropertyTaxUtil.getLowestInstallmentForProperty(Property property)
Method to get lowest installment for property
|
Date |
PropertyTaxUtil.getPropertyOccupancyDate(Property property) |
static String |
PropertyTaxUtil.getRevisedDemandYear(Property property)
Gives the lowest year from which demand is effective for the give
property
|
Map<String,BigDecimal> |
PropertyTaxUtil.getTaxDetailsForInstallment(Property property,
org.egov.commons.Installment effectiveInstallment,
org.egov.commons.Installment demandInstallment)
Returns map containing tax amount for demand reasons other than Penalty
and Advance
|
static boolean |
PropertyTaxUtil.isPropertyModified(Property property)
Tells you whether property is modified or not
|
Map<String,Map<String,BigDecimal>> |
PropertyTaxUtil.prepareDemandDetForView(Property property,
org.egov.commons.Installment currentInstallment) |
Map<String,BigDecimal> |
PropertyTaxUtil.prepareDemandDetForWorkflowProperty(Property property,
org.egov.commons.Installment dmdInstallment,
org.egov.commons.Installment dmdDetInstallment) |
Map<String,Map<org.egov.commons.Installment,BigDecimal>> |
PropertyTaxUtil.prepareReasonWiseDenandAndCollection(Property property,
org.egov.commons.Installment currentInstallment) |
Map<org.egov.commons.Installment,BigDecimal> |
PropertyTaxUtil.prepareRsnWiseCollForProp(Property property)
Prepares a map of installment and respective collection for each
installment
|
Map<org.egov.commons.Installment,BigDecimal> |
PropertyTaxUtil.prepareRsnWiseDemandForProp(Property property)
Prepares a map of installment and respective demand for each installment
|
| Modifier and Type | Method and Description |
|---|---|
Property |
WorkflowActionStep.getPropertyModel() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
PtDemandDao.getCurrentDemandforProperty(Property property)
This method called getCurrentDemandforProperty gets Total Current Demand
Amount .
|
BigDecimal |
PtDemandHibernateDao.getCurrentDemandforProperty(Property property)
This method called getCurrentDemandforProperty gets Total Current Demand
Amount .
|
Map<String,BigDecimal> |
PtDemandDao.getDemandCollMap(Property property)
This method returns Map contains Demand and Collection for current and
arrears years individually.
The return map will contain four key-value pairs described below. CURR_DMD - Current Year Demand. ARR_DMD - Current Year Collection. CURR_COLL - Total Arrears years Demand. ARR_COLL - Total Arrears years Collection. |
Map<String,BigDecimal> |
PtDemandHibernateDao.getDemandCollMap(Property property) |
Map<String,BigDecimal> |
PtDemandDao.getDemandIncludingPenaltyCollMap(Property property) |
Map<String,BigDecimal> |
PtDemandHibernateDao.getDemandIncludingPenaltyCollMap(Property property) |
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.
|
Map<String,BigDecimal> |
PtDemandDao.getPenaltyDemandCollMap(Property property) |
Map<String,BigDecimal> |
PtDemandHibernateDao.getPenaltyDemandCollMap(Property property) |
Character |
PtDemandDao.whetherBillExistsForProperty(Property property,
String billnum,
org.egov.infra.admin.master.entity.Module module)
This method called WhetherBillExistsForProperty gets Character .
|
Character |
PtDemandHibernateDao.whetherBillExistsForProperty(Property property,
String billnum,
org.egov.infra.admin.master.entity.Module module)
This method called WhetherBillExistsForProperty gets Character .
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyDAO.create(Property property) |
Property |
PropertyHibernateDAO.create(Property property) |
Property |
PropertyDAO.findById(Integer id,
boolean lock) |
Property |
PropertyHibernateDAO.findById(Integer id,
boolean lock) |
Property |
PropertyDAO.getPropertyByBasicPropertyID(BasicProperty basicProperty) |
Property |
PropertyHibernateDAO.getPropertyByBasicPropertyID(BasicProperty basicProperty) |
Property |
PropertyDAO.getPropertyByID(String propID) |
Property |
PropertyHibernateDAO.getPropertyByID(String propID) |
Property |
PropertyDAO.getPropertyBySource(String src) |
Property |
PropertyHibernateDAO.getPropertyBySource(String src) |
Property |
PropertyDAO.getPropertyBySrcAndBp(BasicProperty basicProperty,
PropertySource src) |
Property |
PropertyHibernateDAO.getPropertyBySrcAndBp(BasicProperty basicProperty,
PropertySource src) |
Property |
PropertyDAO.getPropertyForInstallment(BasicProperty basicProp,
org.egov.commons.Installment insatllment,
PropertySource src) |
Property |
PropertyHibernateDAO.getPropertyForInstallment(BasicProperty basicProperty,
org.egov.commons.Installment insatllment,
PropertySource src)
This is used to get a unique property based on 3 parameters
BasicProperty,assessmentYearand ProeprtySource, may throw exception in
case of multiple resultset.
|
Property |
PropertyDAO.update(Property property) |
Property |
PropertyHibernateDAO.update(Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertyDAO.findAll() |
List<Property> |
PropertyHibernateDAO.findAll() |
List<Property> |
SearchPropertyHibernateDAO.getPropertyByObjectionDetails(Long propertyTypeMasterId,
String objectionNumber,
Date fromObjection,
Date toObjection)
either objectionNumber or any of the date fields are mandatory
|
List<Property> |
SearchPropertyDAO.getPropertyByObjectionDetails(Long propertyTypeMasterId,
String objectionNumber,
Date fromObjection,
Date toObjection) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyDAO.create(Property property) |
Property |
PropertyHibernateDAO.create(Property property) |
void |
PropertyDAO.delete(Property property) |
void |
PropertyHibernateDAO.delete(Property property) |
PropertyDetail |
PropertyDetailDAO.getPropertyDetailByProperty(Property property) |
PropertyDetail |
PropertyDetailHibernateDAO.getPropertyDetailByProperty(Property property) |
List |
PropertyDAO.getPtDemandArvProposedList(Property property) |
List |
PropertyHibernateDAO.getPtDemandArvProposedList(Property property)
This is used to get all the proposed arv's for that particular property.
|
Property |
PropertyDAO.update(Property property) |
Property |
PropertyHibernateDAO.update(Property property) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyDetail
This is Interface for the Property Detail which contains all the details; like Area, , length, breadth, floor details etc which
gives the complete statistical information about the Individual Property and are required to calculate the Property Tax for ny
Property Each PropertyDetail is associated with Property Class
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProperty
The Abstract Class for the Property
|
class |
BuiltUpProperty
The Implementation Class for the BuildUpProperty
|
class |
PropertyImpl |
class |
VacantProperty
The Implementation Class for the VacantProperty
|
| Modifier and Type | Field and Description |
|---|---|
static Property |
PropertyDetail.property |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyImpl.createPropertyclone() |
Property |
Property.createPropertyclone() |
Property |
AmalgamationOwner.getProperty() |
Property |
CollectionSummary.getProperty() |
Property |
PropertyMutation.getProperty() |
Property |
BasicPropertyImpl.getProperty()
Returns the default and non-history current installment Property for basicproperty.
|
Property |
UnitCalculationDetail.getProperty() |
Property |
VacantProperty.getProperty() |
Property |
BasicProperty.getProperty() |
Property |
BuiltUpProperty.getProperty() |
Property |
PtDemandARV.getProperty() |
Property |
PropertyDetail.getProperty() |
Property |
BasicPropertyImpl.getPropertyForBasicProperty() |
Property |
BasicProperty.getPropertyForBasicProperty() |
Property |
BasicPropertyImpl.getWFProperty()
Returns the default and workflow current installment Property for basicproperty.
|
Property |
BasicProperty.getWFProperty() |
| Modifier and Type | Method and Description |
|---|---|
Set<Property> |
BasicPropertyImpl.getPropertySet() |
Set<Property> |
BasicProperty.getPropertySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.addProperty(Property property) |
void |
BasicProperty.addProperty(Property property) |
void |
BasicPropertyImpl.removeProperty(Property property) |
void |
BasicProperty.removeProperty(Property property) |
void |
AmalgamationOwner.setProperty(Property property) |
void |
CollectionSummary.setProperty(Property property) |
void |
PropertyMutation.setProperty(Property property) |
void |
VacantProperty.setProperty(Property property) |
void |
BuiltUpProperty.setProperty(Property property) |
void |
PtDemandARV.setProperty(Property property) |
void |
PropertyDetail.setProperty(Property property) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.setPropertySet(Set<Property> propertySet) |
void |
BasicProperty.setPropertySet(Set<Property> propertySet) |
| Constructor and Description |
|---|
AmalgamationOwner(Property property,
org.egov.infra.admin.master.entity.User owner) |
BuiltUpProperty(org.egov.commons.Area sitalArea,
org.egov.commons.Area totalBuiltupArea,
org.egov.commons.Area commBuiltUpArea,
org.egov.commons.Area plinthArea,
org.egov.commons.Area commVacantLand,
org.egov.commons.Area nonResPlotArea,
Boolean irregular,
String surveyNumber,
Character fieldVerified,
Date fieldVerificationDate,
List<Floor> floorDetails,
Integer propertyDetailsID,
String water_Meter_Num,
String elec_Meter_Num,
Integer noOFfloors,
char fieldIrregular,
Property property,
Date updatedTime,
PropertyUsage propertyUsage,
Date dateOfCompletion,
PropertyCreationReason creationReason,
PropertyTypeMaster propertyTypeMaster,
String propertyType,
PropertyMutationMaster propertyMutationMaster,
Character comZone,
Character cornerPlot,
PropertyOccupation propertyOccupation,
Double extentSite,
Double extentAppartenauntLand,
FloorType floorType,
RoofType roofType,
WallType wallType,
WoodType woodType,
boolean lift,
boolean toilets,
boolean waterTap,
boolean structure,
boolean electricity,
boolean attachedBathRoom,
boolean waterHarvesting,
boolean cable,
String siteOwner,
Apartment apartment,
String pattaNumber,
Double currentCapitalValue,
Double marketValue,
String categoryType,
String occupancyCertificationNo,
Boolean appurtenantLandChecked,
Boolean corrAddressDiff,
PropertyDepartment propertyDepartment,
VacantLandPlotArea vacantLandPlotArea,
LayoutApprovalAuthority layoutApprovalAuthority,
String layoutPermitNo,
Date layoutPermitDate) |
VacantProperty(org.egov.commons.Area sitalArea,
org.egov.commons.Area totalBuiltupArea,
org.egov.commons.Area commBuiltUpArea,
org.egov.commons.Area plinthArea,
org.egov.commons.Area commVacantLand,
org.egov.commons.Area nonResPlotArea,
Boolean irregular,
String surveyNumber,
Character fieldVerified,
Date fieldVerificationDate,
List<Floor> floorDetails,
Integer propertyDetailsID,
String water_Meter_Num,
String elec_Meter_Num,
Integer no_of_floors,
char fieldIrregular,
Date dateOfCompletion,
Property property,
Date updatedTime,
PropertyUsage propertyUsage,
PropertyCreationReason creationReason,
PropertyTypeMaster propertyTypeMaster,
String propertyType,
org.egov.commons.Installment installment,
PropertyOccupation propertyOccupation,
PropertyMutationMaster propertyMutationMaster,
Character comZone,
Character cornerPlot,
Double extentSite,
Double extentAppartenauntLand,
FloorType floorType,
RoofType roofType,
WallType wallType,
WoodType woodType,
boolean lift,
boolean toilets,
boolean waterTap,
boolean structure,
boolean electricity,
boolean attachedBathRoom,
boolean waterHarvesting,
boolean cable,
String siteOwner,
String pattaNumber,
Double currentCapitalValue,
Double marketValue,
String categoryType,
String occupancyCertificationNo,
Boolean appurtenantLandChecked,
Boolean corrAddressDiff,
PropertyDepartment propertyDepartment,
VacantLandPlotArea vacantLandPlotArea,
LayoutApprovalAuthority layoutApprovalAuthority,
String layoutPermitNo,
Date layoutPermitDate) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<org.egov.commons.Installment,TaxCalculationInfo> |
PropertyTaxCalculator.calculatePropertyTax(Property property,
Date occupationDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDemolitionService.buildSMS(Property property,
String workFlowAction) |
org.egov.eis.entity.Assignment |
PropertyDemolitionService.getUserAssignment(org.egov.infra.admin.master.entity.User user,
Property property) |
void |
PropertyDemolitionService.saveProperty(Property oldProperty,
Property newProperty,
Character status,
String comments,
String workFlowAction,
Long approverPosition,
String additionalRule) |
void |
PropertyDemolitionService.updateProperty(Property newProperty,
String comments,
String workFlowAction,
Long approverPosition,
String additionalRule) |
void |
PropertyDemolitionService.validateAssignmentForCscUser(Property property,
org.springframework.validation.BindingResult errors) |
void |
PropertyDemolitionService.validateProperty(Property property,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxExemptionService.buildSMS(Property property,
String workFlowAction) |
Boolean |
TaxExemptionService.isPropertyByEmployee(Property property) |
BasicProperty |
TaxExemptionService.saveProperty(Property newProperty,
Property oldProperty,
Character status,
String approvalComment,
String workFlowAction,
Long approvalPosition,
String taxExemptedReason,
Boolean propertyByEmployee,
String additionalRule) |
BasicProperty |
TaxExemptionService.saveProperty(Property newProperty,
Property oldProperty,
Character status,
String approvalComment,
String workFlowAction,
Long approvalPosition,
String taxExemptedReason,
Boolean propertyByEmployee,
String additionalRule,
HashMap<String,String> meesevaParams) |
void |
TaxExemptionService.updateProperty(Property newProperty,
String comments,
String workFlowAction,
Long approverPosition,
Boolean propertyByEmployee,
String additionalRule) |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyService.createArrearsDemand(Property oldproperty,
Date dateOfCompletion,
PropertyImpl property)
Creates arrears demand for newly created property
|
Property |
PropertyService.createDemand(PropertyImpl property,
Date dateOfCompletion)
Creates installment wise demands for a property
|
Property |
PropertyService.createDemandForModify(Property oldProperty,
Property newProperty,
Date dateOfCompletion)
Called to modify Property demands when the property is modified
|
Property |
PropertyService.modifyDemand(PropertyImpl propertyModel,
PropertyImpl oldProperty)
Modifies property active demand and creates arrears demand and performs the excss colletion adjustment
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyService.calculateGrpPenalty(Property modProperty,
Date propCompletionDate)
Calculates penalty for General Revision Petition
|
Property |
PropertyService.createArrearsDemand(Property oldproperty,
Date dateOfCompletion,
PropertyImpl property)
Creates arrears demand for newly created property
|
Property |
PropertyService.createDemandForModify(Property oldProperty,
Property newProperty,
Date dateOfCompletion)
Called to modify Property demands when the property is modified
|
void |
PropertyService.createFloors(Property property,
String mutationCode,
String propUsageId,
String propOccId)
Creates floors for a property by getting list of floors from the property details proxy, by removing the existing floors
from property detail if any
|
void |
PropertyPersistenceService.createOwners(Property property,
BasicProperty basicProperty,
org.egov.infra.persistence.entity.Address ownerAddress) |
Map<String,BigDecimal> |
PropertyService.getCurrentPropertyTaxDetails(Property propertyImpl) |
BigDecimal |
PropertyService.getPropertyArea(BigDecimal area,
Property property)
Returns the proper area value for bifurcation calculation
|
Map<org.egov.commons.Installment,Map<String,BigDecimal>> |
PropertyService.populateTaxesForVoucherCreation(Property property)
Prepares a map of installment and respective reason wise demand for each installment
|
Map<org.egov.commons.Installment,Map<String,BigDecimal>> |
PropertyService.prepareRsnWiseDemandForOldProp(Property property)
Prepares a map of installment and respective reason wise demand for each installment
|
Map<org.egov.commons.Installment,Map<String,BigDecimal>> |
PropertyService.prepareRsnWiseDemandForPropToBeDeactivated(Property property)
Prepares a map of installment and respective reason wise demand for each installment
|
void |
PropertyService.updateFloorDetails(Property property,
List<Floor> savedFloorDetails)
Update the Floor details for a property
|
void |
PropertyPersistenceService.updateOwners(Property property,
BasicProperty basicProp,
org.egov.infra.persistence.entity.Address ownerAddress)
Update the owners for a property
|
String |
PropertyPersistenceService.updateOwners(Property property,
BasicProperty basicProperty,
String doorNumber,
org.springframework.validation.BindingResult errors) |
void |
PropertyService.updatePropertyDetail(Property property,
Long floorTypeId,
Long roofTypeId,
Long wallTypeId,
Long woodTypeId,
String areaOfPlot,
String propertyCategory,
String nonResPlotArea,
String propUsageId,
String propOccId,
String propTypeId)
Updates the PropertyDetail for a Property
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.