public class CfdaServiceImpl extends Object implements CfdaService
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.krad.service.BusinessObjectService |
businessObjectService |
protected static Comparator |
cfdaComparator |
Constructor and Description |
---|
CfdaServiceImpl() |
Modifier and Type | Method and Description |
---|---|
CFDA |
getByPrimaryId(String cfdaNumber) |
SortedMap<String,CFDA> |
getGovCodes() |
SortedMap<String,CFDA> |
getKfsCodes() |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
CfdaUpdateResults |
update() |
protected org.kuali.rice.krad.service.BusinessObjectService businessObjectService
protected static Comparator cfdaComparator
public CfdaServiceImpl()
public SortedMap<String,CFDA> getGovCodes() throws IOException
IOException
public SortedMap<String,CFDA> getKfsCodes() throws IOException
IOException
public CfdaUpdateResults update() throws IOException
update
in interface CfdaService
IOException
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
public CFDA getByPrimaryId(String cfdaNumber)
getByPrimaryId
in interface CfdaService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.