The SetCurrentIIListsCmd is a task command that sets the specified interest item lists to be current. The current interest item list is stored in the CIITEMLIST table. Calling commands: SetInterestItemList
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
static java.lang.String | defaultCommandClassName The default implementation class is "com.ibm.commerce.interestitems.commands.SetCurrentIIListsCmdImpl". |
static java.lang.String | NAME The name of this interface is "com.ibm.commerce.interestitems.commands.SetCurrentIIListsCmd". |
Method Summary | |
void | setIILists(java.util.Enumeration aenInterestList) Sets the interest item list parameters. |
void | setMemberId(java.lang.Long anMemberId) Sets the member ID parameter. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setIILists(java.util.Enumeration aenInterestList)
public void setMemberId(java.lang.Long anMemberId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.