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