public abstract class DbCrmMailsHandlerImpl extends Object implements DbCrmMailsHandler
Constructor and Description |
---|
DbCrmMailsHandlerImpl() |
Modifier and Type | Method and Description |
---|---|
protected DbCrmActivityMailMessage |
buildRelation() |
DbCrmActivityMailMessage |
getRelationForActivity(Connection c,
long crmActivityId) |
DbCrmActivityMailMessage |
getRelationForMessage(Connection c,
long mailMessageId) |
abstract DbCrmActivityMailMessage[] |
getRelationsForActivity(Connection c,
long[] crmActivityIds) |
DbCrmActivityMailMessage[] |
getRelationsForFolder(Connection c,
long mailFolderId) |
abstract DbCrmActivityMailMessage[] |
getRelationsForFolder(Connection c,
long[] mailFolderIds) |
abstract DbCrmActivityMailMessage[] |
getRelationsForMessage(Connection c,
long[] mailMessageIds) |
void |
removeRelation(Connection c,
DbCrmActivityMailMessage relation) |
abstract void |
removeRelations(Connection c,
DbCrmActivityMailMessage[] relations) |
abstract void |
saveRelation(Connection c,
DbCrmActivityMailMessage relation) |
protected DbCrmActivityMailMessage buildRelation()
public final DbCrmActivityMailMessage getRelationForActivity(Connection c, long crmActivityId) throws SQLException
getRelationForActivity
in interface DbCrmMailsHandler
SQLException
public abstract DbCrmActivityMailMessage[] getRelationsForActivity(Connection c, long[] crmActivityIds) throws SQLException
getRelationsForActivity
in interface DbCrmMailsHandler
SQLException
public final DbCrmActivityMailMessage[] getRelationsForFolder(Connection c, long mailFolderId) throws SQLException
getRelationsForFolder
in interface DbCrmMailsHandler
SQLException
public abstract DbCrmActivityMailMessage[] getRelationsForFolder(Connection c, long[] mailFolderIds) throws SQLException
getRelationsForFolder
in interface DbCrmMailsHandler
SQLException
public final DbCrmActivityMailMessage getRelationForMessage(Connection c, long mailMessageId) throws SQLException
getRelationForMessage
in interface DbCrmMailsHandler
SQLException
public abstract DbCrmActivityMailMessage[] getRelationsForMessage(Connection c, long[] mailMessageIds) throws SQLException
getRelationsForMessage
in interface DbCrmMailsHandler
SQLException
public final void removeRelation(Connection c, DbCrmActivityMailMessage relation) throws SQLException
removeRelation
in interface DbCrmMailsHandler
SQLException
public abstract void removeRelations(Connection c, DbCrmActivityMailMessage[] relations) throws SQLException
removeRelations
in interface DbCrmMailsHandler
SQLException
public abstract void saveRelation(Connection c, DbCrmActivityMailMessage relation) throws SQLException
saveRelation
in interface DbCrmMailsHandler
SQLException
Copyright © 2015 OpenEstate. All rights reserved.