sample.contact
Class DataSourcePopulator

java.lang.Object
  extended by 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

Constructor Summary
DataSourcePopulator()
           
 
Method Summary
 void afterPropertiesSet()
           
 int getCreateEntities()
           
 void setCreateEntities(int createEntities)
           
 void setDataSource(DataSource dataSource)
           
 void setMutableAclService(MutableAclService mutableAclService)
           
 void setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourcePopulator

public DataSourcePopulator()
Method Detail

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.