| Package | Description |
|---|---|
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property | |
| org.egov.ptis.domain.service.property |
| Modifier and Type | Method and Description |
|---|---|
PropertyDetail |
PropertyDetailDAO.create(PropertyDetail propertyDetail) |
PropertyDetail |
PropertyDetailHibernateDAO.create(PropertyDetail propertyDetail) |
PropertyDetail |
PropertyDetailDAO.findById(Integer id,
boolean lock) |
PropertyDetail |
PropertyDetailHibernateDAO.findById(Integer id,
boolean lock) |
PropertyDetail |
PropertyDetailDAO.getPropertyDetailByProperty(Property property) |
PropertyDetail |
PropertyDetailHibernateDAO.getPropertyDetailByProperty(Property property) |
PropertyDetail |
PropertyDetailDAO.getPropertyDetailByRegNum(String regNum) |
PropertyDetail |
PropertyDetailHibernateDAO.getPropertyDetailByRegNum(String regNum) |
PropertyDetail |
PropertyDetailDAO.getPropertyDetailBySurveyNumber(String surveyNumber) |
PropertyDetail |
PropertyDetailHibernateDAO.getPropertyDetailBySurveyNumber(String surveyNumber) |
PropertyDetail |
PropertyDetailDAO.update(PropertyDetail propertyDetail) |
PropertyDetail |
PropertyDetailHibernateDAO.update(PropertyDetail propertyDetail) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDetail> |
PropertyDetailDAO.findAll() |
List<PropertyDetail> |
PropertyDetailHibernateDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDetail |
PropertyDetailDAO.create(PropertyDetail propertyDetail) |
PropertyDetail |
PropertyDetailHibernateDAO.create(PropertyDetail propertyDetail) |
void |
PropertyDetailDAO.delete(PropertyDetail propertyDetail) |
void |
PropertyDetailHibernateDAO.delete(PropertyDetail propertyDetail) |
PropertyDetail |
PropertyDetailDAO.update(PropertyDetail propertyDetail) |
PropertyDetail |
PropertyDetailHibernateDAO.update(PropertyDetail propertyDetail) |
| 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 | Method and Description |
|---|---|
PropertyDetail |
PropertyImpl.getPropertyDetail() |
PropertyDetail |
Property.getPropertyDetail() |
PropertyDetail |
Floor.getPropertyDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyImpl.setPropertyDetail(PropertyDetail propertyDetail) |
void |
Property.setPropertyDetail(PropertyDetail propertyDetail) |
void |
Floor.setPropertyDetail(PropertyDetail propertyDetail) |
| Modifier and Type | Method and Description |
|---|---|
PropertyImpl |
PropertyService.changePropertyDetail(PropertyImpl modProperty,
PropertyDetail propDetail,
Integer numOfFloors)
Changes property details
|
void |
PropertyExternalService.populatePropertyDetails(BasicProperty basicProperty,
ViewPropertyDetails viewPropertyDetails,
PropertyID propertyID,
PropertyDetail propertyDetail)
API to set property level details
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.