org.kuali.common.util.spring
Class GetLocationListingsFactoryBean

java.lang.Object
  extended by org.kuali.common.util.spring.GetLocationListingsFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<List<String>>

public class GetLocationListingsFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<List<String>>


Constructor Summary
GetLocationListingsFactoryBean()
           
 
Method Summary
 List<String> getLocationListings()
           
 List<String> getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setLocationListings(List<String> locationListings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLocationListingsFactoryBean

public GetLocationListingsFactoryBean()
Method Detail

getObject

public List<String> getObject()
                       throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<List<String>>
Throws:
Exception

getObjectType

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

isSingleton

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

getLocationListings

public List<String> getLocationListings()

setLocationListings

public void setLocationListings(List<String> locationListings)


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