public interface DbCrmActivityHandler
DbCrmActivity[] getActivities(Connection c) throws SQLException
SQLExceptionDbCrmActivity[] getActivities(Connection c, DbCrmActivity.Type type) throws SQLException
SQLExceptionDbCrmActivity[] getActivities(Connection c, long[] ids) throws SQLException
SQLExceptionDbCrmActivity[] getActivitiesByKeyword(Connection c, String keyword) throws SQLException
SQLExceptionDbCrmActivity[] getActivitiesByKeyword(Connection c, String keyword, int limit) throws SQLException
SQLExceptionDbCrmActivity[] getActivitiesByKeyword(Connection c, String keyword, DbCrmActivity.Type type, int limit) throws SQLException
SQLExceptionDbCrmActivity[] getActivitiesByKeyword(Connection c, String keyword, DbCrmActivity.Type[] types, int limit) throws SQLException
SQLExceptionDbCrmActivity[] getActivitiesForContact(Connection c, long contactEntryId) throws SQLException
SQLExceptionDbCrmActivity[] getActivitiesForContact(Connection c, long contactEntryId, DbCrmActivity.Type type) throws SQLException
SQLExceptionDbCrmActivity[] getActivitiesForContact(Connection c, long[] contactEntryIds) throws SQLException
SQLExceptionDbCrmActivity[] getActivitiesForContact(Connection c, long[] contactEntryIds, DbCrmActivity.Type type) throws SQLException
SQLExceptionDbCrmActivity getActivity(Connection c, long id) throws SQLException
SQLExceptionlong[] getActivityIds(Connection c) throws SQLException
SQLExceptionlong[] getActivityIds(Connection c, DbCrmActivity.Type type) throws SQLException
SQLExceptionlong[] getActivityIds(Connection c, long contactEntryId) throws SQLException
SQLExceptionlong[] getActivityIds(Connection c, long contactEntryId, DbCrmActivity.Type type) throws SQLException
SQLExceptionlong[] getActivityIds(Connection c, long[] contactEntryIds) throws SQLException
SQLExceptionlong[] getActivityIds(Connection c, long[] contactEntryIds, DbCrmActivity.Type type) throws SQLException
SQLExceptionvoid loadContactEntries(Connection c, DbCrmActivity activity) throws SQLException
SQLExceptionvoid loadContactEntries(Connection c, DbCrmActivity[] activities) throws SQLException
SQLExceptionvoid removeActivity(Connection c, long id) throws SQLException
SQLExceptionvoid removeActivities(Connection c, long[] ids) throws SQLException
SQLExceptionvoid removeActivityContactEntry(Connection c, long activityId, long contactEntryId) throws SQLException
SQLExceptionvoid removeActivityContactEntries(Connection c, long activityId, long[] contactEntryIds) throws SQLException
SQLExceptionvoid saveActivity(Connection c, DbCrmActivity activity) throws SQLException
SQLExceptionvoid saveActivityContactEntry(Connection c, long activityId, long contactEntryId) throws SQLException
SQLExceptionvoid saveActivityContactEntries(Connection c, long activityId, long[] contactEntryIds) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.