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

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

public class CAECodeServiceImpl
extends Object
implements CAECodeService


Constructor Summary
CAECodeServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService.
 CAECode getByPrimaryKey(String code)
          Gets a CAECode 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

CAECodeServiceImpl

public CAECodeServiceImpl()
Method Detail

getByPrimaryKey

public CAECode getByPrimaryKey(String code)
Description copied from interface: CAECodeService
Gets a CAECode by primary key.

Specified by:
getByPrimaryKey in interface CAECodeService
Returns:
a CAECode
See Also:
CAECodeService.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.