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