public interface FunctionDAO
| Modifier and Type | Method and Description |
|---|---|
CFunction |
create(CFunction entity) |
void |
delete(CFunction entity) |
List<CFunction> |
findAll() |
CFunction |
findById(Number id,
boolean lock) |
List<CFunction> |
getAllActiveFunctions() |
CFunction |
getFunctionByCode(String functionCode) |
CFunction |
getFunctionById(Long Id) |
CFunction |
update(CFunction entity) |
void delete(CFunction entity)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.