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