com.stimulsoft.flex
Class StiSaveAction

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

public class StiSaveAction
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiSaveAction()
           
 
Method Summary
 java.lang.String save(java.io.InputStream input)
           
 java.lang.String save(java.io.InputStream input, javax.servlet.http.HttpServletRequest request)
          Return null(do nothig), you must use method save(InputStream input)
 StiOperationResult save(java.lang.String report, java.lang.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 java.lang.String save(java.io.InputStream input)
                      throws java.io.IOException,
                             StiException
Throws:
java.io.IOException
StiException

save

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

Parameters:
input -
Returns:
Throws:
java.io.IOException
StiException

save

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

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


Copyright © 2018 Stimulsoft. All Rights Reserved.