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

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

public class AutomatedCashInvestmentModelServiceImpl
extends Object
implements AutomatedCashInvestmentModelService

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


Constructor Summary
AutomatedCashInvestmentModelServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          This method gets the businessObjectService.
 AutomatedCashInvestmentModel getByPrimaryKey(Integer aciModelID)
          Gets a automatedCashInvestmentModel 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

AutomatedCashInvestmentModelServiceImpl

public AutomatedCashInvestmentModelServiceImpl()
Method Detail

getByPrimaryKey

public AutomatedCashInvestmentModel getByPrimaryKey(Integer aciModelID)
Description copied from interface: AutomatedCashInvestmentModelService
Gets a automatedCashInvestmentModel model id by primary key.

Specified by:
getByPrimaryKey in interface AutomatedCashInvestmentModelService
Returns:
a automatedCashInvestmentModel
See Also:
AutomatedCashInvestmentModelService.getByPrimaryKey(java.lang.Integer)

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.