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

All Known Implementing Classes:
SubcontractorServiceImpl

public interface SubcontractorService

Services for Subcontractors


Method Summary
 SubContractor getByPrimaryId(String subcontractorNumber)
          Finds a Subcontractor by subcontractor number.
 

Method Detail

getByPrimaryId

SubContractor getByPrimaryId(String subcontractorNumber)
Finds a Subcontractor by subcontractor number.

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


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