Uses of Class
com.openindex.openestate.tool.ImmoToolTask
-
Packages that use ImmoToolTask Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.admin com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.agency.addons.contacts Erweiterungen des Immobilien-Add-Ons.com.openindex.openestate.tool.agency.export Exportmechanismen.com.openindex.openestate.tool.agency.imports com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern.com.openindex.openestate.tool.contacts ImmoTool-Add-On zur Verwaltung von OpenEstate-Adressen.com.openindex.openestate.tool.crm com.openindex.openestate.tool.gui com.openindex.openestate.tool.mail com.openindex.openestate.tool.mail.utils com.openindex.openestate.tool.news com.openindex.openestate.tool.utils Hilfsklassen. -
-
Uses of ImmoToolTask in com.openindex.openestate.tool
Subclasses of ImmoToolTask in com.openindex.openestate.tool Modifier and Type Class Description class
ImmoToolBackupTask
ImmoToolBackupTask.class
ImmoToolProjectCloseTask
ImmoToolTask
zum Schließen eines Projektes.class
ImmoToolProjectCreateTask
ImmoToolTask
zum Erzeugen eines Projektes.class
ImmoToolProjectOpenTask
ImmoToolTask
zum Öffnen eines Projektes.class
ImmoToolTaskContainer
ImmoToolTaskContainer.class
ImmoToolUpdateTask
ImmoToolUpdateTask.Methods in com.openindex.openestate.tool that return ImmoToolTask Modifier and Type Method Description ImmoToolTask
ImmoToolPermissionPanel. loadInBackground(ImmoToolProject project)
Deprecated.static ImmoToolTask
ImmoToolWizardDialog. showDialog(Window window)
Methods in com.openindex.openestate.tool with parameters of type ImmoToolTask Modifier and Type Method Description void
ImmoToolTaskContainer. add(ImmoToolTask task)
void
AbstractApplication. executeTask(ImmoToolTask task)
static void
ImmoToolEnvironment. executeTask(ImmoToolTask task)
static void
ImmoToolUtils. executeTask(ImmoToolTask task)
Object
AbstractApplication. executeTaskAndWait(ImmoToolTask task)
Object
AbstractApplication. executeTaskAndWait(ImmoToolTask task, long time, TimeUnit timeUnit)
static Object
ImmoToolEnvironment. executeTaskAndWait(ImmoToolTask task)
static Object
ImmoToolEnvironment. executeTaskAndWait(ImmoToolTask task, long time, TimeUnit timeUnit)
void
AbstractApplication.TaskAdapter. executionRequested(ImmoToolTask task)
void
AbstractApplication.TaskListener. executionRequested(ImmoToolTask task)
protected void
ImmoToolTaskContainer. prepareTask(ImmoToolTask task)
static boolean
ImmoToolTaskDialog. showDialog(ImmoToolTask[] tasks, Window parent)
static boolean
ImmoToolTaskDialog. showDialog(ImmoToolTask task, Window parent)
protected void
ImmoToolTaskContainer. succeedTask(ImmoToolTask task, Object result)
Method parameters in com.openindex.openestate.tool with type arguments of type ImmoToolTask Modifier and Type Method Description static boolean
ImmoToolTaskDialog. showDialog(Collection<ImmoToolTask> tasks, Window parent)
-
Uses of ImmoToolTask in com.openindex.openestate.tool.admin
Subclasses of ImmoToolTask in com.openindex.openestate.tool.admin Modifier and Type Class Description class
DbBackupTask
DbBackupTask.class
DbRebuildTask
DbRebuildTask.class
DbReloadTask
DbReloadTask.class
DbRepairTask
DbRepairTask.class
DbRestoreTask
DbRestoreTask.Methods in com.openindex.openestate.tool.admin that return ImmoToolTask Modifier and Type Method Description static ImmoToolTask
DbCreateDialog. showDialog(AbstractDbDriver dbDriver, DbExtension dbExtension, Window window)
-
Uses of ImmoToolTask in com.openindex.openestate.tool.agency
Subclasses of ImmoToolTask in com.openindex.openestate.tool.agency Modifier and Type Class Description class
AgencyContactViewTask
ImmoToolTask
zur Darstellung eines Mitarbeiter-Formulars.class
AgencyEstateContactTask
AgencyEstateContactTask.class
AgencyEstateExportCsvTask
ImmoToolTask
zum Tabellenexport von Immobilien im CSV-Format.class
AgencyEstateExportXlsTask
ImmoToolTask
zum Tabellenexport von Immobilien im Excel-Format.class
AgencyEstateGeoDataTask
AgencyEstateGeoDataTask.class
AgencyEstateStatusTask
AgencyEstateStatusTask.class
AgencyEstateViewTask
ImmoToolTask
zur Darstellung eines Immobilien-Formulars.class
AgencyExportViewTask
AgencyExportViewTask.class
AgencyExposeTask
AgencyExposeTask.class
AgencyImportTask
AgencyImportTask.Methods in com.openindex.openestate.tool.agency that return ImmoToolTask Modifier and Type Method Description static ImmoToolTask
AgencyImportDialog. showDialog(AbstractDbDriver dbDriver, DbAgencyExtension dbExtension, DbUser dbUser, File importDir, String importFormat, Window window)
static ImmoToolTask
AgencyImportDialog. showDialog(ImmoToolProject project, File importDir, String importFormat, Window window)
-
Uses of ImmoToolTask in com.openindex.openestate.tool.agency.addons.contacts
Subclasses of ImmoToolTask in com.openindex.openestate.tool.agency.addons.contacts Modifier and Type Class Description class
AgencyBrokeringViewTask
AgencyBrokeringViewTask.class
AgencyInterestViewTask
AgencyInterestViewTask. -
Uses of ImmoToolTask in com.openindex.openestate.tool.agency.export
Subclasses of ImmoToolTask in com.openindex.openestate.tool.agency.export Modifier and Type Class Description class
ExportProcess.PreparationTask
class
ExportProcess.TransportTask
-
Uses of ImmoToolTask in com.openindex.openestate.tool.agency.imports
Methods in com.openindex.openestate.tool.agency.imports that return ImmoToolTask Modifier and Type Method Description ImmoToolTask
AbstractImport. createTask(File file, String version, AgencyImportTask.Settings settings, AbstractDbDriver dbDriver, DbAgencyExtension dbExtension, DbUser dbUser)
-
Uses of ImmoToolTask in com.openindex.openestate.tool.calendar
Subclasses of ImmoToolTask in com.openindex.openestate.tool.calendar Modifier and Type Class Description class
CalendarEntryRemoveTask
CalendarEntryRemoveTask.class
CalendarEntryViewTask
CalendarEntryViewTask.class
CalendarSyncTask
CalendarSyncTask. -
Uses of ImmoToolTask in com.openindex.openestate.tool.contacts
Subclasses of ImmoToolTask in com.openindex.openestate.tool.contacts Modifier and Type Class Description class
ContactsEntryExportCsvTask
ImmoToolTask
zum Tabellenexport von Adressen im CSV-Format.class
ContactsEntryExportVcardTask
ImmoToolTask
zum Export von Adressen im VCard-Format.class
ContactsEntryExportXlsTask
ImmoToolTask
zum Tabellenexport von Adressen im Excel-Format.class
ContactsEntryImportCsvTask
ImmoToolTask
zum Tabellenimport von Adressen im CSV-Format.class
ContactsEntryImportVCardTask
ImmoToolTask
zum Import von Adressen im VCard-Format.class
ContactsEntryViewTask
ContactsEntryViewTask. -
Uses of ImmoToolTask in com.openindex.openestate.tool.crm
Subclasses of ImmoToolTask in com.openindex.openestate.tool.crm Modifier and Type Class Description class
CrmActivityViewTask
CrmActivityViewTask.class
CrmMarketingViewTask
CrmMarketingViewTask. -
Uses of ImmoToolTask in com.openindex.openestate.tool.gui
Methods in com.openindex.openestate.tool.gui that return ImmoToolTask Modifier and Type Method Description ImmoToolTask
AbstractMainTab. saveModifications()
Vorgenommene Änderungen speichern.ImmoToolTask
AbstractMainView. saveModifications()
-
Uses of ImmoToolTask in com.openindex.openestate.tool.mail
Subclasses of ImmoToolTask in com.openindex.openestate.tool.mail Modifier and Type Class Description static class
MailAccountDialog.SubmitTask
-
Uses of ImmoToolTask in com.openindex.openestate.tool.mail.utils
Subclasses of ImmoToolTask in com.openindex.openestate.tool.mail.utils Modifier and Type Class Description class
MailExportTask
MailExportTask.class
MailImportTask
MailImportTask. -
Uses of ImmoToolTask in com.openindex.openestate.tool.news
Subclasses of ImmoToolTask in com.openindex.openestate.tool.news Modifier and Type Class Description class
NewsDownloadTask
NewsDownloadTask. -
Uses of ImmoToolTask in com.openindex.openestate.tool.utils
Subclasses of ImmoToolTask in com.openindex.openestate.tool.utils Modifier and Type Class Description class
CsvExportTask<CsvType>
AllgemeinerImmoToolTask
zum Export von CSV-Tabellen.class
CsvImportTask<CsvType>
AllgemeinerImmoToolTask
zum Import von CSV-Tabellen.class
XlsExportTask<XlsType>
AllgemeinerImmoToolTask
zum Export von Excel-Tabellen.Methods in com.openindex.openestate.tool.utils with parameters of type ImmoToolTask Modifier and Type Method Description void
StatusTaskPanel. putTask(ImmoToolTask task)
-