|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The BroadcastMessage command can be used to send a broadcast message (usually email) to selected message recipients.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
|
static java.lang.String |
NAME
|
Method Summary | |
void |
setCatalogEntryId(java.lang.Long anCatalogEntryId)
The catalog entry (for targeted broadcast). |
void |
setContractId(java.lang.Long contractId)
The contract (for targeted broadcast). |
void |
setMessageContent(java.lang.String astrMessageContent)
The message content. |
void |
setMessageProperties(TypedProperty aMessageProperties)
The messageProperties object used by message composition. |
void |
setMessageType(java.lang.Integer anMessageType)
The message type (as specified in the MSGTYPES table). |
void |
setMode(java.lang.Integer anMode)
0 - broadcast to all customers. 2 - broadcast to targeted customers. 3 - broadcast to all registered users. |
void |
setOfferId(java.lang.Long offerId)
The offer (for targeted broadcast). |
void |
setPartNumber(java.lang.String astrPartNumber)
The part number (for targeted broadcast). |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |