public interface DbCrmMarketingHandler
DbCrmMarketing[] getMarketings(Connection c) throws SQLException
SQLExceptionDbCrmMarketing[] getMarketings(Connection c, long[] ids) throws SQLException
SQLExceptionDbCrmMarketing[] getMarketings(Connection c, DbCrmMarketing.Status status) throws SQLException
SQLExceptionDbCrmMarketing[] getMarketingsByKeyword(Connection c, String keyword) throws SQLException
SQLExceptionDbCrmMarketing[] getMarketingsByKeyword(Connection c, String keyword, int limit) throws SQLException
SQLExceptionDbCrmMarketing[] getMarketingsForContact(Connection c, long contactEntryId) throws SQLException
SQLExceptionDbCrmMarketing[] getMarketingsForContact(Connection c, long[] contactEntryIds) throws SQLException
SQLExceptionDbCrmMarketing getMarketing(Connection c, long id) throws SQLException
SQLExceptionlong[] getMarketingIds(Connection c) throws SQLException
SQLExceptionlong[] getMarketingIds(Connection c, long contactEntryId) throws SQLException
SQLExceptionlong[] getMarketingIds(Connection c, long[] contactEntryIds, DbCrmMarketing.Status status) throws SQLException
SQLExceptionvoid loadFeedbacks(Connection c, DbCrmMarketing marketing) throws SQLException
SQLExceptionvoid loadFeedbacks(Connection c, DbCrmMarketing[] marketings) throws SQLException
SQLExceptionvoid removeMarketing(Connection c, long id) throws SQLException
SQLExceptionvoid removeMarketings(Connection c, long[] ids) throws SQLException
SQLExceptionvoid removeMarketingFeedback(Connection c, long marketingId, long contactEntryId) throws SQLException
SQLExceptionvoid removeMarketingFeedbacks(Connection c, long marketingId, long[] contactEntryIds) throws SQLException
SQLExceptionvoid saveMarketing(Connection c, DbCrmMarketing marketing) throws SQLException
SQLExceptionvoid saveMarketingFeedback(Connection c, DbCrmMarketingFeedback feedback) throws SQLException
SQLExceptionvoid saveMarketingFeedbacks(Connection c, DbCrmMarketingFeedback[] feedbacks) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.