public interface S2SConnectorService
| Modifier and Type | Method and Description |
|---|---|
GetApplicationListResponse |
getApplicationList(String opportunityId,
String cfdaNumber,
String proposalNumber)
This method is to get Application List from grants.gov for opportunityId, cfdaNumber and proposalNumber
|
GetApplicationStatusDetailResponse |
getApplicationStatusDetail(String ggTrackingId,
String proposalNumber)
This method is to get status of the submitted application.
|
GetOpportunityListResponse |
getOpportunityList(String cfdaNumber,
String opportunityId,
String competitionId)
This method is to get Opportunity List for the given cfda number,opportunity Id and competition Id from the grants guv.
|
SubmitApplicationResponse |
submitApplication(String xmlText,
Map<String,DataHandler> attachments,
String proposalNumber)
This method is to submit a proposal to grants.gov
|
GetOpportunityListResponse getOpportunityList(String cfdaNumber, String opportunityId, String competitionId) throws S2SException
cfdaNumber - of the opportunity.opportunityId - parameter for the opportunity.competitionId - parameter for the opportunity.S2SExceptionGetApplicationStatusDetailResponse getApplicationStatusDetail(String ggTrackingId, String proposalNumber) throws S2SException
ggTrackingId - grants gov tracking id for the proposal.proposalNumber - Proposal number.S2SExceptionGetApplicationListResponse getApplicationList(String opportunityId, String cfdaNumber, String proposalNumber) throws S2SException
opportunityId - of the opportunity.cfdaNumber - of the opportunity.proposalNumber - proposal number.S2SExceptionSubmitApplicationResponse submitApplication(String xmlText, Map<String,DataHandler> attachments, String proposalNumber) throws S2SException
xmlText - xml format of the form object.attachments - attachments of the proposal.proposalNumber - proposal number.S2SExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.