org.ofbiz.minilang.method.entityops
Class ClearEntityCaches.ClearEntityCachesFactory

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

public static final class ClearEntityCaches.ClearEntityCachesFactory
extends java.lang.Object
implements MethodOperation.Factory<ClearEntityCaches>


Constructor Summary
ClearEntityCaches.ClearEntityCachesFactory()
           
 
Method Summary
 ClearEntityCaches 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

ClearEntityCaches.ClearEntityCachesFactory

public ClearEntityCaches.ClearEntityCachesFactory()
Method Detail

createMethodOperation

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

getName

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