Class EntityOperation
- java.lang.Object
-
- org.apache.ofbiz.minilang.MiniLangElement
-
- org.apache.ofbiz.minilang.method.MethodOperation
-
- org.apache.ofbiz.minilang.method.entityops.EntityOperation
-
- Direct Known Subclasses:
ClearCacheLine
,ClearEntityCaches
,EntityAnd
,EntityCondition
,EntityCount
,EntityData
,EntityOne
,FindByAnd
,FindByPrimaryKey
,MakeValue
,RemoveByAnd
,RemoveList
,SequencedIdToEnv
,StoreList
public abstract class EntityOperation extends MethodOperation
An abstract base class for entity operations.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.minilang.method.MethodOperation
MethodOperation.DeprecatedOperation, MethodOperation.Factory<M extends MethodOperation>
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.minilang.MiniLangElement
simpleMethod
-
-
Constructor Summary
Constructors Constructor Description EntityOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Delegator
getDelegator(MethodContext methodContext)
-
Methods inherited from class org.apache.ofbiz.minilang.method.MethodOperation
exec, expandedString, rawString
-
Methods inherited from class org.apache.ofbiz.minilang.MiniLangElement
gatherArtifactInfo, getLineNumber, getSimpleMethod, getTagName, outputTraceMessage, toString
-
-
-
-
Constructor Detail
-
EntityOperation
public EntityOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Throws:
MiniLangException
-
-
Method Detail
-
getDelegator
protected final Delegator getDelegator(MethodContext methodContext)
-
-