com.stimulsoft.webviewer.helper
Class StiReportHelper

java.lang.Object
  extended by com.stimulsoft.webviewer.helper.StiReportHelper

public class StiReportHelper
extends Object

Copyright Stimulsoft


Constructor Summary
StiReportHelper()
           
 
Method Summary
static void applyCollapsing(StiReport report, Hashtable<String,Object> parameters)
           
static StiReport applyDrillDown(StiReport report, StiReport renderedReport, Hashtable<String,Object> parameters)
          Apply the parameters for drill-down and build the detailed report
static void applySorting(StiReport report, Hashtable<String,Object> parameters)
          Apply the parameters for sorting and rebuild the report
static StiReport createReportCopy(StiReport report)
           
static String getBookmarksContent(StiReport report, String viewerId, int pageNumber)
           
static StiReport getCompiledReport(StiReport report)
           
static String getHtmlColor(StiColor color)
           
static List<Object> getPagesArray(StiReport report, StiRequiredOptions options)
           
static boolean isInteractionsPresent(StiReport report)
          Returns information about the presence of interactive report.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiReportHelper

public StiReportHelper()
Method Detail

getHtmlColor

public static String getHtmlColor(StiColor color)

getCompiledReport

public static StiReport getCompiledReport(StiReport report)

createReportCopy

public static StiReport createReportCopy(StiReport report)

isInteractionsPresent

public static boolean isInteractionsPresent(StiReport report)
Returns information about the presence of interactive report.

Parameters:
report -
Returns:

applySorting

public static void applySorting(StiReport report,
                                Hashtable<String,Object> parameters)
Apply the parameters for sorting and rebuild the report

Parameters:
report -
parameters -

getPagesArray

public static List<Object> getPagesArray(StiReport report,
                                         StiRequiredOptions options)
                                  throws IOException,
                                         StiException
Throws:
IOException
StiException

applyCollapsing

public static void applyCollapsing(StiReport report,
                                   Hashtable<String,Object> parameters)

applyDrillDown

public static StiReport applyDrillDown(StiReport report,
                                       StiReport renderedReport,
                                       Hashtable<String,Object> parameters)
                                throws IOException,
                                       SAXException,
                                       StiDeserializationException
Apply the parameters for drill-down and build the detailed report

Parameters:
report -
renderedReport -
parameters -
Returns:
Throws:
IOException
SAXException
StiDeserializationException

getBookmarksContent

public static String getBookmarksContent(StiReport report,
                                         String viewerId,
                                         int pageNumber)


Copyright © 2017 Stimulsoft. All Rights Reserved.