|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OlapModel
Provides access to extensions, result and metadata. It does not specify what data are displayed (the query). Supports navigations thru Extensions.
Extension
,
Result
Nested Class Summary | |
---|---|
static class |
OlapModel.EmptyCubeException
thrown if the result can not be computed because the cube is empty. |
static class |
OlapModel.ResultTooLargeException
thrown if too many result positions would be returned |
Field Summary |
---|
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
EXTENSIONAL, INTENSIONAL |
Method Summary | |
---|---|
void |
destroy()
called once when the not used any longer. |
com.tonbeller.jpivot.olap.model.Dimension[] |
getDimensions()
|
java.lang.String |
getID()
|
com.tonbeller.jpivot.olap.model.Member[] |
getMeasures()
|
com.tonbeller.jpivot.olap.model.Result |
getResult()
runs the query and returns the result |
void |
initialize()
called once after creation. |
void |
initialize(java.util.List dimAccList)
called once after creation. |
void |
setID(java.lang.String ID)
sets an ID string for this model |
void |
setServletContext(javax.servlet.ServletContext servletContext)
store a servlet context to the model |
Methods inherited from interface com.tonbeller.jpivot.core.Model |
---|
addExtension, addModelChangeListener, getExtension, getExtensions, getTopDecorator, removeModelChangeListener, setLocale |
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
getBookmarkState, setBookmarkState |
Method Detail |
---|
com.tonbeller.jpivot.olap.model.Result getResult() throws com.tonbeller.jpivot.olap.model.OlapException
com.tonbeller.jpivot.olap.model.OlapException
com.tonbeller.jpivot.olap.model.Dimension[] getDimensions()
com.tonbeller.jpivot.olap.model.Member[] getMeasures()
void initialize() throws com.tonbeller.jpivot.olap.model.OlapException
com.tonbeller.jpivot.olap.model.OlapException
void initialize(java.util.List dimAccList) throws com.tonbeller.jpivot.olap.model.OlapException
com.tonbeller.jpivot.olap.model.OlapException
void destroy()
java.lang.String getID()
void setID(java.lang.String ID)
void setServletContext(javax.servlet.ServletContext servletContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |