Uses of Interface
com.sas.commands.export.OLAPExportCommandInterface

Packages that use OLAPExportCommandInterface
com.sas.commands.export Interfaces implemented by the different Export to Excel commands. 
com.sas.dataselectors.export Interfaces, adapters and factories related to the Export Selector. 
com.sas.servlet.commands.olap.export Commands to export multidimensional data (usually named OLAP data) from within a web application to MS Excel. 
 

Uses of OLAPExportCommandInterface in com.sas.commands.export
 

Subinterfaces of OLAPExportCommandInterface in com.sas.commands.export
 interface OLAPExportCommandV2Interface
          Represents a command for exporting headers and footers together multidimensional data
 

Uses of OLAPExportCommandInterface in com.sas.dataselectors.export
 

Methods in com.sas.dataselectors.export that return OLAPExportCommandInterface
 OLAPExportCommandInterface ExportSelectorCommandFactory.getOLAPCommand(java.lang.String outputType, java.lang.ClassLoader loader)
          Returns an instance of a OLAPExportCommandInterface for the specific output type.
 

Uses of OLAPExportCommandInterface in com.sas.servlet.commands.olap.export
 

Classes in com.sas.servlet.commands.olap.export that implement OLAPExportCommandInterface
 class BaseOLAPExportCommand
          Base class for the commands that export multidimensional data.
 class OLAPExportToCSVCommand
          Command to export to MS Excel multidimensional data as a stream of Comma Separated Values (CSV).
 class OLAPExportToExcelXMLCommand
          Command to export to MS Excel multidimensional data as an MS Excel XML stream of data.
 class OLAPExportToHTMLCommand
          Command to export to MS Excel multidimensional data as HTML text.
 class OLAPExportToTabSeparatedCommand
          Command to export to MS Excel multidimensional data as a stream of Tab Separated Values (TSV).
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.