Class AgencyContactsUtils
- java.lang.Object
-
- com.openindex.openestate.tool.agency.addons.contacts.AgencyContactsUtils
-
public class AgencyContactsUtils extends Object
AgencyContactsUtils.- Author:
- Andreas Rudolph
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AgencyContactsUtils.BrokeringFormAction
Show tab for a property brokering.static class
AgencyContactsUtils.BrokeringTableAction
Show table with brokerings.static class
AgencyContactsUtils.InterestFormAction
Show tab for a property interest.static class
AgencyContactsUtils.InterestTableAction
Show table with property interests.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkForDuplicateInterestSearches(Connection c, AbstractDbDriver dbDriver)
static DbAgencyBrokeringsHandler
getBrokeringsHandler()
static DbAgencyContactsExtension
getContactsExtension()
static DbAgencyContactsHandler
getContactsHandler()
static AgencyContactsUtils
getInstance()
static DbAgencyInterestsHandler
getInterestsHandler()
static void
setContactsExtension(DbAgencyContactsExtension ext)
-
-
-
Method Detail
-
checkForDuplicateInterestSearches
public static void checkForDuplicateInterestSearches(Connection c, AbstractDbDriver dbDriver) throws SQLException, ImmoToolException
- Throws:
SQLException
ImmoToolException
-
getBrokeringsHandler
public static DbAgencyBrokeringsHandler getBrokeringsHandler()
-
getContactsExtension
public static DbAgencyContactsExtension getContactsExtension()
-
getContactsHandler
public static DbAgencyContactsHandler getContactsHandler()
-
getInstance
public static AgencyContactsUtils getInstance()
-
getInterestsHandler
public static DbAgencyInterestsHandler getInterestsHandler()
-
setContactsExtension
public static void setContactsExtension(DbAgencyContactsExtension ext)
-
-