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