Class AbstractPhpFormat.PhpExportProcess
- java.lang.Object
-
- com.openindex.openestate.tool.agency.export.ExportProcess
-
- com.openindex.openestate.tool.agency.export.AbstractPhpFormat.PhpExportProcess
-
- Enclosing class:
- AbstractPhpFormat
protected static class AbstractPhpFormat.PhpExportProcess extends ExportProcess
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.agency.export.ExportProcess
ExportProcess.PreparationTask, ExportProcess.TransportTask
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PhpExportProcess(int thumbnailWidth, int thumbnailHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected File
storeAttachment(Connection dbConnection, EstateAttachmentImpl attachment, File targetDir, ExportContext context, String[] supportedMimeTypes)
-
Methods inherited from class com.openindex.openestate.tool.agency.export.ExportProcess
buildTransfer, buildTransferAgency, buildTransferAgencyContact, buildTransferAgencyObject, compress, convertImage, convertImage, convertImage, doPrepare, doTransport, getPreparedExportFile, initWorkDir, prepare, setPreparedExportFile, transport
-
-
-
-
Method Detail
-
storeAttachment
protected File storeAttachment(Connection dbConnection, EstateAttachmentImpl attachment, File targetDir, ExportContext context, String[] supportedMimeTypes) throws SQLException, IOException
- Overrides:
storeAttachment
in classExportProcess
- Throws:
SQLException
IOException
-
-