|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OLAPExportCommandInterface
Represents a command for exporting multidimensional data
Method Summary | |
---|---|
void |
execute(int startRow,
int nRows,
boolean isRawData,
boolean repeatLabels)
Executes the command |
void |
execute(java.lang.Object out,
int startRow,
int nRows,
boolean isRawData,
boolean repeatLabels)
Executes the command |
Methods inherited from interface com.sas.entities.BaseEntityValueInterface |
---|
getAttribute, setAttribute |
Method Detail |
---|
void execute(int startRow, int nRows, boolean isRawData, boolean repeatLabels)
startRow
- the index (in the model) of the first row of data to exportnRows
- the number of rows of data to exportisRawData
- true if non formatted data have to be exported, false if formatted data have to be exportedrepeatLabels
- true if the row labels have to be repeated in the exported stream when the OLAP model is expanded, false otherwisevoid execute(java.lang.Object out, int startRow, int nRows, boolean isRawData, boolean repeatLabels)
out
- the output object where to write the exported data to (example a ServletResponse
or a Writer
)startRow
- the index (in the model) of the first row of data to exportnRows
- the number of rows of data to exportisRawData
- true if non formatted data have to be exported, false if formatted data have to be exportedrepeatLabels
- true if the row labels have to be repeated in the exported stream when the OLAP model is expanded, false otherwise
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |