| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| org.kuali.kra.proposaldevelopment.web.struts.form |
Provides the classes for the struts form of proposaldevelopment.
|
| org.kuali.kra.s2s.polling | |
| org.kuali.kra.s2s.service | |
| org.kuali.kra.s2s.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<S2sAppSubmission> |
DevelopmentProposal.getS2sAppSubmission() |
| Modifier and Type | Method and Description |
|---|---|
void |
DevelopmentProposal.setS2sAppSubmission(List<S2sAppSubmission> appSubmission) |
| Modifier and Type | Method and Description |
|---|---|
List<S2sAppSubmission> |
ProposalDevelopmentForm.getNewS2sAppSubmission() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentForm.setNewS2sAppSubmission(List<S2sAppSubmission> newS2sAppSubmission) |
| Modifier and Type | Method and Description |
|---|---|
S2sAppSubmission |
SubmissionData.getS2sAppSubmission()
Getter for BO
S2sAppSubmission |
| Modifier and Type | Method and Description |
|---|---|
void |
SubmissionData.setS2sAppSubmission(S2sAppSubmission appSubmission)
Setter for BO
S2sAppSubmission |
| Modifier and Type | Method and Description |
|---|---|
boolean |
S2SService.checkForSubmissionStatusChange(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission)
This method checks if status on grants.gov has changed since last check
and returns the status.
|
void |
S2SService.populateAppSubmission(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission,
ApplicationInformationType ggApplication)
This method populates the
S2sAppSubmission BO with details from
ApplicationInformationType |
void |
S2SService.populateSponsorProposalId(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission)
Takes the appSubmission and proposal and if a federal tracking id has been specified, will
set on both the proposal development doc and the related institutional proposal doc
if there is not a sponsor proposal id already.
|
| Modifier and Type | Method and Description |
|---|---|
protected S2sAppSubmission |
PrintServiceImpl.getLatestS2SAppSubmission(ProposalDevelopmentDocument pdDoc)
This method gets the latest S2SAppSubmission record from the list of
S2SAppSubmissions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KRAS2SServiceImpl.checkForSubmissionStatusChange(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission)
This method checks if status on grants.gov has changed since last check
and returns the status.
|
protected String |
PrintServiceImpl.findSubmittedXml(S2sAppSubmission appSubmission) |
void |
KRAS2SServiceImpl.populateAppSubmission(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission,
ApplicationInformationType ggApplication)
This method populates the
S2sAppSubmission BO with details from
ApplicationInformationType |
void |
KRAS2SServiceImpl.populateSponsorProposalId(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission) |
protected void |
KRAS2SServiceImpl.saveSubmissionDetails(ProposalDevelopmentDocument pdDoc,
S2sAppSubmission appSubmission,
SubmitApplicationResponse response,
String grantApplicationXml,
List<S2sAppAttachments> s2sAppAttachmentList)
This method saves the submission details after successful submission of
proposal
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.