org.kuali.rice.krms.impl.repository
Class RuleStudentInquiryViewHelperServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.rice.krad.inquiry.InquirableImpl
          extended by org.kuali.rice.krms.impl.repository.RuleStudentInquiryViewHelperServiceImpl
All Implemented Interfaces:
Serializable, Inquirable, ViewHelperService

public class RuleStudentInquiryViewHelperServiceImpl
extends InquirableImpl

This class is responsible for building the recursive components on the Rule Inquiry View.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
dataObjectClass, SUPER_CLASS_TRANSLATOR_LIST
 
Constructor Summary
RuleStudentInquiryViewHelperServiceImpl()
           
 
Method Summary
 void addCustomContainerComponents(ViewModel model, Container container)
          Hook for creating new components with code and adding them to a container
 
Methods inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
buildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getEncryptionService, getKualiModuleService, getLegacyDataAdapter, retrieveDataObject, retrieveKeySetFromMap, setDataObjectClass
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, getConfigurationService, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, 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, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleStudentInquiryViewHelperServiceImpl

public RuleStudentInquiryViewHelperServiceImpl()
Method Detail

addCustomContainerComponents

public void addCustomContainerComponents(ViewModel model,
                                         Container container)
Description copied from class: ViewHelperServiceImpl
Hook for creating new components with code and adding them to a container

Subclasses can override this method to check for one or more containers by id and then adding components created in code. This is invoked before the initialize method on the container component, so the full lifecycle will be run on the components returned.

New components instances can be retrieved using ComponentFactory

Specified by:
addCustomContainerComponents in interface ViewHelperService
Overrides:
addCustomContainerComponents in class ViewHelperServiceImpl
Parameters:
model - object containing the view data
container - container instance to add components to


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.