public interface EmailMessageContentRelationHomeBase
extends javax.ejb.EJBHome
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
| EmailMessageContentRelation | create(java.lang.Integer emailMessageId, java.lang.Integer emailContentId)
Create an instance of the EmailMessageContentRelation bean.
|
| java.util.Enumeration | findByEmailContentId(java.lang.Integer emailContentId)
Find all the instances of Entity Bean having the emailContentId: EmailMessageContentRelation
|
| java.util.Enumeration | findByEmailMessageId(java.lang.Integer emailMessageId)
Find all the instances of Entity Bean having the emailMessageId: EmailMessageContentRelation
|
| EmailMessageContentRelation | findByPrimaryKey(EmailMessageContentRelationKey primaryKey)
Finds an instance using a key for Entity Bean: EmailMessageContentRelation
|
static final java.lang.String COPYRIGHT
EmailMessageContentRelation create(java.lang.Integer emailMessageId, java.lang.Integer emailContentId) throws javax.ejb.CreateException, java.rmi.RemoteException
EmailMessageContentRelation findByPrimaryKey(EmailMessageContentRelationKey primaryKey) throws javax.ejb.FinderException, java.rmi.RemoteException
java.util.Enumeration findByEmailContentId(java.lang.Integer emailContentId)
throws javax.ejb.FinderException,
java.rmi.RemoteException
java.util.Enumeration findByEmailMessageId(java.lang.Integer emailMessageId)
throws javax.ejb.FinderException,
java.rmi.RemoteException