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)
public void setContractId(java.lang.Long contractId)
public void setMessageContent(java.lang.String astrMessageContent)
public void setMessageProperties(TypedProperty aMessageProperties)
public void setMessageType(java.lang.Integer anMessageType)
public void setMode(java.lang.Integer anMode)
public void setOfferId(java.lang.Long offerId)
public void setPartNumber(java.lang.String astrPartNumber)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.