public interface DbAgencyInterestsHandler
DbAgencyInterest[] getInterests(Connection c) throws SQLException
SQLExceptionDbAgencyInterest[] getInterests(Connection c, long[] ids) throws SQLException
SQLExceptionDbAgencyInterest[] getInterests(Connection c, DbAgencyInterest.Status status) throws SQLException
SQLExceptionDbAgencyInterest[] getInterestsForContact(Connection c, long contactEntryId) throws SQLException
SQLExceptionDbAgencyInterest[] getInterestsForContact(Connection c, long[] contactEntryIds) throws SQLException
SQLExceptionDbAgencyInterest[] getInterestsForEstate(Connection c, long agencyObjectId) throws SQLException
SQLExceptionDbAgencyInterest[] getInterestsForEstate(Connection c, long[] agencyObjectIds) throws SQLException
SQLExceptionDbAgencyInterest getInterest(Connection c, long id) throws SQLException
SQLExceptionlong[] getInterestIds(Connection c) throws SQLException
SQLExceptionlong[] getInterestIds(Connection c, DbAgencyInterest.Status status) throws SQLException
SQLExceptionlong[] getInterestIdsForContact(Connection c, long contactEntryId) throws SQLException
SQLExceptionlong[] getInterestIdsForContact(Connection c, long[] contactEntryIds) throws SQLException
SQLExceptionlong[] getInterestIdsForEstate(Connection c, long agencyObjectId) throws SQLException
SQLExceptionlong[] getInterestIdsForEstate(Connection c, long[] agencyObjectIds) throws SQLException
SQLExceptionvoid loadInterestOffers(Connection c, DbAgencyInterest interests) throws SQLException
SQLExceptionvoid loadInterestOffers(Connection c, DbAgencyInterest[] interests) throws SQLException
SQLExceptionvoid removeInterest(Connection c, long id) throws SQLException
SQLExceptionvoid removeInterests(Connection c, long[] ids) throws SQLException
SQLExceptionvoid removeInterestOffer(Connection c, long interestId, long agencyObjectId) throws SQLException
SQLExceptionvoid removeInterestOffers(Connection c, long interestId, long[] agencyObjectIds) throws SQLException
SQLExceptionvoid saveInterest(Connection c, DbAgencyInterest interest) throws SQLException
SQLExceptionvoid saveInterestOffer(Connection c, DbAgencyInterestOffer offer) throws SQLException
SQLExceptionvoid saveInterestOffers(Connection c, DbAgencyInterestOffer[] offers) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.