Methods
Modifier and Type |
Method and Description |
String |
calculateHashForObject(long estateId,
com.openindex.openestate.impl.EstateImpl estateItem) |
protected boolean |
canPublishAttachment(String estateId,
com.openindex.openestate.impl.EstateAttachmentImpl attachment) |
protected boolean |
canPublishLink(String estateId,
com.openindex.openestate.impl.EstateLinkImpl link) |
ExportProcess |
createExportProcess() |
AbstractTransportRequest[] |
createExportRequests(AbstractTransport transport,
File exportFile,
AbstractFormat.TransferMode transferMode) |
abstract AbstractFormatPanel |
createSetupPanel() |
boolean |
equals(Object o) |
String |
getAgentId() |
String |
getAgentMail() |
protected File |
getAttachmentDirectory(long objectId,
com.openindex.openestate.impl.EstateAttachmentImpl attachment,
File workDirectory) |
int |
getAttachmentImageScaleHeight() |
int |
getAttachmentImageScaleWidth() |
String[] |
getAttachmentMimeTypes() |
AbstractFormat.AttachmentMode |
getAttachmentMode() |
protected String |
getCompressedFileName(AbstractFormat.Compression c,
ExportContext context) |
AbstractFormat.Compression |
getCompression() |
static AbstractFormat |
getFormat(String name) |
static Map<String,AbstractFormat> |
getFormats() |
Locale |
getLanguage() |
Locale[] |
getLanguages() |
String |
getMessageCodeTranslation(String code) |
String |
getMessageCodeTranslation(String code,
Locale locale) |
abstract String |
getName() |
protected String |
getObjectKey(ExportEntry entry) |
String |
getObjectKey(long id,
String publicId) |
protected String[] |
getPreferredMimeTypes() |
PublishingMode |
getPropertyAddressPublication() |
PublishingMode |
getPropertyFilePublication() |
int |
getPropertyImageLimit() |
int |
getPropertyImageWatermarkAlpha() |
int |
getPropertyImageWatermarkHeight() |
int |
getPropertyImageWatermarkMargin() |
AbstractFormat.ImageWatermarkPosition |
getPropertyImageWatermarkPosition() |
int |
getPropertyImageWatermarkWidth() |
PublishingMode |
getPropertyLinkPublication() |
String |
getPropertyPrefix() |
PublishingMode |
getPropertyPricePublication() |
int |
getPropertyVideoLimit() |
String[] |
getSupportedMimeTypes()
Liefert die von der Export-Schnittstelle fest vorgeschriebenen MIME-Types.
|
abstract AbstractFormat.TransferMode[] |
getSupportedTransferModes() |
abstract AbstractTransport[] |
getSupportedTransports() |
abstract String |
getTitle() |
String |
getVersion() |
int |
hashCode() |
boolean |
hasLanguage(Locale l) |
void |
initDefaults() |
boolean |
isAttachmentImageScale() |
boolean |
isFullTransferSupported() |
boolean |
isFullTransportWarningShown() |
boolean |
isIncrementalTransferSupported() |
boolean |
isPropertyAddressHiddenIfUnpublished() |
boolean |
isPropertyDescriptionWithEnergyCertificate() |
boolean |
isPropertyFileHiddenIfUnpublished() |
boolean |
isPropertyImageWatermark() |
boolean |
isPropertyLinkHiddenIfUnpublished() |
boolean |
isPropertyPriceHiddenIfUnpublished() |
boolean |
isPropertyPublicId() |
static Map<String,AbstractFormat> |
listAvailableExports()
Deprecated.
|
boolean |
prepareObjectForExport(long estateId,
com.openindex.openestate.impl.EstateImpl estate) |
void |
setAgentId(String val) |
void |
setAgentMail(String val) |
void |
setAttachmentImageScale(boolean val) |
void |
setAttachmentImageScaleHeight(int val) |
void |
setAttachmentImageScaleWidth(int val) |
void |
setAttachmentMimeTypes(String[] val) |
void |
setAttachmentMode(AbstractFormat.AttachmentMode val) |
void |
setCompression(AbstractFormat.Compression val) |
void |
setLanguage(Locale val) |
void |
setLanguages(Locale[] val) |
void |
setPropertyAddressHiddenIfUnpublished(boolean val) |
void |
setPropertyAddressPublication(PublishingMode val) |
void |
setPropertyDescriptionWithEnergyCertificate(boolean val) |
void |
setPropertyFileHiddenIfUnpublished(boolean val) |
void |
setPropertyFilePublication(PublishingMode val) |
void |
setPropertyImageLimit(int val) |
void |
setPropertyImageWatermark(boolean val) |
void |
setPropertyImageWatermarkAlpha(int val) |
void |
setPropertyImageWatermarkHeight(int val) |
void |
setPropertyImageWatermarkMargin(int val) |
void |
setPropertyImageWatermarkPosition(AbstractFormat.ImageWatermarkPosition val) |
void |
setPropertyImageWatermarkWidth(int val) |
void |
setPropertyLinkHiddenIfUnpublished(boolean val) |
void |
setPropertyLinkPublication(PublishingMode val) |
void |
setPropertyPrefix(String val) |
void |
setPropertyPriceHiddenIfUnpublished(boolean val) |
void |
setPropertyPricePublication(PublishingMode val) |
void |
setPropertyPublicId(boolean val) |
void |
setPropertyVideoLimit(int val) |
abstract File |
writeToDisk(File workDir,
com.openindex.openestate.impl.TransferImpl transfer,
ExportContext context) |