Class PHS398ModularBudgetV1_1Generator
java.lang.Object
org.kuali.coeus.s2sgen.impl.generate.S2SBaseFormGenerator<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument>
org.kuali.coeus.s2sgen.impl.generate.support.PHS398ModularBudgetBaseGenerator<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument>
org.kuali.coeus.s2sgen.impl.generate.support.PHS398ModularBudgetV1_1Generator
- All Implemented Interfaces:
Factory<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument>,Named,S2SFormGenerator<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
@FormGenerator("PHS398ModularBudgetV1_1Generator")
public class PHS398ModularBudgetV1_1Generator
extends PHS398ModularBudgetBaseGenerator<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument>
Class for generating the XML object for grants.gov PHS398ModularBudgetV1_1.
Form is generated using XMLBean classes and is based on PHS398ModularBudget
schema.
- Author:
- Kuali Research Administration Team (kualidev@oncourse.iu.edu)
-
Field Summary
Fields inherited from class org.kuali.coeus.s2sgen.impl.generate.support.PHS398ModularBudgetBaseGenerator
CONSORTIUM_JUSTIFICATION_CODE, modularBudgetService, NARRATIVE_JUSTIFICATION_CODE, PERSONNEL_JUSTIFICATION_CODE, rolodexService, s2SCommonBudgetService, 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 TypeMethodDescriptionorg.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument> factory()gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocumentgetFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) This method createsXmlObjectof typePHS398ModularBudgetDocumentby populating data from the givenProposalDevelopmentDocumentContractintList<org.springframework.core.io.Resource> voidsetFormName(String formName) voidsetNamespace(String namespace) voidsetSortIndex(int sortIndex) voidsetStylesheets(List<org.springframework.core.io.Resource> stylesheets) Methods inherited from class org.kuali.coeus.s2sgen.impl.generate.support.PHS398ModularBudgetBaseGenerator
getCognizantFederalAgency, getModularBudgetService, getRolodexService, getS2SCommonBudgetService, getS2SDateTimeService, getTotalCost, setModularBudgetService, setRolodexService, setS2SCommonBudgetService, setS2SDateTimeServiceMethods 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, isSponsorNIH, saveNarrative, setAttachments, setAuditErrors, setBeanName, setGlobLibV20Generator, setGrantApplicationHashService, setNarrativeService, setPropDevQuestionAnswerService, setQuestionAnswerService, setSponsorHierarchyService, supportsPdfFilling, supportsXslTransform
-
Constructor Details
-
PHS398ModularBudgetV1_1Generator
public PHS398ModularBudgetV1_1Generator()
-
-
Method Details
-
getFormObject
public gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument getFormObject(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract proposalDevelopmentDocument) This method createsXmlObjectof typePHS398ModularBudgetDocumentby populating data from the givenProposalDevelopmentDocumentContract- Parameters:
proposalDevelopmentDocument- for which theXmlObjectneeds to be created- Returns:
XmlObjectwhich is generated using the givenProposalDevelopmentDocumentContract
-
getNamespace
-
setNamespace
-
getFormName
-
setFormName
-
getStylesheets
- Specified by:
getStylesheetsin interfaceS2SFormGenerator<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument>- Overrides:
getStylesheetsin classS2SBaseFormGenerator<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument>
-
setStylesheets
-
getSortIndex
public int getSortIndex() -
setSortIndex
public void setSortIndex(int sortIndex) -
factory
public org.apache.xmlbeans.impl.schema.DocumentFactory<gov.grants.apply.forms.phs398ModularBudgetV11.PHS398ModularBudgetDocument> factory()
-