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 |
addClientSideStateForComponent, addCustomContainerComponents, addLine, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, 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:
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:
- 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-2013 The Kuali Foundation. All Rights Reserved.