org.ofbiz.minilang.method.entityops
Class TransactionBegin.TransactionBeginFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.entityops.TransactionBegin.TransactionBeginFactory
All Implemented Interfaces:
MethodOperation.Factory<TransactionBegin>
Enclosing class:
TransactionBegin

public static final class TransactionBegin.TransactionBeginFactory
extends java.lang.Object
implements MethodOperation.Factory<TransactionBegin>


Constructor Summary
TransactionBegin.TransactionBeginFactory()
           
 
Method Summary
 TransactionBegin createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionBegin.TransactionBeginFactory

public TransactionBegin.TransactionBeginFactory()
Method Detail

createMethodOperation

public TransactionBegin createMethodOperation(org.w3c.dom.Element element,
                                              SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<TransactionBegin>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<TransactionBegin>