Class RRPersonalDataV1_2Generator

java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>
org.kuali.coeus.s2sgen.impl.generate.support.RRPersonalDataBaseGenerator<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>
org.kuali.coeus.s2sgen.impl.generate.support.RRPersonalDataV1_2Generator
All Implemented Interfaces:
Factory<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>, Named, S2SFormGenerator<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>, S2SFormGeneratorPdfFillable<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

@FormGenerator("RRPersonalDataV1_2Generator") public class RRPersonalDataV1_2Generator extends RRPersonalDataBaseGenerator<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>
Class for generating the XML object for grants.gov RRPersonalDataV1.2. Form is generated using XMLBean classes and is based on RRPersonalData schema.
Author:
Kuali Research Administration Team (kualidev@oncourse.iu.edu)
  • Constructor Details

    • RRPersonalDataV1_2Generator

      public RRPersonalDataV1_2Generator()
  • Method Details

    • getFormObject

      public gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument)
      This method creates XmlObject of type RRPersonalData12Document by populating data from the given ProposalDevelopmentDocumentContract
      Parameters:
      proposalDevelopmentDocument - for which the XmlObject needs to be created
      Returns:
      XmlObject which is generated using the given ProposalDevelopmentDocumentContract
    • getNamespace

      public String getNamespace()
    • setNamespace

      public void setNamespace(String namespace)
    • getFormName

      public String getFormName()
    • setFormName

      public void setFormName(String formName)
    • getStylesheets

      public List<org.springframework.core.io.Resource> getStylesheets()
      Specified by:
      getStylesheets in interface S2SFormGenerator<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>
      Overrides:
      getStylesheets in class S2SBaseFormGenerator<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>
    • setStylesheets

      public void setStylesheets(List<org.springframework.core.io.Resource> stylesheets)
    • getPdfForm

      public org.springframework.core.io.Resource getPdfForm()
    • setPdfForm

      public void setPdfForm(org.springframework.core.io.Resource pdfForm)
    • getSortIndex

      public int getSortIndex()
    • setSortIndex

      public void setSortIndex(int sortIndex)
    • getMappedAttachments

      public S2SFormGeneratorPdfFillable.Attachments getMappedAttachments(gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document form, List<AttachmentData> attachments)
    • factory

      public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document> factory()