org.kuali.kpme.core.util
Class LoadDatabaseDataLifeCycle

java.lang.Object
  extended by org.kuali.rice.core.api.lifecycle.BaseLifecycle
      extended by org.kuali.kpme.core.util.SQLDataLifeCycle
          extended by org.kuali.kpme.core.util.LoadDatabaseDataLifeCycle
All Implemented Interfaces:
org.kuali.rice.core.api.lifecycle.Lifecycle

public class LoadDatabaseDataLifeCycle
extends SQLDataLifeCycle


Field Summary
 
Fields inherited from class org.kuali.kpme.core.util.SQLDataLifeCycle
LOG, TEST_TABLE_NAME
 
Constructor Summary
LoadDatabaseDataLifeCycle()
           
LoadDatabaseDataLifeCycle(Class caller)
           
 
Method Summary
 void loadData(org.springframework.transaction.PlatformTransactionManager transactionManager, DataSource dataSource, String schemaName)
           
 
Methods inherited from class org.kuali.kpme.core.util.SQLDataLifeCycle
start
 
Methods inherited from class org.kuali.rice.core.api.lifecycle.BaseLifecycle
isStarted, setStarted, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadDatabaseDataLifeCycle

public LoadDatabaseDataLifeCycle()

LoadDatabaseDataLifeCycle

public LoadDatabaseDataLifeCycle(Class caller)
Method Detail

loadData

public void loadData(org.springframework.transaction.PlatformTransactionManager transactionManager,
                     DataSource dataSource,
                     String schemaName)
Overrides:
loadData in class SQLDataLifeCycle


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