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

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

public class AddAllListFactoryBean<T>
extends Object
implements org.springframework.beans.factory.FactoryBean<List<T>>, org.springframework.beans.factory.InitializingBean

Append all of the elements from source to the end of target


Constructor Summary
AddAllListFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 List<T> getObject()
           
 Class<?> getObjectType()
           
 Collection<T> getSource()
           
 Collection<T> getTarget()
           
 boolean isSingleton()
           
 void setSource(List<T> source)
           
 void setTarget(List<T> target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAllListFactoryBean

public AddAllListFactoryBean()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

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>>

getSource

public Collection<T> getSource()

setSource

public void setSource(List<T> source)

getTarget

public Collection<T> getTarget()

setTarget

public void setTarget(List<T> target)


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