org.kuali.kfs.module.endow.document.service.impl
Class UseCriteriaCodeServiceImpl
java.lang.Object
org.kuali.kfs.module.endow.document.service.impl.UseCriteriaCodeServiceImpl
- All Implemented Interfaces:
- UseCriteriaCodeService
public class UseCriteriaCodeServiceImpl
- extends Object
- implements UseCriteriaCodeService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UseCriteriaCodeServiceImpl
public UseCriteriaCodeServiceImpl()
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.