public interface PropertyStatusDAO
| Modifier and Type | Method and Description |
|---|---|
PropertyStatus |
create(PropertyStatus propertyStatus) |
void |
delete(PropertyStatus propertyStatus) |
List<PropertyStatus> |
findAll() |
PropertyStatus |
findById(Integer id,
boolean lock) |
PropertyStatus |
getPropertyStatusByCode(String statusCode) |
PropertyStatus |
getPropertyStatusByName(String status) |
PropertyStatus |
update(PropertyStatus propertyStatus) |
PropertyStatus getPropertyStatusByName(String status)
PropertyStatus getPropertyStatusByCode(String statusCode)
PropertyStatus findById(Integer id, boolean lock)
List<PropertyStatus> findAll()
PropertyStatus create(PropertyStatus propertyStatus)
void delete(PropertyStatus propertyStatus)
PropertyStatus update(PropertyStatus propertyStatus)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.