org.kuali.rice.krad.demo.uif.components
Class ComponentViewHelperServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.rice.krad.demo.uif.components.ComponentViewHelperServiceImpl
All Implemented Interfaces:
Serializable, ViewHelperService

public class ComponentViewHelperServiceImpl
extends ViewHelperServiceImpl

See Also:
Serialized Form

Constructor Summary
ComponentViewHelperServiceImpl()
           
 
Method Summary
 List<TravelAccount> retrieveTravelAccounts(String term)
           
 List<TravelAccount> retrieveTravelAccountsBySubAcct(String subAccount)
           
 List<TravelAccount> retrieveTravelAccountsBySubAcct(String subAccount, String term)
           
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildExportTableData, buildExportTableRow, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getBusinessObjectService, getCommonContext, getConfigurationService, getDataDictionaryService, getExportTableFormatOptions, getExpressionEvaluator, getPersistenceService, getPersistenceStructureService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReferences, retrieveEditModesAndActionFlags, runComponentModifiers, setBusinessObjectService, setConfigurationService, setDataDictionaryService, setExpressionEvaluator, setPersistenceService, setPersistenceStructureService, setViewContext, setViewDictionaryService, spawnSubLifecyle, syncClientSideStateForComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentViewHelperServiceImpl

public ComponentViewHelperServiceImpl()
Method Detail

retrieveTravelAccounts

public List<TravelAccount> retrieveTravelAccounts(String term)

retrieveTravelAccountsBySubAcct

public List<TravelAccount> retrieveTravelAccountsBySubAcct(String subAccount,
                                                           String term)

retrieveTravelAccountsBySubAcct

public List<TravelAccount> retrieveTravelAccountsBySubAcct(String subAccount)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.