public interface OleAccountService
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
|
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) |
List<Account> getTemporaryRestrictedAccounts()
Account getAccountDetailsWithAccountNumber(String accountNumber)
accountNumber
- List<Account> getAllAccountDetails()
List<Account> getMatchingAccountDetails(Map<String,String> parameters)
parameters
- boolean shouldAccountRouteForApproval(String documentId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.