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

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

public class EndowmentTransactionCodeServiceImpl
extends Object
implements EndowmentTransactionCodeService

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


Constructor Summary
EndowmentTransactionCodeServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService.
 EndowmentTransactionCode getByPrimaryKey(String eTranCode)
          This method gets an endowment transaction by the primary key: endowment transaction code
 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

EndowmentTransactionCodeServiceImpl

public EndowmentTransactionCodeServiceImpl()
Method Detail

getByPrimaryKey

public EndowmentTransactionCode getByPrimaryKey(String eTranCode)
Description copied from interface: EndowmentTransactionCodeService
This method gets an endowment transaction by the primary key: endowment transaction code

Specified by:
getByPrimaryKey in interface EndowmentTransactionCodeService
Returns:
the endowment transaction
See Also:
EndowmentTransactionCodeService.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.