public interface PropertyTypeMasterDAO
| Modifier and Type | Method and Description |
|---|---|
PropertyTypeMaster |
create(PropertyTypeMaster propertyTypeMaster) |
void |
delete(PropertyTypeMaster propertyTypeMaster) |
List<PropertyTypeMaster> |
findAll() |
List<PropertyTypeMaster> |
findAllExcludeEWSHS() |
List<PropertyTypeMaster> |
findBuiltUpOwnerShipTypes() |
PropertyTypeMaster |
findById(Integer id,
boolean lock) |
PropertyTypeMaster |
getPropertyTypeMasterByCode(String code) |
PropertyTypeMaster |
getPropertyTypeMasterByName(String type) |
PropertyTypeMaster |
update(PropertyTypeMaster propertyTypeMaster) |
PropertyTypeMaster getPropertyTypeMasterByName(String type)
PropertyTypeMaster getPropertyTypeMasterByCode(String code)
PropertyTypeMaster findById(Integer id, boolean lock)
List<PropertyTypeMaster> findAll()
PropertyTypeMaster create(PropertyTypeMaster propertyTypeMaster)
void delete(PropertyTypeMaster propertyTypeMaster)
PropertyTypeMaster update(PropertyTypeMaster propertyTypeMaster)
List<PropertyTypeMaster> findAllExcludeEWSHS()
List<PropertyTypeMaster> findBuiltUpOwnerShipTypes()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.