|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.param.AbstractParamProvider com.tonbeller.jpivot.param.PropertyPrefixParamProvider
public class PropertyPrefixParamProvider
Default implementation for ParameterProvider. It uses the SqlAccess Extension of the Olap Model.
SqlAccess
Constructor Summary | |
---|---|
PropertyPrefixParamProvider(java.lang.String propertyPrefix)
creates a collection of SessionParam from member properties. |
Method Summary | |
---|---|
protected void |
addMemberParams(java.util.List list,
SqlAccess sa,
Member member)
|
Methods inherited from class com.tonbeller.jpivot.param.AbstractParamProvider |
---|
createSessionParams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyPrefixParamProvider(java.lang.String propertyPrefix)
propertyPrefix
will create a SessionParam.
The name of the SessionParam is the rest of the property name after the
prefix, the SQL value is the value of the property, the MDX value will be
the member.
propertyPrefix
- the prefix of the properties that become SessionParam's.SqlAccess
,
SessionParam
Method Detail |
---|
protected void addMemberParams(java.util.List list, SqlAccess sa, Member member)
addMemberParams
in class AbstractParamProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |