mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

Implement StateHolder methods in QueryAdapter/Quax class #1

Closed mysticfall closed 11 years ago

mysticfall commented 11 years ago

Finish StateHolder.bookmarkState()/restoreState() methods implementation on QueryAdapter and Quax class.

It's useful in certain environment like when one should store and restore PivotModel instance's state between requests.