@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 S2SFormGeneratorRetrievalServicenamespace - 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()
S2SFormGeneratorRetrievalServicegetXmlOptionsPrefixes in interface S2SFormGeneratorRetrievalServicepublic 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.BeansExceptionCopyright © 2014 The Kuali Foundation. All rights reserved.