|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.data.KradDataFactoryBean
public class KradDataFactoryBean
A factory bean which load and/or acquires a reference to the data framework.
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 Summary | |
---|---|
KradDataFactoryBean()
|
Method Summary | |
---|---|
DataObjectService |
getObject()
|
Class<?> |
getObjectType()
|
boolean |
isSingleton()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KradDataFactoryBean()
Method Detail |
---|
public DataObjectService getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<DataObjectService>
Exception
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<DataObjectService>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<DataObjectService>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |