Uses of Class
com.openindex.openestate.tool.agency.db.DbAgencyObject
-
Packages that use DbAgencyObject Package Description 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.db com.openindex.openestate.tool.agency.db.hsql com.openindex.openestate.tool.agency.expose com.openindex.openestate.tool.agency.extensions com.openindex.openestate.tool.agency.gui com.openindex.openestate.tool.agency.utils Hilfsklassen.com.openindex.openestate.tool.crm.addons.agency -
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that return DbAgencyObject Modifier and Type Method Description DbAgencyObject
AgencyEstateField. getAgencyObject()
DbAgencyObject
AgencyEstateTable. getEstateAt(int rowIndex)
DbAgencyObject
AgencyEstateTable.Row. getObject()
protected DbAgencyObject[]
AgencyEstateExportCsvTask. loadCsvObjects()
protected DbAgencyObject[]
AgencyEstateExportXlsTask. loadXlsObjects()
Methods in com.openindex.openestate.tool.agency with parameters of type DbAgencyObject Modifier and Type Method Description static AgencyEstateViewPanel
AgencyEstateViewPanel. createTab(DbAgencyObject object)
void
AgencyEstateViewPanel. initEstate(DbAgencyObject estate)
void
AgencyEstateViewContactPanel. load(DbAgencyObject object)
void
AgencyEstateViewExportsPanel. load(DbAgencyObject object)
void
AgencyEstateViewLinksPanel. load(DbAgencyObject object)
void
AgencyEstateViewMediaPanel. load(DbAgencyObject object)
abstract void
AgencyEstateViewPanel.AbstractTab. load(DbAgencyObject estate)
void
AgencyEstateViewSetupPanel. load(DbAgencyObject object)
void
AgencyEstateViewValuesPanel. load(DbAgencyObject object)
void
AgencyEstateViewContactPanel. save(DbAgencyObject estate)
void
AgencyEstateViewExportsPanel. save(DbAgencyObject object)
void
AgencyEstateViewLinksPanel. save(DbAgencyObject estate)
void
AgencyEstateViewMediaPanel. save(DbAgencyObject estate)
abstract void
AgencyEstateViewPanel.AbstractTab. save(DbAgencyObject estate)
void
AgencyEstateViewSetupPanel. save(DbAgencyObject estate)
void
AgencyEstateViewValuesPanel. save(DbAgencyObject estate)
void
AgencyEstateViewContactPanel. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject estate)
void
AgencyEstateViewLinksPanel. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject estate)
void
AgencyEstateViewMediaPanel. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject estate)
void
AgencyEstateViewPanel.AbstractTab. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject estate)
void
AgencyEstateRelationPanel. selectRelation(DbAgencyObject agencyObject, String notes)
void
AgencyEstateField. setAgencyObject(DbAgencyObject object)
void
AgencyEstateViewPanel. setEstate(DbAgencyObject object)
static AgencyExposeTask
AgencyExposeDialog. showDialog(ImmoToolProject project, DbAgencyObject[] agencyObjects, Window window)
static AgencyExposeTask
AgencyExposeDialog. showDialog(ImmoToolProject project, DbAgencyObject agencyObject, Window window)
abstract boolean
AgencyEstateRelationPanel. submit(DbAgencyObject agencyObject, String notes)
protected void
AgencyEstateExportCsvTask. writeValues(DbAgencyObject src, String[] target)
protected void
AgencyEstateExportXlsTask. writeValues(DbAgencyObject src, String[] target)
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency.addons.calendar
Methods in com.openindex.openestate.tool.agency.addons.calendar with parameters of type DbAgencyObject Modifier and Type Method Description void
AgencyEstateCalendarTablePanel. load(DbAgencyObject object)
void
AgencyEstateCalendarTablePanel. save(DbAgencyObject estate)
void
AgencyEstateCalendarTablePanel. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject estate)
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency.addons.contacts
Methods in com.openindex.openestate.tool.agency.addons.contacts that return DbAgencyObject Modifier and Type Method Description DbAgencyObject
AgencyBrokeringTable.Row. getAgencyObject()
DbAgencyObject
AgencyBrokeringTable. getAgencyObjectAt(int rowIndex)
Methods in com.openindex.openestate.tool.agency.addons.contacts with parameters of type DbAgencyObject Modifier and Type Method Description abstract void
AgencyBrokeringViewPanel.AbstractTab. load(DbAgencyBrokering brokering, DbContactsEntry contactsEntry, DbAgencyObject agencyObject)
void
AgencyEstateViewBrokeringPanel. load(DbAgencyObject estate)
void
AgencyEstateViewContactAddPanel. load(DbAgencyObject object)
void
AgencyEstateViewContactTablePanel. load(DbAgencyObject object)
void
AgencyEstateViewInterestsPanel. load(DbAgencyObject estate)
abstract void
AgencyBrokeringViewPanel.AbstractTab. save(DbAgencyBrokering brokering, DbContactsEntry contactsEntry, DbAgencyObject agencyObject)
void
AgencyEstateViewBrokeringPanel. save(DbAgencyObject estate)
void
AgencyEstateViewContactAddPanel. save(DbAgencyObject estate)
void
AgencyEstateViewContactTablePanel. save(DbAgencyObject estate)
void
AgencyEstateViewInterestsPanel. save(DbAgencyObject estate)
void
AgencyBrokeringViewPanel.AbstractTab. saveFinished(Connection c, DbAgencyBrokering brokering, DbContactsEntry contactsEntry, DbAgencyObject agencyObject)
void
AgencyEstateViewBrokeringPanel. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject estate)
void
AgencyEstateViewContactTablePanel. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject estate)
void
AgencyEstateViewInterestsPanel. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject estate)
Constructors in com.openindex.openestate.tool.agency.addons.contacts with parameters of type DbAgencyObject Constructor Description Row(DbAgencyBrokering brokering, DbAgencyObject agencyObject, DbContactsEntry entry, String groupName)
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency.db
Methods in com.openindex.openestate.tool.agency.db that return DbAgencyObject Modifier and Type Method Description DbAgencyObject
DbAgencyObjectsHandler. getObjectByImportHash(Connection c, String importHash)
DbAgencyObject
DbAgencyObjectsHandler. getObjectByImportId(Connection c, String importId)
Methods in com.openindex.openestate.tool.agency.db with parameters of type DbAgencyObject Modifier and Type Method Description void
DbAgencyObjectLog. initChanges(DbAgencyObject oldObject, DbAgencyObject newObject)
boolean
DbAgencySearch. isMatching(DbAgencyObject agencyObject)
void
DbAgencyObjectsHandler. loadObjectExportIds(Connection c, DbAgencyObject object)
void
DbAgencyObjectsHandler. loadObjectExportIds(Connection c, DbAgencyObject[] object)
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency.db.hsql
Methods in com.openindex.openestate.tool.agency.db.hsql that return DbAgencyObject Modifier and Type Method Description DbAgencyObject
HSqlDbAgencyObjectsHandler. getObjectByImportHash(Connection c, String importHash)
DbAgencyObject
HSqlDbAgencyObjectsHandler. getObjectByImportId(Connection c, String importId)
Methods in com.openindex.openestate.tool.agency.db.hsql with parameters of type DbAgencyObject Modifier and Type Method Description void
HSqlDbAgencyObjectsHandler. loadObjectExportIds(Connection c, DbAgencyObject object)
void
HSqlDbAgencyObjectsHandler. loadObjectExportIds(Connection c, DbAgencyObject[] objects)
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency.expose
Methods in com.openindex.openestate.tool.agency.expose that return DbAgencyObject Modifier and Type Method Description protected DbAgencyObject
AbstractExpose. getEstateObject()
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency.extensions
Methods in com.openindex.openestate.tool.agency.extensions with parameters of type DbAgencyObject Modifier and Type Method Description JMenuItem[]
EstateViewAdapter. createActionMenuItems(DbAgencyObject estate)
JMenuItem[]
EstateViewExtension. createActionMenuItems(DbAgencyObject estate)
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency.gui
Methods in com.openindex.openestate.tool.agency.gui with parameters of type DbAgencyObject Modifier and Type Method Description Component
AgencyObjectListCellRenderer. getRenderedComponent(JList<? extends DbAgencyObject> list, DbAgencyObject value, int index, boolean isSelected, boolean cellHasFocus)
void
AgencyObjectRenderer. render(DbAgencyObject value, JLabel label)
Method parameters in com.openindex.openestate.tool.agency.gui with type arguments of type DbAgencyObject Modifier and Type Method Description Component
AgencyObjectListCellRenderer. getRenderedComponent(JList<? extends DbAgencyObject> list, DbAgencyObject value, int index, boolean isSelected, boolean cellHasFocus)
-
Uses of DbAgencyObject in com.openindex.openestate.tool.agency.utils
Methods in com.openindex.openestate.tool.agency.utils with parameters of type DbAgencyObject Modifier and Type Method Description void
GeoAreaPanel. load(Connection c, DbGeoHandler geoHandler, DbAgencyObject estate)
void
GeoAreaPanel. save(DbAgencyObject estate)
-
Uses of DbAgencyObject in com.openindex.openestate.tool.crm.addons.agency
Methods in com.openindex.openestate.tool.crm.addons.agency with parameters of type DbAgencyObject Modifier and Type Method Description void
CrmAgencyEstateActivitiesPanel. load(DbAgencyObject object)
void
CrmAgencyEstateActivitiesPanel. save(DbAgencyObject entry)
void
CrmAgencyEstateActivitiesPanel. saveFinished(Connection c, ImmoToolProject project, DbAgencyObject agencyObject)
-