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