|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssOpRemoveOnly interface.
Nested Class Summary |
Nested classes inherited from class com.essbase.api.dataquery.IEssOperation |
IEssOperation.EEssOperationType |
Method Summary | |
void |
addCell(int startRow,
int startColumn)
Adds a cell to operate on. |
void |
addRange(int startRow,
int startColumn,
int countRows,
int countColumns)
Adds a range to operate on. |
int |
getCountRanges()
Gets the count of ranges to operate on. |
IEssIterator |
getRanges()
Gets the list of ranges to operate on. |
Methods inherited from interface com.essbase.api.dataquery.IEssOperation |
getOperationType |
Method Detail |
public void addCell(int startRow, int startColumn) throws EssException
startRow
- The start row.startColumn
- The start column.
EssException
- if an error occurs.public void addRange(int startRow, int startColumn, int countRows, int countColumns) throws EssException
startRow
- The start row.startColumn
- The start column.countRows
- The count of rows.countColumns
- The count of columns.
EssException
- if an error occurs.public int getCountRanges() throws EssException
EssException
- if an error occurs.public IEssIterator getRanges() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |