Class RRFedNonFedBudgetBaseGenerator<T extends org.apache.xmlbeans.XmlObject>
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<T>
org.kuali.coeus.s2sgen.impl.generate.support.RRFedNonFedBudgetBaseGenerator<T>
- All Implemented Interfaces:
Factory<T>,Named,S2SFormGenerator<T>,S2SFormGeneratorPdfFillable<T>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
RRFedNonFedBudgetV1_1Generator,RRFedNonFedBudgetV1_2Generator,RRFedNonFedBudgetV2_0Generator
public abstract class RRFedNonFedBudgetBaseGenerator<T extends org.apache.xmlbeans.XmlObject>
extends S2SBaseFormGenerator<T>
implements S2SFormGeneratorPdfFillable<T>
This abstract class has methods that are common to all the versions of RRFedNonFedBudget form.
- Author:
- Kuali Research Administration Team (kualidev@oncourse.iu.edu)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.kuali.coeus.s2sgen.impl.generate.S2SFormGeneratorPdfFillable
S2SFormGeneratorPdfFillable.Attachments -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intstatic final intprotected static final Stringstatic final Stringstatic final Stringprotected static final intstatic final Stringstatic final Stringstatic final Stringprotected S2SBudgetInfoServiceprotected S2SBudgetValidationServiceprotected S2SCommonBudgetServiceprotected S2SDateTimeServiceFields 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 BooleanhasPersonnelBudget(S2SKeyPersonDto keyPerson, int period) This method check whether the key person has a personnel budgetvoidsetS2sBudgetInfoService(S2SBudgetInfoService s2sBudgetInfoService) voidsetS2SBudgetValidationService(S2SBudgetValidationService s2SBudgetValidationService) voidsetS2SCommonBudgetService(S2SCommonBudgetService s2SCommonBudgetService) voidsetS2SDateTimeService(S2SDateTimeService s2SDateTimeService) protected booleanvalidateBudgetForForm(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) Perform manual validations on the budget.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.Named
getBeanNameMethods inherited from interface org.kuali.coeus.s2sgen.impl.generate.S2SFormGenerator
getFormName, getFormObject, getNamespace, getSortIndexMethods inherited from interface org.kuali.coeus.s2sgen.impl.generate.S2SFormGeneratorPdfFillable
getMappedAttachments, getPdfForm
-
Field Details
-
OTHERPERSONNEL_POSTDOC
- See Also:
-
OTHERPERSONNEL_GRADUATE
- See Also:
-
OTHERPERSONNEL_UNDERGRADUATE
- See Also:
-
OTHERPERSONNEL_SECRETARIAL
- See Also:
-
OTHERCOST_DESCRIPTION
- See Also:
-
NID_PD_PI
- See Also:
-
BUDGET_JUSTIFICATION_ATTACHMENT
public static final int BUDGET_JUSTIFICATION_ATTACHMENT- See Also:
-
OTHERPERSONNEL_MAX_ALLOWED
protected static final int OTHERPERSONNEL_MAX_ALLOWED- See Also:
-
ARRAY_LIMIT_IN_SCHEMA
protected static final int ARRAY_LIMIT_IN_SCHEMA- See Also:
-
s2sBudgetInfoService
-
s2SDateTimeService
-
s2SCommonBudgetService
@Autowired @Qualifier("s2SCommonBudgetService") protected S2SCommonBudgetService s2SCommonBudgetService -
s2SBudgetValidationService
@Autowired @Qualifier("s2SBudgetValidationService") protected S2SBudgetValidationService s2SBudgetValidationService
-
-
Constructor Details
-
RRFedNonFedBudgetBaseGenerator
public RRFedNonFedBudgetBaseGenerator()
-
-
Method Details
-
hasPersonnelBudget
This method check whether the key person has a personnel budget- Parameters:
keyPerson- (KeyPersonInfo) key person entry.period- budget period- Returns:
- true if key person has personnel budget else false.
-
validateBudgetForForm
protected boolean validateBudgetForForm(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) Perform manual validations on the budget. Similarly done in RRBudgetBaseGenerator. -
getS2sBudgetInfoService
-
setS2sBudgetInfoService
-
getS2SBudgetValidationService
-
setS2SBudgetValidationService
-
getS2SDateTimeService
-
setS2SDateTimeService
-
getS2SCommonBudgetService
-
setS2SCommonBudgetService
-