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