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

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

public class UseCriteriaCodeServiceImpl
extends Object
implements UseCriteriaCodeService


Constructor Summary
UseCriteriaCodeServiceImpl()
           
 
Method Summary
 org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
          Gets the businessObjectService attribute.
 UseCriteriaCode getByPrimaryKey(String code)
          Gets UseCriteriaCode using the primary key (code)
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseCriteriaCodeServiceImpl

public UseCriteriaCodeServiceImpl()
Method Detail

getByPrimaryKey

public UseCriteriaCode getByPrimaryKey(String code)
Description copied from interface: UseCriteriaCodeService
Gets UseCriteriaCode using the primary key (code)

Specified by:
getByPrimaryKey in interface UseCriteriaCodeService
Returns:
UseCriteriaCode
See Also:
UseCriteriaCodeService.getByPrimaryKey(java.lang.String)

getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
Gets the businessObjectService attribute.

Returns:
Returns the businessObjectService.

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.

Parameters:
businessObjectService - The businessObjectService to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.