public class HSqlDbAgencyInterestsHandler extends DbAgencyInterestsHandlerImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
PROC_REMOVE_INTERESTS |
static String |
PROC_REMOVE_INTERESTS_OFFERS |
static String |
PROC_SAVE_INTERESTS |
static String |
PROC_SAVE_INTERESTS_OFFERS |
static String |
VIEW_INTERESTS |
static String |
VIEW_INTERESTS_OFFERS |
| Constructor and Description |
|---|
HSqlDbAgencyInterestsHandler() |
| Modifier and Type | Method and Description |
|---|---|
long[] |
getInterestIds(Connection c,
DbAgencyInterest.Status status) |
long[] |
getInterestIdsForContact(Connection c,
long[] contactEntryIds) |
long[] |
getInterestIdsForEstate(Connection c,
long[] agencyObjectIds) |
DbAgencyInterest[] |
getInterests(Connection c,
DbAgencyInterest.Status status) |
DbAgencyInterest[] |
getInterests(Connection c,
long[] ids) |
DbAgencyInterest[] |
getInterestsForContact(Connection c,
long[] contactEntryIds) |
DbAgencyInterest[] |
getInterestsForEstate(Connection c,
long[] agencyObjectIds) |
void |
loadInterestOffers(Connection c,
DbAgencyInterest[] interests) |
void |
removeInterestOffers(Connection c,
long interestId,
long[] agencyObjectIds) |
void |
removeInterests(Connection c,
long[] ids) |
void |
saveInterest(Connection c,
DbAgencyInterest interest) |
void |
saveInterestOffers(Connection c,
DbAgencyInterestOffer[] offers) |
buildInterest, buildInterestOffer, getInterest, getInterestIds, getInterestIdsForContact, getInterestIdsForEstate, getInterests, getInterestsForContact, getInterestsForEstate, loadInterestOffers, removeInterest, removeInterestOffer, saveInterestOfferpublic static final String VIEW_INTERESTS
public static final String VIEW_INTERESTS_OFFERS
public static final String PROC_REMOVE_INTERESTS
public static final String PROC_REMOVE_INTERESTS_OFFERS
public static final String PROC_SAVE_INTERESTS
public static final String PROC_SAVE_INTERESTS_OFFERS
public DbAgencyInterest[] getInterests(Connection c, long[] ids) throws SQLException
getInterests in interface DbAgencyInterestsHandlergetInterests in class DbAgencyInterestsHandlerImplSQLExceptionpublic DbAgencyInterest[] getInterests(Connection c, DbAgencyInterest.Status status) throws SQLException
getInterests in interface DbAgencyInterestsHandlergetInterests in class DbAgencyInterestsHandlerImplSQLExceptionpublic DbAgencyInterest[] getInterestsForContact(Connection c, long[] contactEntryIds) throws SQLException
getInterestsForContact in interface DbAgencyInterestsHandlergetInterestsForContact in class DbAgencyInterestsHandlerImplSQLExceptionpublic DbAgencyInterest[] getInterestsForEstate(Connection c, long[] agencyObjectIds) throws SQLException
getInterestsForEstate in interface DbAgencyInterestsHandlergetInterestsForEstate in class DbAgencyInterestsHandlerImplSQLExceptionpublic long[] getInterestIds(Connection c, DbAgencyInterest.Status status) throws SQLException
getInterestIds in interface DbAgencyInterestsHandlergetInterestIds in class DbAgencyInterestsHandlerImplSQLExceptionpublic long[] getInterestIdsForContact(Connection c, long[] contactEntryIds) throws SQLException
getInterestIdsForContact in interface DbAgencyInterestsHandlergetInterestIdsForContact in class DbAgencyInterestsHandlerImplSQLExceptionpublic long[] getInterestIdsForEstate(Connection c, long[] agencyObjectIds) throws SQLException
getInterestIdsForEstate in interface DbAgencyInterestsHandlergetInterestIdsForEstate in class DbAgencyInterestsHandlerImplSQLExceptionpublic void loadInterestOffers(Connection c, DbAgencyInterest[] interests) throws SQLException
loadInterestOffers in interface DbAgencyInterestsHandlerloadInterestOffers in class DbAgencyInterestsHandlerImplSQLExceptionpublic void removeInterests(Connection c, long[] ids) throws SQLException
removeInterests in interface DbAgencyInterestsHandlerremoveInterests in class DbAgencyInterestsHandlerImplSQLExceptionpublic void removeInterestOffers(Connection c, long interestId, long[] agencyObjectIds) throws SQLException
removeInterestOffers in interface DbAgencyInterestsHandlerremoveInterestOffers in class DbAgencyInterestsHandlerImplSQLExceptionpublic void saveInterest(Connection c, DbAgencyInterest interest) throws SQLException
saveInterest in interface DbAgencyInterestsHandlersaveInterest in class DbAgencyInterestsHandlerImplSQLExceptionpublic void saveInterestOffers(Connection c, DbAgencyInterestOffer[] offers) throws SQLException
saveInterestOffers in interface DbAgencyInterestsHandlersaveInterestOffers in class DbAgencyInterestsHandlerImplSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.