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
SQLExceptionDbAgencyBrokering[] getBrokerings(Connection c, long[] ids) throws SQLException
SQLExceptionDbAgencyBrokering[] getBrokeringsForContact(Connection c, long contactEntryId) throws SQLException
SQLExceptionDbAgencyBrokering[] getBrokeringsForContact(Connection c, long[] contactEntryIds) throws SQLException
SQLExceptionDbAgencyBrokering[] getBrokeringsForObject(Connection c, long[] agencyObjectIds) throws SQLException
SQLExceptionDbAgencyBrokering getBrokering(Connection c, long id) throws SQLException
SQLExceptionDbAgencyBrokering getBrokeringForObject(Connection c, long agencyObjectId) throws SQLException
SQLExceptionlong[] getBrokeringIds(Connection c) throws SQLException
SQLExceptionlong[] getBrokeringIds(Connection c, DbAgencyObject.Status status, long[] contactEntryIds, long[] agencyObjectIds) throws SQLException
SQLExceptionlong[] getUnBrokeredObjectIds(Connection c) throws SQLException
SQLExceptionvoid removeBrokering(Connection c, long id) throws SQLException
SQLExceptionvoid removeBrokerings(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveBrokering(Connection c, DbAgencyBrokering brokering) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.