Class TransactionBegin.TransactionBeginFactory
java.lang.Object
org.apache.ofbiz.minilang.method.entityops.TransactionBegin.TransactionBeginFactory
- All Implemented Interfaces:
MethodOperation.Factory<TransactionBegin>
- Enclosing class:
- TransactionBegin
public static final class TransactionBegin.TransactionBeginFactory
extends Object
implements MethodOperation.Factory<TransactionBegin>
A factory for the <transaction-begin> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
TransactionBeginFactory
public TransactionBeginFactory()
-
-
Method Details
-
createMethodOperation
public TransactionBegin createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<TransactionBegin>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<TransactionBegin>
-