public class HSqlDbAgencyBrokeringsHandler extends DbAgencyBrokeringsHandlerImpl
Modifier and Type | Field and Description |
---|---|
static String |
PROC_REMOVE_BROKERINGS |
static String |
PROC_SAVE_BROKERINGS |
static String |
VIEW_BROKERINGS |
Constructor and Description |
---|
HSqlDbAgencyBrokeringsHandler() |
Modifier and Type | Method and Description |
---|---|
long[] |
getBrokeringIds(Connection c,
DbAgencyObject.Status status,
long[] contactEntryIds,
long[] agencyObjectIds) |
DbAgencyBrokering[] |
getBrokerings(Connection c,
long[] ids) |
DbAgencyBrokering[] |
getBrokeringsForContact(Connection c,
long[] contactEntryIds) |
DbAgencyBrokering[] |
getBrokeringsForObject(Connection c,
long[] agencyObjectIds) |
long[] |
getUnBrokeredObjectIds(Connection c) |
void |
removeBrokerings(Connection c,
long[] ids) |
void |
saveBrokering(Connection c,
DbAgencyBrokering brokering) |
buildBrokering, getBrokering, getBrokeringForObject, getBrokeringIds, getBrokerings, getBrokeringsForContact, removeBrokering
public static final String VIEW_BROKERINGS
public static final String PROC_REMOVE_BROKERINGS
public static final String PROC_SAVE_BROKERINGS
public DbAgencyBrokering[] getBrokerings(Connection c, long[] ids) throws SQLException
getBrokerings
in interface DbAgencyBrokeringsHandler
getBrokerings
in class DbAgencyBrokeringsHandlerImpl
SQLException
public DbAgencyBrokering[] getBrokeringsForContact(Connection c, long[] contactEntryIds) throws SQLException
getBrokeringsForContact
in interface DbAgencyBrokeringsHandler
getBrokeringsForContact
in class DbAgencyBrokeringsHandlerImpl
SQLException
public DbAgencyBrokering[] getBrokeringsForObject(Connection c, long[] agencyObjectIds) throws SQLException
getBrokeringsForObject
in interface DbAgencyBrokeringsHandler
getBrokeringsForObject
in class DbAgencyBrokeringsHandlerImpl
SQLException
public long[] getBrokeringIds(Connection c, DbAgencyObject.Status status, long[] contactEntryIds, long[] agencyObjectIds) throws SQLException
getBrokeringIds
in interface DbAgencyBrokeringsHandler
getBrokeringIds
in class DbAgencyBrokeringsHandlerImpl
SQLException
public long[] getUnBrokeredObjectIds(Connection c) throws SQLException
getUnBrokeredObjectIds
in interface DbAgencyBrokeringsHandler
getUnBrokeredObjectIds
in class DbAgencyBrokeringsHandlerImpl
SQLException
public void removeBrokerings(Connection c, long[] ids) throws SQLException
removeBrokerings
in interface DbAgencyBrokeringsHandler
removeBrokerings
in class DbAgencyBrokeringsHandlerImpl
SQLException
public void saveBrokering(Connection c, DbAgencyBrokering brokering) throws SQLException
saveBrokering
in interface DbAgencyBrokeringsHandler
saveBrokering
in class DbAgencyBrokeringsHandlerImpl
SQLException
Copyright © 2015 OpenEstate. All rights reserved.