org.kuali.kfs.module.endow.document.service.impl
Class DonorServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.document.service.impl.DonorServiceImpl
All Implemented Interfaces:
DonorService

public class DonorServiceImpl
extends Object
implements DonorService


Constructor Summary
DonorServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService.
 Donor getByPrimaryKey(String donorId)
          Gets a Donor by primary key.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DonorServiceImpl

public DonorServiceImpl()
Method Detail

getByPrimaryKey

public Donor getByPrimaryKey(String donorId)
Description copied from interface: DonorService
Gets a Donor by primary key.

Specified by:
getByPrimaryKey in interface DonorService
Returns:
a Donor
See Also:
DonorService.getByPrimaryKey(java.lang.String)

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
Gets the businessObjectService.

Returns:
businessObjectService

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService.

Parameters:
businessObjectService -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.