com.ibm.commerce.tools.catalog.util
Class ItemGenerateHelper

java.lang.Object
  com.ibm.commerce.tools.catalog.util.ItemGenerateHelper

public class ItemGenerateHelper
extends java.lang.Object

ItemGenerateHelper can be used to generate all possible SKUs for a product.


Constructor Summary
ItemGenerateHelper()
Method Summary
void generateItem(java.lang.Long nProductId, CommandContext cmdContext)
Generates all possible SKUs for a product
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ItemGenerateHelper

public ItemGenerateHelper()
Method Detail

generateItem

public void generateItem(java.lang.Long nProductId,
                         CommandContext cmdContext)
                  throws ECException,
                         javax.ejb.CreateException,
                         javax.ejb.FinderException,
                         javax.ejb.RemoveException,
                         javax.naming.NamingException,
                         java.rmi.RemoteException,
                         CatalogToolException,
                         java.sql.SQLException
Generates all possible SKUs for a product
Throws:
ECException
javax.ejb.CreateException
javax.ejb.FinderException
javax.ejb.RemoveException
javax.naming.NamingException
java.rmi.RemoteException
CatalogToolException
java.sql.SQLException

Feedback