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