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.Callback
ImmoToolTask. 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 void
AgencyPluginUtils. updateEstateFileHashes(Connection c, AbstractDbDriver driver, long objectId, ImmoToolTask.Callback callback)
static void
AgencyPluginUtils. updateEstateFileHashes(Connection c, AbstractDbDriver driver, ImmoToolTask.Callback callback)
void
AgencyUpgradeExtension. 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 void
AgencyCalendarUpgradeExtension. 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 void
AgencyContactsUpgradeExtension. 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 TransferImpl
ExportProcess. buildTransfer(Connection dbConnection, ExportContext context, ImmoToolTask.Callback callback)
protected TransferAgencyImpl
ExportProcess. buildTransferAgency(Connection dbConnection, ExportContext context, ImmoToolTask.Callback callback)
protected AgentContactImpl
ExportProcess. buildTransferAgencyContact(Connection dbConnection, DbContact contact, ExportContext context, ImmoToolTask.Callback callback)
protected EstateImpl
ExportProcess. buildTransferAgencyObject(Connection dbConnection, ExportEntry entry, ExportContext context, String[] supportedMimeTypes, ImmoToolTask.Callback callback)
protected void
LocalTransport.Request. doCopy(File srcFile, File destDir, ImmoToolTask.Callback callback)
protected void
AbstractTransport. doFinishTransport(ExportContext context, ImmoToolTask.Callback callback)
protected void
Is24RestTransport. doFinishTransport(ExportContext context, ImmoToolTask.Callback callback)
protected void
AbstractTransport. doInitTransport(ExportContext context, File exportFile, ImmoToolTask.Callback callback)
protected void
Is24RestTransport. doInitTransport(ExportContext context, File exportFile, ImmoToolTask.Callback callback)
protected File
ExportProcess. doPrepare(TransferImpl transfer, ExportContext context, ImmoToolTask.Callback callback)
protected void
FtpTransport.Request. doSend(File srcFile, String destPath, int retryCount, ImmoToolTask.Callback callback)
protected void
SftpTransport.Request. doSend(File srcFile, String destPath, int retryCount, ImmoToolTask.Callback callback)
protected void
ExportProcess. doTransport(File exportFile, ExportContext context, ImmoToolTask.Callback callback)
protected void
FtpTransport.Request. doTransportFinish(org.apache.commons.net.ftp.FTPClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)
protected void
SftpTransport.Request. doTransportFinish(SftpClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)
protected void
FtpTransport.Request. doTransportInit(org.apache.commons.net.ftp.FTPClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)
protected void
SftpTransport.Request. doTransportInit(SftpClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)
abstract void
AbstractTransportRequest. send(ExportContext context, ImmoToolTask.Callback callback)
void
FtpTransport.Request. send(ExportContext context, ImmoToolTask.Callback callback)
void
HttpTransport.Request. send(ExportContext context, ImmoToolTask.Callback callback)
void
Is24RestTransport.Is24ExportRequest. send(ExportContext context, ImmoToolTask.Callback callback)
void
LocalTransport.Request. send(ExportContext context, ImmoToolTask.Callback callback)
void
SftpTransport.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 void
CalendarUpgradeExtension. 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 void
ContactsUpgradeExtension. 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 void
ContactsCalendarUpgradeExtension. 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 void
UpgradeAdapter. setMessage(String msg, ImmoToolTask.Callback callback)
void
UpgradeAdapter. upgrade(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, Properties projectProps, ImmoToolTask.Callback callback)
void
UpgradeExtension. 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.void
UpgradeAdapter. upgradeFinished(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, DbUser user, File importDir, ImmoToolTask.Callback callback)
void
UpgradeExtension. 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 void
MailUpgradeExtension. 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 void
NewsUpgradeExtension. 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 void
Upgrade. execute(AbstractDbDriver dbDriver, DbExtension dbExtension, ImmoToolSettings settings, ImmoToolTask.Callback callback)
void
Upgrade. execute(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension, ImmoToolSettings settings, ImmoToolTask.Callback callback)
-