| Modifier and Type | Method and Description |
|---|---|
TravelAccount |
TravelSubAccount.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
TravelSubAccount.setAccount(TravelAccount account) |
| Modifier and Type | Method and Description |
|---|---|
List<TravelAccount> |
ComponentViewHelperServiceImpl.retrieveTravelAccounts(String term)
Returns a list of
TravelAccounts by term. |
List<TravelAccount> |
ComponentViewHelperService.retrieveTravelAccounts(String term)
Returns a list of
TravelAccounts by term. |
List<TravelAccount> |
ComponentViewHelperServiceImpl.retrieveTravelAccountsByName(String name)
Returns a list of
TravelAccounts by name. |
List<TravelAccount> |
ComponentViewHelperService.retrieveTravelAccountsByName(String name)
Returns a list of
TravelAccounts by name. |
List<TravelAccount> |
ComponentViewHelperServiceImpl.retrieveTravelAccountsBySubAcctAndTerm(String subAccount,
String term)
|
List<TravelAccount> |
ComponentViewHelperService.retrieveTravelAccountsBySubAcctAndTerm(String subAccount,
String term)
|
| Modifier and Type | Method and Description |
|---|---|
TravelAccount |
UITestForm.getTravelAccount1() |
TravelAccount |
UITestForm.getTravelAccount2() |
TravelAccount |
UITestForm.getTravelAccount3() |
TravelAccount |
UITestForm.getTravelAccount4() |
| Modifier and Type | Method and Description |
|---|---|
List<TravelAccount> |
KradSampleAppForm.getTravelAccounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
UITestForm.setTravelAccount1(TravelAccount travelAccount1) |
void |
UITestForm.setTravelAccount2(TravelAccount travelAccount2) |
void |
UITestForm.setTravelAccount3(TravelAccount travelAccount3) |
void |
UITestForm.setTravelAccount4(TravelAccount travelAccount4) |
| Modifier and Type | Method and Description |
|---|---|
void |
KradSampleAppForm.setTravelAccounts(List<TravelAccount> travelAccounts) |
| Modifier and Type | Method and Description |
|---|---|
List<TravelAccount> |
TestSuggestServiceImpl.retrieveTravelAccounts(String term) |
List<TravelAccount> |
TestAttributeQueryServiceImpl.retrieveTravelAccountsByNumber(String number)
Retrieves travel accounts by travel account number
|
| Modifier and Type | Method and Description |
|---|---|
List<TravelAccount> |
TravelAccountCollectionsForm.getTravelAccountList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TravelAccountCollectionsForm.setTravelAccountList(List<TravelAccount> list) |
| Modifier and Type | Method and Description |
|---|---|
List<TravelAccount> |
UIfComponentsViewHelperServiceImpl.retrieveTravelAccounts(String term) |
List<TravelAccount> |
UIfComponentsViewHelperServiceImpl.retrieveTravelAccountsBySubAcctAndTerm(String subAccount,
String term) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.