org.kuali.kfs.module.bc.service.impl
Class BudgetConstructionAppointmentFundingReasonCodeServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.bc.service.impl.BudgetConstructionAppointmentFundingReasonCodeServiceImpl
All Implemented Interfaces:
BudgetConstructionAppointmentFundingReasonCodeService

public class BudgetConstructionAppointmentFundingReasonCodeServiceImpl
extends Object
implements BudgetConstructionAppointmentFundingReasonCodeService

implements the service methods defined in BudgetConstructionAppointmentFundingReasonCodeService


Constructor Summary
BudgetConstructionAppointmentFundingReasonCodeServiceImpl()
           
 
Method Summary
 BudgetConstructionAppointmentFundingReasonCode getByPrimaryId(String reasonCode)
          retrieve an Appointment Funding Reason Code object by its primary key - the reason 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

BudgetConstructionAppointmentFundingReasonCodeServiceImpl

public BudgetConstructionAppointmentFundingReasonCodeServiceImpl()
Method Detail

getByPrimaryId

public BudgetConstructionAppointmentFundingReasonCode getByPrimaryId(String reasonCode)
Description copied from interface: BudgetConstructionAppointmentFundingReasonCodeService
retrieve an Appointment Funding Reason Code object by its primary key - the reason code.

Specified by:
getByPrimaryId in interface BudgetConstructionAppointmentFundingReasonCodeService
Parameters:
reasonCode - the given reason code
Returns:
an Appointment Funding Reason Code object retrived by its primary key
See Also:
BudgetConstructionAppointmentFundingReasonCodeService.getByPrimaryId(java.lang.String)

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.