|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.core.ofbiz.CoreFactory
public class CoreFactory
This is the Factory for "atlassian-core".
This was taken from atlassian-ofbiz and placed into its now rightful home of JIRA.
Constructor Summary | |
---|---|
CoreFactory()
Deprecated. |
Method Summary | |
---|---|
static ActionDispatcher |
getActionDispatcher()
Deprecated. See individual BackEnd Action or constants in ActionNames for particular replacement. Normally a Service or Manager class in Pico Dependency Injection container. Since v5.0. |
static AssociationManager |
getAssociationManager()
Deprecated. Get AssociationManager from dependency injection instead. Since v5.0. |
static org.ofbiz.core.entity.GenericDelegator |
getGenericDelegator()
Deprecated. Use OfBizDelegator or get DelegatorInterface from Pico instead. Since v5.0. |
static void |
globalRefresh()
Deprecated. |
static void |
setActionDispatcher(ActionDispatcher newActionDispatcher)
Deprecated. Because use of getActionDispatcher() is deprecated. Since v5.0. |
static void |
setAssociationManager(AssociationManager associationManager)
Deprecated. Get AssociationManager from dependency injection instead. Since v5.0. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreFactory()
Method Detail |
---|
public static void globalRefresh()
public static org.ofbiz.core.entity.GenericDelegator getGenericDelegator()
OfBizDelegator
or get DelegatorInterface
from Pico instead. Since v5.0.
OfBizDelegator
instead.
Otherwise get the instance of DelegatorInterface from Pico.
You can call ComponentAccessor#getComponent(DelegatorInterface.class) if you need static access.
public static ActionDispatcher getActionDispatcher()
ActionNames
for particular replacement. Normally a Service or Manager class in Pico Dependency Injection container. Since v5.0.
public static void setActionDispatcher(ActionDispatcher newActionDispatcher)
getActionDispatcher()
is deprecated. Since v5.0.
newActionDispatcher
- ActionDispatcherpublic static AssociationManager getAssociationManager()
public static void setAssociationManager(AssociationManager associationManager)
associationManager
- AssociationManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |