com.jalios.jcms.stat
Class ExportParameters
java.lang.Object
com.jalios.jcms.stat.ExportParameters
public class ExportParameters
- extends java.lang.Object
Encapsulate Export Parameters for access statistics
- Since:
- JCMS 6.3
- Author:
- Ludovic SMADJA
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
beginDate
protected java.util.Date beginDate
endDate
protected java.util.Date endDate
workspace
protected Workspace workspace
exportHandler
protected RawDataExportHandler exportHandler
mailNotification
protected boolean mailNotification
linkedExporter
protected StatExporter linkedExporter
token
protected java.lang.String token
exportedFile
protected java.io.File exportedFile
ExportParameters
public ExportParameters()
getExportedFile
public java.io.File getExportedFile()
setExportedFile
public void setExportedFile(java.io.File exportedFile)
getToken
public java.lang.String getToken()
setToken
public void setToken(java.lang.String token)
getBeginDate
public java.util.Date getBeginDate()
setBeginDate
public void setBeginDate(java.util.Date beginDate)
getEndDate
public java.util.Date getEndDate()
setEndDate
public void setEndDate(java.util.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.