public abstract class DbAgencyInterestsHandlerImpl extends Object implements DbAgencyInterestsHandler
| Constructor and Description |
|---|
DbAgencyInterestsHandlerImpl() |
protected DbAgencyInterest buildInterest()
protected DbAgencyInterestOffer buildInterestOffer()
public final DbAgencyInterest[] getInterests(Connection c) throws SQLException
getInterests in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract DbAgencyInterest[] getInterests(Connection c, long[] ids) throws SQLException
getInterests in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract DbAgencyInterest[] getInterests(Connection c, DbAgencyInterest.Status status) throws SQLException
getInterests in interface DbAgencyInterestsHandlerSQLExceptionpublic final DbAgencyInterest[] getInterestsForContact(Connection c, long contactEntryId) throws SQLException
getInterestsForContact in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract DbAgencyInterest[] getInterestsForContact(Connection c, long[] contactEntryIds) throws SQLException
getInterestsForContact in interface DbAgencyInterestsHandlerSQLExceptionpublic final DbAgencyInterest[] getInterestsForEstate(Connection c, long agencyObjectId) throws SQLException
getInterestsForEstate in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract DbAgencyInterest[] getInterestsForEstate(Connection c, long[] agencyObjectIds) throws SQLException
getInterestsForEstate in interface DbAgencyInterestsHandlerSQLExceptionpublic final DbAgencyInterest getInterest(Connection c, long id) throws SQLException
getInterest in interface DbAgencyInterestsHandlerSQLExceptionpublic final long[] getInterestIds(Connection c) throws SQLException
getInterestIds in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract long[] getInterestIds(Connection c, DbAgencyInterest.Status status) throws SQLException
getInterestIds in interface DbAgencyInterestsHandlerSQLExceptionpublic final long[] getInterestIdsForContact(Connection c, long contactEntryId) throws SQLException
getInterestIdsForContact in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract long[] getInterestIdsForContact(Connection c, long[] contactEntryIds) throws SQLException
getInterestIdsForContact in interface DbAgencyInterestsHandlerSQLExceptionpublic final long[] getInterestIdsForEstate(Connection c, long agencyObjectId) throws SQLException
getInterestIdsForEstate in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract long[] getInterestIdsForEstate(Connection c, long[] agencyObjectIds) throws SQLException
getInterestIdsForEstate in interface DbAgencyInterestsHandlerSQLExceptionpublic final void loadInterestOffers(Connection c, DbAgencyInterest interests) throws SQLException
loadInterestOffers in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract void loadInterestOffers(Connection c, DbAgencyInterest[] interests) throws SQLException
loadInterestOffers in interface DbAgencyInterestsHandlerSQLExceptionpublic final void removeInterest(Connection c, long id) throws SQLException
removeInterest in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract void removeInterests(Connection c, long[] ids) throws SQLException
removeInterests in interface DbAgencyInterestsHandlerSQLExceptionpublic final void removeInterestOffer(Connection c, long interestId, long agencyObjectId) throws SQLException
removeInterestOffer in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract void removeInterestOffers(Connection c, long interestId, long[] agencyObjectIds) throws SQLException
removeInterestOffers in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract void saveInterest(Connection c, DbAgencyInterest interest) throws SQLException
saveInterest in interface DbAgencyInterestsHandlerSQLExceptionpublic final void saveInterestOffer(Connection c, DbAgencyInterestOffer offer) throws SQLException
saveInterestOffer in interface DbAgencyInterestsHandlerSQLExceptionpublic abstract void saveInterestOffers(Connection c, DbAgencyInterestOffer[] offers) throws SQLException
saveInterestOffers in interface DbAgencyInterestsHandlerSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.