Class RRPerformanceSiteV1_1Generator

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

@FormGenerator("RRPerformanceSiteV1_1Generator") public class RRPerformanceSiteV1_1Generator extends RRPerformanceSiteBaseGenerator<gov.grants.apply.forms.rrPerformanceSiteV11.RRPerformanceSiteDocument>
This Class is used to generate XML object for grants.gov RRPerformanceSiteV1.1. This form is generated using XMLBean classes and is based on RRPerformanceSitev1.1 schema.
Author:
Kuali Research Administration Team (kualidev@oncourse.iu.edu)
  • Constructor Details

    • RRPerformanceSiteV1_1Generator

      public RRPerformanceSiteV1_1Generator()
  • Method Details

    • getFormObject

      public gov.grants.apply.forms.rrPerformanceSiteV11.RRPerformanceSiteDocument getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument)
      This method creates XmlObject of type RRPerformanceSiteDocument 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.rrPerformanceSiteV11.RRPerformanceSiteDocument>
      Overrides:
      getStylesheets in class S2SBaseFormGenerator<gov.grants.apply.forms.rrPerformanceSiteV11.RRPerformanceSiteDocument>
    • 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.rrPerformanceSiteV11.RRPerformanceSiteDocument form, List<org.kuali.coeus.s2sgen.api.generate.AttachmentData> attachments)
    • factory

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