public class RRBudgetV1_1Generator extends RRBudgetBaseGenerator
ADDITIONAL_EQUIPMENT_ATTACHMENT, ADDITIONAL_KEYPERSONS_ATTACHMENT, ARRAY_LIMIT_IN_SCHEMA, BUDGET_JUSTIFICATION_ATTACHMENT, budgetService, businessObjectService, KEYPERSON_CO_PD_PI, NARRATIVE_ATTACHMENT_LIST, NID_CO_PD_PI, NID_PD_PI, OTHERCOST_DESCRIPTION, OTHERPERSONNEL_GRADUATE, OTHERPERSONNEL_MAX_ALLOWED, OTHERPERSONNEL_POSTDOC, OTHERPERSONNEL_SECRETARIAL, OTHERPERSONNEL_UNDERGRADUATE, s2sBudgetCalculatorService, s2sUtilService, SPONSOR_GROUPSAREAS_AFFECTED_ABSTRACT_TYPE_CODE, CONGRESSIONAL_DISTRICT_MAX_LENGTH, DESCRIPTION, DUNS_NUMBER_MAX_LENGTH, globLibV10Generator, globLibV20Generator, KEY_VALUE_SEPARATOR, MODULE_NUMBER, ORGANIZATON_NAME_MAX_LENGTH, pdDoc, PRIMARY_TITLE_MAX_LENGTH, TITLE, TYPE_SEPARATOR| Constructor and Description |
|---|
RRBudgetV1_1Generator() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type RRBudgetDocument by
populating data from the given ProposalDevelopmentDocument |
org.apache.xmlbeans.XmlObject |
getFormObject(org.apache.xmlbeans.XmlObject xmlObject)
This method typecasts the given
XmlObject to the required
generator type and returns back the document of that generator type. |
deleteAutoGenNarratives, getBudgetService, getDocumentService, hasPersonnelBudget, isProposalPersonEqualsKeyPerson, saveAdditionalEquipments, saveExtraKeyPersons, setBudgetService, setDocumentService, validateBudgetForFormaddAttachment, computeAttachmentHash, createContentId, createContentId, getAttachedFileDataType, getAttachedFileDataTypes, getAttachedFileType, getAttachments, getAuditErrors, getHashValue, getPernonnelAttachments, getQuestionnaireAnswers, isSponsorNIH, saveNarrative, setAttachments, setAuditErrors, sortAttachmentspublic org.apache.xmlbeans.XmlObject getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
XmlObject of type RRBudgetDocument by
populating data from the given ProposalDevelopmentDocumentproposalDevelopmentDocument - for which the XmlObject needs to be createdXmlObject which is generated using the given
ProposalDevelopmentDocumentS2SFormGenerator.getFormObject(ProposalDevelopmentDocument)public org.apache.xmlbeans.XmlObject getFormObject(org.apache.xmlbeans.XmlObject xmlObject)
XmlObject to the required
generator type and returns back the document of that generator type.xmlObject - which needs to be converted to the document type of the
required generatorXmlObject document of the required generator typeorg.kuali.kra.s2s.generator.S2SFormGenerator#getFormObject(XmlObject)Copyright © 2013 The Kuali Foundation. All Rights Reserved.