org.kuali.rice.krad.service.impl
Class DocumentAdHocServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.DocumentAdHocServiceImpl
- All Implemented Interfaces:
- DocumentAdHocService
public class DocumentAdHocServiceImpl
- extends Object
- implements DocumentAdHocService
Implementation for DocumentAdHocService
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataObjectService
protected DataObjectService dataObjectService
DocumentAdHocServiceImpl
public DocumentAdHocServiceImpl()
replaceAdHocsForDocument
public void replaceAdHocsForDocument(String documentNumber,
List<AdHocRouteRecipient> adHocRoutingRecipients)
- This method replaces the current ad-hoc recipients for a given document with the provided list.
- Specified by:
replaceAdHocsForDocument
in interface DocumentAdHocService
- Parameters:
documentNumber
- 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.
addAdHocs
public void addAdHocs(Document document)
- This method populates the given
Document
with the AdHocRoutePerson
s and AdHocRouteWorkgroup
s
that are associated with it.
- Specified by:
addAdHocs
in interface DocumentAdHocService
setDataObjectService
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.