org.kuali.kfs.module.cg.service.impl
Class SubcontractorServiceImpl
java.lang.Object
org.kuali.kfs.module.cg.service.impl.SubcontractorServiceImpl
- All Implemented Interfaces:
- SubcontractorService
public class SubcontractorServiceImpl
- extends Object
- implements SubcontractorService
Implementation of the Subcontractor service.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubcontractorServiceImpl
public SubcontractorServiceImpl()
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.