org.kuali.kfs.module.bc.service
Interface BudgetConstructionAppointmentFundingReasonCodeService

All Known Implementing Classes:
BudgetConstructionAppointmentFundingReasonCodeServiceImpl

public interface BudgetConstructionAppointmentFundingReasonCodeService

define the service methods that are related to budget construction appointment funding reason code

See Also:
BudgetConstructionAppointmentFundingReasonCode

Method Summary
 BudgetConstructionAppointmentFundingReasonCode getByPrimaryId(String reasonCode)
          retrieve an Appointment Funding Reason Code object by its primary key - the reason code.
 

Method Detail

getByPrimaryId

BudgetConstructionAppointmentFundingReasonCode getByPrimaryId(String reasonCode)
retrieve an Appointment Funding Reason Code object by its primary key - the reason code.

Parameters:
reasonCode - the given reason code
Returns:
an Appointment Funding Reason Code object retrived by its primary key


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