org.riotfamily.riot.list.support
Class ListSetupBean

java.lang.Object
  extended by org.riotfamily.riot.list.support.ListSetupBean
All Implemented Interfaces:
InitializingBean

public class ListSetupBean
extends Object
implements InitializingBean


Constructor Summary
ListSetupBean()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  void saveItems()
           
 void setDao(RiotDao listModel)
           
 void setItems(List<?> items)
           
 void setTransactionManager(PlatformTransactionManager tm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSetupBean

public ListSetupBean()
Method Detail

setItems

public void setItems(List<?> items)

setDao

public void setDao(RiotDao listModel)

setTransactionManager

public void setTransactionManager(PlatformTransactionManager tm)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception

saveItems

protected void saveItems()