Uses of Class
com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyInterest
-
Packages that use DbAgencyInterest Package Description com.openindex.openestate.tool.agency.addons.contacts Erweiterungen des Immobilien-Add-Ons.com.openindex.openestate.tool.agency.addons.contacts.db com.openindex.openestate.tool.agency.addons.contacts.db.hsql -
-
Uses of DbAgencyInterest in com.openindex.openestate.tool.agency.addons.contacts
Methods in com.openindex.openestate.tool.agency.addons.contacts that return DbAgencyInterest Modifier and Type Method Description DbAgencyInterest
AgencyInterestTable.Row. getInterest()
DbAgencyInterest
AgencyInterestTable. getInterestAt(int rowIndex)
Methods in com.openindex.openestate.tool.agency.addons.contacts with parameters of type DbAgencyInterest Modifier and Type Method Description static AgencyInterestViewPanel
AgencyInterestViewPanel. createTab(DbAgencyInterest interest)
abstract void
AgencyInterestViewPanel.AbstractTab. load(DbAgencyInterest interest, DbContactsEntry contactsEntry, DbAgencySearch agencySearch)
abstract void
AgencyInterestViewPanel.AbstractTab. save(DbAgencyInterest interest, DbContactsEntry contactsEntry, DbAgencySearch agencySearch)
void
AgencyInterestViewPanel.AbstractTab. saveFinished(Connection c, DbAgencyInterest interest, DbContactsEntry contactsEntry, DbAgencySearch agencySearch)
void
AgencyInterestViewPanel. setInterest(DbAgencyInterest interest)
Constructors in com.openindex.openestate.tool.agency.addons.contacts with parameters of type DbAgencyInterest Constructor Description Row(DbContactsEntry entry, String groupName, DbAgencyInterest interest, DbAgencySearch search)
-
Uses of DbAgencyInterest in com.openindex.openestate.tool.agency.addons.contacts.db
Methods in com.openindex.openestate.tool.agency.addons.contacts.db that return DbAgencyInterest Modifier and Type Method Description protected DbAgencyInterest
DbAgencyInterestsHandlerImpl. buildInterest()
DbAgencyInterest
DbAgencyInterestsHandler. getInterest(Connection c, long id)
DbAgencyInterest
DbAgencyInterestsHandlerImpl. getInterest(Connection c, long id)
DbAgencyInterest[]
DbAgencyInterestsHandler. getInterests(Connection c)
DbAgencyInterest[]
DbAgencyInterestsHandler. getInterests(Connection c, long[] ids)
DbAgencyInterest[]
DbAgencyInterestsHandler. getInterests(Connection c, DbAgencyInterest.Status status)
DbAgencyInterest[]
DbAgencyInterestsHandlerImpl. getInterests(Connection c)
abstract DbAgencyInterest[]
DbAgencyInterestsHandlerImpl. getInterests(Connection c, long[] ids)
abstract DbAgencyInterest[]
DbAgencyInterestsHandlerImpl. getInterests(Connection c, DbAgencyInterest.Status status)
DbAgencyInterest[]
DbAgencyInterestsHandler. getInterestsForContact(Connection c, long contactEntryId)
DbAgencyInterest[]
DbAgencyInterestsHandler. getInterestsForContact(Connection c, long[] contactEntryIds)
DbAgencyInterest[]
DbAgencyInterestsHandlerImpl. getInterestsForContact(Connection c, long contactEntryId)
abstract DbAgencyInterest[]
DbAgencyInterestsHandlerImpl. getInterestsForContact(Connection c, long[] contactEntryIds)
DbAgencyInterest[]
DbAgencyInterestsHandler. getInterestsForEstate(Connection c, long agencyObjectId)
DbAgencyInterest[]
DbAgencyInterestsHandler. getInterestsForEstate(Connection c, long[] agencyObjectIds)
DbAgencyInterest[]
DbAgencyInterestsHandlerImpl. getInterestsForEstate(Connection c, long agencyObjectId)
abstract DbAgencyInterest[]
DbAgencyInterestsHandlerImpl. getInterestsForEstate(Connection c, long[] agencyObjectIds)
Methods in com.openindex.openestate.tool.agency.addons.contacts.db with parameters of type DbAgencyInterest Modifier and Type Method Description void
DbAgencyInterestsHandler. loadInterestOffers(Connection c, DbAgencyInterest interests)
void
DbAgencyInterestsHandler. loadInterestOffers(Connection c, DbAgencyInterest[] interests)
void
DbAgencyInterestsHandlerImpl. loadInterestOffers(Connection c, DbAgencyInterest interests)
abstract void
DbAgencyInterestsHandlerImpl. loadInterestOffers(Connection c, DbAgencyInterest[] interests)
void
DbAgencyInterestsHandler. saveInterest(Connection c, DbAgencyInterest interest)
abstract void
DbAgencyInterestsHandlerImpl. saveInterest(Connection c, DbAgencyInterest interest)
-
Uses of DbAgencyInterest in com.openindex.openestate.tool.agency.addons.contacts.db.hsql
Methods in com.openindex.openestate.tool.agency.addons.contacts.db.hsql that return DbAgencyInterest Modifier and Type Method Description DbAgencyInterest[]
HSqlDbAgencyInterestsHandler. getInterests(Connection c, long[] ids)
DbAgencyInterest[]
HSqlDbAgencyInterestsHandler. getInterests(Connection c, DbAgencyInterest.Status status)
DbAgencyInterest[]
HSqlDbAgencyInterestsHandler. getInterestsForContact(Connection c, long[] contactEntryIds)
DbAgencyInterest[]
HSqlDbAgencyInterestsHandler. getInterestsForEstate(Connection c, long[] agencyObjectIds)
Methods in com.openindex.openestate.tool.agency.addons.contacts.db.hsql with parameters of type DbAgencyInterest Modifier and Type Method Description void
HSqlDbAgencyInterestsHandler. loadInterestOffers(Connection c, DbAgencyInterest[] interests)
void
HSqlDbAgencyInterestsHandler. saveInterest(Connection c, DbAgencyInterest interest)
-