com.ibm.commerce.interestitems.commands
Interface SetCurrentIIListsCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
SetCurrentIIListsCmdImpl

public interface SetCurrentIIListsCmd
extends TaskCommand

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
The internal copyright field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.interestitems.commands.SetCurrentIIListsCmd".
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.interestitems.commands.SetCurrentIIListsCmdImpl".
See Also:
Constant Field Values
Method Detail

setIILists

public void setIILists(java.util.Enumeration aenInterestList)
Sets the interest item list parameters.
Parameters:
aenInterestList - an enumeration of interest item list IDs

setMemberId

public void setMemberId(java.lang.Long anMemberId)
Sets the member ID parameter.
Parameters:
anMemberId - the member ID