public class ProposalDevelopmentS2sQuestionnaireServiceImpl extends Object implements ProposalDevelopmentS2sQuestionnaireService
| Constructor and Description |
|---|
ProposalDevelopmentS2sQuestionnaireServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected List<S2sOppFormQuestionnaire> |
findOppFormToQuestionnaires(String oppNameSpace,
String formName)
Returns all of the S2sOppFormQuestionnaire records for a S2s form.
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
ModuleQuestionnaireBean |
getModuleQnBean(DevelopmentProposal proposal) |
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.
|
protected List<AnswerHeader> |
getProposalS2sAnswerHeaders(DevelopmentProposal developmentProposal,
String oppNameSpace,
String formName)
Gets the AnswerHeaders for a particular proposal.
|
QuestionnaireAnswerService |
getQuestionnaireAnswerService()
Gets the questionnaireAnswerService attribute.
|
QuestionnaireService |
getQuestionnaireService()
Gets the questionnaireService attribute.
|
List<QuestionnaireUsage> |
getQuestionnaireUsages(String oppNameSpace,
String formName,
DevelopmentProposal proposal)
Get the QuestionnaireUsage records that match a form.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setQuestionnaireAnswerService(QuestionnaireAnswerService questionnaireAnswerService)
Grants.gov/Agency Specific Questions
Sets the questionnaireAnswerService attribute value.
|
void |
setQuestionnaireService(QuestionnaireService questionnaireService)
Sets the questionnaireService attribute value.
|
public ProposalDevelopmentS2sQuestionnaireServiceImpl()
public List<AnswerHeader> getProposalAnswerHeaderForForm(DevelopmentProposal proposal, String oppNameSpace, String formName)
ProposalDevelopmentS2sQuestionnaireServicegetProposalAnswerHeaderForForm in interface ProposalDevelopmentS2sQuestionnaireServiceproposal - The proposal you are interested inoppNameSpace - the name space of the opportunity formformName - the name of the formProposalDevelopmentS2sQuestionnaireService.getProposalAnswerHeaderForForm(org.kuali.kra.proposaldevelopment.bo.DevelopmentProposal, java.lang.String, java.lang.String)public List<AnswerHeader> getProposalS2sAnswerHeaders(DevelopmentProposal developmentProposal)
ProposalDevelopmentS2sQuestionnaireServiceprotected List<AnswerHeader> getProposalS2sAnswerHeaders(DevelopmentProposal developmentProposal, String oppNameSpace, String formName)
developmentProposal - The proposaloppNameSpace - The name space of the opportuniy form to filter the answer headers on. If null no filtering is done.form - name The formName to filter the results by. If formName is null no filtering is done.public List<QuestionnaireUsage> getQuestionnaireUsages(String oppNameSpace, String formName, DevelopmentProposal proposal)
ProposalDevelopmentS2sQuestionnaireServicegetQuestionnaireUsages in interface ProposalDevelopmentS2sQuestionnaireServiceoppNameSpace - the nameSpace of the opportunity formformName - the name of the formorg.kuali.kra.proposaldevelopment.service.ProposalDevelopmentS2sQuestionnaireService#getQuestionnaireUsages(java.lang.String, java.lang.String)protected List<S2sOppFormQuestionnaire> findOppFormToQuestionnaires(String oppNameSpace, String formName)
oppNameSpace - The opportunity name space of the formformName - the name of the formpublic ModuleQuestionnaireBean getModuleQnBean(DevelopmentProposal proposal)
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public QuestionnaireAnswerService getQuestionnaireAnswerService()
public void setQuestionnaireAnswerService(QuestionnaireAnswerService questionnaireAnswerService)
questionnaireAnswerService - The questionnaireAnswerService to set.public QuestionnaireService getQuestionnaireService()
public void setQuestionnaireService(QuestionnaireService questionnaireService)
questionnaireService - The questionnaireService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.