Interface DocumentAdHocService


public interface DocumentAdHocService
This service populates Documents with AdHocRoutePersons and AdHocRouteWorkgroups
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method populates the given Document with the AdHocRoutePersons and AdHocRouteWorkgroups that are associated with it.
    void
    This method replaces the current ad-hoc recipients for a given document.
  • Method Details

    • addAdHocs

      void addAdHocs(Document doc)
      This method populates the given Document with the AdHocRoutePersons and AdHocRouteWorkgroups that are associated with it.
    • replaceAdHocsForDocument

      void replaceAdHocsForDocument(Document doc)
      This method replaces the current ad-hoc recipients for a given document.