public class PHS398ChecklistV1_3Generator extends PHS398ChecklistBaseGenerator
CERTIFICATIONS_ATTACHMENT_CODE, NARRATIVE_CODE_CERTIFICATIONS_ATTACHMENT, NOT_ANSWERED, PROJECT_INCOME_DESCRIPTION_MAX_LENGTH, PROPOSAL_TYPE_CODE_6, 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, s2sBudgetCalculatorService, s2sUtilServiceAREAS_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 |
|---|
PHS398ChecklistV1_3Generator() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.XmlObject |
getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
This method creates
XmlObject of type
PHS398Checklist13Document by populating data from the given
{@link ProposalDevelopmentDocument} |
org.apache.xmlbeans.XmlObject |
getFormObject(org.apache.xmlbeans.XmlObject xmlObject)
This method type casts the given
XmlObject to the required
generator type and returns back the document of that generator type. |
protected static String |
getProjectIncomeDescription(BudgetProjectIncome projectIncome) |
addAttachment, computeAttachmentHash, createContentId, createContentId, getAttachedFileDataType, getAttachedFileDataTypes, getAttachedFileType, getAttachments, getAuditErrors, getHashValue, getPernonnelAttachments, getQuestionnaireAnswers, isSponsorNIH, saveNarrative, setAttachments, setAuditErrors, sortAttachmentsprotected static String getProjectIncomeDescription(BudgetProjectIncome projectIncome)
public org.apache.xmlbeans.XmlObject getFormObject(ProposalDevelopmentDocument proposalDevelopmentDocument)
XmlObject of type
PHS398Checklist13Document by populating data from the given
{@link ProposalDevelopmentDocument}proposalDevelopmentDocument - 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 typeS2SFormGenerator.getFormObject(org.kuali.kra.proposaldevelopment.document.ProposalDevelopmentDocument)Copyright © 2013 The Kuali Foundation. All Rights Reserved.