public abstract class DbCrmMarketingHandlerImpl extends Object implements DbCrmMarketingHandler
| Constructor and Description |
|---|
DbCrmMarketingHandlerImpl() |
protected DbCrmMarketing buildMarketing()
protected DbCrmMarketingFeedback buildMarketingFeedback()
public final DbCrmMarketing[] getMarketings(Connection c) throws SQLException
getMarketings in interface DbCrmMarketingHandlerSQLExceptionpublic abstract DbCrmMarketing[] getMarketings(Connection c, long[] ids) throws SQLException
getMarketings in interface DbCrmMarketingHandlerSQLExceptionpublic abstract DbCrmMarketing[] getMarketings(Connection c, DbCrmMarketing.Status status) throws SQLException
getMarketings in interface DbCrmMarketingHandlerSQLExceptionpublic final DbCrmMarketing[] getMarketingsByKeyword(Connection c, String keyword) throws SQLException
getMarketingsByKeyword in interface DbCrmMarketingHandlerSQLExceptionpublic abstract DbCrmMarketing[] getMarketingsByKeyword(Connection c, String keyword, int limit) throws SQLException
getMarketingsByKeyword in interface DbCrmMarketingHandlerSQLExceptionpublic final DbCrmMarketing[] getMarketingsForContact(Connection c, long contactEntryId) throws SQLException
getMarketingsForContact in interface DbCrmMarketingHandlerSQLExceptionpublic abstract DbCrmMarketing[] getMarketingsForContact(Connection c, long[] contactEntryIds) throws SQLException
getMarketingsForContact in interface DbCrmMarketingHandlerSQLExceptionpublic final DbCrmMarketing getMarketing(Connection c, long id) throws SQLException
getMarketing in interface DbCrmMarketingHandlerSQLExceptionpublic final long[] getMarketingIds(Connection c) throws SQLException
getMarketingIds in interface DbCrmMarketingHandlerSQLExceptionpublic final long[] getMarketingIds(Connection c, long contactEntryId) throws SQLException
getMarketingIds in interface DbCrmMarketingHandlerSQLExceptionpublic abstract long[] getMarketingIds(Connection c, long[] contactEntryIds, DbCrmMarketing.Status status) throws SQLException
getMarketingIds in interface DbCrmMarketingHandlerSQLExceptionpublic final void loadFeedbacks(Connection c, DbCrmMarketing marketing) throws SQLException
loadFeedbacks in interface DbCrmMarketingHandlerSQLExceptionpublic abstract void loadFeedbacks(Connection c, DbCrmMarketing[] marketings) throws SQLException
loadFeedbacks in interface DbCrmMarketingHandlerSQLExceptionpublic final void removeMarketing(Connection c, long id) throws SQLException
removeMarketing in interface DbCrmMarketingHandlerSQLExceptionpublic abstract void removeMarketings(Connection c, long[] ids) throws SQLException
removeMarketings in interface DbCrmMarketingHandlerSQLExceptionpublic final void removeMarketingFeedback(Connection c, long marketingId, long contactEntryId) throws SQLException
removeMarketingFeedback in interface DbCrmMarketingHandlerSQLExceptionpublic abstract void removeMarketingFeedbacks(Connection c, long marketingId, long[] contactEntryIds) throws SQLException
removeMarketingFeedbacks in interface DbCrmMarketingHandlerSQLExceptionpublic abstract void saveMarketing(Connection c, DbCrmMarketing marketing) throws SQLException
saveMarketing in interface DbCrmMarketingHandlerSQLExceptionpublic final void saveMarketingFeedback(Connection c, DbCrmMarketingFeedback feedback) throws SQLException
saveMarketingFeedback in interface DbCrmMarketingHandlerSQLExceptionpublic abstract void saveMarketingFeedbacks(Connection c, DbCrmMarketingFeedback[] feedbacks) throws SQLException
saveMarketingFeedbacks in interface DbCrmMarketingHandlerSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.