public class ComponentViewHelperServiceImpl extends ViewHelperServiceImpl implements ComponentViewHelperService
ComponentViewHelperService
.Constructor and Description |
---|
ComponentViewHelperServiceImpl() |
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)
|
addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, containsDuplicateLine, extractNewValuesAndAssign, extractSingleValue, filterByReturnedFieldConversions, getConfigurationService, getDataDictionaryService, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, getLegacyDataAdapter, getViewDictionaryService, isDuplicateLine, linkAddedLine, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setDataObjectService, setElementContext, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryService
public ComponentViewHelperServiceImpl()
public List<TravelAccount> retrieveTravelAccounts(String term)
TravelAccount
s by term
.retrieveTravelAccounts
in interface ComponentViewHelperService
term
- the TravelAccount
numberTravelAccount
s by term
public List<TravelAccount> retrieveTravelAccountsBySubAcctAndTerm(String subAccount, String term)
retrieveTravelAccountsBySubAcctAndTerm
in interface ComponentViewHelperService
subAccount
- the TravelAccount
identifierterm
- the TravelAccount
numberTravelAccount
s by subAccount
and term
public List<TravelAccount> retrieveTravelAccountsByName(String name)
TravelAccount
s by name
.retrieveTravelAccountsByName
in interface ComponentViewHelperService
name
- the TravelAccount
nameTravelAccount
s by name
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.