public interface ComponentViewHelperService
TravelAccounts.| Modifier and Type | Method and Description | 
|---|---|
| List<TravelAccount> | retrieveTravelAccounts(String term)Returns a list of  TravelAccounts byterm. | 
| List<TravelAccount> | retrieveTravelAccountsByName(String name)Returns a list of  TravelAccounts byname. | 
| List<TravelAccount> | retrieveTravelAccountsBySubAcctAndTerm(String subAccount,
                                                                            String term) | 
List<TravelAccount> retrieveTravelAccounts(String term)
TravelAccounts by term.term - the TravelAccount numberTravelAccounts by termList<TravelAccount> retrieveTravelAccountsBySubAcctAndTerm(String subAccount, String term)
subAccount - the TravelAccount identifierterm - the TravelAccount numberTravelAccounts by subAccount and termList<TravelAccount> retrieveTravelAccountsByName(String name)
TravelAccounts by name.name - the TravelAccount nameTravelAccounts by nameCopyright © 2005–2016 The Kuali Foundation. All rights reserved.