org.kuali.student.common.test.spring
Class LoadDataBean
java.lang.Object
org.kuali.student.common.test.spring.LoadDataBean
- All Implemented Interfaces:
- ApplicationContextAware
@Transactional
public class LoadDataBean
- extends Object
- implements ApplicationContextAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.commons.logging.Log LOG
em
EntityManager em
loaded
private boolean loaded
daoAnnotations
private String daoAnnotations
applicationContext
private ApplicationContext applicationContext
LoadDataBean
public LoadDataBean()
loadData
public void loadData()
invokeDataLoader
protected void invokeDataLoader(String dao)
getDaoAnnotations
public String getDaoAnnotations()
- Returns:
- the daoAnnotations
setDaoAnnotations
public void setDaoAnnotations(String daoAnnotations)
- Parameters:
daoAnnotations
- the daoAnnotations to set
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interface ApplicationContextAware
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.