com.ibm.commerce.interestitems.commands
Interface GetCurrentIIListsCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- GetCurrentIIListsCmdImpl
- public interface GetCurrentIIListsCmd
- extends TaskCommand
Get the current interest item lists from the CIITEMLIST table.
Calling commands: InterestItemAdd, InterestItemDelete, InterestItemDisplay
InterestItemListCopy, InterestItemListDelete, 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()
Returns current interest item lists in enumeration of InterestItemListAccessBean |
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 |
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.GetCurrentIIListsCmdImpl".
NAME
public static final java.lang.String NAME
- The name of this interface is "com.ibm.commerce.interestitems.commands.GetCurrentIIListsCmd".
getCurrentLists
public java.util.Enumeration getCurrentLists()
- Returns current interest item lists in enumeration of InterestItemListAccessBean
- Returns:
- java.util.Enumeration
setMemberId
public void setMemberId(java.lang.Long anMemberId)
- Set the member id parameter.
- Parameters:
anMemberId
- java.lang.Long