| Modifier and Type | Method and Description |
|---|---|
List<org.egov.commons.Installment> |
PropertyTaxUtil.getInstallments(PropertyImpl property) |
WorkflowDetails |
PropertyTaxUtil.initWorkflowAction(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId,
org.egov.eis.service.EisCommonService eisCommonService) |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyImpl |
WorkflowActionStep.propertyModel |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
WorkflowDetails.getPropertyModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDetails.setPropertyModel(PropertyImpl propertyModel) |
void |
WorkflowActionStep.setPropertyModel(PropertyImpl propertyModel) |
| Constructor and Description |
|---|
ActionAmalgmate(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId) |
ActionBifurcate(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId) |
ActionChangeAddress(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId) |
ActionCreate(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId) |
ActionDeactivate(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId) |
ActionModify(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId) |
ActionNameTransfer(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId) |
StepApprove(PropertyImpl propertyModel,
Long userId,
String comments) |
StepForward(PropertyImpl propertyModel,
Long userId,
String comments) |
StepReject(PropertyImpl propertyModel,
Long userId,
String comments) |
StepSave(PropertyImpl propertyModel,
Long userId,
String comments) |
WorkflowActionStep(PropertyImpl propertyModel,
Long userId,
String comments) |
WorkflowDetails(PropertyImpl propertyModel,
WorkflowBean workflowBean,
Long loggedInUserId) |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
Ptdemand.getEgptProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
Ptdemand.setEgptProperty(PropertyImpl egptProperty) |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
RevisionPetition.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
RevisionPetition.setProperty(PropertyImpl property) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProperty
The Abstract Class for the Property
|
class |
BuiltUpProperty
The Implementation Class for the BuildUpProperty
|
class |
VacantProperty
The Implementation Class for the VacantProperty
|
| Modifier and Type | Field and Description |
|---|---|
PropertyImpl |
AbstractProperty.propertyImpl |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
BasicPropertyImpl.getActiveProperty()
Gives the Active property i.e., PropertyImpl.status = 'A'
|
PropertyImpl |
BasicProperty.getActiveProperty() |
PropertyImpl |
BasicPropertyImpl.getInactiveProperty()
Gives the Inactive property i.e., PropertyImpl.status = 'I' Inactive property is the property whose demand is not active
|
PropertyImpl |
BasicProperty.getInactiveProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.setActiveProperty(PropertyImpl activeProperty) |
void |
BasicProperty.setActiveProperty(PropertyImpl activeProperty) |
void |
BasicPropertyImpl.setInactiveProperty(PropertyImpl inactiveProperty) |
void |
BasicProperty.setInactiveProperty(PropertyImpl inactiveProperty) |
void |
UnitCalculationDetail.setProperty(PropertyImpl property) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.eis.entity.Assignment |
PropertyDemolitionService.getUserAssignmentOnReject(String loggedInUserDesignation,
PropertyImpl property) |
org.egov.eis.entity.Assignment |
PropertyDemolitionService.getWfInitiator(PropertyImpl property) |
| Constructor and Description |
|---|
PropertyDemolitionService(Class<PropertyImpl> type) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.eis.entity.Assignment |
TaxExemptionService.getUserAssignmentOnReject(String loggedInUserDesignation,
PropertyImpl property) |
org.egov.eis.entity.Assignment |
TaxExemptionService.getWfInitiator(PropertyImpl property) |
| Constructor and Description |
|---|
TaxExemptionService(Class<PropertyImpl> type) |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
PropertyService.changePropertyDetail(PropertyImpl modProperty,
PropertyDetail propDetail,
Integer numOfFloors)
Changes property details
|
PropertyImpl |
PropertyService.createProperty(PropertyImpl property,
String areaOfPlot,
String mutationCode,
String propTypeId,
String propUsageId,
String propOccId,
Character status,
String docnumber,
String nonResPlotArea,
Long floorTypeId,
Long roofTypeId,
Long wallTypeId,
Long woodTypeId,
Long taxExemptId,
Long propertyDepartmentId,
Long vacantLandPlotAreaId,
Long layoutApprovalAuthorityId)
Creates a new property if property is in transient state else updates persisted property
|
PropertyImpl |
PropertyService.creteNewPropertyForObjectionWorkflow(BasicProperty basicProperty2,
String objectionNum,
Date objectionDate,
org.egov.infra.admin.master.entity.User objWfInitiator,
String docNumber,
String modifyRsn) |
PropertyImpl |
PropertyService.getLatestHistoryProperty(String upicNo)
Returns the latest history property of a basic property
|
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
PropertyService.changePropertyDetail(PropertyImpl modProperty,
PropertyDetail propDetail,
Integer numOfFloors)
Changes property details
|
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
|
PropertyImpl |
PropertyService.createProperty(PropertyImpl property,
String areaOfPlot,
String mutationCode,
String propTypeId,
String propUsageId,
String propOccId,
Character status,
String docnumber,
String nonResPlotArea,
Long floorTypeId,
Long roofTypeId,
Long wallTypeId,
Long woodTypeId,
Long taxExemptId,
Long propertyDepartmentId,
Long vacantLandPlotAreaId,
Long layoutApprovalAuthorityId)
Creates a new property if property is in transient state else updates persisted property
|
org.egov.eis.entity.Assignment |
PropertyService.getWorkflowInitiator(PropertyImpl property) |
Property |
PropertyService.modifyDemand(PropertyImpl propertyModel,
PropertyImpl oldProperty)
Modifies property active demand and creates arrears demand and performs the excss colletion adjustment
|
org.egov.infra.reporting.engine.ReportOutput |
PropertyPersistenceService.propertyAcknowledgement(PropertyImpl property,
String cityLogo,
String cityName) |
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 |
|---|---|
PropertyImpl |
PropertyTransferService.getActiveProperty(String upicNo) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.