public class SubcontractorServiceImpl extends Object implements SubcontractorService
| Modifier and Type | Field and Description | 
|---|---|
| protected org.kuali.rice.krad.service.BusinessObjectService | businessObjectService | 
| Constructor and Description | 
|---|
| SubcontractorServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| SubContractor | getByPrimaryId(String subcontractorNumber)Finds a  Subcontractorby subcontractor number. | 
| protected Map<String,Object> | mapPrimaryKeys(String subcontractorNumber) | 
| void | setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) | 
protected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
public SubcontractorServiceImpl()
public SubContractor getByPrimaryId(String subcontractorNumber)
SubcontractorServiceSubcontractor by subcontractor number.getByPrimaryId in interface SubcontractorServicesubcontractorNumber - the primary key of the Subcontractor to getSubcontractor, or null if noneSubcontractorService.getByPrimaryId(String)protected Map<String,Object> mapPrimaryKeys(String subcontractorNumber)
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.