public interface PropertyDetailDAO
| Modifier and Type | Method and Description |
|---|---|
PropertyDetail |
create(PropertyDetail propertyDetail) |
void |
delete(PropertyDetail propertyDetail) |
List<PropertyDetail> |
findAll() |
PropertyDetail |
findById(Integer id,
boolean lock) |
PropertyDetail |
getPropertyDetailByProperty(Property property) |
PropertyDetail |
getPropertyDetailByRegNum(String regNum) |
PropertyDetail |
getPropertyDetailBySurveyNumber(String surveyNumber) |
PropertyDetail |
update(PropertyDetail propertyDetail) |
PropertyDetail getPropertyDetailByProperty(Property property)
PropertyDetail getPropertyDetailBySurveyNumber(String surveyNumber)
PropertyDetail getPropertyDetailByRegNum(String regNum)
PropertyDetail findById(Integer id, boolean lock)
List<PropertyDetail> findAll()
PropertyDetail create(PropertyDetail propertyDetail)
void delete(PropertyDetail propertyDetail)
PropertyDetail update(PropertyDetail propertyDetail)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.