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

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

public class CashSweepModelServiceImpl
extends Object
implements CashSweepModelService

This class is the service implementation for the CashSweepModelService. This is the default, Kuali provided implementation.


Constructor Summary
CashSweepModelServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          This method gets the businessObjectService.
 CashSweepModel getByPrimaryKey(Integer cashSweepModelID)
          Gets a cashSweepModel model id by primary key.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          This method sets the businessObjectService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CashSweepModelServiceImpl

public CashSweepModelServiceImpl()
Method Detail

getByPrimaryKey

public CashSweepModel getByPrimaryKey(Integer cashSweepModelID)
Description copied from interface: CashSweepModelService
Gets a cashSweepModel model id by primary key.

Specified by:
getByPrimaryKey in interface CashSweepModelService
Returns:
a cashSweepModel
See Also:
org.kuali.kfs.module.endow.document.service.CashSweepModelService#getByPrimaryKey(java.lang.String)

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
This method gets the businessObjectService.

Returns:
businessObjectService

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService

Parameters:
businessObjectService -


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