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