org.kuali.kfs.module.cg.service.impl
Class SubcontractorServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.cg.service.impl.SubcontractorServiceImpl
All Implemented Interfaces:
SubcontractorService

public class SubcontractorServiceImpl
extends Object
implements SubcontractorService

Implementation of the Subcontractor service.


Constructor Summary
SubcontractorServiceImpl()
           
 
Method Summary
 SubContractor getByPrimaryId(String subcontractorNumber)
          Finds a Subcontractor by subcontractor number.
protected  Map<String,Object> mapPrimaryKeys(String subcontractorNumber)
           
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubcontractorServiceImpl

public SubcontractorServiceImpl()
Method Detail

getByPrimaryId

public SubContractor getByPrimaryId(String subcontractorNumber)
Description copied from interface: SubcontractorService
Finds a Subcontractor by subcontractor number.

Specified by:
getByPrimaryId in interface SubcontractorService
Parameters:
subcontractorNumber - the primary key of the Subcontractor to get
Returns:
the corresponding Subcontractor, or null if none
See Also:
SubcontractorService.getByPrimaryId(String)

mapPrimaryKeys

protected Map<String,Object> mapPrimaryKeys(String subcontractorNumber)

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)


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