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 java.lang.Object implements MethodOperation.Factory<RemoveList>
A factory for the <remove-list> element.
-
-
Constructor Summary
Constructors Constructor Description RemoveListFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveList
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public RemoveList createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<RemoveList>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<RemoveList>
-
-