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

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

public class AgreementStatusServiceImpl
extends Object
implements AgreementStatusService


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

AgreementStatusServiceImpl

public AgreementStatusServiceImpl()
Method Detail

getByPrimaryKey

public AgreementStatus getByPrimaryKey(String code)
Description copied from interface: AgreementStatusService
Gets a PurposeCode by primary key.

Specified by:
getByPrimaryKey in interface AgreementStatusService
Returns:
a PurposeCode
See Also:
PurposeCodeService.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.