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()
          Gets the Kuali rule service
protected  boolean performAddLineValidation(ViewModel model, Object addLine, String collectionId, String collectionPath)
          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
addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, getConfigurationService, getDataDictionaryService, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, getLegacyDataAdapter, getViewDictionaryService, linkAddedLine, logAndThrowRuntime, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setDataObjectService, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryService
 
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(ViewModel model,
                                           Object addLine,
                                           String collectionId,
                                           String collectionPath)
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:
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:
Kuali rule service


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