public class BroadcastMessageCmdImpl extends ControllerCommandImpl implements BroadcastMessageCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field
|
Constructor and Description |
---|
BroadcastMessageCmdImpl() |
Modifier and Type | Method and Description |
---|---|
void | performExecute()
The method contains the business logic for this controller command.
|
void | setCatalogEntryId(java.lang.Long anCatalogEntryId)
This method sets the catalog entry ID.
|
void | setContractId(java.lang.Long anContractId)
This method sets the 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 anOfferId)
Sets the offer ID (for targeted broadcast).
|
void | setPartNumber(java.lang.String astrPartNumber)
Sets the part number (for targeted broadcast).
|
void | setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties.
|
void | validateParameters()
Validates required parameters before executing this command.
|
public static final java.lang.String COPYRIGHT
public void performExecute() throws ECException
public void setCatalogEntryId(java.lang.Long anCatalogEntryId)
public void setContractId(java.lang.Long anContractId)
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 anOfferId)
public void setPartNumber(java.lang.String astrPartNumber)
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
public void validateParameters() throws ECException