com.ibm.commerce.interestitems.commands
Interface GetCurrentIIListsCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
GetCurrentIIListsCmdImpl

public interface GetCurrentIIListsCmd
extends TaskCommand

The GetCurrentIIListsCmd is a task command that gets the current interest item lists from the CIITEMLIST table. Calling commands: InterestItemAdd, InterestItemDelete, InterestItemDisplay InterestItemListCopy, InterestItemListDelete, and 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.GetCurrentIIListsCmdImpl".
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.interestitems.commands.GetCurrentIIListsCmd".
 
Method Summary
 java.util.Enumeration getCurrentLists()
          Gets the current interest item lists as an enumeration of InterestItemListAccessBean
 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.GetCurrentIIListsCmd".
See Also:
Constant Field Values

defaultCommandClassName

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

getCurrentLists

public java.util.Enumeration getCurrentLists()
Gets the current interest item lists as an enumeration of InterestItemListAccessBean
Returns:
the enumeration of current interest item lists

setMemberId

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