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
TravelAccounts by term. |
List<TravelAccount> |
retrieveTravelAccountsByName(String name)
Returns a list of
TravelAccounts 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, setViewDictionaryServicepublic ComponentViewHelperServiceImpl()
public List<TravelAccount> retrieveTravelAccounts(String term)
TravelAccounts by term.retrieveTravelAccounts in interface ComponentViewHelperServiceterm - the TravelAccount numberTravelAccounts by termpublic List<TravelAccount> retrieveTravelAccountsBySubAcctAndTerm(String subAccount, String term)
retrieveTravelAccountsBySubAcctAndTerm in interface ComponentViewHelperServicesubAccount - the TravelAccount identifierterm - the TravelAccount numberTravelAccounts by subAccount and termpublic List<TravelAccount> retrieveTravelAccountsByName(String name)
TravelAccounts by name.retrieveTravelAccountsByName in interface ComponentViewHelperServicename - the TravelAccount nameTravelAccounts by nameCopyright © 2005–2016 The Kuali Foundation. All rights reserved.