Class NSFApplicationChecklistV1_1Generator
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocument>
org.kuali.coeus.s2sgen.impl.generate.support.NSFApplicationChecklistBaseGenerator<gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocument>
org.kuali.coeus.s2sgen.impl.generate.support.NSFApplicationChecklistV1_1Generator
- All Implemented Interfaces:
Factory<gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocument>,Named,S2SFormGenerator<gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocument>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
@FormGenerator("NSFApplicationChecklistV1_1Generator")
public class NSFApplicationChecklistV1_1Generator
extends NSFApplicationChecklistBaseGenerator<gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocument>
This class is used to generate XML Document object for grants.gov NSFApplicationChecklistV1.1. This form is generated using
XMLBean classes and is based on NSF_ApplicationChecklist-V1.1 schema.
- Author:
- Kuali Research Administration Team (kualidev@oncourse.iu.edu)
-
Field Summary
Fields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.NSFApplicationChecklistBaseGenerator
QUESTION_ID_1, QUESTION_ID_10, QUESTION_ID_2, QUESTION_ID_28, QUESTION_ID_29, QUESTION_ID_3, QUESTION_ID_30, QUESTION_ID_31, QUESTION_ID_32, QUESTION_ID_4, QUESTION_ID_5, QUESTION_ID_6, QUESTION_ID_7, QUESTION_ID_8, QUESTION_ID_9, QUESTION_ID_CLINICAL_TRIAL, QUESTION_ID_CURRENT_SERVING_PI, QUESTION_ID_EDUCATION_DEPT, QUESTION_ID_ENVIRINMENT_IMPACT, QUESTION_ID_FULL_APPLICATION, QUESTION_ID_GRANTEE_INSTITUTION_CHANGE, QUESTION_ID_HIGH_RESOLUTION, QUESTION_ID_INVENTION_PATENT, QUESTION_ID_NIH_INVESTIGAYOR, QUESTION_ID_NSF_INVESTIGATOR, QUESTION_ID_NSF_SMALL_GRANT, QUESTION_ID_OTHER_AGENCY, QUESTION_ID_PI_CHANGE, QUESTION_ID_PI_PARTICIPATION_FOREIGN, QUESTION_ID_PI_PARTICIPATION_US, QUESTION_ID_SPACE_CHANGE, QUESTION_ID_STEM_CELL, s2SConfigurationServiceFields 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.nsfApplicationChecklistV11.NSFApplicationChecklistDocument> factory()gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocumentgetFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) This method createsXmlObjectof typeNSFApplicationChecklistDocumentby 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.NSFApplicationChecklistBaseGenerator
getChecklistAnswer, getS2SConfigurationService, setS2SConfigurationServiceMethods 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
-
NSFApplicationChecklistV1_1Generator
public NSFApplicationChecklistV1_1Generator()
-
-
Method Details
-
getFormObject
public gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocument getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) This method createsXmlObjectof typeNSFApplicationChecklistDocumentby 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.nsfApplicationChecklistV11.NSFApplicationChecklistDocument>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocument>
-
setStylesheets
-
getSortIndex
public int getSortIndex() -
setSortIndex
public void setSortIndex(int sortIndex) -
factory
public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.nsfApplicationChecklistV11.NSFApplicationChecklistDocument> factory()
-