org.kuali.common.jdbc.supplier
Class LocationSuppliersFactoryBean

java.lang.Object
  extended by org.kuali.common.jdbc.supplier.LocationSuppliersFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<List<LocationSupplier>>

Deprecated.

@Deprecated
public class LocationSuppliersFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<List<LocationSupplier>>


Field Summary
static String DEFAULT_RESOURCES_SUFFIX
          Deprecated.  
 
Constructor Summary
LocationSuppliersFactoryBean()
          Deprecated.  
 
Method Summary
 LocationSupplierContext getContext()
          Deprecated.  
 org.springframework.core.env.Environment getEnv()
          Deprecated.  
 Map<String,LocationSupplierSourceBean> getExtensionMappings()
          Deprecated.  
protected  List<String> getLocations(org.springframework.core.env.Environment env, String propertyKey, String resourcesSuffix)
          Deprecated. Get all the resources (in order) for the propertyKey passed in.
protected  LocationSupplier getLocationSupplierInstance(LocationSupplierSourceBean sourceBean, String location)
          Deprecated. Build a new LocationSupplier instance from a LocationSupplierSourceBean
 List<LocationSupplier> getObject()
          Deprecated.  
 Class<?> getObjectType()
          Deprecated.  
 String getPropertyKey()
          Deprecated.  
 String getResourcesSuffix()
          Deprecated.  
protected  List<LocationSupplier> getSuppliers(List<String> locations, Map<String,LocationSupplierSourceBean> mappings)
          Deprecated.  
 boolean isSingleton()
          Deprecated.  
 void setContext(LocationSupplierContext context)
          Deprecated.  
 void setEnv(org.springframework.core.env.Environment env)
          Deprecated.  
 void setExtensionMappings(Map<String,LocationSupplierSourceBean> extensionMappings)
          Deprecated.  
 void setPropertyKey(String propertyKey)
          Deprecated.  
 void setResourcesSuffix(String resourcesSuffix)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_RESOURCES_SUFFIX

public static final String DEFAULT_RESOURCES_SUFFIX
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

LocationSuppliersFactoryBean

public LocationSuppliersFactoryBean()
Deprecated. 
Method Detail

getObject

public List<LocationSupplier> getObject()
Deprecated. 
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<List<LocationSupplier>>

getSuppliers

protected List<LocationSupplier> getSuppliers(List<String> locations,
                                              Map<String,LocationSupplierSourceBean> mappings)
Deprecated. 

getLocationSupplierInstance

protected LocationSupplier getLocationSupplierInstance(LocationSupplierSourceBean sourceBean,
                                                       String location)
Deprecated. 
Build a new LocationSupplier instance from a LocationSupplierSourceBean

Parameters:
sourceBean - the LocationSupplierSourceBean
location - the context location for the new instance
Returns:
a new instance of LocationSupplier with properties from the LocationSupplierSourceBean

getLocations

protected List<String> getLocations(org.springframework.core.env.Environment env,
                                    String propertyKey,
                                    String resourcesSuffix)
Deprecated. 
Get all the resources (in order) for the propertyKey passed in. The value behind the


getObjectType

public Class<?> getObjectType()
Deprecated. 
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<List<LocationSupplier>>

isSingleton

public boolean isSingleton()
Deprecated. 
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<List<LocationSupplier>>

getResourcesSuffix

public String getResourcesSuffix()
Deprecated. 

setResourcesSuffix

public void setResourcesSuffix(String resourcesSuffix)
Deprecated. 

getEnv

public org.springframework.core.env.Environment getEnv()
Deprecated. 

setEnv

public void setEnv(org.springframework.core.env.Environment env)
Deprecated. 

getPropertyKey

public String getPropertyKey()
Deprecated. 

setPropertyKey

public void setPropertyKey(String propertyKey)
Deprecated. 

getExtensionMappings

public Map<String,LocationSupplierSourceBean> getExtensionMappings()
Deprecated. 

setExtensionMappings

public void setExtensionMappings(Map<String,LocationSupplierSourceBean> extensionMappings)
Deprecated. 

getContext

public LocationSupplierContext getContext()
Deprecated. 

setContext

public void setContext(LocationSupplierContext context)
Deprecated. 


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