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
View helper extension for document views.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KualiRuleServiceRetrieves an instance of the rule service.protected booleanperformAddLineValidation(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, containsDuplicateLine, extractNewValuesAndAssign, extractSingleValue, filterByReturnedFieldConversions, getConfigurationService, getCurrentPersonContactId, getDataDictionaryService, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, getLegacyDataAdapter, getViewDictionaryService, isDuplicateLine, linkAddedLine, logAndThrowRuntime, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setDataObjectService, setElementContext, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryService
-
Constructor Details
-
DocumentViewHelperServiceImpl
public DocumentViewHelperServiceImpl()
-
-
Method Details
-
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:
performAddLineValidationin classViewHelperServiceImpl- Parameters:
model- object instance that contains the views dataaddLine- new line instance to validatecollectionId- the id of the collection being added tocollectionPath- the path to the collection being modified- 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
Retrieves an instance of the rule service.- Returns:
- Kuali rule service
-