@Component(value="formMappingService") public class FormMappingServiceImpl extends Object implements FormMappingService
Constructor and Description |
---|
FormMappingServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected String |
createStylesheetName(String namespace) |
Map<String,FormMappingInfo> |
getBindings()
Gets form generation info for all namespaces, keyed by namespace.
|
FormMappingInfo |
getFormInfo(String namespace)
This method is used to get the Form Information based on the given schema
|
FormMappingInfo |
getFormInfo(String namespace,
String proposalNumber)
Gets form generation info for a specific namespace and proposal number.
|
Map<Integer,Set<String>> |
getSortedNameSpaces()
Gets form generation info for all namespaces, keyed by namespace.
|
protected FormMappingInfo |
getUserAttachedForm(String namespace,
String proposalNumber) |
org.kuali.coeus.propdev.api.s2s.UserAttachedFormService |
getUserAttachedFormService() |
void |
registerForm(FormMappingInfo info) |
void |
setUserAttachedFormService(org.kuali.coeus.propdev.api.s2s.UserAttachedFormService userAttachedFormService) |
public FormMappingServiceImpl()
public FormMappingInfo getFormInfo(String namespace)
getFormInfo
in interface FormMappingService
namespace
- String
namespace URL of the formFormMappingInfo
containing the namespace informationpublic FormMappingInfo getFormInfo(String namespace, String proposalNumber)
FormMappingService
getFormInfo
in interface FormMappingService
namespace
- the namespace. cannot be blank.proposalNumber
- the proposal number for an existing proposal. cannot be blank.protected FormMappingInfo getUserAttachedForm(String namespace, String proposalNumber)
protected String createStylesheetName(String namespace)
public Map<String,FormMappingInfo> getBindings()
FormMappingService
getBindings
in interface FormMappingService
public Map<Integer,Set<String>> getSortedNameSpaces()
FormMappingService
getSortedNameSpaces
in interface FormMappingService
public void registerForm(FormMappingInfo info)
registerForm
in interface FormMappingService
public org.kuali.coeus.propdev.api.s2s.UserAttachedFormService getUserAttachedFormService()
public void setUserAttachedFormService(org.kuali.coeus.propdev.api.s2s.UserAttachedFormService userAttachedFormService)
Copyright © 2014 The Kuali Foundation. All rights reserved.