Class RRPersonalDataV1_2Generator
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
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)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kuali.coeus.s2sgen.impl.generate.S2SFormGeneratorPdfFillable
S2SFormGeneratorPdfFillable.Attachments -
Field Summary
Fields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.RRPersonalDataBaseGenerator
KEYPERSON_TYPE_C0_INVESTIGATOR, s2SProposalPersonServiceFields 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.rrPersonalData12V12.RRPersonalData12Document>factory()gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12DocumentgetFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) This method createsXmlObjectof typeRRPersonalData12Documentby populating data from the givenProposalDevelopmentDocumentContractgetMappedAttachments(gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document 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.RRPersonalDataBaseGenerator
getS2SProposalPersonService, setS2SProposalPersonServiceMethods 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
-
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 createsXmlObjectof typeRRPersonalData12Documentby 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.rrPersonalData12V12.RRPersonalData12Document>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.rrPersonalData12V12.RRPersonalData12Document>
-
setStylesheets
-
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()
-