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
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>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final 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 Details
-
EntityOperation
- Throws:
MiniLangException
-
-
Method Details
-
getDelegator
-