public interface IEssCubeView extends IEssExtendedObject, IEssProperties
Modifier and Type | Interface and Description |
---|---|
static class |
IEssCubeView.EEssIndentStyle
The EEssIndentStyle is an enumeration of indent styles.
|
static class |
IEssCubeView.EEssQueryGrammar
The EEssQueryGrammar class is an enumeration of query language grammars.
|
IEssProperties.EEssPropertyMode
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the cube view.
|
IEssOpCalculate |
createIEssOpCalculate()
Creates an object for the interface IEssOpCalculate.
|
IEssOpKeepOnly |
createIEssOpKeepOnly()
Creates an object for the interface IEssOpKeepOnly.
|
IEssOpLock |
createIEssOpLock()
Creates an object for the interface IEssOpLock.
|
IEssOpMdxQuery |
createIEssOpMdxQuery()
Creates an object for the interface IEssOpMdxQuery.
|
IEssOpPivot |
createIEssOpPivot()
Creates an object for the interface IEssOpPivot.
|
IEssOpRemoveOnly |
createIEssOpRemoveOnly()
Creates an object for the interface IEssOpRemoveOnly.
|
IEssOpReport |
createIEssOpReport()
Creates an object for the interface IEssOpReport.
|
IEssOpRetrieve |
createIEssOpRetrieve()
Creates an object for the interface IEssOpRetrieve.
|
IEssOpUndo |
createIEssOpUndo()
Creates an object for the interface IEssOpUndo.
|
IEssOpUnlock |
createIEssOpUnlock()
Creates an object for the interface IEssOpUnlock.
|
IEssOpUpdate |
createIEssOpUpdate()
Creates an object for the interface IEssOpUpdate.
|
IEssOpZoomIn |
createIEssOpZoomIn()
Creates an object for the interface IEssOpZoomIn.
|
IEssOpZoomOut |
createIEssOpZoomOut()
Creates an object for the interface IEssOpZoomOut.
|
void |
emailOutput(java.lang.String to,
java.lang.String cc,
java.lang.String bcc,
java.lang.String subject)
Deprecated.
This feature is deprecated since Release 9.3.0
|
java.lang.String |
getAliasTable()
Gets the alias table name.
|
java.lang.String |
getConnectionPoolName()
Gets the name of the connection pool used.
|
IEssCube |
getCube()
Gets the parent cube.
|
java.lang.String |
getDescription()
Gets the cube view description.
|
IEssOpZoomIn.EEssZoomInPreference |
getDrillLevel()
Gets the drill level.
|
IEssGridView |
getGridView()
Gets the grid view of the cube view.
|
java.lang.String |
getHtmlOutput()
Gets the HTML view of the output.
|
IEssCubeView.EEssIndentStyle |
getIndentStyle()
Gets the indent style.
|
java.lang.String |
getLatestMemberName()
Gets the latest member name.application configuration key
|
IEssMdDataSet |
getMdDataSet()
Gets the result after running MDX query operation.
|
IEssCustomMessageHandler |
getMessageHandler()
Retrieves the custom message handler associated with the session.
|
java.lang.String |
getName()
Gets the cube view name.
|
boolean |
isAliasNames()
Checks if alias names.
|
boolean |
isAncestorOnTop()
Checks if Ancestor on top is set.
|
boolean |
isBothMemberAndUniqueName()
Checks if both member and unique member name will be returned.
|
boolean |
isDatalessNavigation()
Checks if data less navigation is enabled.
|
boolean |
isDisplayUnknownMembers()
Checks if to display unknown members in the grid.
|
boolean |
isDrillThroughCoding()
Checks if Drill Through Coding is to be enabled during retrieve.
|
boolean |
isEmptyGridError()
Checks if to error on empty grid.
|
boolean |
isExtendedMemberComment()
Checks if Extended Member Comments is to be retrieved during operations.
|
boolean |
isFormatMissing()
Deprecated.
Replaced by
isProcessMissing() |
boolean |
isFormattedValues()
Checks if formatted values is to be retrieved during operation.
|
boolean |
isHybridAnalysisEnabled()
Checks if hybrid analysis is enabled.
|
boolean |
isIncludeSelection()
Checks if to include selection.
|
boolean |
isMeaningless()
Indicates if the grid operation needs to return Meaningless cells, if any.
|
boolean |
isMidTierCachingEnabled()
Checks if mid-tier caching is enabled.
|
boolean |
isProcessMissing()
Indicates if the Missing cells are to be color coded/formatted.
|
boolean |
isRepeatMemberNames()
Checks if to repeat member names.
|
boolean |
isSelectionOnly()
Checks if selection only.
|
boolean |
isSpecifyLatestMember()
Checks if to specify latest member.
|
boolean |
isSuppressMissing()
Checks if suppress missing.
|
boolean |
isSuppressNumValues()
Checks if numeric values is to be suppressed during operation.
|
boolean |
isSuppressUnderscore()
Checks if suppress underscore.
|
boolean |
isSuppressZero()
Checks if suppress zero.
|
boolean |
isUniqueNameOnly()
Checks if only unique member names will be returned.
|
boolean |
isURLDrillThrough()
Returns if option for retrieving of URL drill through information is enabled or not.
|
boolean |
isUseBothForRowDimensions()
Checks if to use both for row dimensions.
|
boolean |
isWithinSelectedGroup()
Checks if within selected group.
|
IEssMember[] |
memberSelection(java.lang.String mbrName,
int queryType,
int queryOptions,
java.lang.String dimName,
java.lang.String input1,
java.lang.String input2)
Performs member selection.
|
IEssMember[] |
memberSelection(java.lang.String mbrSel,
java.lang.String fldSel)
Performs member selection.
|
void |
performOperation(IEssOperation operation)
Performs an operation on the cube view.
|
void |
refreshPropertyValues()
Refreshes the property values.
|
void |
save()
Saves the cube view to the domain store with the current name.
|
void |
save(java.lang.String cubeViewName)
Saves the cube view to the domain store with the new name.
|
void |
setAliasNames(boolean aliasNames)
Sets if alias names.
|
void |
setAliasTable(java.lang.String aliasTableName)
Sets the alias table name.
|
void |
setAncestorOnTop(boolean ancestorOnTop)
Sets if ancestor on top.
|
void |
setBothMemberAndUniqueName(boolean bothMemberAnduniqueName)
Sets if both member and unique member names will be returned.
|
void |
setDatalessNavigation(boolean datalessNavigation)
Sets if data less navigation is enabled.
|
void |
setDescription(java.lang.String description)
Sets the cube view description.
|
void |
setDisplayUnknownMembers(boolean dispUnknown)
Sets if to display unknown members in the grid.
|
void |
setDrillLevel(IEssOpZoomIn.EEssZoomInPreference drillLevel)
Sets the drill level.
|
void |
setDrillThroughCoding(boolean dtCoding)
Set if drill through coding is to be enabled during retrieve.
|
void |
setEmptyGridError(boolean emptyGridError)
Sets if to error on empty grid.
|
void |
setExtendedMemberComment(boolean EMC)
Set if Extended Member Comments(EMC) is to retrieved.
|
void |
setFormatMissing(boolean formatMissing)
Deprecated.
Replaced by
setProcessMissing(boolean) |
void |
setFormattedValues(boolean formattedValues)
Set if formatted values is to retrieved.
|
void |
setHybridAnalysisEnabled(boolean enableHa)
Sets if hybrid analysis is enabled.
|
void |
setIncludeSelection(boolean includeSelection)
Sets to include selection.
|
void |
setIndentStyle(IEssCubeView.EEssIndentStyle indentStyle)
Sets the indent style.
|
void |
setLatestMemberName(java.lang.String latestMemberName)
Sets the latest member name.
|
void |
setMeaningless(boolean enableMeaninglessCells)
To enable to disable viewing Meaningless cells in the grid result.
|
void |
setMessageHandler(IEssCustomMessageHandler handler)
Associates the Custom message handler to the session.
|
void |
setMidTierCachingEnabled(boolean midTierCachingEnabled)
Sets if mid-tier caching is enabled.
|
void |
setProcessMissing(boolean processMissing)
Set if URL color coding or formatting of MISSING cells is to be performed.
|
void |
setRepeatMemberNames(boolean repeatMemberNames)
Sets to repeat member names.
|
void |
setSelectionOnly(boolean selectionOnly)
Sets if selection only.
|
void |
setSpecifyLatestMember(boolean specifyLatestMember)
Sets if to specify latest member.
|
void |
setSuppressMissing(boolean suppressMissing)
Sets if suppress missing.
|
void |
setSuppressNumValues(boolean suppressNumValues)
Set if numeric values for the Smartlist, Formatted Strings or Date is to suppressed.
|
void |
setSuppressUnderscore(boolean suppUnderscore)
Sets if suppress underscore.
|
void |
setSuppressZero(boolean suppressZero)
Sets if suppress zero.
|
void |
setUniqueNameOnly(boolean uniqueNameOnly)
Sets if only unique member names will be returned.
|
void |
setURLDrillThrough(boolean enable)
To enable or disable retrieving of URL drill through information.
|
void |
setUseBothForRowDimensions(boolean useBothForRowDimensions)
Sets if to use both for row dimensions.
|
void |
setWithinSelectedGroup(boolean withinSelectedGroup)
Sets if within selected group.
|
void |
updatePropertyValues()
Updates the property values.
|
clearClientCache, getParent, getParentBase, isClientCachingEnabled, setClientCachingEnabled
getCountProperties, getPropertyDataType, getPropertyDataType, getPropertyDataTypes, getPropertyId, getPropertyMode, getPropertyMode, getPropertyModes, getPropertyName, getPropertyNames, getPropertyValueAny, getPropertyValueAny, setPropertyValueAny, setPropertyValueAny
static final int PROP_NAME
static final int PROP_DESCRIPTION
static final int PROP_DRILL_LEVEL
static final int PROP_IS_INCLUDE_SELECTION
static final int PROP_IS_SELECTION_ONLY
static final int PROP_IS_WITHIN_SELECTED_GROUP
static final int PROP_INDENT_STYLE
static final int PROP_IS_SUPPRESS_MISSING
static final int PROP_IS_SUPPRESS_ZERO
static final int PROP_IS_SUPPRESS_UNDERSCORE
static final int PROP_IS_ALIAS_NAMES
static final int PROP_ALIAS_TABLE_NAME
static final int PROP_IS_ENABLE_DATALESS_NAVIGATION
static final int PROP_IS_EMPTY_GRID_ERROR
static final int PROP_IS_REPEAT_MEMBER_NAMES
static final int PROP_IS_USE_BOTH_FOR_ROW_DIMENSIONS
static final int PROP_IS_SPECIFY_LATEST_MEMBER
static final int PROP_LATEST_MEMBER_NAME
static final int PROP_MID_TIER_CACHING_ENABLED
static final int PROP_CONNECTION_POOL_NAME
static final int PROP_ENABLE_HYBRID_ANALYSIS
static final int PROP_DISPLAY_UNKNOWN_MEMBERS
static final int PROP_IS_UNIQUENAME_ONLY
static final int PROP_IS_BOTH_MEMBER_AND_UNIQUE_NAME
static final int PROP_IS_EXTENDED_MEMBER_COMMENTS
static final int PROP_IS_SUPPRESS_NUM_VALUES
static final int PROP_IS_ENABLE_FORMATTED_VALUES
static final int PROP_IS_ENABLE_FORMAT_MISSING
static final int PROP_IS_ENABLE_DRILL_THROUGH_CODING
static final int PROP_IS_ENABLE_DRILL_THROUGH_URL
static final int PROP_IS_ANCESTOR_ON_TOP
static final int s_countProperties
static final java.lang.String[] s_propNames
static final IEssValueAny.EEssDataType[] s_propDataTypes
static final IEssProperties.EEssPropertyMode[] s_propModes
java.lang.String getName() throws com.essbase.api.base.EssException
getName
in interface IEssExtendedObject
com.essbase.api.base.EssException
- if an error occurs.java.lang.String getDescription() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.refreshPropertyValues()
void setDescription(java.lang.String description) throws com.essbase.api.base.EssException
description
- The cube view description.com.essbase.api.base.EssException
- if an error occurs.updatePropertyValues()
IEssOpZoomIn.EEssZoomInPreference getDrillLevel() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setDrillLevel(IEssOpZoomIn.EEssZoomInPreference drillLevel) throws com.essbase.api.base.EssException
drillLevel
- The drill level (i.e zoom in preference).com.essbase.api.base.EssException
- if an error occurs.boolean isIncludeSelection() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setIncludeSelection(boolean includeSelection) throws com.essbase.api.base.EssException
includeSelection
- true if to include selection.com.essbase.api.base.EssException
- if an error occurs.boolean isSelectionOnly() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setSelectionOnly(boolean selectionOnly) throws com.essbase.api.base.EssException
selectionOnly
- true if selection only.com.essbase.api.base.EssException
- if an error occurs.boolean isWithinSelectedGroup() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setWithinSelectedGroup(boolean withinSelectedGroup) throws com.essbase.api.base.EssException
withinSelectedGroup
- true if within selected group.com.essbase.api.base.EssException
- if an error occurs.IEssCubeView.EEssIndentStyle getIndentStyle() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setIndentStyle(IEssCubeView.EEssIndentStyle indentStyle) throws com.essbase.api.base.EssException
indentStyle
- The indent style.com.essbase.api.base.EssException
- if an error occurs.boolean isSuppressMissing() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setSuppressMissing(boolean suppressMissing) throws com.essbase.api.base.EssException
suppressMissing
- true if suppress missing.com.essbase.api.base.EssException
- if an error occurs.boolean isAncestorOnTop() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setAncestorOnTop(boolean ancestorOnTop) throws com.essbase.api.base.EssException
ancestorOnTop
- true if ancestor on top.com.essbase.api.base.EssException
- if an error occurs.boolean isSuppressZero() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setSuppressZero(boolean suppressZero) throws com.essbase.api.base.EssException
suppressZero
- true if suppress zero.com.essbase.api.base.EssException
- if an error occurs.boolean isSuppressUnderscore() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setSuppressUnderscore(boolean suppUnderscore) throws com.essbase.api.base.EssException
suppUnderscore
- true if suppress underscore.com.essbase.api.base.EssException
- if an error occurs.boolean isAliasNames() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setAliasNames(boolean aliasNames) throws com.essbase.api.base.EssException
aliasNames
- true if alias names.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getAliasTable() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setAliasTable(java.lang.String aliasTableName) throws com.essbase.api.base.EssException
aliasTableName
- The alias table name.com.essbase.api.base.EssException
- if an error occurs.boolean isDatalessNavigation() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setDatalessNavigation(boolean datalessNavigation) throws com.essbase.api.base.EssException
datalessNavigation
- true if data less navigation.com.essbase.api.base.EssException
- if an error occurs.boolean isEmptyGridError() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setEmptyGridError(boolean emptyGridError) throws com.essbase.api.base.EssException
emptyGridError
- Error on empty grid.com.essbase.api.base.EssException
- if an error occurs.boolean isRepeatMemberNames() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setRepeatMemberNames(boolean repeatMemberNames) throws com.essbase.api.base.EssException
repeatMemberNames
- - repeat member namescom.essbase.api.base.EssException
- if an error occurs.boolean isUseBothForRowDimensions() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setUseBothForRowDimensions(boolean useBothForRowDimensions) throws com.essbase.api.base.EssException
useBothForRowDimensions
- true to use both for row dimensionscom.essbase.api.base.EssException
- if an error occurs.boolean isSpecifyLatestMember() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setSpecifyLatestMember(boolean specifyLatestMember) throws com.essbase.api.base.EssException
specifyLatestMember
- true to specify latest member.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getLatestMemberName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setLatestMemberName(java.lang.String latestMemberName) throws com.essbase.api.base.EssException
latestMemberName
- The latest member name.com.essbase.api.base.EssException
- if an error occurs.boolean isMidTierCachingEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setMidTierCachingEnabled(boolean midTierCachingEnabled) throws com.essbase.api.base.EssException
midTierCachingEnabled
- true to enable mid-tier caching.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getConnectionPoolName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isHybridAnalysisEnabled() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setHybridAnalysisEnabled(boolean enableHa) throws com.essbase.api.base.EssException
enableHa
- true to enable hybrid analysis.com.essbase.api.base.EssException
- if an error occurs.boolean isDisplayUnknownMembers() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setDisplayUnknownMembers(boolean dispUnknown) throws com.essbase.api.base.EssException
dispUnknown
- true to display unknown members.com.essbase.api.base.EssException
- if an error occurs.boolean isUniqueNameOnly() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setUniqueNameOnly(boolean uniqueNameOnly) throws com.essbase.api.base.EssException
uniqueNameOnly
- true if unique member names only are to be returned.com.essbase.api.base.EssException
- if an error occurs.boolean isBothMemberAndUniqueName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setBothMemberAndUniqueName(boolean bothMemberAnduniqueName) throws com.essbase.api.base.EssException
bothMemberAnduniqueName
- true if both member and unique member
name are to be returned.com.essbase.api.base.EssException
- if an error occurs.void setExtendedMemberComment(boolean EMC) throws com.essbase.api.base.EssException
EMC
- true if the extended member comment is to be set.com.essbase.api.base.EssException
- if an error occurs.boolean isExtendedMemberComment() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.boolean isFormattedValues() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setFormattedValues(boolean formattedValues) throws com.essbase.api.base.EssException
If Set, the formatted values for the Smartlist, Formatted Strings and Date will be retrieved.
and they can be accessed through IEssGrdView.getFormattedValues(row, column)
or IEssGridView.getValues(row, column)
.
formattedValues
- true is formatted values is to be fetched.com.essbase.api.base.EssException
- if an error occurs.boolean isSuppressNumValues() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setSuppressNumValues(boolean suppressNumValues) throws com.essbase.api.base.EssException
suppressNumValues
- true if the numeric values are to be suppressed.com.essbase.api.base.EssException
- if an error occurs.boolean isFormatMissing() throws com.essbase.api.base.EssException
isProcessMissing()
com.essbase.api.base.EssException
- if an error occurs.void setFormatMissing(boolean formatMissing) throws com.essbase.api.base.EssException
setProcessMissing(boolean)
formatMissing
- true if the missing cells are to be formatted.com.essbase.api.base.EssException
- if an error occurs.boolean isProcessMissing() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setProcessMissing(boolean processMissing) throws com.essbase.api.base.EssException
processMissing
- true if the missing cells are to be color coded/formatted.com.essbase.api.base.EssException
- if an error occurs.boolean isMeaningless() throws com.essbase.api.base.EssException
This operation is supported on Essbase version 11.1.1.0.00 and above.
com.essbase.api.base.EssException
- on failing to fetch this information.void setMeaningless(boolean enableMeaninglessCells) throws com.essbase.api.base.EssException
This operation is supported on Essbase version 11.1.1.0.00 and above.
enableMeaninglessCells
- enable Meaningless cells option.com.essbase.api.base.EssException
- on failure to set this option on the server.boolean isDrillThroughCoding() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setDrillThroughCoding(boolean dtCoding) throws com.essbase.api.base.EssException
IEssMemberCell.isDrillThrough()
or
IEssDataCell.isDrillThrough()
.
The change will become effective after you invoke updatePropertyValues().
By default #Missing cells will not be color coded. Invoke setProcessMissing(boolean)
if
color code is required for #Missing cells as well.dtCoding
- flag for setting the drill through codingcom.essbase.api.base.EssException
- if an error occurs.boolean isURLDrillThrough() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- If an Error Occursvoid setURLDrillThrough(boolean enable) throws com.essbase.api.base.EssException
By default, this option is not set for querying. Cells can check for
associated URL drill reports using IEssDataCell.isURLDrillThrough()
.
enable
- flag for enabling URL drill thoughcom.essbase.api.base.EssException
- If an error occurs.void updatePropertyValues() throws com.essbase.api.base.EssException
updatePropertyValues
in interface IEssProperties
com.essbase.api.base.EssException
- if an error occurs.void refreshPropertyValues() throws com.essbase.api.base.EssException
refreshPropertyValues
in interface IEssProperties
com.essbase.api.base.EssException
- if an error occurs.void performOperation(IEssOperation operation) throws com.essbase.api.base.EssException
operation
- The operation.com.essbase.api.base.EssException
- if an error occurs.IEssMember[] memberSelection(java.lang.String mbrSel, java.lang.String fldSel) throws com.essbase.api.base.EssException
IEssMemberSelection.executeQuery(
String fieldSelection, String mbrSelection)
documentation.
Note: For IEssMember object obtained using IEssCubeView.memberSelection, only
the following methods can be used from IEssMember: getName(),
isDimensionRootMember(), getLevelNumber(), getGenerationNumber(),
getUnaryConsolidationType(), getDimensionName(), getParentMemberName(),
getFirstChildMemberName(), getPreviousSiblingMemberName(),
getNextSiblingMemberName(), getMemberNumber(), getDimensionNumber().
The rest of the methods in IEssMember will throw an exception.mbrSel
- defined in given link.fldSel
- defined in given link.com.essbase.api.base.EssException
- if an error occurs.IEssMember[] memberSelection(java.lang.String mbrName, int queryType, int queryOptions, java.lang.String dimName, java.lang.String input1, java.lang.String input2) throws com.essbase.api.base.EssException
IEssMemberSelection.executeQuery(
String mbrName, int queryType, int queryOptions, String dimName,
String input1, String input)
documentation. Some of the properties
of the member objects obtained through this method will not pe populated:
e.g. getParentMemberName, getFirstChildMemberName, getPreviousSiblingMemberName,
getNextSiblingMemberName, getMemberNumber, getDimensionNumber will not
be populated. Use
memberSelection(String mbrSel, String fldSel)
for those or use IEssMemberSelection interface to query the members.mbrName
- defined in given link.queryType
- defined in given link.queryOptions
- defined in given link.dimName
- defined in given link.input1
- defined in given link.input2
- defined in given link.com.essbase.api.base.EssException
- if an error occurs.IEssGridView getGridView() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void emailOutput(java.lang.String to, java.lang.String cc, java.lang.String bcc, java.lang.String subject) throws com.essbase.api.base.EssException
to
- To recipient names.cc
- Cc receipient names.bcc
- Bcc receipient names.subject
- The subject for the message.com.essbase.api.base.EssException
- if an error occurs.java.lang.String getHtmlOutput() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void save() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void save(java.lang.String cubeViewName) throws com.essbase.api.base.EssException
cubeViewName
- The name of the cube view.com.essbase.api.base.EssException
- if an error occurs.void close() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpZoomIn createIEssOpZoomIn() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpZoomOut createIEssOpZoomOut() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpPivot createIEssOpPivot() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpKeepOnly createIEssOpKeepOnly() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpRemoveOnly createIEssOpRemoveOnly() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpRetrieve createIEssOpRetrieve() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpMdxQuery createIEssOpMdxQuery() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpReport createIEssOpReport() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpLock createIEssOpLock() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpUnlock createIEssOpUnlock() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpUpdate createIEssOpUpdate() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpUndo createIEssOpUndo() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssOpCalculate createIEssOpCalculate() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssMdDataSet getMdDataSet() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssCube getCube() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setMessageHandler(IEssCustomMessageHandler handler) throws com.essbase.api.base.EssException
getMessageHandler()
API to retrieve the latest state of the handler.handler
- custom message handler.com.essbase.api.base.EssException
- if an error occurs.IEssCustomMessageHandler getMessageHandler() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.setMessageHandler(IEssCustomMessageHandler)