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

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

public class ClassCodeServiceImpl
extends Object
implements ClassCodeService


Field Summary
protected  org.kuali.rice.kns.service.BusinessObjectService businessObjectService
           
 
Constructor Summary
ClassCodeServiceImpl()
           
 
Method Summary
protected  org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService.
 ClassCode getByPrimaryKey(String code)
          Gets a class code by primary key.
 Collection<ClassCode> getClassCodesForAccrualProcessing()
          Gets all class codes with accrual method: Automated Cash Management, Time Deposits, Treasury Notes and Bonds, Dividends
 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
 

Field Detail

businessObjectService

protected org.kuali.rice.kns.service.BusinessObjectService businessObjectService
Constructor Detail

ClassCodeServiceImpl

public ClassCodeServiceImpl()
Method Detail

getByPrimaryKey

public ClassCode getByPrimaryKey(String code)
Description copied from interface: ClassCodeService
Gets a class code by primary key.

Specified by:
getByPrimaryKey in interface ClassCodeService
Returns:
a Class Code
See Also:
ClassCodeService.getByPrimaryKey(java.lang.String)

getClassCodesForAccrualProcessing

public Collection<ClassCode> getClassCodesForAccrualProcessing()
Description copied from interface: ClassCodeService
Gets all class codes with accrual method: Automated Cash Management, Time Deposits, Treasury Notes and Bonds, Dividends

Specified by:
getClassCodesForAccrualProcessing in interface ClassCodeService
See Also:
ClassCodeService.getClassCodesForAccrualProcessing()

getBusinessObjectService

protected 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.