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