public class EmailContentBean extends EmailContentBeanBase implements javax.ejb.EntityBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
EmailContentBean() |
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable | _copyFromEJB()
_copyFromEJB
|
void | _copyToEJB(java.util.Hashtable h)
_copyToEJB
|
protected java.util.Vector | _getLinks()
This method was generated for supporting the associations.
|
protected void | _initLinks()
This method was generated for supporting the associations.
|
protected void | _removeLinks()
This method was generated for supporting the associations.
|
void | ejbActivate()
ejbActivate
|
EmailContentKey | ejbCreate(java.lang.Integer emailContentId, java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen)
Create an instance of the EmailContent bean.
|
EmailContentKey | ejbCreate(java.lang.String emailSubject, java.lang.String emailBody)
Create an instance of the EmailContent bean.
|
EmailContentKey | ejbCreate(java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen)
Create an instance of the EmailContent bean.
|
EmailContentKey | ejbCreate(java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen, long lastModify)
Create an instance of the EmailContent bean.
|
void | ejbLoad()
ejbLoad
|
void | ejbPassivate()
ejbPassivate
|
void | ejbPostCreate(java.lang.Integer emailContentId, java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen)
ejbPostCreate.
|
void | ejbPostCreate(java.lang.String emailSubject, java.lang.String emailBody)
ejbPostCreate.
|
void | ejbPostCreate(java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen)
ejbPostCreate.
|
void | ejbPostCreate(java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen, long lastModify)
ejbPostCreate.
|
void | ejbRemove()
ejbRemove
|
void | ejbStore()
ejbStore
|
javax.ejb.EntityContext | getEntityContext()
getEntityContext
|
void | setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext
|
void | unsetEntityContext()
unsetEntityContext
|
public static final java.lang.String COPYRIGHT
public javax.ejb.EntityContext getEntityContext()
public void setEntityContext(javax.ejb.EntityContext ctx)
public void unsetEntityContext()
public void ejbActivate()
public void ejbLoad()
public void ejbPassivate()
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbStore()
protected void _initLinks()
protected java.util.Vector _getLinks()
protected void _removeLinks() throws java.rmi.RemoteException, javax.ejb.RemoveException
public EmailContentKey ejbCreate(java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public EmailContentKey ejbCreate(java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen, long lastModify) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public EmailContentKey ejbCreate(java.lang.Integer emailContentId, java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public EmailContentKey ejbCreate(java.lang.String emailSubject, java.lang.String emailBody) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void ejbPostCreate(java.lang.Integer emailContentId, java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen) throws javax.ejb.CreateException
public void ejbPostCreate(java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen, long lastModify) throws javax.ejb.CreateException
public void ejbPostCreate(java.lang.String emailSubject, java.lang.String emailBody, java.lang.Short recordOpen) throws javax.ejb.CreateException
public void ejbPostCreate(java.lang.String emailSubject, java.lang.String emailBody) throws javax.ejb.CreateException
public java.util.Hashtable _copyFromEJB()
public void _copyToEJB(java.util.Hashtable h)