public class HSqlDbCrmMailsHandler extends DbCrmMailsHandlerImpl
Modifier and Type | Field and Description |
---|---|
static String |
PROC_REMOVE_CRM_ACTIVITIES_MAILS_MESSAGES |
static String |
PROC_SAVE_CRM_ACTIVITIES_MAILS_MESSAGES |
static String |
VIEW_CRM_ACTIVITIES_MAILS_MESSAGES |
Constructor and Description |
---|
HSqlDbCrmMailsHandler() |
Modifier and Type | Method and Description |
---|---|
DbCrmActivityMailMessage[] |
getRelationsForActivity(Connection c,
long[] crmActivityIds) |
DbCrmActivityMailMessage[] |
getRelationsForFolder(Connection c,
long[] mailFolderIds) |
DbCrmActivityMailMessage[] |
getRelationsForMessage(Connection c,
long[] mailMessageIds) |
void |
removeRelations(Connection c,
DbCrmActivityMailMessage[] relations) |
void |
saveRelation(Connection c,
DbCrmActivityMailMessage relation) |
buildRelation, getRelationForActivity, getRelationForMessage, getRelationsForFolder, removeRelation
public static final String VIEW_CRM_ACTIVITIES_MAILS_MESSAGES
public static final String PROC_REMOVE_CRM_ACTIVITIES_MAILS_MESSAGES
public static final String PROC_SAVE_CRM_ACTIVITIES_MAILS_MESSAGES
public DbCrmActivityMailMessage[] getRelationsForActivity(Connection c, long[] crmActivityIds) throws SQLException
getRelationsForActivity
in interface DbCrmMailsHandler
getRelationsForActivity
in class DbCrmMailsHandlerImpl
SQLException
public DbCrmActivityMailMessage[] getRelationsForFolder(Connection c, long[] mailFolderIds) throws SQLException
getRelationsForFolder
in interface DbCrmMailsHandler
getRelationsForFolder
in class DbCrmMailsHandlerImpl
SQLException
public DbCrmActivityMailMessage[] getRelationsForMessage(Connection c, long[] mailMessageIds) throws SQLException
getRelationsForMessage
in interface DbCrmMailsHandler
getRelationsForMessage
in class DbCrmMailsHandlerImpl
SQLException
public void removeRelations(Connection c, DbCrmActivityMailMessage[] relations) throws SQLException
removeRelations
in interface DbCrmMailsHandler
removeRelations
in class DbCrmMailsHandlerImpl
SQLException
public void saveRelation(Connection c, DbCrmActivityMailMessage relation) throws SQLException
saveRelation
in interface DbCrmMailsHandler
saveRelation
in class DbCrmMailsHandlerImpl
SQLException
Copyright © 2015 OpenEstate. All rights reserved.