public class CfdaNumberServiceImpl extends Object implements CfdaNumberService
| Constructor and Description |
|---|
CfdaNumberServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected CfdaDTO |
boToDTO(CFDA cfda)
This method converts the BO to a DTO.
|
protected List<Award> |
getAwards(String financialAccountNumber,
String chartOfAccounts)
This method returns awards based on the account number and chart of account.
|
List<CfdaDTO> |
getCfdaNumber(String financialAccountNumber,
String financialChartOfAccounts)
This method is used to return the cfda number of an award.
|
List<CfdaDTO> |
lookupCfda(List<HashMapElement> criteria)
Lookup units based on the search criteria.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
public List<CfdaDTO> getCfdaNumber(String financialAccountNumber, String financialChartOfAccounts)
getCfdaNumber in interface CfdaNumberServiceorg.kuali.kra.external.Cfda.service.CfdaNumberService#getCfdaNumber(java.lang.String)public List<CfdaDTO> lookupCfda(List<HashMapElement> criteria)
CfdaNumberServicelookupCfda in interface CfdaNumberServiceCfdaNumberService.lookupCfda(java.util.List)protected CfdaDTO boToDTO(CFDA cfda)
cfda - award - protected List<Award> getAwards(String financialAccountNumber, String chartOfAccounts)
financialAccountNumber - chartOfAccounts - public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.