org.kuali.rice.krad.util.spring
Class IfExistsFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean
      extended by org.kuali.rice.krad.util.spring.IfExistsFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class IfExistsFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
implements org.springframework.beans.factory.BeanFactoryAware

This is a description of what this class does - jjhanso don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
IfExistsFactoryBean()
           
 
Method Summary
protected  Object createInstance()
           
 org.springframework.beans.factory.BeanFactory getBeanFactory()
           
 String getBeanName()
           
 Object getCustomReturnValue()
           
 Class getObjectType()
          This overridden method ...
 void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
           
 void setBeanName(String beanName)
           
 void setCustomReturnValue(Object customReturnValue)
           
 
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfExistsFactoryBean

public IfExistsFactoryBean()
Method Detail

createInstance

protected Object createInstance()
                         throws Exception
Specified by:
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
Throws:
Exception

getObjectType

public Class getObjectType()
This overridden method ...

Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
Specified by:
getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean
See Also:
AbstractFactoryBean.getObjectType()

getBeanFactory

public org.springframework.beans.factory.BeanFactory getBeanFactory()
Overrides:
getBeanFactory in class org.springframework.beans.factory.config.AbstractFactoryBean

getBeanName

public String getBeanName()

getCustomReturnValue

public Object getCustomReturnValue()

setBeanFactory

public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
Specified by:
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
Overrides:
setBeanFactory in class org.springframework.beans.factory.config.AbstractFactoryBean

setBeanName

public void setBeanName(String beanName)

setCustomReturnValue

public void setCustomReturnValue(Object customReturnValue)


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