java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.MessageInfoAccessBean
com.ibm.commerce.negotiation.beans.MessageInfoDataBean
Retrieves information about a message. The primary key is message id and recipient id.
Field Summary | |
protected java.lang.String | aString |
protected CommandContext | commandContext |
protected java.lang.String | messageId |
protected java.lang.String | msgRecipientId |
protected TypedProperty | requestProperties |
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Fields inherited from interface com.ibm.commerce.security.Protectable |
COPYRIGHT |
Constructor Summary | |
MessageInfoDataBean() Constructs a MessageInfoDataBean object. |
|
MessageInfoDataBean(MessageInfoAccessBean anAccess) Constructs a MessageInfoDataBean object. |
Method Summary | |
boolean | fulfills(java.lang.Long member, java.lang.String relationship) Determines if a given member fulfills a given relationship with the resource. |
CommandContext | getCommandContext() Get command context. |
java.lang.String | getMessageId() Fetches the message id. |
java.lang.String | getMsgDelayDate() Get message delay date. |
java.lang.String | getMsgDelayTime() Get message delay time. |
java.lang.String | getMsgPostDate() Get message post date. |
java.lang.String | getMsgPostTime() Get message post time. |
java.lang.Long | getOwner() Return the member reference number of the owner. |
TypedProperty | getRequestProperties() Fetches the request properties. |
void | populate() Retrieves message information and populates MessageInfoDataBean object. |
void | setCommandContext(CommandContext aCommandContext) Set command context. |
void | setMessageId(java.lang.String newMessageId) Set message id. |
void | setMsgRecipientId(java.lang.String newRecipientId) Set message recipient id. |
void | setRequestProperties(TypedProperty newRequestProperties) Copies the request properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String messageId
protected java.lang.String msgRecipientId
protected java.lang.String aString
protected CommandContext commandContext
protected TypedProperty requestProperties
Constructor Detail |
public MessageInfoDataBean()
public MessageInfoDataBean(MessageInfoAccessBean anAccess) throws java.lang.Exception
Method Detail |
public boolean fulfills(java.lang.Long member, java.lang.String relationship) throws java.lang.Exception, java.rmi.RemoteException
public CommandContext getCommandContext()
public java.lang.String getMessageId()
public java.lang.String getMsgDelayDate()
public java.lang.String getMsgDelayTime()
public java.lang.String getMsgPostDate()
public java.lang.String getMsgPostTime()
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext aCommandContext)
public void setMessageId(java.lang.String newMessageId)
public void setMsgRecipientId(java.lang.String newRecipientId)
public void setRequestProperties(TypedProperty newRequestProperties)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.