com.stimulsoft.flex
Class StiSaveAction

java.lang.Object
  extended by com.stimulsoft.flex.StiSaveAction

public class StiSaveAction
extends Object

Copyright Stimulsoft


Constructor Summary
StiSaveAction()
           
 
Method Summary
 String save(InputStream input)
           
 String save(InputStream input, javax.servlet.http.HttpServletRequest request)
          Return null(do nothig), you must use method save(InputStream input)
 StiOperationResult save(String report, String reportName, boolean newReportFlag)
          Сохранение отчета.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiSaveAction

public StiSaveAction()
Method Detail

save

public String save(InputStream input)
            throws IOException,
                   StiException
Throws:
IOException
StiException

save

public String save(InputStream input,
                   javax.servlet.http.HttpServletRequest request)
            throws IOException,
                   StiException
Return null(do nothig), you must use method save(InputStream input)

Parameters:
input -
Returns:
Throws:
IOException
StiException

save

public StiOperationResult save(String report,
                               String reportName,
                               boolean newReportFlag)
Сохранение отчета.

Parameters:
report - строка содержащая отчет в xml виде
reportName - имя отчета
newReportFlag - флаг определяющий новый ли отчет или пересохранение уже существующего
Returns:
результат сохранения.
Throws:
IOException


Copyright © 2017 Stimulsoft. All Rights Reserved.