The GetRecipientsCmd Task Command is called by the BroadcastMessage Task Command to get the list of message recipients. If the command is successful, it will retrieve the list of message recipients.
Field Summary | |
static java.lang.Integer | ALL_CUSTOMERS The all customers parameter. |
static java.lang.Integer | ALL_USERS The all users parameter. |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.Integer | CUSTOMERS The customers parameter. |
static java.lang.String | defaultCommandClassName The default implementation of this command. |
static java.lang.String | NAME The name of this command. |
Method Summary | |
java.lang.Long[] | getMemberIds() Gets the message recipients. |
void | setCatalogEntryId(java.lang.Long anCatalogEntryId) Sets The catalog entry (for targeted broadcast). |
void | setContractId(java.lang.Long anContractId) Sets The contract (for targeted broadcast). |
void | setMode(java.lang.Integer anMode) Sets The broadcast mode. |
void | setOfferId(java.lang.Long anOfferId) Sets The offer (for targeted broadcast). |
void | setPartNumber(java.lang.String astrPartNumber) Sets The part number (for targeted broadcast). |
void | setRequestProperties(TypedProperty aRequestProperties) Sets The requestProperties object of BroadcastMessage. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
public static final java.lang.Integer ALL_CUSTOMERS
public static final java.lang.Integer CUSTOMERS
public static final java.lang.Integer ALL_USERS
Method Detail |
public java.lang.Long[] getMemberIds()
public void setCatalogEntryId(java.lang.Long anCatalogEntryId)
public void setContractId(java.lang.Long anContractId)
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.