| Package | Description |
|---|---|
| org.egov.commons | |
| org.egov.commons.dao | |
| org.egov.commons.formatters | |
| org.egov.infstr.models |
| Modifier and Type | Method and Description |
|---|---|
Functionary |
Vouchermis.getFunctionary() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vouchermis.setFunctionary(Functionary functionary) |
| Modifier and Type | Method and Description |
|---|---|
Functionary |
FunctionaryDAO.create(Functionary entity) |
Functionary |
FunctionaryHibernateDAO.create(Functionary entity) |
Functionary |
FunctionaryDAO.findById(Number id,
boolean lock) |
Functionary |
FunctionaryHibernateDAO.findById(Number id,
boolean lock) |
Functionary |
FunctionaryDAO.functionaryById(Integer id) |
Functionary |
FunctionaryHibernateDAO.functionaryById(Integer id) |
Functionary |
FunctionaryHibernateDAO.getFunctionaryByCode(BigDecimal functionaryCode) |
Functionary |
FunctionaryHibernateDAO.getFunctionaryByName(String name) |
Functionary |
FunctionaryDAO.update(Functionary entity) |
Functionary |
FunctionaryHibernateDAO.update(Functionary entity) |
| Modifier and Type | Method and Description |
|---|---|
List<Functionary> |
FunctionaryDAO.findAll() |
List<Functionary> |
FunctionaryHibernateDAO.findAll() |
List<Functionary> |
FunctionaryDAO.findAllActiveFunctionary() |
| Modifier and Type | Method and Description |
|---|---|
Functionary |
FunctionaryDAO.create(Functionary entity) |
Functionary |
FunctionaryHibernateDAO.create(Functionary entity) |
void |
FunctionaryDAO.delete(Functionary entity) |
void |
FunctionaryHibernateDAO.delete(Functionary entity) |
Functionary |
FunctionaryDAO.update(Functionary entity) |
Functionary |
FunctionaryHibernateDAO.update(Functionary entity) |
| Modifier and Type | Method and Description |
|---|---|
Functionary |
FunctionaryFormatter.parse(String id,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
FunctionaryFormatter.print(Functionary object,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Functionary |
ServiceDetails.getFunctionary()
/**
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDetails.setFunctionary(Functionary functionary) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.