org.ofbiz.minilang.method.entityops
Class SetCurrentUserLogin.SetCurrentUserLoginFactory

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

public static final class SetCurrentUserLogin.SetCurrentUserLoginFactory
extends java.lang.Object
implements MethodOperation.Factory<SetCurrentUserLogin>


Constructor Summary
SetCurrentUserLogin.SetCurrentUserLoginFactory()
           
 
Method Summary
 SetCurrentUserLogin 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

SetCurrentUserLogin.SetCurrentUserLoginFactory

public SetCurrentUserLogin.SetCurrentUserLoginFactory()
Method Detail

createMethodOperation

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

getName

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