public interface IEssDrillThroughReport extends IEssBaseObject
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the report.
|
IEssValueAny.EEssDataType |
getColumnDataType(int colId)
Gets the column data type at the specified index.
|
java.lang.String |
getColumnName(int colId)
Gets the column name at the specified index.
|
int |
getCountColumns()
Gets the count of columns in the result set.
|
int |
getCountRows()
Gets the count of rows in the result set.
|
int |
getCustomize()
Gets the customize.
|
double |
getDoubleValue(int rowId,
int colId)
Gets the double value at the specified row, column intersection.
|
float |
getFloatValue(int rowId,
int colId)
Gets the float value at the specified row, column intersection.
|
int |
getId()
Gets the report id.
|
int |
getIntValue(int rowId,
int colId)
Gets the int value at the specified row, column intersection.
|
java.lang.String |
getName()
Gets the report name.
|
int |
getRowGoverner()
Gets the row governer.
|
java.lang.String |
getStringValue(int rowId,
int colId)
Gets the String value at the specified row, column intersection.
|
int |
getTimeGoverner()
Gets the time governer.
|
java.lang.String |
getURL()
Gets the URL if the report is a link to a URL.
|
IEssValueAny |
getValue(int rowId,
int colId)
Gets the value at the specified row, column intersection.
|
java.lang.String |
getViewName(int colId)
Gets the view name at the specified index.
|
int getId() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.java.lang.String getName() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getCustomize() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getRowGoverner() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getTimeGoverner() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void execute() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getCountColumns() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.java.lang.String getColumnName(int colId) throws com.essbase.api.base.EssException
colId
- The column id (0 to getCountColumns()-1).com.essbase.api.base.EssException
- if an error occurs.java.lang.String getViewName(int colId) throws com.essbase.api.base.EssException
colId
- The column id (0 to getCountColumns()-1).com.essbase.api.base.EssException
- if an error occurs.IEssValueAny.EEssDataType getColumnDataType(int colId) throws com.essbase.api.base.EssException
colId
- The column id (0 to getCountColumns()-1).com.essbase.api.base.EssException
- if an error occurs.int getCountRows() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getIntValue(int rowId, int colId) throws com.essbase.api.base.EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).com.essbase.api.base.EssException
- if an error occurs.java.lang.String getStringValue(int rowId, int colId) throws com.essbase.api.base.EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).com.essbase.api.base.EssException
- if an error occurs.float getFloatValue(int rowId, int colId) throws com.essbase.api.base.EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).com.essbase.api.base.EssException
- if an error occurs.double getDoubleValue(int rowId, int colId) throws com.essbase.api.base.EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).com.essbase.api.base.EssException
- if an error occurs.IEssValueAny getValue(int rowId, int colId) throws com.essbase.api.base.EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).com.essbase.api.base.EssException
- if an error occurs.java.lang.String getURL() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.