public class ItemCreateHelper extends CatalogEntryCreateUpdateHelper
Constructor and Description |
---|
ItemCreateHelper() |
Modifier and Type | Method and Description |
---|---|
static void | copyPricesFromProduct(java.lang.Long nProductId, java.lang.Long nSKUId, CommandContext cmdContext)
Copy pricing information from parent product.
|
void | createItem(CommandContext cmdContext)
Creates an Item after setting all properties.
|
public void createItem(CommandContext cmdContext) throws ECException, javax.ejb.CreateException, javax.ejb.FinderException, javax.ejb.RemoveException, javax.naming.NamingException, java.rmi.RemoteException, CatalogToolException, java.lang.Exception
public static void copyPricesFromProduct(java.lang.Long nProductId, java.lang.Long nSKUId, CommandContext cmdContext)