public interface ProposalDevelopmentS2sQuestionnaireService
| Modifier and Type | Method and Description |
|---|---|
List<AnswerHeader> |
getProposalAnswerHeaderForForm(DevelopmentProposal proposal,
String oppNameSpace,
String formName)
Get the AnswerHeaders for a specific proposal's form.
|
List<AnswerHeader> |
getProposalS2sAnswerHeaders(DevelopmentProposal developmentProposal)
Get AnswerHeaders for all of the questionnaires associated with the development proposals opportunity.
|
List<QuestionnaireUsage> |
getQuestionnaireUsages(String oppNameSpace,
String formName,
DevelopmentProposal proposal)
Get the QuestionnaireUsage records that match a form.
|
List<AnswerHeader> getProposalS2sAnswerHeaders(DevelopmentProposal developmentProposal)
developmentProposal - List<QuestionnaireUsage> getQuestionnaireUsages(String oppNameSpace, String formName, DevelopmentProposal proposal)
oppNameSpace - the nameSpace of the opportunity formformName - the name of the formList<AnswerHeader> getProposalAnswerHeaderForForm(DevelopmentProposal proposal, String oppNameSpace, String formName)
proposal - The proposal you are interested inoppNameSpace - the name space of the opportunity formformName - the name of the formCopyright © 2013 The Kuali Foundation. All Rights Reserved.