| Package | Description |
|---|---|
| org.egov.commons | |
| org.egov.commons.dao | |
| org.egov.commons.formatters | |
| org.egov.commons.repository | |
| org.egov.commons.service | |
| org.egov.infstr.models |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
Vouchermis.getFunction() |
CFunction |
CFunction.getParentId() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vouchermis.setFunction(CFunction function) |
void |
CFunction.setParentId(CFunction parentId) |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
FunctionHibernateDAO.create(CFunction entity) |
CFunction |
FunctionDAO.create(CFunction entity) |
CFunction |
FunctionHibernateDAO.findById(Number id,
boolean lock) |
CFunction |
FunctionDAO.findById(Number id,
boolean lock) |
CFunction |
FunctionHibernateDAO.getFunctionByCode(String functionCode) |
CFunction |
FunctionDAO.getFunctionByCode(String functionCode) |
CFunction |
FunctionHibernateDAO.getFunctionById(Long Id) |
CFunction |
FunctionDAO.getFunctionById(Long Id) |
CFunction |
FunctionHibernateDAO.update(CFunction entity) |
CFunction |
FunctionDAO.update(CFunction entity) |
| Modifier and Type | Method and Description |
|---|---|
List<CFunction> |
FunctionHibernateDAO.findAll() |
List<CFunction> |
FunctionDAO.findAll() |
List<CFunction> |
FunctionDAO.getAllActiveFunctions() |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
FunctionHibernateDAO.create(CFunction entity) |
CFunction |
FunctionDAO.create(CFunction entity) |
void |
FunctionHibernateDAO.delete(CFunction entity) |
void |
FunctionDAO.delete(CFunction entity) |
CFunction |
FunctionHibernateDAO.update(CFunction entity) |
CFunction |
FunctionDAO.update(CFunction entity) |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
CFunctionFormatter.parse(String id,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
CFunctionFormatter.print(CFunction object,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
FunctionRepository.findByCode(String code) |
CFunction |
FunctionRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CFunction> |
FunctionRepository.findByCodeContainingIgnoreCase(String code) |
List<CFunction> |
FunctionRepository.findByIsNotLeaf(Boolean isNotLeaf) |
List<CFunction> |
FunctionRepository.findByNameContainingIgnoreCase(String name) |
List<CFunction> |
FunctionRepository.findByNameContainingIgnoreCaseAndCodeContainingIgnoreCase(String name,
String code) |
List<CFunction> |
FunctionRepository.findByNameContainingIgnoreCaseOrCodeContainingIgnoreCase(String name,
String code) |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
FunctionService.create(CFunction function) |
CFunction |
FunctionService.findByCode(String code) |
CFunction |
FunctionService.findByName(String name) |
CFunction |
FunctionService.findOne(Long id) |
CFunction |
FunctionService.update(CFunction function) |
| Modifier and Type | Method and Description |
|---|---|
List<CFunction> |
FunctionService.findAll() |
List<CFunction> |
FunctionService.findAllIsNotLeafTrue() |
List<CFunction> |
FunctionService.findByNameLikeOrCodeLike(String name) |
List<CFunction> |
FunctionService.search(CFunction function) |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
FunctionService.create(CFunction function) |
List<CFunction> |
FunctionService.search(CFunction function) |
CFunction |
FunctionService.update(CFunction function) |
| Modifier and Type | Method and Description |
|---|---|
CFunction |
ServiceDetails.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDetails.setFunction(CFunction function) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.