Class SetCurrentUserLogin.SetCurrentUserLoginFactory
- java.lang.Object
-
- org.apache.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>
A factory for the <set-current-user-login> element.
-
-
Constructor Summary
Constructors Constructor Description SetCurrentUserLoginFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetCurrentUserLogin
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public SetCurrentUserLogin createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<SetCurrentUserLogin>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<SetCurrentUserLogin>
-
-