org.kuali.common.util.spring
Class ListCombinerFactoryBean<T>
java.lang.Object
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>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListCombinerFactoryBean
public ListCombinerFactoryBean()
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.