Class PHS398FellowshipSupplementalV1_1Generator
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
org.kuali.coeus.s2sgen.impl.generate.support.PHS398FellowshipSupplementalBaseGenerator<gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document>
org.kuali.coeus.s2sgen.impl.generate.support.PHS398FellowshipSupplementalV1_1Generator
- All Implemented Interfaces:
Factory<gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document>,Named,S2SFormGenerator<gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
@FormGenerator("PHS398FellowshipSupplementalV1_1Generator")
public class PHS398FellowshipSupplementalV1_1Generator
extends PHS398FellowshipSupplementalBaseGenerator<gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.coeus.s2sgen.impl.generate.support.PHS398FellowshipSupplementalBaseGenerator
PHS398FellowshipSupplementalBaseGenerator.KirschsteinBean -
Field Summary
Fields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.PHS398FellowshipSupplementalBaseGenerator
ACAD_PERIOD, ACTIVITIES, BASE_SALARY, BROAD_TRAINING, BY_QUESTION_NUMBER, CELLLINEIND, CLINICAL, CONCURRENT_SUPPORT, DEG_EXP_COMP_DATE, DISSERTATION, FELLOWSHIP, FIELD_TRAINING, FORMER_INST, HUMAN, INCLUSION_ENROLLMENT_REPORT, INCLUSION_OF_CHILDREN, INCLUSION_OF_WOMEN_AND_MINORITIES, IND_OR_INST, INTRODUCTION_TO_APPLICATION, KIRST_END_DT, KIRST_END_KNOWN, KIRST_GRANT_KNOWN, KIRST_GRANT_NUM, KIRST_START_DT, KIRST_START_KNOWN, NRSA_SUPPORT, NSR_SUPPORT_NO, NSR_SUPPORT_YES, OTHER_DDOT, OTHER_DOCT, OTHER_MASTERS, OTHER_MDOT, OTHER_SUPP_SOURCE, OTHER_VDOT, PHASE3CLINICAL, PRE_OR_POST, PROGRESS_REPORT_PUBLICATION_LIST, PROTECTION_OF_HUMAN_SUBJECTS, QUESTION_ANSWER_NO, QUESTION_ANSWER_YES, questionAnswerService, RESEARCH_STRATEGY, RESOURCE_SHARING_PLANS, RESPECTIVE_CONTRIBUTIONS, RESPONSIBLE_CONDUCT_OF_RESEARCH, s2SCommonBudgetService, s2SConfigurationService, s2SDateTimeService, s2SProposalPersonService, SALARY_MONTHS, SELECT_AGENT_RESEARCH, SELECTION_OF_SPONSOR_AND_INSTITUTION, SENIOR_FELL, SPECIAL_REVIEW_HUMAN_SUBJECTS_CODE, SPECIAL_REVIEW_VERTEBRATE_ANIMALS_CODE, SPECIFIC_AIMS, STEMCELLLINES, STEMCELLS, STRING_SEPRATOR, SUB_CATEGORY_NOT_FOUND, SUBMITTED_DIFF_INST, SUPP_FUNDING_AMT, SUPP_MONTHS, SUPP_SOURCE, SUPP_TYPE, TARGETED_PLANNED_ENROLLMENT, VERT, 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.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document>factory()protected voidgetFederalStipendRequested(gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document.PHSFellowshipSupplemental11.Budget budget) gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11DocumentgetFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) This method creates an XML document using the APIs generated using XMLBeans by compiling the form's schema and returns it as XmlObject.intList<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.PHS398FellowshipSupplementalBaseGenerator
findQuestionnaireWithAnswers, getAnswer, getAnswers, getAnswers, getAppendix, getCostElementsByParam, getNumberOfMonths, getQuestionAnswerService, getS2SCommonBudgetService, getS2SConfigurationService, getS2SDateTimeService, getS2SProposalPersonService, getYesNoEnum, setQuestionAnswerService, setS2SCommonBudgetService, setS2SConfigurationService, setS2SDateTimeService, setS2SProposalPersonServiceMethods 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, getS2sNarrativeFileName, getS2sPersonnelAttachmentFileName, getSponsorHierarchyService, isSponsorNIH, saveNarrative, setAttachments, setAuditErrors, setBeanName, setGlobLibV20Generator, setGrantApplicationHashService, setNarrativeService, setPropDevQuestionAnswerService, setSponsorHierarchyService, supportsPdfFilling, supportsXslTransform
-
Constructor Details
-
PHS398FellowshipSupplementalV1_1Generator
public PHS398FellowshipSupplementalV1_1Generator()
-
-
Method Details
-
getFederalStipendRequested
protected void getFederalStipendRequested(gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document.PHSFellowshipSupplemental11.Budget budget) -
getFormObject
public gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) Description copied from interface:S2SFormGeneratorThis method creates an XML document using the APIs generated using XMLBeans by compiling the form's schema and returns it as XmlObject. -
factory
public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document> factory() -
getNamespace
-
setNamespace
-
getFormName
-
setFormName
-
getStylesheets
- Specified by:
getStylesheetsin interfaceS2SFormGenerator<gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.phsFellowshipSupplemental11V11.PHSFellowshipSupplemental11Document>
-
setStylesheets
-
getSortIndex
public int getSortIndex() -
setSortIndex
public void setSortIndex(int sortIndex)
-