org.kuali.kfs.module.cg.service
Interface AgencyService

All Known Implementing Classes:
AgencyServiceImpl

public interface AgencyService

Services for Agency


Method Summary
 Agency getByPrimaryId(String agencyNumber)
          Finds a Agency by agency number.
 

Method Detail

getByPrimaryId

Agency getByPrimaryId(String agencyNumber)
Finds a Agency by agency number.

Parameters:
agencyNumber - the primary key of the Agency to get
Returns:
the corresponding Agency, or null if none


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