public class DocumentAdHocServiceImpl extends Object implements DocumentAdHocService
DocumentAdHocService| Modifier and Type | Field and Description |
|---|---|
protected DataObjectService |
dataObjectService |
| Constructor and Description |
|---|
DocumentAdHocServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdHocs(Document document)
This method populates the given
Document with the AdHocRoutePersons and AdHocRouteWorkgroups
that are associated with it. |
void |
replaceAdHocsForDocument(String documentNumber,
List<AdHocRouteRecipient> adHocRoutingRecipients)
This method replaces the current ad-hoc recipients for a given document with the provided list.
|
void |
setDataObjectService(DataObjectService dataObjectService) |
protected DataObjectService dataObjectService
public DocumentAdHocServiceImpl()
public void replaceAdHocsForDocument(String documentNumber, List<AdHocRouteRecipient> adHocRoutingRecipients)
replaceAdHocsForDocument in interface DocumentAdHocServicedocumentNumber - Document Number to which to attach the route log recipients. All existing stored ad-hoc recipients will be deleted.adHocRoutingRecipients - New list of ad-hoc recipients (Persons and Workgroups) which will be attached to the document.public void addAdHocs(Document document)
Document with the AdHocRoutePersons and AdHocRouteWorkgroups
that are associated with it.addAdHocs in interface DocumentAdHocServicepublic void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.