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, removeEstateContactEntry
public 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 DbAgencyContactsHandler
getEstateContactEntries
in class DbAgencyContactsHandlerImpl
SQLException
public void removeEstateContactEntries(Connection c, DbAgencyEstateContactEntry[] relations) throws SQLException
removeEstateContactEntries
in interface DbAgencyContactsHandler
removeEstateContactEntries
in class DbAgencyContactsHandlerImpl
SQLException
public void saveEstateContactEntry(Connection c, DbAgencyEstateContactEntry relation) throws SQLException
saveEstateContactEntry
in interface DbAgencyContactsHandler
saveEstateContactEntry
in class DbAgencyContactsHandlerImpl
SQLException
Copyright © 2015 OpenEstate. All rights reserved.