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