Class PHSHumanSubjectsAndClinicalTrialsInfoV1_0Generator
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>
org.kuali.coeus.s2sgen.impl.generate.support.PHSHumanSubjectsAndClinicalTrialsInfoV1_0Generator
- All Implemented Interfaces:
Factory<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>,Named,S2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>,S2SFormGeneratorPdfFillable<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
@FormGenerator("PHSHumanSubjectsAndClinicalTrialsInfoV1_0Generator")
public class PHSHumanSubjectsAndClinicalTrialsInfoV1_0Generator
extends S2SBaseFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>
implements S2SFormGeneratorPdfFillable<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>, org.springframework.beans.factory.InitializingBean
-
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.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 TypeMethodDescriptionprotected gov.grants.apply.system.attachmentsV10.AttachedFileDataTypeaddAttachedFileType(org.kuali.coeus.sys.api.model.KcFile data) voidorg.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>factory()gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocumentgetFormObject(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.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument form, List<AttachmentData> attachments) org.springframework.core.io.ResourcegetPage1()org.springframework.core.io.ResourcegetPage2()org.springframework.core.io.ResourcegetPage3()org.springframework.core.io.ResourcegetPage4()org.springframework.core.io.ResourcegetPage5()org.springframework.core.io.ResourcegetPage6()org.springframework.core.io.ResourcegetPage7()org.springframework.core.io.ResourcegetPage8()org.springframework.core.io.ResourceintList<org.springframework.core.io.Resource>voidsetFormName(String formName) voidsetNamespace(String namespace) voidsetPage1(org.springframework.core.io.Resource page1) voidsetPage2(org.springframework.core.io.Resource page2) voidsetPage3(org.springframework.core.io.Resource page3) voidsetPage4(org.springframework.core.io.Resource page4) voidsetPage5(org.springframework.core.io.Resource page5) voidsetPage6(org.springframework.core.io.Resource page6) voidsetPage7(org.springframework.core.io.Resource page7) voidsetPage8(org.springframework.core.io.Resource page8) voidsetPdfForm(org.springframework.core.io.Resource pdfForm) voidsetSortIndex(int sortIndex) Methods 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
-
PHSHumanSubjectsAndClinicalTrialsInfoV1_0Generator
public PHSHumanSubjectsAndClinicalTrialsInfoV1_0Generator()
-
-
Method Details
-
getNamespace
- Specified by:
getNamespacein interfaceS2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>
-
getFormName
- Specified by:
getFormNamein interfaceS2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>
-
getSortIndex
public int getSortIndex()- Specified by:
getSortIndexin interfaceS2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>
-
getFormObject
public gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) throws S2SException 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.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>- Throws:
S2SException
-
addAttachedFileType
protected gov.grants.apply.system.attachmentsV10.AttachedFileDataType addAttachedFileType(org.kuali.coeus.sys.api.model.KcFile data) -
setNamespace
-
setFormName
-
getStylesheets
- Specified by:
getStylesheetsin interfaceS2SFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>
-
getPdfForm
public org.springframework.core.io.Resource getPdfForm()- Specified by:
getPdfFormin interfaceS2SFormGeneratorPdfFillable<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>
-
setPdfForm
public void setPdfForm(org.springframework.core.io.Resource pdfForm) -
setSortIndex
public void setSortIndex(int sortIndex) -
getPage1
public org.springframework.core.io.Resource getPage1() -
setPage1
public void setPage1(org.springframework.core.io.Resource page1) -
getPage2
public org.springframework.core.io.Resource getPage2() -
setPage2
public void setPage2(org.springframework.core.io.Resource page2) -
getPage3
public org.springframework.core.io.Resource getPage3() -
setPage3
public void setPage3(org.springframework.core.io.Resource page3) -
getPage4
public org.springframework.core.io.Resource getPage4() -
setPage4
public void setPage4(org.springframework.core.io.Resource page4) -
getPage5
public org.springframework.core.io.Resource getPage5() -
setPage5
public void setPage5(org.springframework.core.io.Resource page5) -
getPage6
public org.springframework.core.io.Resource getPage6() -
setPage6
public void setPage6(org.springframework.core.io.Resource page6) -
getPage7
public org.springframework.core.io.Resource getPage7() -
setPage7
public void setPage7(org.springframework.core.io.Resource page7) -
getPage8
public org.springframework.core.io.Resource getPage8() -
setPage8
public void setPage8(org.springframework.core.io.Resource page8) -
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
getMappedAttachments
public S2SFormGeneratorPdfFillable.Attachments getMappedAttachments(gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument form, List<AttachmentData> attachments) - Specified by:
getMappedAttachmentsin interfaceS2SFormGeneratorPdfFillable<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument>
-
factory
public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phsHumanSubjectsAndClinicalTrialsInfoV10.PHSHumanSubjectsAndClinicalTrialsInfoDocument> factory()
-