Uses of Class
com.openindex.openestate.tool.ImmoToolException
-
Packages that use ImmoToolException 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.contacts Erweiterungen des Immobilien-Add-Ons.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.crm.addons.agency com.openindex.openestate.tool.crm.addons.calendar com.openindex.openestate.tool.extensions com.openindex.openestate.tool.mail com.openindex.openestate.tool.news -
-
Uses of ImmoToolException in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that throw ImmoToolException Modifier and Type Method Description abstract voidImmoToolAccountPanel.AbstractTab. load(DbUser account)static ImmoToolProjectImmoToolProject. open(File projectDir)Bestehendes Projekt öffnen.abstract voidImmoToolAccountPanel.AbstractTab. save(DbUser account)voidImmoToolAccountPanel.AbstractTab. saveFinished(Connection c, ImmoToolProject project, DbUser account) -
Uses of ImmoToolException in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that throw ImmoToolException Modifier and Type Method Description voidAgencyEstateViewPanel. initEstate(DbAgencyObject estate)voidAgencyProjectExtension. open(ImmoToolProject project)voidAgencyEstateViewValuesPanel. save(DbAgencyObject estate) -
Uses of ImmoToolException in com.openindex.openestate.tool.agency.addons.contacts
Methods in com.openindex.openestate.tool.agency.addons.contacts that throw ImmoToolException Modifier and Type Method Description static voidAgencyContactsUtils. checkForDuplicateInterestSearches(Connection c, AbstractDbDriver dbDriver)voidContactsEntryEstateBrokeringPanel. load(DbContactsEntry entry)voidContactsEntryEstateBrokeringPanel. save(DbContactsEntry entry) -
Uses of ImmoToolException in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar that throw ImmoToolException Modifier and Type Method Description voidCalendarProjectExtension. open(ImmoToolProject project) -
Uses of ImmoToolException in com.openindex.openestate.tool.contacts
Methods in com.openindex.openestate.tool.contacts that throw ImmoToolException Modifier and Type Method Description voidContactsProjectExtension. open(ImmoToolProject project) -
Uses of ImmoToolException in com.openindex.openestate.tool.crm
Methods in com.openindex.openestate.tool.crm that throw ImmoToolException Modifier and Type Method Description voidCrmContactsEntryActivitiesPanel. load(DbContactsEntry entry)voidCrmProjectExtension. open(ImmoToolProject project)voidCrmContactsEntryActivitiesPanel. save(DbContactsEntry entry) -
Uses of ImmoToolException in com.openindex.openestate.tool.crm.addons.agency
Methods in com.openindex.openestate.tool.crm.addons.agency that throw ImmoToolException Modifier and Type Method Description voidCrmActivityEstateTablePanel. load(DbCrmActivity activity)voidCrmAgencyEstateActivitiesPanel. load(DbAgencyObject object)voidCrmActivityEstateTablePanel. save(DbCrmActivity activity)voidCrmAgencyEstateActivitiesPanel. save(DbAgencyObject entry) -
Uses of ImmoToolException in com.openindex.openestate.tool.crm.addons.calendar
Methods in com.openindex.openestate.tool.crm.addons.calendar that throw ImmoToolException Modifier and Type Method Description voidCrmCalendarEntryActivitiesPanel. load(DbCalendarEntry entry)voidCrmCalendarEntryActivitiesPanel. save(DbCalendarEntry entry) -
Uses of ImmoToolException in com.openindex.openestate.tool.extensions
Methods in com.openindex.openestate.tool.extensions that throw ImmoToolException Modifier and Type Method Description voidProjectAdapter. clean(ImmoToolProject project)voidProjectExtension. clean(ImmoToolProject project)This method is executed, to cleanup the currently opened project.voidProjectAdapter. close(ImmoToolProject project)voidProjectExtension. close(ImmoToolProject project)This method is executed, when the currently opened project is closed.voidProjectAdapter. open(ImmoToolProject project)voidProjectExtension. open(ImmoToolProject project)This method is executed, when a project is opened.voidProjectAdapter. openFinished(ImmoToolProject project)voidProjectExtension. openFinished(ImmoToolProject project)This method is executed, after a project was opened.voidProjectAdapter. reload(ImmoToolProject project)voidProjectExtension. reload(ImmoToolProject project)This method is executed, when the project database is reloaded.voidProjectAdapter. repair(ImmoToolProject project)voidProjectExtension. repair(ImmoToolProject project)This method is executed, when the project database is repaired.voidProjectAdapter. repairFinished(ImmoToolProject project)voidProjectExtension. repairFinished(ImmoToolProject project)This method is executed, when the project database reparation is finished. -
Uses of ImmoToolException in com.openindex.openestate.tool.mail
Methods in com.openindex.openestate.tool.mail that throw ImmoToolException Modifier and Type Method Description voidMailProjectExtension. clean(ImmoToolProject project)voidMailProjectExtension. close(ImmoToolProject project)org.apache.commons.mail.EmailMailEditor. getEmail(DbMailAccount account, Map<MailEditor.RecipientType,List<MailEditor.Address>> recipients)org.apache.commons.mail.EmailMailEditor. getEmail(DbMailAccount account, Map<MailEditor.RecipientType,List<MailEditor.Address>> recipients, String subject, String plainTxt, String htmlTxt)voidMailProjectExtension. open(ImmoToolProject project)voidMailProjectExtension. open(ImmoToolProject project, MailHandler mailHandler) -
Uses of ImmoToolException in com.openindex.openestate.tool.news
Methods in com.openindex.openestate.tool.news that throw ImmoToolException Modifier and Type Method Description voidNewsProjectExtension. close(ImmoToolProject project)voidNewsProjectExtension. open(ImmoToolProject project)
-