| Package | Description |
|---|---|
| org.egov.commons | |
| org.egov.commons.dao | |
| org.egov.commons.repository | |
| org.egov.commons.service | |
| org.egov.infstr.models |
| Modifier and Type | Method and Description |
|---|---|
Fundsource |
Fundsource.getFundsource() |
Fundsource |
Vouchermis.getFundsource() |
Fundsource |
SharedFundSource.getFundSourceId() |
| Modifier and Type | Method and Description |
|---|---|
void |
Fundsource.setFundsource(Fundsource fundsource) |
void |
Vouchermis.setFundsource(Fundsource fundsource) |
void |
SharedFundSource.setFundSourceId(Fundsource fundSourceId) |
| Modifier and Type | Method and Description |
|---|---|
Fundsource |
FundSourceHibernateDAO.create(Fundsource entity) |
Fundsource |
FundSourceHibernateDAO.findById(Number id,
boolean lock) |
Fundsource |
FundSourceHibernateDAO.fundsourceById(Integer id) |
Fundsource |
FundSourceHibernateDAO.getFundSourceByCode(String code) |
Fundsource |
FundSourceHibernateDAO.update(Fundsource entity) |
| Modifier and Type | Method and Description |
|---|---|
List<Fundsource> |
FundSourceHibernateDAO.findAll() |
List<Fundsource> |
FundSourceHibernateDAO.findAllActiveIsLeafFundSources() |
| Modifier and Type | Method and Description |
|---|---|
Fundsource |
FundSourceHibernateDAO.create(Fundsource entity) |
void |
FundSourceHibernateDAO.delete(Fundsource entity) |
Fundsource |
FundSourceHibernateDAO.update(Fundsource entity) |
| Modifier and Type | Method and Description |
|---|---|
Fundsource |
FundsourceRepository.findByCode(String code) |
Fundsource |
FundsourceRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Fundsource |
FundsourceService.create(Fundsource fundsource) |
Fundsource |
FundsourceService.findByCode(String code) |
Fundsource |
FundsourceService.findByName(String name) |
Fundsource |
FundsourceService.findOne(Long id) |
Fundsource |
FundsourceService.update(Fundsource fundsource) |
| Modifier and Type | Method and Description |
|---|---|
List<Fundsource> |
FundsourceService.findAll() |
List<Fundsource> |
FundsourceService.getBySubSchemeId(Integer subSchemeId) |
List<Fundsource> |
FundsourceService.search(Fundsource fundsource) |
| Modifier and Type | Method and Description |
|---|---|
Fundsource |
FundsourceService.create(Fundsource fundsource) |
List<Fundsource> |
FundsourceService.search(Fundsource fundsource) |
Fundsource |
FundsourceService.update(Fundsource fundsource) |
| Modifier and Type | Method and Description |
|---|---|
Fundsource |
ServiceDetails.getFundSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDetails.setFundSource(Fundsource fundSource) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.