public interface PropertyCreationReasonsDAO
| Modifier and Type | Method and Description |
|---|---|
PropertyCreationReason |
create(PropertyCreationReason propertyCreationReason) |
void |
delete(PropertyCreationReason propertyCreationReason) |
List<PropertyCreationReason> |
findAll() |
PropertyCreationReason |
findById(Integer id,
boolean lock) |
PropertyCreationReason |
update(PropertyCreationReason propertyCreationReason) |
PropertyCreationReason findById(Integer id, boolean lock)
List<PropertyCreationReason> findAll()
PropertyCreationReason create(PropertyCreationReason propertyCreationReason)
void delete(PropertyCreationReason propertyCreationReason)
PropertyCreationReason update(PropertyCreationReason propertyCreationReason)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.