org.kuali.rice.krad.demo.uif.components
Class ComponentViewHelperServiceImpl
java.lang.Object
org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.demo.uif.components.ComponentViewHelperServiceImpl
- All Implemented Interfaces:
- Serializable, ViewHelperService
public class ComponentViewHelperServiceImpl
- extends ViewHelperServiceImpl
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl |
addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, getConfigurationService, getDataDictionaryService, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, getLegacyDataAdapter, getViewDictionaryService, linkAddedLine, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setDataObjectService, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentViewHelperServiceImpl
public ComponentViewHelperServiceImpl()
retrieveTravelAccounts
public List<TravelAccount> retrieveTravelAccounts(String term)
retrieveTravelAccountsBySubAcctAndTerm
public List<TravelAccount> retrieveTravelAccountsBySubAcctAndTerm(String subAccount,
String term)
retrieveTravelAccountsByName
public List<TravelAccount> retrieveTravelAccountsByName(String name)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.