|
|||||||||
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. |
Dimension[] |
getDimensions()
|
java.lang.String |
getID()
|
Member[] |
getMeasures()
|
Result |
getResult()
runs the query and returns the result |
void |
initialize()
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, getRootModel, getTopDecorator, removeModelChangeListener, setLocale |
Methods inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
getBookmarkState, setBookmarkState |
Method Detail |
---|
Result getResult() throws OlapException
OlapException
Dimension[] getDimensions()
Member[] getMeasures()
void initialize() throws OlapException
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 |