Class WebsitePhp1Format
- 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.WebsitePhp1Format
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,String>
public class WebsitePhp1Format extends AbstractPhpFormat
WebsitePhp1Format.- 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 WebsitePhp1Format()
-
Method Summary
-
Methods inherited from class com.openindex.openestate.tool.agency.export.AbstractPhpFormat
createExportProcess, createExportRequests, createExpose, getSupportedTransferModes, getSupportedTransports, 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
-
getPhpStylesheet
public String getPhpStylesheet()
-
getPhpTitle
public String getPhpTitle()
-
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
-
initDefaults
public void initDefaults()
- Overrides:
initDefaults
in classAbstractPhpFormat
-
isPhpFeedAtom
public boolean isPhpFeedAtom()
-
isPhpFeedRss
public boolean isPhpFeedRss()
-
isPhpFeedTrovit
public boolean isPhpFeedTrovit()
-
isPhpSaveScripts
public boolean isPhpSaveScripts()
- Specified by:
isPhpSaveScripts
in classAbstractPhpFormat
-
isPhpShowContactForm
public boolean isPhpShowContactForm()
-
isPhpShowContactPerson
public boolean isPhpShowContactPerson()
-
isPhpShowTerms
public boolean isPhpShowTerms()
-
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
-
setPhpShowContactForm
public void setPhpShowContactForm(boolean val)
-
setPhpShowContactPerson
public void setPhpShowContactPerson(boolean val)
-
setPhpShowTerms
public void setPhpShowTerms(boolean val)
-
setPhpStylesheet
public void setPhpStylesheet(String val)
-
setPhpTitle
public void setPhpTitle(String val)
-
writeToDisk
public File writeToDisk(File workDir, TransferImpl transfer, ExportContext context) throws IOException, SQLException
- Specified by:
writeToDisk
in classAbstractFormat
- Throws:
IOException
SQLException
-
-