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

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

public class CfdaServiceImpl
extends Object
implements CfdaService


Field Summary
protected static Comparator cfdaComparator
           
 
Constructor Summary
CfdaServiceImpl()
           
 
Method Summary
 CFDA getByPrimaryId(String cfdaNumber)
           
 SortedMap<String,CFDA> getGovCodes()
           
 SortedMap<String,CFDA> getKfsCodes()
           
protected  Map<String,Object> mapPrimaryKeys(String cfdaNumber)
           
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
           
 CfdaUpdateResults update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cfdaComparator

protected static Comparator cfdaComparator
Constructor Detail

CfdaServiceImpl

public CfdaServiceImpl()
Method Detail

getGovCodes

public SortedMap<String,CFDA> getGovCodes()
                                   throws IOException
Returns:
Throws:
IOException

getKfsCodes

public SortedMap<String,CFDA> getKfsCodes()
                                   throws IOException
Returns:
Throws:
IOException

update

public CfdaUpdateResults update()
                         throws IOException
Specified by:
update in interface CfdaService
Throws:
IOException

setBusinessObjectService

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

getByPrimaryId

public CFDA getByPrimaryId(String cfdaNumber)
Specified by:
getByPrimaryId in interface CfdaService

mapPrimaryKeys

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


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