Uses of Class
com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyInterest.Status
-
Packages that use DbAgencyInterest.Status Package Description com.openindex.openestate.tool.agency.addons.contacts.db com.openindex.openestate.tool.agency.addons.contacts.db.hsql -
-
Uses of DbAgencyInterest.Status in com.openindex.openestate.tool.agency.addons.contacts.db
Fields in com.openindex.openestate.tool.agency.addons.contacts.db declared as DbAgencyInterest.Status Modifier and Type Field Description DbAgencyInterest.Status
DbAgencyInterest. status
Methods in com.openindex.openestate.tool.agency.addons.contacts.db that return DbAgencyInterest.Status Modifier and Type Method Description static DbAgencyInterest.Status
DbAgencyInterest.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbAgencyInterest.Status[]
DbAgencyInterest.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.agency.addons.contacts.db with parameters of type DbAgencyInterest.Status Modifier and Type Method Description long[]
DbAgencyInterestsHandler. getInterestIds(Connection c, DbAgencyInterest.Status status)
abstract long[]
DbAgencyInterestsHandlerImpl. getInterestIds(Connection c, DbAgencyInterest.Status status)
DbAgencyInterest[]
DbAgencyInterestsHandler. getInterests(Connection c, DbAgencyInterest.Status status)
abstract DbAgencyInterest[]
DbAgencyInterestsHandlerImpl. getInterests(Connection c, DbAgencyInterest.Status status)
-
Uses of DbAgencyInterest.Status 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 DbAgencyInterest.Status Modifier and Type Method Description long[]
HSqlDbAgencyInterestsHandler. getInterestIds(Connection c, DbAgencyInterest.Status status)
DbAgencyInterest[]
HSqlDbAgencyInterestsHandler. getInterests(Connection c, DbAgencyInterest.Status status)
-