public class KradDataFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<DataObjectService>
Will lazy-initialize the framework if it's not already been initialized. The factory bean will return a reference
the DataObjectService which is the main API entry point into the data framework.
DataObjectService| Constructor and Description |
|---|
KradDataFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
DataObjectService |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public KradDataFactoryBean()
public DataObjectService getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<DataObjectService>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<DataObjectService>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<DataObjectService>Copyright © 2005–2016 The Kuali Foundation. All rights reserved.