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.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, 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 |
DocumentViewHelperServiceImpl
public DocumentViewHelperServiceImpl()
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 oncollectionGroup
- collection group component for the collectionaddLine
- new line instance to validatemodel
- 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.