Package com.ibm.commerce.interestitems.commands

Contains classes and interfaces for handling commands related to the interest items component of the catalog subsytem.

See:
          Description

Interface Summary
AuthIIListAccessCmd Determines whether the shopper has authority to read information or write information to a specified interest item list.
ErrorAuthIIListAccessCmd Default behavior: Generate a page that informs the shopper of the error in accessing certain interest item list.
GetCurrentIIListsCmd Get the current interest item lists from the CIITEMLIST table.
InterestItemAddCmd Adds items or products to interest item lists.
InterestItemDeleteCmd Deletes items from one or more interest item lists.
InterestItemDisplayCmd Displays a list or lists of all the items in the specified interest item lists.
InterestItemListCopyCmd Creates or updates interest item lists by copying from existing interest item lists.
InterestItemListDeleteCmd Deletes the specified interest item lists and all the items in them.
SetCurrentIIListsCmd Set the specified interest item lists to be current.
SetInterestItemListCmd Sets the specified interest item lists as the current interest item lists.
 

Class Summary
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.
 

Package com.ibm.commerce.interestitems.commands Description

Contains classes and interfaces for handling commands related to the interest items component of the catalog subsytem.