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