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.RequestcreateExportRequestForFtp(FtpTransport transport, File exportFile)protected SftpTransport.RequestcreateExportRequestForSftp(SftpTransport transport, File exportFile)AbstractFormatPanelcreateSetupPanel()protected FilegetAttachmentDirectory(long objectId, EstateAttachmentImpl attachment, File workDirectory)StringgetName()StringgetPhpCompany()static Locale[]getSupportedLocales()protected intgetThumbnailHeight()protected intgetThumbnailWidth()StringgetTitle()StringgetVersion()booleanisPhpFeedAtom()booleanisPhpFeedRss()booleanisPhpFeedTrovit()booleanisPhpSaveScripts()voidsetPhpCompany(String val)voidsetPhpFeedAtom(boolean val)voidsetPhpFeedRss(boolean val)voidsetPhpFeedTrovit(boolean val)voidsetPhpSaveScripts(boolean val)FilewriteToDisk(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:
createExportRequestForFtpin classAbstractPhpFormat
-
createExportRequestForSftp
protected SftpTransport.Request createExportRequestForSftp(SftpTransport transport, File exportFile)
- Specified by:
createExportRequestForSftpin classAbstractPhpFormat
-
createSetupPanel
public AbstractFormatPanel createSetupPanel()
- Specified by:
createSetupPanelin classAbstractFormat
-
getAttachmentDirectory
protected File getAttachmentDirectory(long objectId, EstateAttachmentImpl attachment, File workDirectory)
- Overrides:
getAttachmentDirectoryin classAbstractFormat
-
getName
public String getName()
- Specified by:
getNamein classAbstractFormat
-
getPhpCompany
public String getPhpCompany()
-
getSupportedLocales
public static Locale[] getSupportedLocales()
-
getThumbnailHeight
protected int getThumbnailHeight()
- Specified by:
getThumbnailHeightin classAbstractPhpFormat
-
getThumbnailWidth
protected int getThumbnailWidth()
- Specified by:
getThumbnailWidthin classAbstractPhpFormat
-
getTitle
public String getTitle()
- Specified by:
getTitlein classAbstractFormat
-
getVersion
public String getVersion()
- Overrides:
getVersionin classAbstractFormat
-
isPhpFeedAtom
public boolean isPhpFeedAtom()
-
isPhpFeedRss
public boolean isPhpFeedRss()
-
isPhpFeedTrovit
public boolean isPhpFeedTrovit()
-
isPhpSaveScripts
public boolean isPhpSaveScripts()
- Specified by:
isPhpSaveScriptsin 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:
setPhpSaveScriptsin classAbstractPhpFormat
-
writeToDisk
public File writeToDisk(File workDir, TransferImpl transfer, ExportContext context) throws IOException, SQLException
- Specified by:
writeToDiskin classAbstractFormat- Throws:
IOExceptionSQLException
-
-