public class DataIntegrityServiceImpl extends Object implements DataIntegrityService, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DataIntegrityServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
List<String> |
checkIntegrity()
Performs and integrity check on KIM data, returning a list of messages.
|
List<String> |
repair()
Executes any automatic repair of data integrity issues on KIM data, returning a list of messages.
|
void |
setDataSource(DataSource dataSource) |
public DataIntegrityServiceImpl()
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic List<String> checkIntegrity()
DataIntegrityServicecheckIntegrity in interface DataIntegrityServicepublic List<String> repair()
DataIntegrityServicerepair in interface DataIntegrityServicepublic void setDataSource(DataSource dataSource)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.