com.stimulsoft.webviewer
Class StiRequiredOptions

java.lang.Object
  extended by com.stimulsoft.webviewer.StiRequiredOptions

public class StiRequiredOptions
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiRequiredOptions()
           
 
Method Summary
 StiHtmlChartType getChartRenderType()
           
 java.lang.String getClientGuid()
           
 java.util.HashMap<java.lang.String,java.lang.Object> getEditableParameters()
           
 StiExportFormat getExportFormat()
           
 java.util.HashMap<java.lang.String,java.lang.Object> getExportSettings()
           
 java.util.HashMap<java.lang.String,java.lang.String> getFormValues()
           
 java.lang.String getOpenLinksTarget()
           
 int getPageNumber()
           
 java.util.HashMap<java.lang.String,java.lang.Object> getParameters()
           
 java.lang.String getParamsGuid()
           
 java.lang.String getPreviousParamsGuid()
           
 java.lang.String getPrintAction()
           
 java.lang.String getReportGuid()
           
 java.util.HashMap<java.lang.String,java.lang.String> getRoutes()
           
 java.lang.String getServerCacheMode()
           
 java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> getVariables()
           
 java.lang.String getViewerId()
           
 StiWebViewMode getViewMode()
           
 double getZoom()
           
 boolean isBookmarksPrint()
           
 boolean isShowBookmarks()
           
 void setBookmarksPrint(boolean bookmarksPrint)
           
 void setChartRenderType(StiHtmlChartType chartRenderType)
           
 void setClientGuid(java.lang.String clientGuid)
           
 void setEditableParameters(java.util.HashMap<java.lang.String,java.lang.Object> editableParameters)
           
 void setExportFormat(StiExportFormat exportFormat)
           
 void setExportSettings(java.util.HashMap<java.lang.String,java.lang.Object> exportSettings)
           
 void setFormValues(java.util.HashMap<java.lang.String,java.lang.String> formValues)
           
 void setOpenLinksTarget(java.lang.String openLinksTarget)
           
 void setPageNumber(int pageNumber)
           
 void setParameters(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
           
 void setParamsGuid(java.lang.String paramsGuid)
           
 void setPreviousParamsGuid(java.lang.String previousParamsGuid)
           
 void setPrintAction(java.lang.String printAction)
           
 void setReportGuid(java.lang.String reportGuid)
           
 void setRoutes(java.util.HashMap<java.lang.String,java.lang.String> routes)
           
 void setServerCacheMode(java.lang.String serverCacheMode)
           
 void setShowBookmarks(boolean showBookmarks)
           
 void setVariables(java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> variables)
           
 void setViewerId(java.lang.String viewerId)
           
 void setViewMode(StiWebViewMode viewMode)
           
 void setZoom(double zoom)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRequiredOptions

public StiRequiredOptions()
Method Detail

getViewerId

public java.lang.String getViewerId()
Returns:
the viewerId

setViewerId

public void setViewerId(java.lang.String viewerId)
Parameters:
viewerId - the viewerId to set

getRoutes

public java.util.HashMap<java.lang.String,java.lang.String> getRoutes()
Returns:
the routes

setRoutes

public void setRoutes(java.util.HashMap<java.lang.String,java.lang.String> routes)
Parameters:
routes - the routes to set

getFormValues

public java.util.HashMap<java.lang.String,java.lang.String> getFormValues()
Returns:
the formValues

setFormValues

public void setFormValues(java.util.HashMap<java.lang.String,java.lang.String> formValues)
Parameters:
formValues - the formValues to set

getReportGuid

public java.lang.String getReportGuid()
Returns:
the reportGuid

setReportGuid

public void setReportGuid(java.lang.String reportGuid)
Parameters:
reportGuid - the reportGuid to set

getParamsGuid

public java.lang.String getParamsGuid()
Returns:
the paramsGuid

setParamsGuid

public void setParamsGuid(java.lang.String paramsGuid)
Parameters:
paramsGuid - the paramsGuid to set

getPreviousParamsGuid

public java.lang.String getPreviousParamsGuid()
Returns:
the previousParamsGuid

setPreviousParamsGuid

public void setPreviousParamsGuid(java.lang.String previousParamsGuid)
Parameters:
previousParamsGuid - the previousParamsGuid to set

getClientGuid

public java.lang.String getClientGuid()
Returns:
the clientGuid

setClientGuid

public void setClientGuid(java.lang.String clientGuid)
Parameters:
clientGuid - the clientGuid to set

getPageNumber

public int getPageNumber()
Returns:
the pageNumber

setPageNumber

public void setPageNumber(int pageNumber)
Parameters:
pageNumber - the pageNumber to set

getZoom

public double getZoom()
Returns:
the zoom

setZoom

public void setZoom(double zoom)
Parameters:
zoom - the zoom to set

getViewMode

public StiWebViewMode getViewMode()
Returns:
the viewMode

setViewMode

public void setViewMode(StiWebViewMode viewMode)
Parameters:
viewMode - the viewMode to set

isShowBookmarks

public boolean isShowBookmarks()
Returns:
the showBookmarks

setShowBookmarks

public void setShowBookmarks(boolean showBookmarks)
Parameters:
showBookmarks - the showBookmarks to set

getOpenLinksTarget

public java.lang.String getOpenLinksTarget()
Returns:
the openLinksTarget

setOpenLinksTarget

public void setOpenLinksTarget(java.lang.String openLinksTarget)
Parameters:
openLinksTarget - the openLinksTarget to set

getExportSettings

public java.util.HashMap<java.lang.String,java.lang.Object> getExportSettings()
Returns:
the exportSettings

setExportSettings

public void setExportSettings(java.util.HashMap<java.lang.String,java.lang.Object> exportSettings)
Parameters:
exportSettings - the exportSettings to set

getExportFormat

public StiExportFormat getExportFormat()
Returns:
the exportFormat

setExportFormat

public void setExportFormat(StiExportFormat exportFormat)
Parameters:
exportFormat - the exportFormat to set

getChartRenderType

public StiHtmlChartType getChartRenderType()
Returns:
the chartRenderType

setChartRenderType

public void setChartRenderType(StiHtmlChartType chartRenderType)
Parameters:
chartRenderType - the chartRenderType to set

getPrintAction

public java.lang.String getPrintAction()
Returns:
the printAction

setPrintAction

public void setPrintAction(java.lang.String printAction)
Parameters:
printAction - the printAction to set

isBookmarksPrint

public boolean isBookmarksPrint()
Returns:
the bookmarksPrint

setBookmarksPrint

public void setBookmarksPrint(boolean bookmarksPrint)
Parameters:
bookmarksPrint - the bookmarksPrint to set

getVariables

public java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> getVariables()
Returns:
the variables

setVariables

public void setVariables(java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> variables)
Parameters:
variables - the variables to set

getParameters

public java.util.HashMap<java.lang.String,java.lang.Object> getParameters()
Returns:
the parameters

setParameters

public void setParameters(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Parameters:
parameters - the parameters to set

getEditableParameters

public java.util.HashMap<java.lang.String,java.lang.Object> getEditableParameters()
Returns:
the editableParameters

setEditableParameters

public void setEditableParameters(java.util.HashMap<java.lang.String,java.lang.Object> editableParameters)
Parameters:
editableParameters - the editableParameters to set

getServerCacheMode

public java.lang.String getServerCacheMode()
Returns:
the serverCacheMode

setServerCacheMode

public void setServerCacheMode(java.lang.String serverCacheMode)
Parameters:
serverCacheMode - the serverCacheMode to set