@Service @Transactional(readOnly=true) public class FunctionService extends Object
| Constructor and Description |
|---|
FunctionService(FunctionRepository functionRepository) |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
create(CFunction function) |
List<CFunction> |
findAll() |
List<CFunction> |
findAllIsNotLeafTrue() |
CFunction |
findByCode(String code) |
CFunction |
findByName(String name) |
List<CFunction> |
findByNameLikeOrCodeLike(String name) |
CFunction |
findOne(Long id) |
List<CFunction> |
search(CFunction function) |
CFunction |
update(CFunction function) |
@Autowired public FunctionService(FunctionRepository functionRepository)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.