| Package | Description |
|---|---|
| org.egov.commons | |
| org.egov.commons.dao | |
| org.egov.commons.entity | |
| org.egov.commons.service |
| Modifier and Type | Method and Description |
|---|---|
Bankaccount |
Bankreconciliation.getBankaccount() |
Bankaccount |
EgSurrenderedCheques.getBankaccount() |
Bankaccount |
Fundsource.getBankAccountId() |
| Modifier and Type | Method and Description |
|---|---|
Set<Bankaccount> |
Bankbranch.getBankaccounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bankreconciliation.setBankaccount(Bankaccount bankaccount) |
void |
EgSurrenderedCheques.setBankaccount(Bankaccount bankaccount) |
void |
Fundsource.setBankAccountId(Bankaccount bankAccountId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bankbranch.setBankaccounts(Set<Bankaccount> bankaccounts) |
| Constructor and Description |
|---|
EgSurrenderedCheques(Bankaccount bankaccount,
String chequenumber,
Date chequedate,
CVoucherHeader voucherheader,
Date lastmodifieddate) |
| Modifier and Type | Method and Description |
|---|---|
Bankaccount |
BankaccountHibernateDAO.create(Bankaccount entity) |
Bankaccount |
BankaccountHibernateDAO.findById(Number id,
boolean lock) |
Bankaccount |
BankaccountHibernateDAO.getBankAccountByAccBranchBank(String bankAccNum,
String bankBranchCode,
String bankCode)
This method will return the BankAccount object based on matching
bankcode,branchcode,bankaccountanumber
|
Bankaccount |
BankaccountDAO.getBankaccountById(int bankaccount) |
Bankaccount |
BankaccountHibernateDAO.update(Bankaccount entity) |
| Modifier and Type | Method and Description |
|---|---|
List<Bankaccount> |
BankaccountHibernateDAO.findAll() |
List<Bankaccount> |
BankaccountHibernateDAO.getAllBankAccounts() |
List<Bankaccount> |
BankaccountHibernateDAO.getBankAccountByBankBranch(Integer bankBranchId)
This method will return List of BankAccounts object based on matching
bankBranchId
|
List<Bankaccount> |
BankaccountHibernateDAO.getBankAccountByBankBranchForReceiptsPayments(Integer bankBranchId,
Integer fundId) |
| Modifier and Type | Method and Description |
|---|---|
Bankaccount |
BankaccountHibernateDAO.create(Bankaccount entity) |
void |
BankaccountDAO.createBankaccount(Bankaccount bankaccount) |
void |
BankaccountHibernateDAO.delete(Bankaccount entity) |
void |
BankaccountDAO.removeBankaccount(Bankaccount bankaccount) |
Bankaccount |
BankaccountHibernateDAO.update(Bankaccount entity) |
void |
BankaccountDAO.updateBankaccount(Bankaccount bankaccount) |
| Modifier and Type | Method and Description |
|---|---|
Bankaccount |
BankAccountServiceMap.getBankAccountId() |
| Modifier and Type | Method and Description |
|---|---|
void |
BankAccountServiceMap.setBankAccountId(Bankaccount bankAccountId) |
| Modifier and Type | Method and Description |
|---|---|
List<Bankaccount> |
BankAccountService.getBankAccounts(Integer fundId,
Integer branchId,
Integer bankId,
String typeOfAccount) |
List<Bankaccount> |
BankAccountService.getBankAccountsBranchId(Integer bankBranchId,
Integer fundId,
String[] accountType) |
List<Bankaccount> |
BankAccountService.getBankaccountsHasApprovedPayment(Integer fundId,
Integer branchId) |
List<Bankaccount> |
BankAccountService.getBankaccountsWithAssignedCheques(Integer branchId,
String chequeType,
Date asOnDate) |
List<Bankaccount> |
BankAccountService.getBankaccountsWithAssignedRTGS(Integer branchId,
Date asOnDate) |
| Constructor and Description |
|---|
BankAccountService(Class<Bankaccount> type) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.