public interface BroadcastMessageCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setCatalogEntryId(java.lang.Long anCatalogEntryId)
anCatalogEntryId
- The catalog entry id.void setContractId(java.lang.Long contractId)
contractId
- The contract id.void setMessageContent(java.lang.String astrMessageContent)
astrMessageContent
- The message content.void setMessageProperties(TypedProperty aMessageProperties)
aMessageProperties
- The message properties.void setMessageType(java.lang.Integer anMessageType)
anMessageType
- The message type.void setMode(java.lang.Integer anMode)
anMode
- The broadcast mode.void setOfferId(java.lang.Long offerId)
offerId
- The offer id.void setPartNumber(java.lang.String astrPartNumber)
astrPartNumber
- The part number.