org.kuali.rice.krad.uif.service.impl
Class DocumentViewHelperServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by 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

Constructor Summary
DocumentViewHelperServiceImpl()
           
 
Method Summary
protected  KualiRuleService getKualiRuleService()
           
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
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addClientSideStateForComponent, addCustomContainerComponents, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildInquiryLink, findNestedDictionaryAttribute, getCommonContext, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeAuthorizerPresentationController, invokeMethodFinalizer, logAndThrowRuntime, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentViewHelperServiceImpl

public DocumentViewHelperServiceImpl()
Method Detail

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:
performAddLineValidation in 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()


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