|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.core.ExtensionSupport com.tonbeller.jpivot.test.olap.TestExtensionSupport com.tonbeller.jpivot.test.olap.TestSetParameter
public class TestSetParameter
Field Summary |
---|
Fields inherited from interface com.tonbeller.jpivot.olap.navi.SetParameter |
---|
ID |
Constructor Summary | |
---|---|
TestSetParameter()
|
Method Summary | |
---|---|
java.util.Map |
getDisplayValues()
for scripting |
java.lang.String[] |
getParameterNames()
return the names of all defined parameters in this query |
void |
setParameter(java.lang.String paramName,
Expression paramValue)
sets a parameter |
Methods inherited from class com.tonbeller.jpivot.test.olap.TestExtensionSupport |
---|
fireModelChanged, model |
Methods inherited from class com.tonbeller.jpivot.core.ExtensionSupport |
---|
decorate, getId, getModel, modelInitialized, setId, setModel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tonbeller.jpivot.core.Extension |
---|
decorate, getId, modelInitialized, setModel |
Constructor Detail |
---|
public TestSetParameter()
Method Detail |
---|
public void setParameter(java.lang.String paramName, Expression paramValue)
SetParameter
setParameter
in interface SetParameter
paramName
- name of the parameter in the MDX queryparamValue
- the value of the parameter, e.g. a memberpublic java.util.Map getDisplayValues()
getDisplayValues
in interface SetParameter
public java.lang.String[] getParameterNames()
SetParameter
getParameterNames
in interface SetParameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |