org.ofbiz.minilang.method.entityops
Class EntityData

java.lang.Object
  extended by org.ofbiz.minilang.method.MethodOperation
      extended by org.ofbiz.minilang.method.entityops.EntityData

public class EntityData
extends MethodOperation

Uses the delegator to find entity values by a primary key


Nested Class Summary
static class EntityData.EntityDataFactory
           
 
Nested classes/interfaces inherited from class org.ofbiz.minilang.method.MethodOperation
MethodOperation.DeprecatedOperation, MethodOperation.Factory<M extends MethodOperation>
 
Field Summary
protected  FlexibleStringExpander delegatorNameExdr
           
protected  ContextAccessor<java.util.List<java.lang.Object>> errorListAcsr
           
protected  FlexibleStringExpander locationExdr
           
protected  java.lang.String mode
           
static java.lang.String module
           
protected  FlexibleStringExpander timeoutExdr
           
 
Fields inherited from class org.ofbiz.minilang.method.MethodOperation
simpleMethod
 
Constructor Summary
EntityData(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 
Method Summary
 boolean exec(MethodContext methodContext)
          Execute the operation; if false is returned then no further operations will be executed
 java.lang.String expandedString(MethodContext methodContext)
          Create an expanded string representation of the operation, is for the current context
 java.lang.String rawString()
          Create a raw string representation of the operation, would be similar to original XML
 
Methods inherited from class org.ofbiz.minilang.method.MethodOperation
getSimpleMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

locationExdr

protected FlexibleStringExpander locationExdr

delegatorNameExdr

protected FlexibleStringExpander delegatorNameExdr

timeoutExdr

protected FlexibleStringExpander timeoutExdr

errorListAcsr

protected ContextAccessor<java.util.List<java.lang.Object>> errorListAcsr

mode

protected java.lang.String mode
Constructor Detail

EntityData

public EntityData(org.w3c.dom.Element element,
                  SimpleMethod simpleMethod)
Method Detail

exec

public boolean exec(MethodContext methodContext)
Description copied from class: MethodOperation
Execute the operation; if false is returned then no further operations will be executed

Specified by:
exec in class MethodOperation

rawString

public java.lang.String rawString()
Description copied from class: MethodOperation
Create a raw string representation of the operation, would be similar to original XML

Specified by:
rawString in class MethodOperation

expandedString

public java.lang.String expandedString(MethodContext methodContext)
Description copied from class: MethodOperation
Create an expanded string representation of the operation, is for the current context

Specified by:
expandedString in class MethodOperation