Package de.businesscode.bcdui.wrs.export
Class SylkDataWriter
java.lang.Object
de.businesscode.bcdui.wrs.load.AbstractDataWriter
de.businesscode.bcdui.wrs.export.SylkDataWriter
- All Implemented Interfaces:
IDataWriter
-
Field Summary
Fields inherited from class de.businesscode.bcdui.wrs.load.AbstractDataWriter
rowCounter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
close the destination resourcefinal String
final String
protected abstract PrintWriter
getLazyStream This method called only once.void
setAddInf
(IRequestOptions options) final void
setAddInfo
(String addInfo) final void
setApplicationURL
(String applicationURL) protected void
write()
replace the write method from interfaceMethods inherited from class de.businesscode.bcdui.wrs.load.AbstractDataWriter
getColumnsCount, getDuration, getGenerator, getOptions, getRequestDocRoot, getResultSet, getResultSetMetaData, getRowCount, isEscapeXMLType, setEscapeXMLType, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.businesscode.bcdui.wrs.load.IDataWriter
getColumnsCount, getRowCount, write
-
Constructor Details
-
SylkDataWriter
public SylkDataWriter()
-
-
Method Details
-
setAddInf
-
getApplicationURL
- Returns:
- the applicationURL
-
getAddInfo
- Returns:
- the additional information
-
setApplicationURL
- Parameters:
applicationURL
- the applicationURL to set
-
setAddInfo
- Parameters:
addInfo
- the applicationURL to set
-
getLazyStream
getLazyStream This method called only once.- Returns:
- the output stream.
- Throws:
Exception
-
write
Description copied from class:AbstractDataWriter
replace the write method from interface- Specified by:
write
in classAbstractDataWriter
- Throws:
Exception
- See Also:
-
close
Description copied from interface:IDataWriter
close the destination resource- Specified by:
close
in interfaceIDataWriter
- Throws:
Exception
- See Also:
-