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
View helper extension for document views.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • 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:
      performAddLineValidation in class ViewHelperServiceImpl
      Parameters:
      model - object instance that contains the views data
      addLine - new line instance to validate
      collectionId - the id of the collection being added to
      collectionPath - 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

      protected KualiRuleService getKualiRuleService()
      Retrieves an instance of the rule service.
      Returns:
      Kuali rule service