public class MessageDataBean extends MessageAccessBean implements MessageInputDataBean, MessageSmartDataBean, SmartDataBean
COPYRIGHTCOPYRIGHTemptyString| Constructor and Description |
|---|
MessageDataBean()
Constructs a message data bean object.
|
MessageDataBean(com.ibm.commerce.negotiation.objects.Message o)
Constructs a message data bean object.
|
MessageDataBean(MessageAccessBean anAccessBean)
Constructs a message data bean object.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets command context.
|
java.lang.String |
getMessageId()
Gets message ID.
|
java.lang.String |
getMsgDelayDate()
Gets message delay date.
|
java.lang.String |
getMsgDelayTime()
Gets message delay time.
|
java.lang.String |
getMsgPostDate()
Gets message post date.
|
java.lang.String |
getMsgPostTime()
Gets message post time.
|
TypedProperty |
getRequestProperties()
Fetches the command properties.
|
void |
populate()
Retrieves message information and populates MessageDataBean object.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets command context.
|
void |
setMessageId(java.lang.String newMessageId)
Sets message ID.
|
void |
setRequestProperties(TypedProperty newRequestProperties)
Copies the request properties.
|
findAllMessages, findBySender, getBase, getBaseInEntityType, getContent, getDelayTime, getDelayTimeInEntityType, getEntity, getId, getIdInEntityType, getMsgParam1, getMsgParam2, getMsgParam3, getMsgType, getMsgTypeInEntityType, getPostTime, getPostTimeInEntityType, getSenderId, getSenderIdInEntityType, getSubject, getTargetId, getTargetIdInEntityType, instantiateEntity, sendTo, setBase, setBase, setContent, setDelayTime, setDelayTime, setDelayTimePeriod, setId, setId, setInitKey_id, setMsgParam1, setMsgParam2, setMsgParam3, setMsgStatus, setMsgType, setMsgType, setPostTime, setPostTime, setSenderId, setSenderId, setSendStatus, setSubject, setTargetId, setTargetIdpublic MessageDataBean()
public MessageDataBean(MessageAccessBean anAccessBean)
public MessageDataBean(com.ibm.commerce.negotiation.objects.Message o)
o - javax.ejb.EJBObjectpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getMessageId()
getMessageId in interface MessageSmartDataBeanpublic java.lang.String getMsgDelayDate()
getMsgDelayDate in interface MessageSmartDataBeanpublic java.lang.String getMsgDelayTime()
getMsgDelayTime in interface MessageSmartDataBeanpublic java.lang.String getMsgPostDate()
getMsgPostDate in interface MessageSmartDataBeanpublic java.lang.String getMsgPostTime()
getMsgPostTime in interface MessageSmartDataBeanpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void populate()
populate in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - This is the command context.public void setMessageId(java.lang.String newMessageId)
setMessageId in interface MessageInputDataBeanpublic void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties in interface InputDataBeannewRequestProperties - com.ibm.commerce.datatype.TypedProperty