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 java.lang.Object implements MethodOperation.Factory<StoreList>
A factory for the <store-list> element.
-
-
Constructor Summary
Constructors Constructor Description StoreListFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoreList
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public StoreList createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<StoreList>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<StoreList>
-
-