Class WebsitePhp2Format
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- com.openindex.openestate.tool.agency.export.AbstractFormat
-
- com.openindex.openestate.tool.agency.export.AbstractPhpFormat
-
- com.openindex.openestate.tool.agency.export.WebsitePhp2Format
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,String>
public class WebsitePhp2Format extends AbstractPhpFormat
WebsitePhp2Format.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.agency.export.AbstractPhpFormat
AbstractPhpFormat.PhpExportProcess
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.agency.export.AbstractFormat
AbstractFormat.AttachmentMarker, AbstractFormat.AttachmentMode, AbstractFormat.Compression, AbstractFormat.DefaultMessageCode, AbstractFormat.HashCalculationException, AbstractFormat.ImageWatermarkPosition, AbstractFormat.NotExportableException, AbstractFormat.TransferMode
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description WebsitePhp2Format()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtpTransport.Request
createExportRequestForFtp(FtpTransport transport, File exportFile)
protected SftpTransport.Request
createExportRequestForSftp(SftpTransport transport, File exportFile)
AbstractFormatPanel
createSetupPanel()
protected File
getAttachmentDirectory(long objectId, EstateAttachmentImpl attachment, File workDirectory)
String
getName()
String
getPhpCompany()
static Locale[]
getSupportedLocales()
protected int
getThumbnailHeight()
protected int
getThumbnailWidth()
String
getTitle()
String
getVersion()
boolean
isPhpFeedAtom()
boolean
isPhpFeedRss()
boolean
isPhpFeedTrovit()
boolean
isPhpSaveScripts()
void
setPhpCompany(String val)
void
setPhpFeedAtom(boolean val)
void
setPhpFeedRss(boolean val)
void
setPhpFeedTrovit(boolean val)
void
setPhpSaveScripts(boolean val)
File
writeToDisk(File workDir, TransferImpl transfer, ExportContext context)
-
Methods inherited from class com.openindex.openestate.tool.agency.export.AbstractPhpFormat
createExportProcess, createExportRequests, createExpose, getSupportedTransferModes, getSupportedTransports, initDefaults, isFullTransportWarningShown
-
Methods inherited from class com.openindex.openestate.tool.agency.export.AbstractFormat
calculateHashForObject, canPublishAttachment, canPublishLink, equals, getAgentId, getAgentMail, getAttachmentImageScaleHeight, getAttachmentImageScaleWidth, getAttachmentMimeTypes, getAttachmentMode, getCompressedFileName, getCompression, getFormat, getFormats, getLanguage, getLanguages, getMessageCodeTranslation, getMessageCodeTranslation, getObjectKey, getObjectKey, getPreferredMimeTypes, getPropertyAddressPublication, getPropertyFilePublication, getPropertyImageLimit, getPropertyImageWatermarkAlpha, getPropertyImageWatermarkHeight, getPropertyImageWatermarkMargin, getPropertyImageWatermarkPosition, getPropertyImageWatermarkWidth, getPropertyLinkPublication, getPropertyPrefix, getPropertyPricePublication, getPropertyVideoLimit, getSupportedMimeTypes, hashCode, hasLanguage, isAttachmentImageScale, isFullTransferSupported, isIncrementalTransferSupported, isPropertyAddressHiddenIfUnpublished, isPropertyDescriptionWithEnergyCertificate, isPropertyFileHiddenIfUnpublished, isPropertyImageWatermark, isPropertyLinkHiddenIfUnpublished, isPropertyPriceHiddenIfUnpublished, isPropertyPublicId, listAvailableExports, prepareObjectForExport, setAgentId, setAgentMail, setAttachmentImageScale, setAttachmentImageScaleHeight, setAttachmentImageScaleWidth, setAttachmentMimeTypes, setAttachmentMode, setCompression, setLanguage, setLanguages, setPropertyAddressHiddenIfUnpublished, setPropertyAddressPublication, setPropertyDescriptionWithEnergyCertificate, setPropertyFileHiddenIfUnpublished, setPropertyFilePublication, setPropertyImageLimit, setPropertyImageWatermark, setPropertyImageWatermarkAlpha, setPropertyImageWatermarkHeight, setPropertyImageWatermarkMargin, setPropertyImageWatermarkPosition, setPropertyImageWatermarkWidth, setPropertyLinkHiddenIfUnpublished, setPropertyLinkPublication, setPropertyPrefix, setPropertyPriceHiddenIfUnpublished, setPropertyPricePublication, setPropertyPublicId, setPropertyVideoLimit
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
toString
-
-
-
-
Method Detail
-
createExportRequestForFtp
protected FtpTransport.Request createExportRequestForFtp(FtpTransport transport, File exportFile)
- Specified by:
createExportRequestForFtp
in classAbstractPhpFormat
-
createExportRequestForSftp
protected SftpTransport.Request createExportRequestForSftp(SftpTransport transport, File exportFile)
- Specified by:
createExportRequestForSftp
in classAbstractPhpFormat
-
createSetupPanel
public AbstractFormatPanel createSetupPanel()
- Specified by:
createSetupPanel
in classAbstractFormat
-
getAttachmentDirectory
protected File getAttachmentDirectory(long objectId, EstateAttachmentImpl attachment, File workDirectory)
- Overrides:
getAttachmentDirectory
in classAbstractFormat
-
getName
public String getName()
- Specified by:
getName
in classAbstractFormat
-
getPhpCompany
public String getPhpCompany()
-
getSupportedLocales
public static Locale[] getSupportedLocales()
-
getThumbnailHeight
protected int getThumbnailHeight()
- Specified by:
getThumbnailHeight
in classAbstractPhpFormat
-
getThumbnailWidth
protected int getThumbnailWidth()
- Specified by:
getThumbnailWidth
in classAbstractPhpFormat
-
getTitle
public String getTitle()
- Specified by:
getTitle
in classAbstractFormat
-
getVersion
public String getVersion()
- Overrides:
getVersion
in classAbstractFormat
-
isPhpFeedAtom
public boolean isPhpFeedAtom()
-
isPhpFeedRss
public boolean isPhpFeedRss()
-
isPhpFeedTrovit
public boolean isPhpFeedTrovit()
-
isPhpSaveScripts
public boolean isPhpSaveScripts()
- Specified by:
isPhpSaveScripts
in classAbstractPhpFormat
-
setPhpCompany
public void setPhpCompany(String val)
-
setPhpFeedAtom
public void setPhpFeedAtom(boolean val)
-
setPhpFeedRss
public void setPhpFeedRss(boolean val)
-
setPhpFeedTrovit
public void setPhpFeedTrovit(boolean val)
-
setPhpSaveScripts
public void setPhpSaveScripts(boolean val)
- Specified by:
setPhpSaveScripts
in classAbstractPhpFormat
-
writeToDisk
public File writeToDisk(File workDir, TransferImpl transfer, ExportContext context) throws IOException, SQLException
- Specified by:
writeToDisk
in classAbstractFormat
- Throws:
IOException
SQLException
-
-