Package com.atlassian.jira.ofbiz
Class OfBizFactory
java.lang.Object
com.atlassian.jira.ofbiz.OfBizFactory
A factory for Unit Tests to get an OfBizDelegator or GenericDelegator.
Normally it would be recommended to use a mock OfBizDelegator. This factory is included for compatibility with existing tests that rely on getting a "real" GenericDelegator.
- Since:
- v5.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.ofbiz.core.entity.GenericDelegatorstatic OfBizDelegator
-
Constructor Details
-
OfBizFactory
public OfBizFactory()
-
-
Method Details
-
getGenericDelegator
public static org.ofbiz.core.entity.GenericDelegator getGenericDelegator() -
getOfBizDelegator
-