| Package | Description |
|---|---|
| org.egov.ptis.client.util | |
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property | |
| org.egov.ptis.domain.service.property |
| Modifier and Type | Method and Description |
|---|---|
String |
PropertyTaxNumberGenerator.generateManualBillNumber(PropertyID propertyID) |
| Modifier and Type | Method and Description |
|---|---|
PropertyID |
PropertyIDHibernateDAO.create(PropertyID propertyID) |
PropertyID |
PropertyIDDAO.create(PropertyID propertyID) |
PropertyID |
PropertyIDHibernateDAO.findById(Integer id,
boolean lock) |
PropertyID |
PropertyIDDAO.findById(Integer id,
boolean lock) |
PropertyID |
PropertyIDHibernateDAO.getPropertyByBoundryAndMunNo(Integer zoneID,
Integer wardID,
Integer colonyID,
Integer munNo) |
PropertyID |
PropertyIDDAO.getPropertyByBoundryAndMunNo(Integer zoneID,
Integer wardID,
Integer colonyID,
Integer munNo) |
PropertyID |
PropertyIDHibernateDAO.getPropertyIDByUPICNo(String upicNo) |
PropertyID |
PropertyIDDAO.getPropertyIDByUPICNo(String upicNo) |
PropertyID |
PropertyIDHibernateDAO.update(PropertyID propertyID) |
PropertyID |
PropertyIDDAO.update(PropertyID propertyID) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyID> |
PropertyIDHibernateDAO.findAll() |
List<PropertyID> |
PropertyIDDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
PropertyID |
PropertyIDHibernateDAO.create(PropertyID propertyID) |
PropertyID |
PropertyIDDAO.create(PropertyID propertyID) |
void |
PropertyIDHibernateDAO.delete(PropertyID propertyID) |
void |
PropertyIDDAO.delete(PropertyID propertyID) |
BasicProperty |
BasicPropertyHibernateDAO.getBasicPropertyByPropertyID(PropertyID propertyID) |
BasicProperty |
BasicPropertyDAO.getBasicPropertyByPropertyID(PropertyID propertyID) |
PropertyID |
PropertyIDHibernateDAO.update(PropertyID propertyID) |
PropertyID |
PropertyIDDAO.update(PropertyID propertyID) |
| Modifier and Type | Method and Description |
|---|---|
PropertyID |
BasicPropertyImpl.getPropertyID() |
PropertyID |
BasicProperty.getPropertyID() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.setPropertyID(PropertyID propertyID) |
void |
BasicProperty.setPropertyID(PropertyID propertyID) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.