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.InitializingBean
Exception
public List<String> checkIntegrity()
DataIntegrityService
checkIntegrity
in interface DataIntegrityService
public List<String> repair()
DataIntegrityService
repair
in interface DataIntegrityService
public void setDataSource(DataSource dataSource)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.