sample.contact
Class DataSourcePopulator
java.lang.Object
sample.contact.DataSourcePopulator
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class DataSourcePopulator
- extends Object
- implements org.springframework.beans.factory.InitializingBean
Populates the Contacts in-memory database with contact and ACL information.
- Version:
- $Id: DataSourcePopulator.java 1754 2006-11-17 02:01:21Z benalex $
- Author:
- Ben Alex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourcePopulator
public DataSourcePopulator()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getCreateEntities
public int getCreateEntities()
setCreateEntities
public void setCreateEntities(int createEntities)
setDataSource
public void setDataSource(DataSource dataSource)
setMutableAclService
public void setMutableAclService(MutableAclService mutableAclService)
setPlatformTransactionManager
public void setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.