com.ibm.commerce.interestitems.commands

Class GetCurrentIIListsCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, GetCurrentIIListsCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class GetCurrentIIListsCmdImpl
    extends TaskCommandImpl
    implements GetCurrentIIListsCmd
    Get the current interest item lists from the CIITEMLIST table. Calling commands: InterestItemAdd, InterestItemDelete, InterestItemDisplay InterestItemListCopy, InterestItemListDelete, SetInterestItemList
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetCurrentIIListsCmdImpl

        public GetCurrentIIListsCmdImpl()
        No value constructor.
    • Method Detail

      • getCurrentLists

        public java.util.Enumeration getCurrentLists()
        This method returns an enumeration of the current lists.
        Specified by:
        getCurrentLists in interface GetCurrentIIListsCmd
        Returns:
        ienCurrentLists java.lang.Enumeration
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        This method returns true or false based on whether the super class is ready to execute or not.
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Overrides:
        isReadyToCallExecute in class AbstractECTargetableCommand
        Returns:
        java.lang.Boolean
      • reset

        public void reset()
        Description copied from class: AbstractECTargetableCommand
        This method is called after a command has been executed. It is used to reset its states variables. After the call to reset, the command should be able to be executed again.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • setMemberId

        public void setMemberId(java.lang.Long anMemberId)
        This method sets the member ID for the command.
        Specified by:
        setMemberId in interface GetCurrentIIListsCmd
        Parameters:
        anMemberId - java.lang.Long