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