com.ibm.commerce.interestitems.commands
Interface SetCurrentIIListsCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
SetCurrentIIListsCmdImpl

public interface SetCurrentIIListsCmd
extends TaskCommand

Set the specified interest item lists to be current. 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)
          Set the interest item list parameters.
 void setMemberId(java.lang.Long anMemberId)
          Set the member id parameter.
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.interestitems.commands.SetCurrentIIListsCmdImpl".

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.interestitems.commands.SetCurrentIIListsCmd".
Method Detail

setIILists

public void setIILists(java.util.Enumeration aenInterestList)
Set the interest item list parameters.
Parameters:
aenInterestList - java.util.Enumeration

setMemberId

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