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