public interface InterestItemAddCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
static java.lang.String | defaultCommandClassName
The default implementation class is "com.ibm.commerce.interestitems.commands.InterestItemAddCmdImpl".
|
static java.lang.String | NAME
The name of this interface is "com.ibm.commerce.interestitems.commands.InterestItemAddCmd".
|
Modifier and Type | Method and Description |
---|---|
void | setAttrName(java.util.Hashtable ahshAttrName)
Sets the attribute name parameters (optional).
|
void | setAttrValue(java.util.Hashtable ahshAttrValue)
Sets the attribute value parameters (optional).
|
void | setCatEntryId(java.util.Hashtable ahshCatEntryId)
Sets the catentry ID parameters.
|
void | setField1(java.util.Hashtable ahshField1)
Sets the field1 parameters (optional).
|
void | setField2(java.util.Hashtable ahshField2)
Sets the field2 parameters (optional).
|
void | setField3(java.util.Hashtable ahshField3)
Sets the field3 parameters (optional).
|
void | setListId(java.lang.String[] asaListId)
Specifies zero or more interest item lists from which to be added.
|
void | setListIdName(java.lang.String[] asaListIdName)
Sets the names of the name-value pairs to be added to the redirection URL (optional).
|
void | setMemberId(java.util.Hashtable ahshMemberId)
Sets the member ID parameters.
|
void | setPartNumber(java.util.Hashtable ahshPartNumber)
Sets the part number parameters.
|
void | setQuantity(java.util.Hashtable ahshQuantity)
Sets the quantity parameters (optional with default is 1).
|
void | setUOM(java.util.Hashtable ahshUOM)
Set the unit of measure parameters (optional).
|
void | setUpdateable(java.util.Hashtable ahshUpdatable)
Set the updatable parameters (optional).
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setAttrName(java.util.Hashtable ahshAttrName)
void setAttrValue(java.util.Hashtable ahshAttrValue)
void setCatEntryId(java.util.Hashtable ahshCatEntryId)
void setField1(java.util.Hashtable ahshField1)
void setField2(java.util.Hashtable ahshField2)
void setField3(java.util.Hashtable ahshField3)
void setListId(java.lang.String[] asaListId)
void setListIdName(java.lang.String[] asaListIdName)
void setMemberId(java.util.Hashtable ahshMemberId)
void setPartNumber(java.util.Hashtable ahshPartNumber)
void setQuantity(java.util.Hashtable ahshQuantity)
void setUOM(java.util.Hashtable ahshUOM)
void setUpdateable(java.util.Hashtable ahshUpdatable)