Class RRKeyPersonExpandedV1_1Generator
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument>
org.kuali.coeus.s2sgen.impl.generate.support.RRKeyPersonBase<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument>
org.kuali.coeus.s2sgen.impl.generate.support.RRKeyPersonExpandedBaseGenerator<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument>
org.kuali.coeus.s2sgen.impl.generate.support.RRKeyPersonExpandedV1_1Generator
- All Implemented Interfaces:
Factory<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument>,Named,S2SFormGenerator<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
@FormGenerator("RRKeyPersonExpandedV1_1Generator")
public class RRKeyPersonExpandedV1_1Generator
extends RRKeyPersonExpandedBaseGenerator<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument>
-
Field Summary
Fields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.RRKeyPersonExpandedBaseGenerator
MAX_KEY_PERSON_COUNTFields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.RRKeyPersonBase
addedNarratives, BIOSKETCH_DOC_TYPE, BIOSKETCH_TYPE, CURRENT_PENDING_TYPE, CURRENTPENDING_DOC_TYPE, DEPARTMENT_NAME_MAX_LENGTH, DIRECTORY_TITLE_MAX_LENGTH, ERROR_ERA_COMMON_USER_NAME, extraPersons, NIH_CO_INVESTIGATOR, pIPersonOrRolodexId, PROFILE_COMMENT, PROFILE_TYPE, ROLE_DESCRIPTION_MAX_LENGTH, 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.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument> factory()gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocumentgetFormObject(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) voidsetSortIndex(int sortIndex) voidsetStylesheets(List<org.springframework.core.io.Resource> stylesheets) Methods inherited from class org.kuali.coeus.s2sgen.impl.generate.support.RRKeyPersonBase
getAddedNarratives, getAdditionalkeypersonprofilesStyleSheet, getExtraKeyPersons, getS2sDivisionService, getS2SPrintingService, getS2SProposalPersonService, getUnitRepositoryService, saveKeyPersonAttachmentsToProposal, setAddedNarratives, setAdditionalkeypersonprofilesStyleSheet, setS2sDivisionService, setS2SPrintingService, setS2SProposalPersonService, setUnitRepositoryServiceMethods 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
-
Constructor Details
-
RRKeyPersonExpandedV1_1Generator
public RRKeyPersonExpandedV1_1Generator()
-
-
Method Details
-
getFormObject
public gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) 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. -
getNamespace
-
setNamespace
-
getFormName
-
setFormName
-
getStylesheets
- Specified by:
getStylesheetsin interfaceS2SFormGenerator<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument>
-
setStylesheets
-
getSortIndex
public int getSortIndex() -
setSortIndex
public void setSortIndex(int sortIndex) -
factory
public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.rrKeyPersonExpandedV11.RRKeyPersonExpandedDocument> factory()
-