org.ofbiz.minilang.method.entityops
Class FindByPrimaryKey.FindByPrimaryKeyFactory

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

public static final class FindByPrimaryKey.FindByPrimaryKeyFactory
extends java.lang.Object
implements MethodOperation.Factory<FindByPrimaryKey>


Constructor Summary
FindByPrimaryKey.FindByPrimaryKeyFactory()
           
 
Method Summary
 FindByPrimaryKey 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

FindByPrimaryKey.FindByPrimaryKeyFactory

public FindByPrimaryKey.FindByPrimaryKeyFactory()
Method Detail

createMethodOperation

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

getName

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