Class NSFCoverPageBaseGenerator<T extends org.apache.xmlbeans.XmlObject>
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
org.kuali.coeus.s2sgen.impl.generate.support.NSFCoverPageBaseGenerator<T>
- All Implemented Interfaces:
Factory<T>,Named,S2SFormGenerator<T>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
NSFCoverPageV1_1Generator,NSFCoverPageV1_3Generator,NSFCoverPageV1_6Generator,NSFCoverPageV1_7Generator,NSFCoverPageV1_8Generator,NSFCoverPageV1_9Generator,NSFCoverPageV2_0Generator,NSFCoverPageV2_3Generator
public abstract class NSFCoverPageBaseGenerator<T extends org.apache.xmlbeans.XmlObject>
extends S2SBaseFormGenerator<T>
This abstract class has methods that are common to all the versions of
NSFCoverPage form
- Author:
- Kuali Research Administration Team (kualidev@oncourse.iu.edu)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final intprotected static final Stringprotected static final intprotected static final Stringprotected static final Stringprotected static final intprotected static final Stringprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final intprotected static final intprotected S2SProposalPersonServiceprotected static final intFields 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.AttachedFileDataType[]protected gov.grants.apply.system.attachmentsV10.AttachedFileDataTypegetAttachedNarrativeFile(int narrativeCode) getYearAsCalendar(String year) This method Converts the String that is passed to it into a calendar object.voidsetS2SProposalPersonService(S2SProposalPersonService s2SProposalPersonService) 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, getStylesheets, 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.S2SFormGenerator
getFormName, getFormObject, getNamespace, getSortIndex
-
Field Details
-
QUESTION_ID_BEGIN_INVESTIGATOR
- See Also:
-
QUESTION_ID_EXPLORATORY_RESEARCH
- See Also:
-
QUESTION_ID_HISTORIC_PLACES
- See Also:
-
PROPOSAL_YNQ_LOBBYING_ACTIVITIES
- See Also:
-
QUESTION_ID_RESOLUTION_GRAPHICS
- See Also:
-
PRINCIPAL_INVESTIGATOR
- See Also:
-
PI_C0_INVESTIGATOR
- See Also:
-
PERSONAL_DATA
protected static final int PERSONAL_DATA- See Also:
-
PROPRIETARY_INFORMATION
protected static final int PROPRIETARY_INFORMATION- See Also:
-
PROGRAM_ANNOUNCEMENT_NUMBER_MAX_LENGTH
protected static final int PROGRAM_ANNOUNCEMENT_NUMBER_MAX_LENGTH- See Also:
-
QUESTION_CURRENT_PI
protected static final int QUESTION_CURRENT_PI- See Also:
-
QUESTION_BEGIN_INVESTIGATOR
protected static final int QUESTION_BEGIN_INVESTIGATOR- See Also:
-
QUESTION_EARLY_CONCEPT_GRANT
protected static final int QUESTION_EARLY_CONCEPT_GRANT- See Also:
-
QUESTION_RAPIDRESPONSE_GRANT
protected static final int QUESTION_RAPIDRESPONSE_GRANT- See Also:
-
QUESTION_ACCOMPLISHMENT_RENEWAL
protected static final int QUESTION_ACCOMPLISHMENT_RENEWAL- See Also:
-
FUNDING_MECHANISM_QUESTION
protected static final int FUNDING_MECHANISM_QUESTION- See Also:
-
QUESTION_RESOLUTION_GRAPHICS
protected static final int QUESTION_RESOLUTION_GRAPHICS- See Also:
-
SINGLE_COPY_DOCUMENT
protected static final int SINGLE_COPY_DOCUMENT- See Also:
-
LOBBYING_QUESTION_ID
- See Also:
-
ANSWER_INDICATOR_VALUE
- See Also:
-
s2SProposalPersonService
@Autowired @Qualifier("s2SProposalPersonService") protected S2SProposalPersonService s2SProposalPersonService
-
-
Constructor Details
-
NSFCoverPageBaseGenerator
public NSFCoverPageBaseGenerator()
-
-
Method Details
-
getYearAsCalendar
This method Converts the String that is passed to it into a calendar object. The argument will be set as the Year in the Calendar Object.- Parameters:
year- - The String value to be converted to Calendar Object- Returns:
- calendar value corresponding to the year(String) passed.
-
getS2SProposalPersonService
-
setS2SProposalPersonService
-
getAttachedNarrativeFile
protected gov.grants.apply.system.attachmentsV10.AttachedFileDataType getAttachedNarrativeFile(int narrativeCode) -
getAttachedFileDataTypes
protected gov.grants.apply.system.attachmentsV10.AttachedFileDataType[] getAttachedFileDataTypes()
-