Package org.apache.ofbiz.entityext
Class EntityServiceFactory
- java.lang.Object
-
- org.apache.ofbiz.entityext.EntityServiceFactory
-
public class EntityServiceFactory extends java.lang.Object
EntityEcaUtil
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description EntityServiceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DispatchContext
getDispatchContext(Delegator delegator)
static LocalDispatcher
getLocalDispatcher(Delegator delegator)
-
-
-
Method Detail
-
getLocalDispatcher
public static LocalDispatcher getLocalDispatcher(Delegator delegator)
-
getDispatchContext
public static DispatchContext getDispatchContext(Delegator delegator)
-
-