|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.saveLoad.StiSLService
public abstract class StiSLService
Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiSLService()
|
|
| Method Summary | |
|---|---|
static java.util.List<StiSLService> |
getDocumentSLServices(StiSLActions action)
Return document save load services for StiSLActions |
abstract java.lang.String |
getFilter()
|
abstract void |
save(StiReport report,
java.io.OutputStream stream)
Saves a document in the stream. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiSLService()
| Method Detail |
|---|
public static java.util.List<StiSLService> getDocumentSLServices(StiSLActions action)
StiSLActions
action - StiSLActions
public abstract java.lang.String getFilter()
public abstract void save(StiReport report,
java.io.OutputStream stream)
throws java.io.IOException,
java.security.NoSuchAlgorithmException
report - Rendered for saving.stream - Stream to save documents.
java.security.NoSuchAlgorithmException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||