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 void
ImmoToolAccountPanel.AbstractTab. load(DbUser account)
static ImmoToolProject
ImmoToolProject. open(File projectDir)
Bestehendes Projekt öffnen.abstract void
ImmoToolAccountPanel.AbstractTab. save(DbUser account)
void
ImmoToolAccountPanel.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 void
AgencyEstateViewPanel. initEstate(DbAgencyObject estate)
void
AgencyProjectExtension. open(ImmoToolProject project)
void
AgencyEstateViewValuesPanel. 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 void
AgencyContactsUtils. checkForDuplicateInterestSearches(Connection c, AbstractDbDriver dbDriver)
void
ContactsEntryEstateBrokeringPanel. load(DbContactsEntry entry)
void
ContactsEntryEstateBrokeringPanel. 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 void
CalendarProjectExtension. 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 void
ContactsProjectExtension. 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 void
CrmContactsEntryActivitiesPanel. load(DbContactsEntry entry)
void
CrmProjectExtension. open(ImmoToolProject project)
void
CrmContactsEntryActivitiesPanel. 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 void
CrmActivityEstateTablePanel. load(DbCrmActivity activity)
void
CrmAgencyEstateActivitiesPanel. load(DbAgencyObject object)
void
CrmActivityEstateTablePanel. save(DbCrmActivity activity)
void
CrmAgencyEstateActivitiesPanel. 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 void
CrmCalendarEntryActivitiesPanel. load(DbCalendarEntry entry)
void
CrmCalendarEntryActivitiesPanel. 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 void
ProjectAdapter. clean(ImmoToolProject project)
void
ProjectExtension. clean(ImmoToolProject project)
This method is executed, to cleanup the currently opened project.void
ProjectAdapter. close(ImmoToolProject project)
void
ProjectExtension. close(ImmoToolProject project)
This method is executed, when the currently opened project is closed.void
ProjectAdapter. open(ImmoToolProject project)
void
ProjectExtension. open(ImmoToolProject project)
This method is executed, when a project is opened.void
ProjectAdapter. openFinished(ImmoToolProject project)
void
ProjectExtension. openFinished(ImmoToolProject project)
This method is executed, after a project was opened.void
ProjectAdapter. reload(ImmoToolProject project)
void
ProjectExtension. reload(ImmoToolProject project)
This method is executed, when the project database is reloaded.void
ProjectAdapter. repair(ImmoToolProject project)
void
ProjectExtension. repair(ImmoToolProject project)
This method is executed, when the project database is repaired.void
ProjectAdapter. repairFinished(ImmoToolProject project)
void
ProjectExtension. 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 void
MailProjectExtension. clean(ImmoToolProject project)
void
MailProjectExtension. close(ImmoToolProject project)
org.apache.commons.mail.Email
MailEditor. getEmail(DbMailAccount account, Map<MailEditor.RecipientType,List<MailEditor.Address>> recipients)
org.apache.commons.mail.Email
MailEditor. getEmail(DbMailAccount account, Map<MailEditor.RecipientType,List<MailEditor.Address>> recipients, String subject, String plainTxt, String htmlTxt)
void
MailProjectExtension. open(ImmoToolProject project)
void
MailProjectExtension. 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 void
NewsProjectExtension. close(ImmoToolProject project)
void
NewsProjectExtension. open(ImmoToolProject project)
-