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
Subcontractor by 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)
SubcontractorService
Subcontractor
by subcontractor number.getByPrimaryId
in interface SubcontractorService
subcontractorNumber
- 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–2015 The Kuali Foundation. All rights reserved.