The BroadcastMessage command can be used to send a broadcast message (usually email) to selected message recipients.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation of this command. |
static java.lang.String |
NAME The name of this command. |
Method Summary | |
---|---|
void |
setCatalogEntryId(java.lang.Long anCatalogEntryId) Sets catalog entry id for targeted broadcast. |
void |
setContractId(java.lang.Long contractId) Sets contract id. |
void |
setMessageContent(java.lang.String astrMessageContent) Sets the message content. |
void |
setMessageProperties(
TypedProperty aMessageProperties) Sets the messageProperties object used by message composition. |
void |
setMessageType(java.lang.Integer anMessageType) Sets the message type (as specified in the MSGTYPES table). |
void |
setMode(java.lang.Integer anMode) Sets broadcast mode. |
void |
setOfferId(java.lang.Long offerId) Sets the offer id (for targeted broadcast). |
void |
setPartNumber(java.lang.String astrPartNumber)
Sets the part number (for targeted broadcast). |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setCatalogEntryId(java.lang.Long anCatalogEntryId)
anCatalogEntryId
- The catalog entry id.public void setContractId(java.lang.Long contractId)
contractId
- The contract id.public void setMessageContent(java.lang.String astrMessageContent)
astrMessageContent
- The message content.public void setMessageProperties(TypedProperty aMessageProperties)
aMessageProperties
- The message
properties.public void setMessageType(java.lang.Integer anMessageType)
anMessageType
- The message type.public void setMode(java.lang.Integer anMode)
anMode
- The broadcast mode.public void setOfferId(java.lang.Long offerId)
offerId
- The offer id.public void setPartNumber(java.lang.String astrPartNumber)
astrPartNumber
- The part number.