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