Package com.ibm.commerce.interestitems.commands

  • Interface Summary 
    Interface Description
    AuthIIListAccessCmd
    The AuthIIListAccessCmd is a task command that determines whether the customer has authority to read information or write information to a specified interest item list.
    ErrorAuthIIListAccessCmd
    An error task that is called when a user does not have access to an interest item list.
    GetCurrentIIListsCmd
    The GetCurrentIIListsCmd is a task command that gets the current interest item lists from the CIITEMLIST table.
    InterestItemAddCmd
    The InterestItemAddCmd is a controller command that adds items or products to interest item lists.
    InterestItemDeleteCmd
    The InterestItemDeleteCmd is a controller command that deletes items from one or more interest item lists.
    InterestItemDisplayCmd
    The InterestItemDisplayCmd is a controller command that displays a list or lists of all the items in the specified interest item lists.
    InterestItemListCopyCmd
    The InterestItemListCopyCmd is a controller command that creates or updates interest item lists by copying from existing interest item lists.
    InterestItemListDeleteCmd
    The InterestItemListDeleteCmd is a controller command that deletes the specified interest item lists and all the items in them.
    SetCurrentIIListsCmd
    The SetCurrentIIListsCmd is a task command that sets the specified interest item lists to be current.
    SetInterestItemListCmd
    The SetInterestItemListCmd is a controller command that sets the specified interest item lists as the current interest item lists.
  • Class Summary 
    Class Description
    AuthIIListAccessCmdImpl
    Determines whether the shopper has authority to read information or write information to a specified interest item list.
    GetCurrentIIListsCmdImpl
    Get the current interest item lists from the CIITEMLIST table.
    InterestItemAddCmdImpl
    The InterestItemAdd command adds one or more products to one or more shopper's interest item lists.
    InterestItemDeleteCmdImpl
    The InterestItemDelete command deletes items from one or more interest item lists.
    InterestItemDisplayCmdImpl
    The InterestItemDisplay command displays a list or lists of all the products and items in the specified interest item lists.
    InterestItemListCopyCmdImpl
    The InterestItemListCopy command creates or updates an interest item list by copying from existing interest item lists.
    InterestItemListDeleteCmdImpl
    The InterestItemListDelete deletes the specified interest item lists and all items in them.
    SetCurrentIIListsCmdImpl
    Set the specified interest item lists to be current.
    SetInterestItemListCmdImpl
    The SetInterestItemList command sets the specified interest lists as the current interest lists for browsing and adding items to them.