org.ofbiz.minilang.method.envops
Class OrderMapList.OrderMapListFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.envops.OrderMapList.OrderMapListFactory
All Implemented Interfaces:
MethodOperation.Factory<OrderMapList>
Enclosing class:
OrderMapList

public static final class OrderMapList.OrderMapListFactory
extends java.lang.Object
implements MethodOperation.Factory<OrderMapList>

A factory for the <order-map-list> element.


Constructor Summary
OrderMapList.OrderMapListFactory()
           
 
Method Summary
 OrderMapList createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderMapList.OrderMapListFactory

public OrderMapList.OrderMapListFactory()
Method Detail

createMethodOperation

public OrderMapList createMethodOperation(org.w3c.dom.Element element,
                                          SimpleMethod simpleMethod)
                                   throws MiniLangException
Specified by:
createMethodOperation in interface MethodOperation.Factory<OrderMapList>
Throws:
MiniLangException

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<OrderMapList>