Uses of Class
com.openindex.openestate.tool.agency.utils.PublishingMode
-
Packages that use PublishingMode Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.agency.export Exportmechanismen.com.openindex.openestate.tool.agency.expose com.openindex.openestate.tool.agency.utils Hilfsklassen. -
-
Uses of PublishingMode in com.openindex.openestate.tool.agency
Fields in com.openindex.openestate.tool.agency declared as PublishingMode Modifier and Type Field Description PublishingMode
AgencyEstateExportDialog.ExportSettings. imagePublishing
Constructors in com.openindex.openestate.tool.agency with parameters of type PublishingMode Constructor Description AgencyEstateExportCsvTask(AbstractDbDriver db, File exportFile, Charset charset, OpenEstateType estateType, OpenEstateAction estateAction, DbAgencyObject.Status estateStatus, PublishingMode imageMode, Locale locale)
AgencyEstateExportXlsTask(AbstractDbDriver db, File exportFile, Charset charset, OpenEstateType estateType, OpenEstateAction estateAction, DbAgencyObject.Status estateStatus, PublishingMode imageMode, Locale locale)
ExportSettings(AgencyEstateExportDialog.Format format, Charset charset, Locale language, PublishingMode imagePublishing, OpenEstateAction estateAction, OpenEstateType estateType, DbAgencyObject.Status estateStatus, boolean zipped)
-
Uses of PublishingMode in com.openindex.openestate.tool.agency.export
Methods in com.openindex.openestate.tool.agency.export that return PublishingMode Modifier and Type Method Description PublishingMode
AbstractFormat. getPropertyAddressPublication()
PublishingMode
AbstractFormat. getPropertyFilePublication()
PublishingMode
AbstractFormat. getPropertyLinkPublication()
PublishingMode
AbstractFormat. getPropertyPricePublication()
Methods in com.openindex.openestate.tool.agency.export with parameters of type PublishingMode Modifier and Type Method Description void
AbstractFormat. setPropertyAddressPublication(PublishingMode val)
void
AbstractFormat. setPropertyFilePublication(PublishingMode val)
void
AbstractFormat. setPropertyLinkPublication(PublishingMode val)
void
AbstractFormat. setPropertyPricePublication(PublishingMode val)
Constructors in com.openindex.openestate.tool.agency.export with parameters of type PublishingMode Constructor Description Writer(Locale locale, PublishingMode priceMode, AbstractFormat.AttachmentMarker attachmentMarker)
Writer(Locale locale, PublishingMode priceMode, AbstractFormat.AttachmentMarker attachmentMarker, boolean at10Extension)
-
Uses of PublishingMode in com.openindex.openestate.tool.agency.expose
Methods in com.openindex.openestate.tool.agency.expose that return PublishingMode Modifier and Type Method Description PublishingMode
AbstractExpose. getPublishAddress()
PublishingMode
AbstractExpose. getPublishFiles()
PublishingMode
AbstractExpose. getPublishLinks()
PublishingMode
AbstractExpose. getPublishPrices()
Methods in com.openindex.openestate.tool.agency.expose with parameters of type PublishingMode Modifier and Type Method Description void
AbstractExpose. setPublishAddress(PublishingMode val)
void
AbstractExpose. setPublishFiles(PublishingMode val)
void
AbstractExpose. setPublishLinks(PublishingMode val)
void
AbstractExpose. setPublishPrices(PublishingMode val)
-
Uses of PublishingMode in com.openindex.openestate.tool.agency.utils
Methods in com.openindex.openestate.tool.agency.utils that return PublishingMode Modifier and Type Method Description static PublishingMode
PublishingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublishingMode[]
PublishingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-