public interface FormMappingService
Modifier and Type | Method and Description |
---|---|
Map<String,FormMappingInfo> |
getBindings()
Gets form generation info for all namespaces, keyed by namespace.
|
FormMappingInfo |
getFormInfo(String namespace)
Gets form generation info for a specific namespace.
|
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.
|
void |
registerForm(FormMappingInfo info) |
FormMappingInfo getFormInfo(String namespace)
namespace
- the namespace. cannot be blank.IllegalArgumentException
- if the namespace is blankFormMappingInfo getFormInfo(String namespace, String proposalNumber)
namespace
- the namespace. cannot be blank.proposalNumber
- the proposal number for an existing proposal. cannot be blank.IllegalArgumentException
- if the namespace or proposalNumber is blankMap<String,FormMappingInfo> getBindings()
Map<Integer,Set<String>> getSortedNameSpaces()
void registerForm(FormMappingInfo info)
Copyright © 2014 The Kuali Foundation. All rights reserved.