| Package | Description |
|---|---|
| org.egov.ptis.domain.dao.property | |
| org.egov.ptis.domain.entity.property |
| Modifier and Type | Method and Description |
|---|---|
PropertyReference |
PropertyReferenceHibDAO.create(PropertyReference propertyReference) |
PropertyReference |
PropertyReferenceDAO.create(PropertyReference propertyReference) |
PropertyReference |
PropertyReferenceHibDAO.findById(Integer id,
boolean lock) |
PropertyReference |
PropertyReferenceDAO.findById(Integer id,
boolean lock) |
PropertyReference |
PropertyReferenceHibDAO.update(PropertyReference propertyReference) |
PropertyReference |
PropertyReferenceDAO.update(PropertyReference propertyReference) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyReference> |
PropertyReferenceHibDAO.findAll() |
List<PropertyReference> |
PropertyReferenceDAO.findAll() |
| Modifier and Type | Method and Description |
|---|---|
PropertyReference |
PropertyReferenceHibDAO.create(PropertyReference propertyReference) |
PropertyReference |
PropertyReferenceDAO.create(PropertyReference propertyReference) |
void |
PropertyReferenceHibDAO.delete(PropertyReference propertyReference) |
void |
PropertyReferenceDAO.delete(PropertyReference propertyReference) |
PropertyReference |
PropertyReferenceHibDAO.update(PropertyReference propertyReference) |
PropertyReference |
PropertyReferenceDAO.update(PropertyReference propertyReference) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicPropertyImpl.setPropertyReference(PropertyReference propertyReference) |
void |
BasicProperty.setPropertyReference(PropertyReference propertyReference) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.