@Component(value="s2SFormGeneratorRetrievalService") public class S2SFormGeneratorRetrievalServiceImpl extends Object implements S2SFormGeneratorRetrievalService
Constructor and Description |
---|
S2SFormGeneratorRetrievalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
FormMappingService |
getFormMappingService() |
S2SFormGenerator |
getS2SGenerator(String proposalNumber,
String namespace)
This method is used to create and return a form generator instance.
|
org.apache.xmlbeans.XmlOptions |
getXmlOptionsPrefixes()
This method is to get the namespace prefixes for some individual forms like, Subaward Budget and PHS398_ResearchTrainingProgramPlan
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setFormMappingService(FormMappingService formMappingService) |
public S2SFormGeneratorRetrievalServiceImpl()
public final S2SFormGenerator getS2SGenerator(String proposalNumber, String namespace) throws S2SException
getS2SGenerator
in interface S2SFormGeneratorRetrievalService
namespace
- name space of the generator.S2SException
- if generator could not be loadedS2SException
- if form generator for given namespace is not availablepublic org.apache.xmlbeans.XmlOptions getXmlOptionsPrefixes()
S2SFormGeneratorRetrievalService
getXmlOptionsPrefixes
in interface S2SFormGeneratorRetrievalService
public FormMappingService getFormMappingService()
public void setFormMappingService(FormMappingService formMappingService)
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
org.springframework.beans.BeansException
Copyright © 2014 The Kuali Foundation. All rights reserved.