|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.minilang.method.MethodOperation
org.ofbiz.minilang.method.entityops.OrderValueList
public class OrderValueList
Order the given list of GenericValue objects
Nested Class Summary | |
---|---|
static class |
OrderValueList.OrderValueListFactory
|
Nested classes/interfaces inherited from class org.ofbiz.minilang.method.MethodOperation |
---|
MethodOperation.DeprecatedOperation, MethodOperation.Factory<M extends MethodOperation> |
Field Summary |
---|
Fields inherited from class org.ofbiz.minilang.method.MethodOperation |
---|
simpleMethod |
Constructor Summary | |
---|---|
OrderValueList(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
|
Method Summary | |
---|---|
boolean |
exec(MethodContext methodContext)
Execute the operation; if false is returned then no further operations will be executed |
java.lang.String |
expandedString(MethodContext methodContext)
Create an expanded string representation of the operation, is for the current context |
java.lang.String |
rawString()
Create a raw string representation of the operation, would be similar to original XML |
Methods inherited from class org.ofbiz.minilang.method.MethodOperation |
---|
getSimpleMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrderValueList(org.w3c.dom.Element element, SimpleMethod simpleMethod)
Method Detail |
---|
public boolean exec(MethodContext methodContext)
MethodOperation
exec
in class MethodOperation
public java.lang.String rawString()
MethodOperation
rawString
in class MethodOperation
public java.lang.String expandedString(MethodContext methodContext)
MethodOperation
expandedString
in class MethodOperation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |