|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.grouping.functions.GroupingFunctionFactory
An implementation of FunctionFactory supporting the summary functions. Other functions are delegated to the FunctionFactory passed in the constructor.
Field Summary | |
protected FunctionFactory |
delegateFunctionFactory
|
protected static java.util.HashMap |
summaryFunctions
|
Constructor Summary | |
GroupingFunctionFactory(FunctionFactory delegateFunctionFactory)
|
Method Summary | |
Expression |
createFunction(java.lang.String name)
Returns null if there is no expression with the given name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected FunctionFactory delegateFunctionFactory
protected static java.util.HashMap summaryFunctions
Constructor Detail |
public GroupingFunctionFactory(FunctionFactory delegateFunctionFactory)
Method Detail |
public Expression createFunction(java.lang.String name) throws java.lang.Exception
FunctionFactory
createFunction
in interface FunctionFactory
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |