org.kuali.rice.krad.uif.service.impl
Class DocumentViewHelperServiceImpl
java.lang.Object
   org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
       org.kuali.rice.krad.uif.service.impl.DocumentViewHelperServiceImpl
org.kuali.rice.krad.uif.service.impl.DocumentViewHelperServiceImpl
- All Implemented Interfaces: 
- Serializable, ViewHelperService
- public class DocumentViewHelperServiceImpl 
- extends ViewHelperServiceImpl
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
| Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl | 
| addCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getConfigurationService, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, 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 | 
 
DocumentViewHelperServiceImpl
public DocumentViewHelperServiceImpl()
performAddLineValidation
protected boolean performAddLineValidation(View view,
                                           CollectionGroup collectionGroup,
                                           Object model,
                                           Object addLine)
- Performs validation on the new collection line before it is added to the
 corresponding collection
 
- 
- Overrides:
- performAddLineValidationin class- ViewHelperServiceImpl
 
- 
- Parameters:
- view- - view instance that the action was taken on
- collectionGroup- - collection group component for the collection
- addLine- - new line instance to validate
- model- - object instance that contains the views data
- Returns:
- boolean true if the line is valid and it should be added to the
         collection, false if it was not valid and should not be added to
         the collection
 
getKualiRuleService
protected KualiRuleService getKualiRuleService()
- Gets the Kuali rule service
 
- 
- Returns:
- KualiRuleService Kuali rule service
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.