Class PHS398ResearchPlanV1_1Generator
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
org.kuali.coeus.s2sgen.impl.generate.support.PHS398ResearchPlanBaseGenerator<gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument>
org.kuali.coeus.s2sgen.impl.generate.support.PHS398ResearchPlanV1_1Generator
- All Implemented Interfaces:
Factory<gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument>,Named,S2SFormGenerator<gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
@FormGenerator("PHS398ResearchPlanV1_1Generator")
public class PHS398ResearchPlanV1_1Generator
extends PHS398ResearchPlanBaseGenerator<gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument>
Class for generating the XML object for grants.gov PHS398ResearchPlanV1_1. Form is generated using XMLBean classes and is based
on PHS398ResearchPlanV1_1 schema.
- Author:
- Kuali Research Administration Team (kualidev@oncourse.iu.edu)
-
Field Summary
Fields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.PHS398ResearchPlanBaseGenerator
APPENDIX, BACKGROUND_SIGNIFICANCE, CONSORTIUM_CONTRACTUAL_ARRANGEMENTS, INCLUSION_ENROLLMENT_REPORT, INCLUSION_OF_CHILDREN, INCLUSION_OF_WOMEN_AND_MINORITIES, INTRODUCTION_TO_APPLICATION, LETTERS_OF_SUPPORT, MULTIPLE_PI_LEADERSHIP_PLAN, PROGRESS_REPORT, PROGRESS_REPORT_PUBLICATION_LIST, PROPOSAL_TYPE_CODE_6, PROTECTION_OF_HUMAN_SUBJECTS, RESEARCH_DESIGN_METHODS, RESEARCH_STRATEGY, RESOURCE_SHARING_PLANS, SELECT_AGENT_RESEARCH, SPECIFIC_AIMS, TARGETED_PLANNED_ENROLLMENT_TABLE, VERTEBRATE_ANIMALSFields inherited from class org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator
AREAS_AFFECTED_ABSTRACT_TYPE_CODE, CONGRESSIONAL_DISTRICT_MAX_LENGTH, DEFAULT_SORT_INDEX, DUNS_NUMBER_MAX_LENGTH, globLibV20Generator, NOT_ANSWERED, ORGANIZATION_UEI_MAX_LENGTH, ORGANIZATON_NAME_MAX_LENGTH, pdDoc, PRIMARY_TITLE_MAX_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument>factory()gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocumentgetFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) This method createsXmlObjectof typePHS398ResearchPlanDocumentby populating data from the givenProposalDevelopmentDocumentContractintList<org.springframework.core.io.Resource>voidsetFormName(String formName) voidsetNamespace(String namespace) voidsetSortIndex(int sortIndex) voidsetStylesheets(List<org.springframework.core.io.Resource> stylesheets) Methods inherited from class org.kuali.coeus.s2sgen.impl.generate.support.PHS398ResearchPlanBaseGenerator
getAppendixAttachedFileDataTypesMethods inherited from class org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator
addAttachedFileType, addAttachment, cleanFileName, createContentId, createContentId, getAnswer, getAnswerId, getAnswers, getAttachedFileDataType, getAttachedFileDataTypes, getAttachments, getAuditErrors, getBeanName, getChildQuestionAnswer, getGlobLibV20Generator, getGrantApplicationHashService, getHashValue, getNarrativeService, getPerson, getPersonnelAttachments, getPropDevQuestionAnswerService, getQuestionAnswerService, getS2sNarrativeFileName, getS2sPersonnelAttachmentFileName, getSponsorHierarchyService, isSponsorNIH, saveNarrative, setAttachments, setAuditErrors, setBeanName, setGlobLibV20Generator, setGrantApplicationHashService, setNarrativeService, setPropDevQuestionAnswerService, setQuestionAnswerService, setSponsorHierarchyService, supportsPdfFilling, supportsXslTransform
-
Constructor Details
-
PHS398ResearchPlanV1_1Generator
public PHS398ResearchPlanV1_1Generator()
-
-
Method Details
-
getFormObject
public gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) This method createsXmlObjectof typePHS398ResearchPlanDocumentby populating data from the givenProposalDevelopmentDocumentContract- Parameters:
proposalDevelopmentDocument- for which theXmlObjectneeds to be created- Returns:
XmlObjectwhich is generated using the givenProposalDevelopmentDocumentContract
-
getNamespace
-
setNamespace
-
getFormName
-
setFormName
-
getStylesheets
- Specified by:
getStylesheetsin interfaceS2SFormGenerator<gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument>
-
setStylesheets
-
getSortIndex
public int getSortIndex() -
setSortIndex
public void setSortIndex(int sortIndex) -
factory
public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phs398ResearchPlanV11.PHS398ResearchPlanDocument> factory()
-