public class OleAccountServiceImpl extends Object implements OleAccountService
| Constructor and Description |
|---|
OleAccountServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccountDetailsWithAccountNumber(String accountNumber)
This method takes account number as parameter and return account details of that account number
|
List<Account> |
getAllAccountDetails()
This method returns the list of accounts exists in database
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
List<Account> |
getMatchingAccountDetails(Map<String,String> parameters)
This method takes map as a parameter consists account details and returns matching accounts
|
List<Account> |
getTemporaryRestrictedAccounts()
This method returns list of temporary Restricted accounts
|
boolean |
shouldAccountRouteForApproval(String documentId) |
public OleAccountServiceImpl()
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public List<Account> getTemporaryRestrictedAccounts()
OleAccountServicegetTemporaryRestrictedAccounts in interface OleAccountServiceOleAccountService.getTemporaryRestrictedAccounts()public Account getAccountDetailsWithAccountNumber(String accountNumber)
OleAccountServicegetAccountDetailsWithAccountNumber in interface OleAccountServiceOleAccountService.getAccountDetailsWithAccountNumber(java.lang.String)public List<Account> getAllAccountDetails()
OleAccountServicegetAllAccountDetails in interface OleAccountServiceOleAccountService.getAllAccountDetails()public List<Account> getMatchingAccountDetails(Map<String,String> parameters)
OleAccountServicegetMatchingAccountDetails in interface OleAccountServiceOleAccountService.getMatchingAccountDetails(java.util.Map)public boolean shouldAccountRouteForApproval(String documentId)
shouldAccountRouteForApproval in interface OleAccountServiceVendorService.shouldVendorRouteForApproval(java.lang.String)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.