org.kuali.rice.krms.impl.repository
Class RuleStudentInquiryViewHelperServiceImpl
java.lang.Object
  
org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      
org.kuali.rice.krad.inquiry.InquirableImpl
          
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, 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, buildExportTableData, buildExportTableRow, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getBusinessObjectService, getCommonContext, getConfigurationService, 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 | 
 
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:
 addCustomContainerComponents in class ViewHelperServiceImpl
 
- Parameters:
 view - view instance the container belongs tomodel - object containing the view datacontainer - container instance to add components to
 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.