Class PHS398ChecklistBaseGenerator<T extends org.apache.xmlbeans.XmlObject>
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
org.kuali.coeus.s2sgen.impl.generate.support.PHS398ChecklistBaseGenerator<T>
- All Implemented Interfaces:
Factory<T>,Named,S2SFormGenerator<T>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
PHS398ChecklistV1_1Generator,PHS398ChecklistV1_3Generator
public abstract class PHS398ChecklistBaseGenerator<T extends org.apache.xmlbeans.XmlObject>
extends S2SBaseFormGenerator<T>
This abstract class has methods that are common to all the versions of PHS398Checklist form.
- Author:
- Kuali Research Administration Team (kualidev@oncourse.iu.edu)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intstatic final Stringprotected static final intprotected static final intprotected static final Integerprotected static final Integerprotected static final Integerprotected static final Integerprotected static final Integerprotected static final Integerprotected static final Integerprotected S2SCommonBudgetServiceprotected org.kuali.coeus.propdev.api.core.SubmissionInfoServiceFields 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, ORGANIZATION_UEI_MAX_LENGTH, ORGANIZATON_NAME_MAX_LENGTH, pdDoc, PRIMARY_TITLE_MAX_LENGTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.coeus.propdev.api.core.SubmissionInfoServicevoidsetS2SCommonBudgetService(S2SCommonBudgetService s2SCommonBudgetService) voidsetSubmissionInfoService(org.kuali.coeus.propdev.api.core.SubmissionInfoService submissionInfoService) 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_114
-
PROPOSAL_YNQ_QUESTION_115
-
PROPOSAL_YNQ_QUESTION_116
-
PROPOSAL_YNQ_QUESTION_117
-
PROPOSAL_YNQ_QUESTION_118
-
PROPOSAL_YNQ_QUESTION_119
-
PROPOSAL_YNQ_QUESTION_120
-
CERTIFICATIONS_ATTACHMENT_CODE
protected static final int CERTIFICATIONS_ATTACHMENT_CODE- See Also:
-
PROJECT_INCOME_DESCRIPTION_MAX_LENGTH
protected static final int PROJECT_INCOME_DESCRIPTION_MAX_LENGTH- See Also:
-
PROPOSAL_TYPE_CODE_6
protected static final int PROPOSAL_TYPE_CODE_6- See Also:
-
NOT_ANSWERED
- See Also:
-
submissionInfoService
@Autowired @Qualifier("submissionInfoService") protected org.kuali.coeus.propdev.api.core.SubmissionInfoService submissionInfoService -
s2SCommonBudgetService
@Autowired @Qualifier("s2SCommonBudgetService") protected S2SCommonBudgetService s2SCommonBudgetService
-
-
Constructor Details
-
PHS398ChecklistBaseGenerator
public PHS398ChecklistBaseGenerator()
-
-
Method Details
-
getSubmissionInfoService
public org.kuali.coeus.propdev.api.core.SubmissionInfoService getSubmissionInfoService() -
setSubmissionInfoService
public void setSubmissionInfoService(org.kuali.coeus.propdev.api.core.SubmissionInfoService submissionInfoService) -
getS2SCommonBudgetService
-
setS2SCommonBudgetService
-