Class EDGEPA427V1_1Generator

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

@FormGenerator("EDGEPA427V1_1Generator") public class EDGEPA427V1_1Generator extends EDGEPA427BaseGenerator<gov.grants.apply.forms.edGEPA427V11.GEPA427AttachmentsDocument>
This class is used to generate XML Document object for grants.gov EDGEPA427V1.1. This form is generated using XMLBean API's generated by compiling EDGEPA427V1.1 schema.
Author:
Kuali Research Administration Team (kualidev@oncourse.iu.edu)
  • Constructor Details

    • EDGEPA427V1_1Generator

      public EDGEPA427V1_1Generator()
  • Method Details

    • getFormObject

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

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