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:
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
-
getPhpStylesheet
public String getPhpStylesheet()
-
getPhpTitle
public String getPhpTitle()
-
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
-
initDefaults
public void initDefaults()
- Overrides:
initDefaultsin classAbstractPhpFormat
-
isPhpFeedAtom
public boolean isPhpFeedAtom()
-
isPhpFeedRss
public boolean isPhpFeedRss()
-
isPhpFeedTrovit
public boolean isPhpFeedTrovit()
-
isPhpSaveScripts
public boolean isPhpSaveScripts()
- Specified by:
isPhpSaveScriptsin 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:
setPhpSaveScriptsin 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:
writeToDiskin classAbstractFormat- Throws:
IOExceptionSQLException
-
-