public interface ComponentViewHelperService
TravelAccount
s.Modifier and Type | Method and Description |
---|---|
List<TravelAccount> |
retrieveTravelAccounts(String term)
Returns a list of
TravelAccount s by term . |
List<TravelAccount> |
retrieveTravelAccountsByName(String name)
Returns a list of
TravelAccount s by name . |
List<TravelAccount> |
retrieveTravelAccountsBySubAcctAndTerm(String subAccount,
String term)
|
List<TravelAccount> retrieveTravelAccounts(String term)
TravelAccount
s by term
.term
- the TravelAccount
numberTravelAccount
s by term
List<TravelAccount> retrieveTravelAccountsBySubAcctAndTerm(String subAccount, String term)
subAccount
- the TravelAccount
identifierterm
- the TravelAccount
numberTravelAccount
s by subAccount
and term
List<TravelAccount> retrieveTravelAccountsByName(String name)
TravelAccount
s by name
.name
- the TravelAccount
nameTravelAccount
s by name
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.