org.kuali.rice.krms.impl.repository
Class RuleStudentInquiryViewHelperServiceImpl
java.lang.Object
   org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
       org.kuali.rice.krad.inquiry.InquirableImpl
org.kuali.rice.krad.inquiry.InquirableImpl
           org.kuali.rice.krms.impl.repository.RuleStudentInquiryViewHelperServiceImpl
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
 
 
 
 
| Methods inherited from class org.kuali.rice.krad.inquiry.InquirableImpl | 
| buildInquirableLink, getAlternateKeysForClass, getBusinessObjectService, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getEncryptionService, getKualiModuleService, retrieveDataObject, retrieveKeySetFromMap, setDataObjectClass | 
 
| Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl | 
| addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getConfigurationService, getExpressionEvaluatorService, 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, retrieveEditModesAndActionFlags, runComponentModifiers, setConfigurationService, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponent | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RuleStudentInquiryViewHelperServiceImpl
public RuleStudentInquiryViewHelperServiceImpl()
addCustomContainerComponents
protected void addCustomContainerComponents(View view,
                                            Object 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
 
 
- 
- Overrides:
- addCustomContainerComponentsin class- ViewHelperServiceImpl
 
- 
- Parameters:
- view- - view instance the container belongs to
- model- - object containing the view data
- container- - container instance to add components to
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.