Class FindByPrimaryKey.FindByPrimaryKeyFactory
java.lang.Object
org.apache.ofbiz.minilang.method.entityops.FindByPrimaryKey.FindByPrimaryKeyFactory
- All Implemented Interfaces:
MethodOperation.Factory<FindByPrimaryKey>
- Enclosing class:
- FindByPrimaryKey
public static final class FindByPrimaryKey.FindByPrimaryKeyFactory
extends Object
implements MethodOperation.Factory<FindByPrimaryKey>
A factory for the <find-by-primary-key> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
FindByPrimaryKeyFactory
public FindByPrimaryKeyFactory()
-
-
Method Details
-
createMethodOperation
public FindByPrimaryKey createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<FindByPrimaryKey>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<FindByPrimaryKey>
-