| Modifier and Type | Field and Description |
|---|---|
protected BasicProperty |
Property.basicProperty |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
Property.getBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
PropertyBillInfo.getBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyBillInfo.setBasicProperty(BasicProperty basicProperty) |
| Constructor and Description |
|---|
PropertyBillInfo(Map<String,Map<String,BigDecimal>> reasonwiseDues,
BasicProperty basicProperty,
String billNo) |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
DemandNoticeInfo.getBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
DemandNoticeInfo.setBasicProperty(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
PropertyNoticeService.getBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyNoticeService |
PropertyNoticeService.createNoticeService(BasicProperty basicProperty,
PropertyTaxUtil propertyTaxUtil,
org.egov.infstr.services.PersistenceService<BasicProperty,Long> basicPropertyService) |
Map<org.egov.commons.Installment,Date> |
PenaltyCalculationService.getAllBillGenerationDates(BasicProperty basicProperty,
List<org.egov.commons.Installment> installments)
Gives installment wise bill generation date
|
Map<String,Map<org.egov.commons.Installment,BigDecimal>> |
PenaltyCalculationService.getInstallmentDemandAndCollection(BasicProperty basicProperty,
org.egov.demand.model.EgDemand currentDemand) |
void |
PropertyNoticeService.setBasicProperty(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyNoticeService |
PropertyNoticeService.createNoticeService(BasicProperty basicProperty,
PropertyTaxUtil propertyTaxUtil,
org.egov.infstr.services.PersistenceService<BasicProperty,Long> basicPropertyService) |
| Constructor and Description |
|---|
PenaltyCalculationService(BasicProperty basicProperty,
Map<org.egov.commons.Installment,BigDecimal> installmentWiseDemand,
Map<org.egov.commons.Installment,BigDecimal> installmentWiseCollection,
Map<String,Date> installmentAndLatestCollDate,
Map<org.egov.commons.Installment,org.egov.demand.model.EgDemandDetails> installmentWisePenaltyDemandDetail) |
PropertyNoticeService(BasicProperty basicProperty,
PropertyTaxUtil propertyTaxUtil,
org.egov.infstr.services.PersistenceService<BasicProperty,Long> basicPropertyService) |
| Constructor and Description |
|---|
PropertyNoticeService(BasicProperty basicProperty,
PropertyTaxUtil propertyTaxUtil,
org.egov.infstr.services.PersistenceService<BasicProperty,Long> basicPropertyService) |
| Modifier and Type | Method and Description |
|---|---|
List<DemandNoticeDetailsInfo> |
PropertyTaxUtil.getDemandNoticeDetailsInfo(BasicProperty basicProperty,
PropertyWiseConsumptions propertyWiseConsumptions) |
List<Property> |
PropertyTaxUtil.getHistoryProperties(BasicProperty basicProperty) |
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
|
Map<Date,Property> |
PropertyTaxUtil.getPropertiesByOccupancy(BasicProperty basicProperty)
Gives the properties and occupancy date map
|
Map<Date,Property> |
PropertyTaxUtil.getPropertiesForPenlatyCalculation(BasicProperty basicProperty) |
void |
PropertyTaxUtil.makeTheEgBillAsHistory(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
PropertyTaxBillable.getBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTaxBillable.setBasicProperty(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
Map |
PtDemandDao.getAllDemands(BasicProperty basicProperty,
org.egov.infra.admin.master.entity.Boundary divBoundary)
This method called getAllDemands gets Map
|
Map<org.egov.demand.model.EgDemandReason,BigDecimal> |
PtDemandHibernateDao.getAllDemands(BasicProperty basicProperty,
org.egov.infra.admin.master.entity.Boundary divBoundary)
This method called getAllDemands gets Map
|
List |
PtDemandDao.getDmdDetailsByPropertyIdBoundary(BasicProperty basicProperty,
org.egov.infra.admin.master.entity.Boundary divBoundary)
This method called getDmdDetailsByPropertyIdBoundary gets DemandDetails
List .
|
List |
PtDemandHibernateDao.getDmdDetailsByPropertyIdBoundary(BasicProperty basicProperty,
org.egov.infra.admin.master.entity.Boundary divBoundary)
This method called getDmdDetailsByPropertyIdBoundary gets DemandDetails
List .
|
List |
PtDemandHibernateDao.getTransactionByBasicProperty(BasicProperty basicProperty,
org.egov.commons.Installment installment,
String is_cancelled) |
| Modifier and Type | Method and Description |
|---|---|
List<BasicProperty> |
BasicPropertyHibernateDAO.findAll() |
List<BasicProperty> |
BasicPropertyDAO.findAll() |
List<BasicProperty> |
BasicPropertyHibernateDAO.getActiveBasicPropertiesForWard(Long wardId)
API to fetch properties belonging to a particular ward
|
List<BasicProperty> |
BasicPropertyDAO.getActiveBasicPropertiesForWard(Long wardId) |
List<BasicProperty> |
BasicPropertyHibernateDAO.getBasicPropertiesForTaxDetails(String assessmentNo,
String ownerName,
String mobileNumber) |
List<BasicProperty> |
BasicPropertyDAO.getBasicPropertiesForTaxDetails(String assessmentNo,
String ownerName,
String mobileNumber) |
List<BasicProperty> |
BasicPropertyHibernateDAO.getBasicPropertiesForTaxDetails(String assessmentNo,
String ownerName,
String mobileNumber,
String propertyType,
String doorNo) |
List<BasicProperty> |
BasicPropertyDAO.getBasicPropertiesForTaxDetails(String assessmentNo,
String ownerName,
String mobileNumber,
String propertyType,
String doorNo) |
List<BasicProperty> |
BasicPropertyHibernateDAO.getBasicPropertiesForTaxDetails(String circleName,
String zoneName,
String wardName,
String blockName,
String ownerName,
String doorNo,
String aadhaarNumber,
String mobileNumber) |
List<BasicProperty> |
BasicPropertyDAO.getBasicPropertiesForTaxDetails(String circleName,
String zoneName,
String wardName,
String blockName,
String ownerName,
String doorNo,
String aadhaarNumber,
String mobileNumber) |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
BasicPropertyHibernateDAO.create(BasicProperty entity) |
BasicProperty |
BasicPropertyDAO.create(BasicProperty basicProperty) |
void |
BasicPropertyHibernateDAO.delete(BasicProperty entity) |
void |
BasicPropertyDAO.delete(BasicProperty basicProperty) |
List |
PropertyDAO.getAllDemands(BasicProperty basicProperty)
Method called to get all the Demands(i.,e including the history and non
history) for a BasicProperty.
|
List |
PropertyHibernateDAO.getAllDemands(BasicProperty basicProperty)
Method called to get all the Demands(i.,e including the history and non
history) for a BasicProperty.
|
List |
PropertyDAO.getAllHistories(BasicProperty basicProp,
PropertySource src) |
List |
PropertyHibernateDAO.getAllHistories(BasicProperty bp,
PropertySource src) |
List |
PropertyDAO.getAllNonDefaultProperties(BasicProperty basicProp) |
List |
PropertyHibernateDAO.getAllNonDefaultProperties(BasicProperty basicProperty) |
List |
PropertyDAO.getAllNonHistoryPropertiesForSrc(BasicProperty basicProperty,
PropertySource src) |
List |
PropertyHibernateDAO.getAllNonHistoryPropertiesForSrc(BasicProperty basicProperty,
PropertySource src) |
List |
PropertyDAO.getAllProperties(BasicProperty basicProp) |
List |
PropertyHibernateDAO.getAllProperties(BasicProperty basicProperty) |
List<BasicPropertyImpl> |
BasicPropertyHibernateDAO.getChildBasicPropsForParent(BasicProperty basicProperty) |
List<BasicPropertyImpl> |
BasicPropertyDAO.getChildBasicPropsForParent(BasicProperty basicProperty) |
List<PropertyStatusValues> |
PropertyStatusValuesHibernateDAO.getParentBasicPropsForChild(BasicProperty basicProperty) |
List<PropertyStatusValues> |
PropertyStatusValuesDAO.getParentBasicPropsForChild(BasicProperty basicProperty) |
Property |
PropertyDAO.getPropertyByBasicPropertyID(BasicProperty basicProperty) |
Property |
PropertyHibernateDAO.getPropertyByBasicPropertyID(BasicProperty basicProperty) |
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.
|
List<PropertyStatusValues> |
PropertyStatusValuesHibernateDAO.getPropertyStatusValuesByReferenceBasicProperty(BasicProperty basicProperty) |
List<PropertyStatusValues> |
PropertyStatusValuesDAO.getPropertyStatusValuesByReferenceBasicProperty(BasicProperty basicProperty) |
BasicProperty |
BasicPropertyHibernateDAO.update(BasicProperty entity) |
BasicProperty |
BasicPropertyDAO.update(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
RevisionPetition.getBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
RevisionPetition.setBasicProperty(BasicProperty basicProperty) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicPropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
Amalgamation.getAmalgamatedProperty() |
BasicProperty |
PropertyReference.getBasicProperty() |
BasicProperty |
PropertyArrear.getBasicProperty() |
BasicProperty |
PropertyImpl.getBasicProperty() |
BasicProperty |
Property.getBasicProperty() |
BasicProperty |
PropertyDocs.getBasicProperty() |
BasicProperty |
PropertyMutation.getBasicProperty() |
BasicProperty |
PropertyStatusValues.getBasicProperty() |
BasicProperty |
PropertyID.getBasicProperty() |
BasicProperty |
PropertyOwnerInfo.getBasicProperty() |
BasicProperty |
Amalgamation.getParentProperty() |
BasicProperty |
PropertyStatusValues.getReferenceBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
Amalgamation.setAmalgamatedProperty(BasicProperty amalgamatedProperty) |
void |
PropertyReference.setBasicProperty(BasicProperty basicProperty) |
void |
PropertyArrear.setBasicProperty(BasicProperty basicProperty) |
void |
PropertyImpl.setBasicProperty(BasicProperty basicProperty) |
void |
Property.setBasicProperty(BasicProperty basicProperty) |
void |
PropertyDocs.setBasicProperty(BasicProperty basicProperty) |
void |
PropertyMutation.setBasicProperty(BasicProperty basicProperty) |
void |
PropertyStatusValues.setBasicProperty(BasicProperty basicProperty) |
void |
PropertyID.setBasicProperty(BasicProperty basicProperty) |
void |
PropertyOwnerInfo.setBasicProperty(BasicProperty basicProperty) |
void |
Amalgamation.setParentProperty(BasicProperty parentProperty) |
void |
PropertyStatusValues.setReferenceBasicProperty(BasicProperty referenceBasicProperty) |
| Constructor and Description |
|---|
Amalgamation(BasicProperty parentProperty,
BasicProperty amalgamatedProperty) |
PropertyOwnerInfo(BasicProperty basicProperty,
PropertySource propSource,
org.egov.infra.admin.master.entity.User owner,
Integer orderNo) |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
Recovery.getBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
Recovery.setBasicProperty(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.reporting.engine.ReportOutput |
BillService.generateBill(BasicProperty basicProperty,
Integer userId)
Generates a Demand Notice or the Bill giving the break up of the tax
amounts and the
EgBill |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
PropertyDeactivationService.getPropertyDetails(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDemolitionService.addModelAttributes(org.springframework.ui.Model model,
BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaxExemptionService.addModelAttributes(org.springframework.ui.Model model,
BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infstr.services.PersistenceService<BasicProperty,Long> |
NoticeService.getBasicPropertyService() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.reporting.engine.ReportOutput |
RecoveryNoticeService.generateNotice(String noticeType,
BasicProperty basicProperty) |
org.egov.demand.model.EgBill |
RecoveryNoticeService.getBillByAssessmentNumber(BasicProperty basicProperty) |
boolean |
RecoveryNoticeService.getDemandBillByAssessmentNo(BasicProperty basicProperty) |
BigDecimal |
RecoveryNoticeService.getTotalPropertyTaxDue(BasicProperty basicProperty) |
BigDecimal |
RecoveryNoticeService.getTotalPropertyTaxDueIncludingPenalty(BasicProperty basicProperty) |
Map<String,Object> |
RecoveryNoticeService.prepareDemandBillDetails(Map<String,Object> reportParams,
BasicProperty basicProperty) |
org.egov.infra.reporting.engine.ReportOutput |
RecoveryNoticeService.prepareOccupierNotice(BasicProperty basicProperty,
Map<String,Object> reportParams,
org.egov.infra.admin.master.entity.City city,
String noticeNo) |
PtNotice |
NoticeService.saveNotice(String applicationNumber,
String noticeNo,
String noticeType,
BasicProperty basicProperty,
InputStream fileStream)
This method populates the
PtNotice object along with notice input stream |
| Modifier and Type | Method and Description |
|---|---|
void |
NoticeService.setbasicPropertyService(org.egov.infstr.services.PersistenceService<BasicProperty,Long> basicPropertyService) |
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infstr.services.PersistenceService<BasicProperty,Long> |
PropertyService.basicPropertyService |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
PropertyPersistenceService.createBasicProperty(BasicProperty basicProperty,
HashMap meesevaParams) |
BasicProperty |
PropertyPersistenceService.persistUponPaymentResponse(BasicProperty basicProperty) |
BasicProperty |
PropertyPersistenceService.updateBasicProperty(BasicProperty basicProperty,
HashMap<String,String> meesevaParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
VacancyRemissionService.addModelAttributes(org.springframework.ui.Model model,
BasicProperty basicProperty) |
void |
PropertyService.createAmalgPropStatVal(String[] amalgPropIds,
BasicProperty parentBasicProperty)
Creates amalgamation property status values
|
BasicProperty |
PropertyPersistenceService.createBasicProperty(BasicProperty basicProperty,
HashMap meesevaParams) |
void |
PropertyPersistenceService.createOwners(Property property,
BasicProperty basicProperty,
org.egov.infra.persistence.entity.Address ownerAddress) |
PropertyStatusValues |
PropertyService.createPropStatVal(BasicProperty basicProperty,
String statusCode,
Date propCompletionDate,
String courtOrdNum,
Date orderDate,
String judgmtDetails,
String parentPropId)
Creates property status values based on the status code
|
PropertyImpl |
PropertyService.creteNewPropertyForObjectionWorkflow(BasicProperty basicProperty2,
String objectionNum,
Date objectionDate,
org.egov.infra.admin.master.entity.User objWfInitiator,
String docNumber,
String modifyRsn) |
List<PropertyStatusValues> |
PropertyService.findChildrenForProperty(BasicProperty basicProperty)
Method to get children created for property
|
org.egov.eis.entity.Assignment |
PropertyService.getAssignmentByDeptDesigElecWard(BasicProperty basicProperty)
Getting User assignment based on designation ,department and Election ward boundary Reading Designation and Department from
appconfig values and Values should be 'Junior Assistant, Senior Assistant' for designation and
'Revenue' for department
|
org.egov.eis.entity.Assignment |
PropertyService.getMappedAssignmentForCscOperator(BasicProperty basicProperty) |
BigDecimal |
PropertyService.getTotalPropertyTaxDue(BasicProperty basicProperty)
Method to get total property tax due
|
BigDecimal |
PropertyService.getTotalPropertyTaxDueIncludingPenalty(BasicProperty basicProperty) |
org.egov.eis.entity.Assignment |
PropertyService.getUserPositionByZone(BasicProperty basicProperty,
boolean isForMobile)
Getting User assignment based on designation ,department and zone boundary Reading Designation and Department from
appconfig values and Values should be 'Senior Assistant,Junior Assistant' for designation and
'Revenue,Accounts,Administration' for department
|
void |
PropertyService.initiateDataEntryWorkflow(BasicProperty basicProperty,
org.egov.infra.admin.master.entity.User initiater)
Initiates data entry workflow
|
Boolean |
PropertyService.isPropertyBifurcated(BasicProperty basicProperty)
Tells whether the parent is bifurcated or not
|
AssessmentDetails |
PropertyService.loadAssessmentDetails(BasicProperty basicProperty) |
BasicProperty |
PropertyPersistenceService.persistUponPaymentResponse(BasicProperty basicProperty) |
void |
PropertyExternalService.populateOwnerAndAddressDetails(BasicProperty basicProperty,
ViewPropertyDetails viewPropertyDetails,
String ownerAddress,
PropertyID propertyID)
API to populate owner and address details
|
void |
PropertyExternalService.populatePropertyDetails(BasicProperty basicProperty,
ViewPropertyDetails viewPropertyDetails,
PropertyID propertyID,
PropertyDetail propertyDetail)
API to set property level details
|
void |
PropertyService.saveDocumentTypeDetails(BasicProperty basicProperty,
DocumentTypeDetails documentTypeDetails) |
List<OwnerAudit> |
OwnerAuditService.setOwnerAuditDetails(BasicProperty basicProperty) |
void |
PropertyService.setWFPropStatValActive(BasicProperty basicProperty)
setting property status values to Basic Property
|
BasicProperty |
PropertyPersistenceService.updateBasicProperty(BasicProperty basicProperty,
HashMap<String,String> meesevaParams) |
void |
PropertyService.updateDocumentTypeDetails(BasicProperty basicProperty,
DocumentTypeDetails documentTypeDetails) |
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.updateReferenceBasicProperty(BasicProperty basicProperty,
String parentPropId)
Update Reference Basic Property in Property Status values (Bifurcation workflow)
|
String |
PropertyService.validationForBifurcation(PropertyImpl propertyModel,
BasicProperty basicProperty,
String reason)
Method to validate bifurcation of property either using create assessment or alter assessment
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyService.setBasicPropertyService(org.egov.infstr.services.PersistenceService<BasicProperty,Long> basicPropertyService) |
| Constructor and Description |
|---|
PropertyPersistenceService(Class<BasicProperty> type) |
| Modifier and Type | Method and Description |
|---|---|
RevisionPetition |
RevisionPetitionService.getExistingObjections(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTransferService.approvePropertyTransfer(BasicProperty basicProperty,
PropertyMutation propertyMutation) |
org.egov.infra.reporting.engine.ReportOutput |
PropertyTransferService.generateAcknowledgement(BasicProperty basicProperty,
PropertyMutation propertyMutation,
String cityName,
String cityLogo) |
org.egov.infra.reporting.engine.ReportOutput |
PropertyTransferService.generateTransferNotice(BasicProperty basicProperty,
PropertyMutation propertyMutation,
String cityName,
String cityLogo,
String actionType,
boolean isCorporation) |
void |
PropertyTransferService.initiatePropertyTransfer(BasicProperty basicProperty,
PropertyMutation propertyMutation) |
PropertyMutation |
PropertyTransferService.initiatePropertyTransfer(BasicProperty basicproperty,
PropertyMutation propertyMutation,
HashMap<String,String> meesevaParams) |
void |
PropertyTransferService.updatePropertyTransfer(BasicProperty basicProperty,
PropertyMutation propertyMutation) |
void |
PropertyTransferService.viewPropertyTransfer(BasicProperty basicProperty,
PropertyMutation propertyMutation) |
| Modifier and Type | Method and Description |
|---|---|
BasicProperty |
PtNotice.getBasicProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
PtNotice.setBasicProperty(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
DemandBillService.getDemandBillDetails(BasicProperty basicProperty) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
PropertyTaxCommonUtils.getTaxDetailsForWorkflowProperty(BasicProperty basicProperty)
Fetches the tax details for workflow property
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.