Class SFLLLBaseGenerator<T extends org.apache.xmlbeans.XmlObject>
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
org.kuali.coeus.s2sgen.impl.generate.support.SFLLLBaseGenerator<T>
- All Implemented Interfaces:
Factory<T>,Named,S2SFormGenerator<T>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
SFLLL1_2V1_2Generator,SFLLL2_0V2_0Generator,SFLLLV1_1Generator
public abstract class SFLLLBaseGenerator<T extends org.apache.xmlbeans.XmlObject>
extends S2SBaseFormGenerator<T>
This abstract class has methods that are common to all the versions of SFLLL form.
- Author:
- Kuali Research Administration Team (kualidev@oncourse.iu.edu)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intprotected static final intprotected static final intprotected DepartmentalPersonServiceprotected static final intprotected static final intprotected static final intprotected static final Stringprotected static final intprotected static final intprotected 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 TypeMethodDescriptionvoidsetDepartmentalPersonService(DepartmentalPersonService departmentalPersonService) 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
-
NOT_APPLICABLE
- See Also:
-
SPONSOR_NAME_MAX_LENGTH
protected static final int SPONSOR_NAME_MAX_LENGTH- See Also:
-
ADDRESS_LINE1_MAX_LENGTH
protected static final int ADDRESS_LINE1_MAX_LENGTH- See Also:
-
ADDRESS_LINE2_MAX_LENGTH
protected static final int ADDRESS_LINE2_MAX_LENGTH- See Also:
-
CITY_MAX_LENGTH
protected static final int CITY_MAX_LENGTH- See Also:
-
PROGRAM_ANNOUNCEMENT_TITLE_MAX_LENGTH
protected static final int PROGRAM_ANNOUNCEMENT_TITLE_MAX_LENGTH- See Also:
-
PHONE_MAX_LENGTH
protected static final int PHONE_MAX_LENGTH- See Also:
-
FIRST_NAME_MAX_LENGTH
protected static final int FIRST_NAME_MAX_LENGTH- See Also:
-
MIDDLE_NAME_MAX_LENGTH
protected static final int MIDDLE_NAME_MAX_LENGTH- See Also:
-
LAST_NAME_MAX_LENGTH
protected static final int LAST_NAME_MAX_LENGTH- See Also:
-
departmentalPersonService
@Autowired @Qualifier("departmentalPersonService") protected DepartmentalPersonService departmentalPersonService
-
-
Constructor Details
-
SFLLLBaseGenerator
public SFLLLBaseGenerator()
-
-
Method Details
-
getDepartmentalPersonService
-
setDepartmentalPersonService
-