Class CommonSF424BaseGenerator<T extends org.apache.xmlbeans.XmlObject>
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
org.kuali.coeus.s2sgen.impl.generate.support.CommonSF424BaseGenerator<T>
- All Implemented Interfaces:
Factory<T>,Named,S2SFormGenerator<T>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
RRSF424BaseGenerator,SF424BaseGenerator,SF424Mandatory1_2_V1_2Generator,SF424Mandatory3_0_V3_0Generator
public abstract class CommonSF424BaseGenerator<T extends org.apache.xmlbeans.XmlObject>
extends S2SBaseFormGenerator<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Integerprotected static final Integerprotected static final Integerprotected static final Stringprotected static final intprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields 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 StringgetEOStateReview(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This method returns a map containing the answers related to EOState Review for a given proposalprotected Stringprotected Stringprotected booleanisSponsorInHierarchy(org.kuali.coeus.propdev.api.core.DevelopmentProposalContract sponsorable, String sponsorHierarchy, String level1) voidsetS2SCommonBudgetService(S2SCommonBudgetService s2SCommonBudgetService) 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
-
PROPOSAL_YNQ_QUESTION_129
-
PROPOSAL_YNQ_QUESTION_130
-
PROPOSAL_YNQ_QUESTION_131
-
YNQ_REVIEW_DATE
- See Also:
-
YNQ_STATE_REVIEW_DATA
- See Also:
-
YNQ_STATE_NOT_SELECTED
- See Also:
-
YNQ_STATE_NOT_COVERED
- See Also:
-
YNQ_ANSWER
- See Also:
-
SPONSOR_GROUPS
- See Also:
-
SPONSOR_NAME_MAX_LENGTH
protected static final int SPONSOR_NAME_MAX_LENGTH- See Also:
-
SPONSOR_NIH
- See Also:
-
-
Constructor Details
-
CommonSF424BaseGenerator
public CommonSF424BaseGenerator()
-
-
Method Details
-
getEOStateReview
protected Map<String,String> getEOStateReview(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This method returns a map containing the answers related to EOState Review for a given proposal- Parameters:
pdDoc- Proposal Development Document.- Returns:
- Map<String, String> map containing the answers related to EOState Review for a given proposal.
-
isSponsorInHierarchy
-
getEmployerId
-
getFirstCfdaNumber
-
getFederalAgencyName
-
getS2SCommonBudgetService
-
setS2SCommonBudgetService
-