Uses of Class
com.jalios.jcms.stat.RawDataExportHandler

Packages that use RawDataExportHandler
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
com.jalios.jcms.stat Provides classes for statistics management and analysis. 
 

Uses of RawDataExportHandler in com.jalios.jcms.handler
 

Methods in com.jalios.jcms.handler that return RawDataExportHandler
 RawDataExportHandler ExportRawStatDataHandler.getAvailableExportHandler()
           
 

Methods in com.jalios.jcms.handler that return types with arguments of type RawDataExportHandler
 Map<String,RawDataExportHandler> ExportRawStatDataHandler.getExportType()
           
 

Uses of RawDataExportHandler in com.jalios.jcms.stat
 

Subclasses of RawDataExportHandler in com.jalios.jcms.stat
 class CSVExportRawDataHandler
          implementation of RawDataExportHandler to generate CSV file
 class XmlRawDataExportHandler
          Export data to XML format
 

Fields in com.jalios.jcms.stat declared as RawDataExportHandler
protected  RawDataExportHandler StatExporter.driver
           
protected  RawDataExportHandler ExportParameters.exportHandler
           
 

Methods in com.jalios.jcms.stat that return RawDataExportHandler
 RawDataExportHandler ExportParameters.getExportHandler()
           
 RawDataExportHandler RawDataExportManager.putOrReplace(String key, RawDataExportHandler handler)
           
 

Methods in com.jalios.jcms.stat that return types with arguments of type RawDataExportHandler
 Map<String,RawDataExportHandler> RawDataExportManager.getHandlers()
           
 

Methods in com.jalios.jcms.stat with parameters of type RawDataExportHandler
protected  StatHandler StatExporter.buildExportStatHandler(long fromDate, long toDate, Workspace workspace, RawDataExportHandler driver)
          Build the StatHandler
protected  StatListener StatExporter.createRawExportListener(RawDataExportHandler exportDriver)
           
 RawDataExportHandler RawDataExportManager.putOrReplace(String key, RawDataExportHandler handler)
           
 void ExportParameters.setExportHandler(RawDataExportHandler exportHandler)
           
 

Method parameters in com.jalios.jcms.stat with type arguments of type RawDataExportHandler
 void RawDataExportManager.setHandlers(HashMap<String,RawDataExportHandler> handlers)
           
 

Constructors in com.jalios.jcms.stat with parameters of type RawDataExportHandler
RawExportStatListener(RawDataExportHandler driver)
           
StatExporter(long fromDate, long toDate, Workspace workspace, RawDataExportHandler driver, boolean mailNotification, Member member, String token)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.