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 PublishingModeAgencyEstateExportDialog.ExportSettings. imagePublishingConstructors 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 PublishingModeAbstractFormat. getPropertyAddressPublication()PublishingModeAbstractFormat. getPropertyFilePublication()PublishingModeAbstractFormat. getPropertyLinkPublication()PublishingModeAbstractFormat. getPropertyPricePublication()Methods in com.openindex.openestate.tool.agency.export with parameters of type PublishingMode Modifier and Type Method Description voidAbstractFormat. setPropertyAddressPublication(PublishingMode val)voidAbstractFormat. setPropertyFilePublication(PublishingMode val)voidAbstractFormat. setPropertyLinkPublication(PublishingMode val)voidAbstractFormat. 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 PublishingModeAbstractExpose. getPublishAddress()PublishingModeAbstractExpose. getPublishFiles()PublishingModeAbstractExpose. getPublishLinks()PublishingModeAbstractExpose. getPublishPrices()Methods in com.openindex.openestate.tool.agency.expose with parameters of type PublishingMode Modifier and Type Method Description voidAbstractExpose. setPublishAddress(PublishingMode val)voidAbstractExpose. setPublishFiles(PublishingMode val)voidAbstractExpose. setPublishLinks(PublishingMode val)voidAbstractExpose. 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 PublishingModePublishingMode. 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.
-