org.kuali.rice.krad.service.impl
Class DocumentAdHocServiceImpl

java.lang.Object
  extended by 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)

Constructor Summary
DocumentAdHocServiceImpl()
           
 
Method Summary
 void addAdHocs(Document document)
          This method populates the given Document with the AdHocRoutePersons and AdHocRouteWorkgroups that are associated with it.
protected  BusinessObjectService getBusinessObjectService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentAdHocServiceImpl

public DocumentAdHocServiceImpl()
Method Detail

addAdHocs

public void addAdHocs(Document document)
This method populates the given Document with the AdHocRoutePersons and AdHocRouteWorkgroups that are associated with it.

Specified by:
addAdHocs in interface DocumentAdHocService

getBusinessObjectService

protected BusinessObjectService getBusinessObjectService()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.