Class RRSF424_2_0V2_0Generator
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
org.kuali.coeus.s2sgen.impl.generate.support.CommonSF424BaseGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
org.kuali.coeus.s2sgen.impl.generate.support.RRSF424BaseGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
org.kuali.coeus.s2sgen.impl.generate.support.RRSF424_2_0V2_0Generator
- All Implemented Interfaces:
Factory<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>,Named,S2SFormGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>,S2SFormGeneratorPdfFillable<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
@FormGenerator("RRSF424_2_0V2_0Generator")
public class RRSF424_2_0V2_0Generator
extends RRSF424BaseGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
implements S2SFormGeneratorPdfFillable<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kuali.coeus.s2sgen.impl.generate.S2SFormGeneratorPdfFillable
S2SFormGeneratorPdfFillable.Attachments -
Field Summary
FieldsFields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.RRSF424BaseGenerator
ADDITIONAL_CONGRESSIONAL_DESTRICT, ANSWER_111, ANSWER_128, ANSWER_EXPLANATION_MAX_LENGTH, CONTACT_TYPE_I, DEPARTMENT_NAME_MAX_LENGTH, departmentalPersonService, DIRECTORY_TITLE_MAX_LENGTH, KEY_REVISION_CODE, KEY_REVISION_OTHER_DESCRIPTION, modularBudgetService, NOT_ANSWERED, PRE_APPLICATION, PRIMARY_TITLE_MAX_LENGTH, PRINCIPAL_INVESTIGATOR, s2SConfigurationService, s2SDateTimeService, s2sDivisionService, SFLLL_OTHEREXPLANATORY, STATE_REVIEW_NO, STATE_REVIEW_YES, VALUE_YESFields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.CommonSF424BaseGenerator
FED_AWARD_ID_MAX_LENGTH, PROPOSAL_YNQ_QUESTION_129, PROPOSAL_YNQ_QUESTION_130, PROPOSAL_YNQ_QUESTION_131, SPONSOR_GROUPS, SPONSOR_NAME_MAX_LENGTH, SPONSOR_NIH, YNQ_ANSWER, YNQ_REVIEW_DATE, YNQ_STATE_NOT_COVERED, YNQ_STATE_NOT_SELECTED, YNQ_STATE_REVIEW_DATAFields 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, ORGANIZATION_UEI_MAX_LENGTH, ORGANIZATON_NAME_MAX_LENGTH, pdDoc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document> factory()protected List<? extends org.kuali.coeus.common.questionnaire.api.answer.AnswerHeaderContract> gov.grants.apply.forms.rrSF42420V20.RRSF42420DocumentgetFormObject(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.getMappedAttachments(gov.grants.apply.forms.rrSF42420V20.RRSF42420Document form, List<AttachmentData> attachments) org.springframework.core.io.ResourceintList<org.springframework.core.io.Resource> voidsetFormName(String formName) voidsetNamespace(String namespace) voidsetPdfForm(org.springframework.core.io.Resource pdfForm) voidsetSortIndex(int sortIndex) voidsetStylesheets(List<org.springframework.core.io.Resource> stylesheets) Methods inherited from class org.kuali.coeus.s2sgen.impl.generate.support.RRSF424BaseGenerator
getContactPerson, getContactType, getDepartmentalPersonService, getDepartmentName, getDepartmentName, getDepartmentName, getFederalId, getOtherAgencySubmissionExplanation, getS2SConfigurationService, getS2SDateTimeService, getS2sDivisionService, getSubmissionType, setDepartmentalPersonService, setS2SConfigurationService, setS2SDateTimeService, setS2sDivisionServiceMethods inherited from class org.kuali.coeus.s2sgen.impl.generate.support.CommonSF424BaseGenerator
getEmployerId, getEOStateReview, getFederalAgencyName, getFirstCfdaNumber, getS2SCommonBudgetService, isSponsorInHierarchy, setS2SCommonBudgetServiceMethods 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, supportsXslTransformMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.coeus.s2sgen.impl.generate.Named
getBeanName
-
Field Details
-
RRSF424_Cover_Letter
protected static final int RRSF424_Cover_Letter- See Also:
-
-
Constructor Details
-
RRSF424_2_0V2_0Generator
public RRSF424_2_0V2_0Generator()
-
-
Method Details
-
getFormObject
public gov.grants.apply.forms.rrSF42420V20.RRSF42420Document 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.- Specified by:
getFormObjectin interfaceS2SFormGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
getAnswerHeaders
protected List<? extends org.kuali.coeus.common.questionnaire.api.answer.AnswerHeaderContract> getAnswerHeaders()- Specified by:
getAnswerHeadersin classRRSF424BaseGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
getNamespace
- Specified by:
getNamespacein interfaceS2SFormGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
setNamespace
-
getFormName
- Specified by:
getFormNamein interfaceS2SFormGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
setFormName
-
getStylesheets
- Specified by:
getStylesheetsin interfaceS2SFormGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
setStylesheets
-
getPdfForm
public org.springframework.core.io.Resource getPdfForm()- Specified by:
getPdfFormin interfaceS2SFormGeneratorPdfFillable<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
setPdfForm
public void setPdfForm(org.springframework.core.io.Resource pdfForm) -
getSortIndex
public int getSortIndex()- Specified by:
getSortIndexin interfaceS2SFormGenerator<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
setSortIndex
public void setSortIndex(int sortIndex) -
getMappedAttachments
public S2SFormGeneratorPdfFillable.Attachments getMappedAttachments(gov.grants.apply.forms.rrSF42420V20.RRSF42420Document form, List<AttachmentData> attachments) - Specified by:
getMappedAttachmentsin interfaceS2SFormGeneratorPdfFillable<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document>
-
factory
public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.rrSF42420V20.RRSF42420Document> factory()
-