public class HSqlDbAgencyContactsHandler extends DbAgencyContactsHandlerImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
PROC_REMOVE_AGENCY_OBJECTS_CONTACTS_ENTRIES |
static String |
PROC_SAVE_AGENCY_OBJECTS_CONTACTS_ENTRIES |
static String |
VIEW_AGENCY_OBJECTS_CONTACTS_ENTRIES |
| Constructor and Description |
|---|
HSqlDbAgencyContactsHandler() |
| Modifier and Type | Method and Description |
|---|---|
DbAgencyEstateContactEntry[] |
getEstateContactEntries(Connection c,
long[] agencyEstateIds,
long[] contactEntryIds) |
void |
removeEstateContactEntries(Connection c,
DbAgencyEstateContactEntry[] relations) |
void |
saveEstateContactEntry(Connection c,
DbAgencyEstateContactEntry relation) |
getEstateContactEntries, removeEstateContactEntrypublic static final String VIEW_AGENCY_OBJECTS_CONTACTS_ENTRIES
public static final String PROC_REMOVE_AGENCY_OBJECTS_CONTACTS_ENTRIES
public static final String PROC_SAVE_AGENCY_OBJECTS_CONTACTS_ENTRIES
public DbAgencyEstateContactEntry[] getEstateContactEntries(Connection c, long[] agencyEstateIds, long[] contactEntryIds) throws SQLException
getEstateContactEntries in interface DbAgencyContactsHandlergetEstateContactEntries in class DbAgencyContactsHandlerImplSQLExceptionpublic void removeEstateContactEntries(Connection c, DbAgencyEstateContactEntry[] relations) throws SQLException
removeEstateContactEntries in interface DbAgencyContactsHandlerremoveEstateContactEntries in class DbAgencyContactsHandlerImplSQLExceptionpublic void saveEstateContactEntry(Connection c, DbAgencyEstateContactEntry relation) throws SQLException
saveEstateContactEntry in interface DbAgencyContactsHandlersaveEstateContactEntry in class DbAgencyContactsHandlerImplSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.