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 DbAgencyInterestAgencyInterestTable.Row. getInterest()DbAgencyInterestAgencyInterestTable. getInterestAt(int rowIndex)Methods in com.openindex.openestate.tool.agency.addons.contacts with parameters of type DbAgencyInterest Modifier and Type Method Description static AgencyInterestViewPanelAgencyInterestViewPanel. createTab(DbAgencyInterest interest)abstract voidAgencyInterestViewPanel.AbstractTab. load(DbAgencyInterest interest, DbContactsEntry contactsEntry, DbAgencySearch agencySearch)abstract voidAgencyInterestViewPanel.AbstractTab. save(DbAgencyInterest interest, DbContactsEntry contactsEntry, DbAgencySearch agencySearch)voidAgencyInterestViewPanel.AbstractTab. saveFinished(Connection c, DbAgencyInterest interest, DbContactsEntry contactsEntry, DbAgencySearch agencySearch)voidAgencyInterestViewPanel. 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 DbAgencyInterestDbAgencyInterestsHandlerImpl. buildInterest()DbAgencyInterestDbAgencyInterestsHandler. getInterest(Connection c, long id)DbAgencyInterestDbAgencyInterestsHandlerImpl. 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 voidDbAgencyInterestsHandler. loadInterestOffers(Connection c, DbAgencyInterest interests)voidDbAgencyInterestsHandler. loadInterestOffers(Connection c, DbAgencyInterest[] interests)voidDbAgencyInterestsHandlerImpl. loadInterestOffers(Connection c, DbAgencyInterest interests)abstract voidDbAgencyInterestsHandlerImpl. loadInterestOffers(Connection c, DbAgencyInterest[] interests)voidDbAgencyInterestsHandler. saveInterest(Connection c, DbAgencyInterest interest)abstract voidDbAgencyInterestsHandlerImpl. 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 voidHSqlDbAgencyInterestsHandler. loadInterestOffers(Connection c, DbAgencyInterest[] interests)voidHSqlDbAgencyInterestsHandler. saveInterest(Connection c, DbAgencyInterest interest)
-