org.kuali.common.util.spring
Class ListCombinerFactoryBean<T>
java.lang.Object
   org.kuali.common.util.spring.ListCombinerFactoryBean<T>
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:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<List<T>>
 
- 
- Throws:
- Exception
 
getObjectType
public Class<?> getObjectType()
- 
- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<List<T>>
 
- 
 
isSingleton
public boolean isSingleton()
- 
- Specified by:
- isSingletonin 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.