org.ofbiz.minilang.method.entityops
Class SetNonpkFields

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

public final class SetNonpkFields
extends MethodOperation

Implements the <set-nonpk-fields> element.

See Also:
Mini-language Reference

Nested Class Summary
static class SetNonpkFields.SetNonpkFieldsFactory
          A factory for the <set-nonpk-fields> element.
 
Nested classes/interfaces inherited from class org.ofbiz.minilang.method.MethodOperation
MethodOperation.DeprecatedOperation, MethodOperation.Factory<M extends MethodOperation>
 
Field Summary
 
Fields inherited from class org.ofbiz.minilang.MiniLangElement
simpleMethod
 
Constructor Summary
SetNonpkFields(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 
Method Summary
 boolean exec(MethodContext methodContext)
          Executes the operation.
 java.lang.String toString()
           
 
Methods inherited from class org.ofbiz.minilang.method.MethodOperation
expandedString, rawString
 
Methods inherited from class org.ofbiz.minilang.MiniLangElement
gatherArtifactInfo, getLineNumber, getSimpleMethod, getTagName, outputTraceMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetNonpkFields

public SetNonpkFields(org.w3c.dom.Element element,
                      SimpleMethod simpleMethod)
               throws MiniLangException
Throws:
MiniLangException
Method Detail

exec

public boolean exec(MethodContext methodContext)
             throws MiniLangException
Description copied from class: MethodOperation
Executes the operation. Returns true if script execution should continue, or false if script execution should stop.

Specified by:
exec in class MethodOperation
Throws:
MiniLangException

toString

public java.lang.String toString()
Overrides:
toString in class MiniLangElement