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
public abstract class SylkDataWriter extends AbstractDataWriter implements IDataWriter
-
-
Field Summary
-
Fields inherited from class de.businesscode.bcdui.wrs.load.AbstractDataWriter
rowCounter
-
-
Constructor Summary
Constructors Constructor Description SylkDataWriter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
close()
close the destination resourcejava.lang.String
getAddInfo()
java.lang.String
getApplicationURL()
protected abstract java.io.PrintWriter
getLazyStream()
getLazyStream This method called only once.void
setAddInf(IRequestOptions options)
void
setAddInfo(java.lang.String addInfo)
void
setApplicationURL(java.lang.String applicationURL)
protected void
write()
replace the write method from interface-
Methods 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
-
-
-
-
Method Detail
-
setAddInf
public void setAddInf(IRequestOptions options)
-
getApplicationURL
public final java.lang.String getApplicationURL()
- Returns:
- the applicationURL
-
getAddInfo
public final java.lang.String getAddInfo()
- Returns:
- the additional information
-
setApplicationURL
public final void setApplicationURL(java.lang.String applicationURL)
- Parameters:
applicationURL
- the applicationURL to set
-
setAddInfo
public final void setAddInfo(java.lang.String addInfo)
- Parameters:
addInfo
- the applicationURL to set
-
getLazyStream
protected abstract java.io.PrintWriter getLazyStream() throws java.lang.Exception
getLazyStream This method called only once.- Returns:
- the output stream.
- Throws:
java.lang.Exception
-
write
protected void write() throws java.lang.Exception
Description copied from class:AbstractDataWriter
replace the write method from interface- Specified by:
write
in classAbstractDataWriter
- Throws:
java.lang.Exception
- See Also:
AbstractDataWriter.write()
-
close
public void close() throws java.lang.Exception
Description copied from interface:IDataWriter
close the destination resource- Specified by:
close
in interfaceIDataWriter
- Throws:
java.lang.Exception
- See Also:
IDataWriter.close()
-
-