@Transactional(readOnly=true) public class BankAccountService extends org.egov.infstr.services.PersistenceService<Bankaccount,Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
BRANCH_ID |
static String |
PAYMENTVOUCHER_NAME_REMITTANCE |
static String |
PAYMENTVOUCHER_NAME_SALARY |
static String |
STANDARD_VOUCHER_TYPE_PAYMENT |
| Constructor and Description |
|---|
BankAccountService() |
BankAccountService(Class<Bankaccount> type) |
| Modifier and Type | Method and Description |
|---|---|
List<Bankaccount> |
getBankAccounts(Integer fundId,
Integer branchId,
Integer bankId,
String typeOfAccount) |
List<Bankaccount> |
getBankaccountsHasApprovedPayment(Integer fundId,
Integer branchId) |
List<Bankaccount> |
getBankaccountsWithAssignedCheques(Integer branchId,
String chequeType,
Date asOnDate) |
List<Bankaccount> |
getBankaccountsWithAssignedRTGS(Integer branchId,
Date asOnDate) |
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSearchSession, getSession, getType, indexEntity, load, merge, persist, search, search, update, validate, validateModelpublic static final String STANDARD_VOUCHER_TYPE_PAYMENT
public static final String PAYMENTVOUCHER_NAME_REMITTANCE
public static final String PAYMENTVOUCHER_NAME_SALARY
public static final String BRANCH_ID
public BankAccountService()
public BankAccountService(Class<Bankaccount> type)
public List<Bankaccount> getBankaccountsHasApprovedPayment(Integer fundId, Integer branchId)
public List<Bankaccount> getBankaccountsWithAssignedCheques(Integer branchId, String chequeType, Date asOnDate)
public List<Bankaccount> getBankaccountsWithAssignedRTGS(Integer branchId, Date asOnDate)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.