com.ibm.commerce.tools.catalog.util

Class ItemDeleteHelper

    • Constructor Summary

      Constructors 
      Constructor and Description
      ItemDeleteHelper() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void deleteItem(java.lang.Long nItemId, CommandContext cmdContext)
      Delete an item.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemDeleteHelper

        public ItemDeleteHelper()
    • Method Detail

      • deleteItem

        public void deleteItem(java.lang.Long nItemId,
                               CommandContext cmdContext)
                        throws ECException,
                               javax.ejb.RemoveException
        Delete an item. The command CatalogEntryDeleteCmd is used.
        Parameters:
        nItemId - The item ID.
        cmdContext - The CommandContext.
        Throws:
        ECException - If CatalogEntryDeleteCmd fails.
        javax.ejb.RemoveException - In the execution of the method, a RemoveException occurs.