org.kuali.common.util.spring
Class ListCombinerFactoryBean<T>

java.lang.Object
  extended by org.kuali.common.util.spring.ListCombinerFactoryBean<T>
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<List<T>>

public class ListCombinerFactoryBean<T>
extends Object
implements org.springframework.beans.factory.FactoryBean<List<T>>


Constructor Summary
ListCombinerFactoryBean()
           
 
Method Summary
 List<List<T>> getListOfLists()
           
 List<T> getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setListOfLists(List<List<T>> listOfLists)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListCombinerFactoryBean

public ListCombinerFactoryBean()
Method Detail

getObject

public List<T> getObject()
                  throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<List<T>>
Throws:
Exception

getObjectType

public Class<?> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<List<T>>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<List<T>>

getListOfLists

public List<List<T>> getListOfLists()

setListOfLists

public void setListOfLists(List<List<T>> listOfLists)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.