public interface DbAgencyBrokeringsHandler
Modifier and Type | Method and Description |
---|---|
DbAgencyBrokering |
getBrokering(Connection c,
long id) |
DbAgencyBrokering |
getBrokeringForObject(Connection c,
long agencyObjectId) |
long[] |
getBrokeringIds(Connection c) |
long[] |
getBrokeringIds(Connection c,
DbAgencyObject.Status status,
long[] contactEntryIds,
long[] agencyObjectIds) |
DbAgencyBrokering[] |
getBrokerings(Connection c) |
DbAgencyBrokering[] |
getBrokerings(Connection c,
long[] ids) |
DbAgencyBrokering[] |
getBrokeringsForContact(Connection c,
long contactEntryId) |
DbAgencyBrokering[] |
getBrokeringsForContact(Connection c,
long[] contactEntryIds) |
DbAgencyBrokering[] |
getBrokeringsForObject(Connection c,
long[] agencyObjectIds) |
long[] |
getUnBrokeredObjectIds(Connection c) |
void |
removeBrokering(Connection c,
long id) |
void |
removeBrokerings(Connection c,
long[] ids) |
void |
saveBrokering(Connection c,
DbAgencyBrokering brokering) |
DbAgencyBrokering[] getBrokerings(Connection c) throws SQLException
SQLException
DbAgencyBrokering[] getBrokerings(Connection c, long[] ids) throws SQLException
SQLException
DbAgencyBrokering[] getBrokeringsForContact(Connection c, long contactEntryId) throws SQLException
SQLException
DbAgencyBrokering[] getBrokeringsForContact(Connection c, long[] contactEntryIds) throws SQLException
SQLException
DbAgencyBrokering[] getBrokeringsForObject(Connection c, long[] agencyObjectIds) throws SQLException
SQLException
DbAgencyBrokering getBrokering(Connection c, long id) throws SQLException
SQLException
DbAgencyBrokering getBrokeringForObject(Connection c, long agencyObjectId) throws SQLException
SQLException
long[] getBrokeringIds(Connection c) throws SQLException
SQLException
long[] getBrokeringIds(Connection c, DbAgencyObject.Status status, long[] contactEntryIds, long[] agencyObjectIds) throws SQLException
SQLException
long[] getUnBrokeredObjectIds(Connection c) throws SQLException
SQLException
void removeBrokering(Connection c, long id) throws SQLException
SQLException
void removeBrokerings(Connection c, long[] ids) throws SQLException
SQLException
void saveBrokering(Connection c, DbAgencyBrokering brokering) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.