Uses of Class
com.openindex.openestate.tool.ImmoToolTask.Callback
-
Packages that use ImmoToolTask.Callback Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.agency.addons.calendar Erweiterungen des Immobilien-Add-Ons.com.openindex.openestate.tool.agency.addons.contacts Erweiterungen des Immobilien-Add-Ons.com.openindex.openestate.tool.agency.export Exportmechanismen.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.contacts.addons.calendar com.openindex.openestate.tool.extensions com.openindex.openestate.tool.mail com.openindex.openestate.tool.news com.openindex.openestate.tool.utils Hilfsklassen. -
-
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that return ImmoToolTask.Callback Modifier and Type Method Description ImmoToolTask.CallbackImmoToolTask. createCallback() -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency with parameters of type ImmoToolTask.Callback Modifier and Type Method Description static voidAgencyPluginUtils. updateEstateFileHashes(Connection c, AbstractDbDriver driver, long objectId, ImmoToolTask.Callback callback)static voidAgencyPluginUtils. updateEstateFileHashes(Connection c, AbstractDbDriver driver, ImmoToolTask.Callback callback)voidAgencyUpgradeExtension. upgrade(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, Properties projectProps, ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.agency.addons.calendar
Methods in com.openindex.openestate.tool.agency.addons.calendar with parameters of type ImmoToolTask.Callback Modifier and Type Method Description voidAgencyCalendarUpgradeExtension. upgradeFinished(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.agency.addons.contacts
Methods in com.openindex.openestate.tool.agency.addons.contacts with parameters of type ImmoToolTask.Callback Modifier and Type Method Description voidAgencyContactsUpgradeExtension. upgradeFinished(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.agency.export
Methods in com.openindex.openestate.tool.agency.export with parameters of type ImmoToolTask.Callback Modifier and Type Method Description protected TransferImplExportProcess. buildTransfer(Connection dbConnection, ExportContext context, ImmoToolTask.Callback callback)protected TransferAgencyImplExportProcess. buildTransferAgency(Connection dbConnection, ExportContext context, ImmoToolTask.Callback callback)protected AgentContactImplExportProcess. buildTransferAgencyContact(Connection dbConnection, DbContact contact, ExportContext context, ImmoToolTask.Callback callback)protected EstateImplExportProcess. buildTransferAgencyObject(Connection dbConnection, ExportEntry entry, ExportContext context, String[] supportedMimeTypes, ImmoToolTask.Callback callback)protected voidLocalTransport.Request. doCopy(File srcFile, File destDir, ImmoToolTask.Callback callback)protected voidAbstractTransport. doFinishTransport(ExportContext context, ImmoToolTask.Callback callback)protected voidIs24RestTransport. doFinishTransport(ExportContext context, ImmoToolTask.Callback callback)protected voidAbstractTransport. doInitTransport(ExportContext context, File exportFile, ImmoToolTask.Callback callback)protected voidIs24RestTransport. doInitTransport(ExportContext context, File exportFile, ImmoToolTask.Callback callback)protected FileExportProcess. doPrepare(TransferImpl transfer, ExportContext context, ImmoToolTask.Callback callback)protected voidFtpTransport.Request. doSend(File srcFile, String destPath, int retryCount, ImmoToolTask.Callback callback)protected voidSftpTransport.Request. doSend(File srcFile, String destPath, int retryCount, ImmoToolTask.Callback callback)protected voidExportProcess. doTransport(File exportFile, ExportContext context, ImmoToolTask.Callback callback)protected voidFtpTransport.Request. doTransportFinish(org.apache.commons.net.ftp.FTPClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)protected voidSftpTransport.Request. doTransportFinish(SftpClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)protected voidFtpTransport.Request. doTransportInit(org.apache.commons.net.ftp.FTPClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)protected voidSftpTransport.Request. doTransportInit(SftpClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)abstract voidAbstractTransportRequest. send(ExportContext context, ImmoToolTask.Callback callback)voidFtpTransport.Request. send(ExportContext context, ImmoToolTask.Callback callback)voidHttpTransport.Request. send(ExportContext context, ImmoToolTask.Callback callback)voidIs24RestTransport.Is24ExportRequest. send(ExportContext context, ImmoToolTask.Callback callback)voidLocalTransport.Request. send(ExportContext context, ImmoToolTask.Callback callback)voidSftpTransport.Request. send(ExportContext context, ImmoToolTask.Callback callback)Constructors in com.openindex.openestate.tool.agency.export with parameters of type ImmoToolTask.Callback Constructor Description Is24ExportHandler(ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar with parameters of type ImmoToolTask.Callback Modifier and Type Method Description voidCalendarUpgradeExtension. upgrade(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, Properties projectProps, ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.contacts
Methods in com.openindex.openestate.tool.contacts with parameters of type ImmoToolTask.Callback Modifier and Type Method Description voidContactsUpgradeExtension. upgrade(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, Properties projectProps, ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.contacts.addons.calendar
Methods in com.openindex.openestate.tool.contacts.addons.calendar with parameters of type ImmoToolTask.Callback Modifier and Type Method Description voidContactsCalendarUpgradeExtension. upgradeFinished(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.extensions
Methods in com.openindex.openestate.tool.extensions with parameters of type ImmoToolTask.Callback Modifier and Type Method Description protected voidUpgradeAdapter. setMessage(String msg, ImmoToolTask.Callback callback)voidUpgradeAdapter. upgrade(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, Properties projectProps, ImmoToolTask.Callback callback)voidUpgradeExtension. upgrade(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, Properties projectProps, ImmoToolTask.Callback callback)This method is executed, when an older database is migrated.voidUpgradeAdapter. upgradeFinished(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, ImmoToolTask.Callback callback)voidUpgradeExtension. upgradeFinished(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, ImmoToolTask.Callback callback)This method is executed, when the upgrade process is finished. -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.mail
Methods in com.openindex.openestate.tool.mail with parameters of type ImmoToolTask.Callback Modifier and Type Method Description voidMailUpgradeExtension. upgrade(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, Properties projectProps, ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.news
Methods in com.openindex.openestate.tool.news with parameters of type ImmoToolTask.Callback Modifier and Type Method Description voidNewsUpgradeExtension. upgrade(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, Properties projectProps, ImmoToolTask.Callback callback) -
Uses of ImmoToolTask.Callback in com.openindex.openestate.tool.utils
Methods in com.openindex.openestate.tool.utils with parameters of type ImmoToolTask.Callback Modifier and Type Method Description voidUpgrade. execute(AbstractDbDriver dbDriver, DbExtension dbExtension, ImmoToolSettings settings, ImmoToolTask.Callback callback)voidUpgrade. execute(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, ImmoToolSettings settings, ImmoToolTask.Callback callback)
-