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 classAgencyContactsUtils.BrokeringFormActionShow tab for a property brokering.static classAgencyContactsUtils.BrokeringTableActionShow table with brokerings.static classAgencyContactsUtils.InterestFormActionShow tab for a property interest.static classAgencyContactsUtils.InterestTableActionShow table with property interests.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckForDuplicateInterestSearches(Connection c, AbstractDbDriver dbDriver)static DbAgencyBrokeringsHandlergetBrokeringsHandler()static DbAgencyContactsExtensiongetContactsExtension()static DbAgencyContactsHandlergetContactsHandler()static AgencyContactsUtilsgetInstance()static DbAgencyInterestsHandlergetInterestsHandler()static voidsetContactsExtension(DbAgencyContactsExtension ext)
-
-
-
Method Detail
-
checkForDuplicateInterestSearches
public static void checkForDuplicateInterestSearches(Connection c, AbstractDbDriver dbDriver) throws SQLException, ImmoToolException
- Throws:
SQLExceptionImmoToolException
-
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)
-
-