public class ProductDeleteHelper extends CatalogEntryDeleteHelper
Constructor and Description |
---|
ProductDeleteHelper() |
Modifier and Type | Method and Description |
---|---|
void | deleteAttribute(java.lang.Long nAttributeId, java.lang.Integer nLanguageId, CommandContext cmdContext)
Deletes one Attribute entry in TABLE Attribute.
|
void | deleteAttributeValue(java.lang.Long nAttrValueId, java.lang.Integer nDescLanguageId, CommandContext cmdContext)
Deletes one Attribute value entry in TABLE AttrValue, and all SKUs using this attribute value.
|
void | deleteProduct(java.lang.Long nProductId, CommandContext cmdContext)
Delete a product.
|
public void deleteAttribute(java.lang.Long nAttributeId, java.lang.Integer nLanguageId, CommandContext cmdContext) throws ECException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException, javax.ejb.RemoveException
public void deleteAttributeValue(java.lang.Long nAttrValueId, java.lang.Integer nDescLanguageId, CommandContext cmdContext) throws ECException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException, javax.ejb.RemoveException
public void deleteProduct(java.lang.Long nProductId, CommandContext cmdContext) throws ECException, javax.ejb.CreateException, javax.ejb.FinderException, javax.ejb.RemoveException, javax.naming.NamingException, java.rmi.RemoteException