org.kuali.common.impex.spring
Class ModularDataExportConfig

java.lang.Object
  extended by org.kuali.common.impex.spring.ModularDataExportConfig

@Configuration
public class ModularDataExportConfig
extends Object


Field Summary
static String DATA_INTERVAL_KEY
           
static String DATA_THREADS_KEY
           
static String NAME_EXCLUDE_KEY
           
static String NAME_INCLUDE_KEY
           
static String OUTPUT_LOCATION_KEY
           
static String PROPERTY_PREFIXES_KEY
           
static String ROW_INTERVAL_KEY
           
static String SKIP_EXECUTION_KEY
           
static String STATISTICS_LOCATION_KEY
           
 
Constructor Summary
ModularDataExportConfig()
           
 
Method Summary
 ExportDataService dataService()
           
 org.kuali.common.util.execute.Executable modularDataExportExecutable()
           
 Properties tableStatistics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_PREFIXES_KEY

public static final String PROPERTY_PREFIXES_KEY
See Also:
Constant Field Values

STATISTICS_LOCATION_KEY

public static final String STATISTICS_LOCATION_KEY
See Also:
Constant Field Values

NAME_INCLUDE_KEY

public static final String NAME_INCLUDE_KEY
See Also:
Constant Field Values

NAME_EXCLUDE_KEY

public static final String NAME_EXCLUDE_KEY
See Also:
Constant Field Values

OUTPUT_LOCATION_KEY

public static final String OUTPUT_LOCATION_KEY
See Also:
Constant Field Values

SKIP_EXECUTION_KEY

public static final String SKIP_EXECUTION_KEY
See Also:
Constant Field Values

DATA_THREADS_KEY

public static final String DATA_THREADS_KEY
See Also:
Constant Field Values

ROW_INTERVAL_KEY

public static final String ROW_INTERVAL_KEY
See Also:
Constant Field Values

DATA_INTERVAL_KEY

public static final String DATA_INTERVAL_KEY
See Also:
Constant Field Values
Constructor Detail

ModularDataExportConfig

public ModularDataExportConfig()
Method Detail

modularDataExportExecutable

@Bean(initMethod="execute")
public org.kuali.common.util.execute.Executable modularDataExportExecutable()

dataService

@Bean
public ExportDataService dataService()

tableStatistics

@Bean
public Properties tableStatistics()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.