com.jalios.jcms.stat
Class ExportParameters

java.lang.Object
  extended by com.jalios.jcms.stat.ExportParameters

public class ExportParameters
extends Object

Encapsulate Export Parameters for access statistics

Since:
JCMS 6.3
Author:
Ludovic SMADJA

Field Summary
protected  Date beginDate
           
protected  Date endDate
           
protected  File exportedFile
           
protected  RawDataExportHandler exportHandler
           
protected  StatExporter linkedExporter
           
protected  boolean mailNotification
           
static String REVISION
           
protected  String token
           
protected  Workspace workspace
           
 
Constructor Summary
ExportParameters()
           
 
Method Summary
 Date getBeginDate()
           
 Date getEndDate()
           
 File getExportedFile()
           
 RawDataExportHandler getExportHandler()
           
 StatExporter getLinkedExporter()
           
 String getToken()
           
 Workspace getWorkspace()
           
 boolean isMailNotification()
           
 void setBeginDate(Date beginDate)
           
 void setEndDate(Date endDate)
           
 void setExportedFile(File exportedFile)
           
 void setExportHandler(RawDataExportHandler exportHandler)
           
 void setLinkedExporter(StatExporter linkedExporter)
           
 void setMailNotification(boolean mainNotification)
           
 void setToken(String token)
           
 void setWorkspace(Workspace workspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

beginDate

protected Date beginDate

endDate

protected Date endDate

workspace

protected Workspace workspace

exportHandler

protected RawDataExportHandler exportHandler

mailNotification

protected boolean mailNotification

linkedExporter

protected StatExporter linkedExporter

token

protected String token

exportedFile

protected File exportedFile
Constructor Detail

ExportParameters

public ExportParameters()
Method Detail

getExportedFile

public File getExportedFile()

setExportedFile

public void setExportedFile(File exportedFile)

getToken

public String getToken()

setToken

public void setToken(String token)

getBeginDate

public Date getBeginDate()

setBeginDate

public void setBeginDate(Date beginDate)

getEndDate

public Date getEndDate()

setEndDate

public void setEndDate(Date endDate)

getWorkspace

public Workspace getWorkspace()

setWorkspace

public void setWorkspace(Workspace workspace)

getExportHandler

public RawDataExportHandler getExportHandler()

setExportHandler

public void setExportHandler(RawDataExportHandler exportHandler)

isMailNotification

public boolean isMailNotification()

setMailNotification

public void setMailNotification(boolean mainNotification)

getLinkedExporter

public StatExporter getLinkedExporter()

setLinkedExporter

public void setLinkedExporter(StatExporter linkedExporter)


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