Printer - ...public abstract class AbstractCsvWriter<Printer extends org.openestate.io.core.CsvPrinter> extends AbstractConverter
| Constructor and Description |
|---|
AbstractCsvWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Printer |
createPrinter(OutputStream csvOutput) |
protected abstract Printer |
createPrinter(Writer csvWriter) |
void |
write(AgencyImpl agency,
File csvFile) |
void |
write(AgencyImpl agency,
OutputStream csvOutput) |
abstract void |
write(AgencyImpl agency,
Printer printer) |
void |
write(AgencyImpl agency,
Writer csvWriter) |
void |
write(TransferImpl transfer,
File csvFile) |
void |
write(TransferImpl transfer,
OutputStream csvOutput) |
abstract void |
write(TransferImpl transfer,
Printer printer) |
void |
write(TransferImpl transfer,
Writer csvWriter) |
String |
writeToString(AgencyImpl agency) |
String |
writeToString(TransferImpl transfer) |
createEmptyAgency, createEmptyAgent, createEmptyAttachment, createEmptyContact, createEmptyEstate, createEmptyLink, createEmptyTransfer, createEmptyTransferAgency, getErrorMap, getErrorMessages, getErrors, getOpenEstateLanguage, putError, putErrors, setOpenEstateLanguageprotected abstract Printer createPrinter(OutputStream csvOutput) throws IOException
IOExceptionprotected abstract Printer createPrinter(Writer csvWriter) throws IOException
IOExceptionpublic final void write(AgencyImpl agency, File csvFile) throws IOException
IOExceptionpublic final void write(AgencyImpl agency, OutputStream csvOutput) throws IOException
IOExceptionpublic final void write(AgencyImpl agency, Writer csvWriter) throws IOException
IOExceptionpublic abstract void write(AgencyImpl agency, Printer printer) throws IOException
IOExceptionpublic final String writeToString(AgencyImpl agency) throws IOException
IOExceptionpublic final void write(TransferImpl transfer, File csvFile) throws IOException
IOExceptionpublic final void write(TransferImpl transfer, OutputStream csvOutput) throws IOException
IOExceptionpublic final void write(TransferImpl transfer, Writer csvWriter) throws IOException
IOExceptionpublic abstract void write(TransferImpl transfer, Printer printer) throws IOException
IOExceptionpublic final String writeToString(TransferImpl transfer) throws IOException
IOExceptionCopyright © 2019 OpenEstate. All rights reserved.