Class FilterListByAnd.FilterListByAndFactory
- java.lang.Object
-
- org.apache.ofbiz.minilang.method.entityops.FilterListByAnd.FilterListByAndFactory
-
- All Implemented Interfaces:
MethodOperation.Factory<FilterListByAnd>
- Enclosing class:
- FilterListByAnd
public static final class FilterListByAnd.FilterListByAndFactory extends java.lang.Object implements MethodOperation.Factory<FilterListByAnd>
A factory for the <filter-list-by-and> element.
-
-
Constructor Summary
Constructors Constructor Description FilterListByAndFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterListByAnd
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public FilterListByAnd createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<FilterListByAnd>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<FilterListByAnd>
-
-