| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.datadictionary.uif | |
| org.kuali.rice.krad.datadictionary.validator |
| Modifier and Type | Field and Description |
|---|---|
protected DefaultListableBeanFactory |
DataDictionary.ddBeans |
| Modifier and Type | Method and Description |
|---|---|
void |
DataDictionary.loadDictionaryBeans(DefaultListableBeanFactory beans,
Map<String,List<String>> moduleDictionaryFiles,
DataDictionaryIndex index,
ArrayList<String> validationFiles)
Populates and processes the dictionary bean factory based on the configured files
|
static void |
DataDictionary.setupProcessor(DefaultListableBeanFactory beans)
Sets up the bean post processor and conversion service
|
| Constructor and Description |
|---|
DataDictionaryIndex(DefaultListableBeanFactory ddBeans) |
| Constructor and Description |
|---|
UifDictionaryIndex(DefaultListableBeanFactory ddBeans) |
| Modifier and Type | Method and Description |
|---|---|
DefaultListableBeanFactory |
Validator.loadBeans(String[] xmlFiles)
Loads the Spring Beans from a list of xml files
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Validator.validate(String[] xmlFiles,
org.springframework.core.io.ResourceLoader loader,
DefaultListableBeanFactory beans,
boolean failOnWarning)
Validates a collection of beans
|
boolean |
ValidationController.validate(String[] xmlFiles,
org.springframework.core.io.ResourceLoader loader,
DefaultListableBeanFactory beans,
boolean failOnWarning)
Validates a collection of Spring Beans with no output
|
boolean |
ValidationController.validate(String[] xmlFiles,
org.springframework.core.io.ResourceLoader loader,
DefaultListableBeanFactory beans,
org.apache.commons.logging.Log log,
boolean failOnWarning)
Validates a collection of Spring Beans with output going to Log4j
|
boolean |
ValidationController.validate(String[] xmlFiles,
org.springframework.core.io.ResourceLoader loader,
DefaultListableBeanFactory beans,
PrintStream stream,
boolean failOnWarning)
Validates a collection of Spring Beans with output going to a print stream
|
boolean |
ValidationController.validate(String[] xmlFiles,
org.springframework.core.io.ResourceLoader loader,
DefaultListableBeanFactory beans,
String outputFile,
boolean failOnWarning)
Validates a collection of Spring Beans with output going to a file
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.