Uses of Class
com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyInterestOffer
-
Packages that use DbAgencyInterestOffer 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 DbAgencyInterestOffer in com.openindex.openestate.tool.agency.addons.contacts
Methods in com.openindex.openestate.tool.agency.addons.contacts that return DbAgencyInterestOffer Modifier and Type Method Description DbAgencyInterestOffer
AgencyEstateViewInterestsPanel.AssignmentTableRow. getOffer()
Methods in com.openindex.openestate.tool.agency.addons.contacts with parameters of type DbAgencyInterestOffer Modifier and Type Method Description void
AgencyInterestOfferPanel. selectRelation(DbAgencyInterestOffer offer)
protected abstract boolean
AgencyInterestOfferPanel. submit(DbAgencyInterestOffer offer)
-
Uses of DbAgencyInterestOffer in com.openindex.openestate.tool.agency.addons.contacts.db
Fields in com.openindex.openestate.tool.agency.addons.contacts.db with type parameters of type DbAgencyInterestOffer Modifier and Type Field Description Map<Long,DbAgencyInterestOffer>
DbAgencyInterest. offers
Methods in com.openindex.openestate.tool.agency.addons.contacts.db that return DbAgencyInterestOffer Modifier and Type Method Description protected DbAgencyInterestOffer
DbAgencyInterestsHandlerImpl. buildInterestOffer()
Methods in com.openindex.openestate.tool.agency.addons.contacts.db with parameters of type DbAgencyInterestOffer Modifier and Type Method Description void
DbAgencyInterestsHandler. saveInterestOffer(Connection c, DbAgencyInterestOffer offer)
void
DbAgencyInterestsHandlerImpl. saveInterestOffer(Connection c, DbAgencyInterestOffer offer)
void
DbAgencyInterestsHandler. saveInterestOffers(Connection c, DbAgencyInterestOffer[] offers)
abstract void
DbAgencyInterestsHandlerImpl. saveInterestOffers(Connection c, DbAgencyInterestOffer[] offers)
-
Uses of DbAgencyInterestOffer in com.openindex.openestate.tool.agency.addons.contacts.db.hsql
Methods in com.openindex.openestate.tool.agency.addons.contacts.db.hsql with parameters of type DbAgencyInterestOffer Modifier and Type Method Description void
HSqlDbAgencyInterestsHandler. saveInterestOffers(Connection c, DbAgencyInterestOffer[] offers)
-