org.ofbiz.minilang.method.entityops
Class FindByAnd.FindByAndFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.entityops.FindByAnd.FindByAndFactory
All Implemented Interfaces:
MethodOperation.Factory<FindByAnd>
Enclosing class:
FindByAnd

public static final class FindByAnd.FindByAndFactory
extends java.lang.Object
implements MethodOperation.Factory<FindByAnd>


Constructor Summary
FindByAnd.FindByAndFactory()
           
 
Method Summary
 FindByAnd createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindByAnd.FindByAndFactory

public FindByAnd.FindByAndFactory()
Method Detail

createMethodOperation

public FindByAnd createMethodOperation(org.w3c.dom.Element element,
                                       SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<FindByAnd>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<FindByAnd>