Class SupplementaryCoverSheetforNEHGrantPrograms_3_0V3_0
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document>
org.kuali.coeus.s2sgen.impl.generate.support.SupplementaryCoverSheetforNEHGrantPrograms_3_0V3_0
- All Implemented Interfaces:
Factory<gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document>,Named,S2SFormGenerator<gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
@FormGenerator("SupplementaryCoverSheetforNEHGrantPrograms_3_0-V3.0Generator")
public class SupplementaryCoverSheetforNEHGrantPrograms_3_0V3_0
extends S2SBaseFormGenerator<gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document>
-
Field Summary
FieldsFields 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.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document>factory()gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30DocumentgetFormObject(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.intList<org.springframework.core.io.Resource>voidsetFormName(String formName) voidsetNamespace(String namespace) voidsetS2sBudgetInfoService(S2SBudgetInfoService s2sBudgetInfoService) voidsetSortIndex(int sortIndex) voidsetStylesheets(List<org.springframework.core.io.Resource> stylesheets) 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, supportsXslTransform
-
Field Details
-
s2sBudgetInfoService
-
-
Constructor Details
-
SupplementaryCoverSheetforNEHGrantPrograms_3_0V3_0
public SupplementaryCoverSheetforNEHGrantPrograms_3_0V3_0()
-
-
Method Details
-
getNamespace
-
setNamespace
-
getFormName
-
setFormName
-
getStylesheets
- Specified by:
getStylesheetsin interfaceS2SFormGenerator<gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document>
-
setStylesheets
-
getSortIndex
public int getSortIndex() -
setSortIndex
public void setSortIndex(int sortIndex) -
getFormObject
public gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document 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.- Throws:
S2SException
-
getS2sBudgetInfoService
-
setS2sBudgetInfoService
-
factory
public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.supplementaryCoverSheetforNEHGrantPrograms30V30.SupplementaryCoverSheetforNEHGrantPrograms30Document> factory()
-