|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface RelationalExportCommandInterface
Represents a command for exporting non multidimensional (relational) data
| Method Summary | |
|---|---|
abstract void |
execute(int startRow,
int nRows,
boolean isRawData)
Executes the command |
abstract void |
execute(java.lang.Object out,
int startRow,
int nRows,
boolean isRawData)
Executes the command |
| Methods inherited from interface com.sas.entities.BaseEntityValueInterface |
|---|
getAttribute, setAttribute |
| Method Detail |
|---|
void execute(int startRow,
int nRows,
boolean isRawData)
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 exported
void execute(java.lang.Object out,
int startRow,
int nRows,
boolean isRawData)
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 exported
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||