public abstract class CatalogEntryDeleteHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected CommandContext | m_cmdContext |
protected java.lang.Long | m_nCatEntryId |
Constructor and Description |
---|
CatalogEntryDeleteHelper() |
Modifier and Type | Method and Description |
---|---|
protected static void | deleteAttributeValue(java.lang.Long nCatEntryId, java.lang.Long nAttrId, java.lang.Long nAttrValueId, java.lang.Integer nDescLanguageId, CommandContext cmdContext, java.lang.Integer nForceDelete)
Deletes one Attribute value entry in TABLE AttrValue
|
protected void | deleteCatEntry_CatEntDesc(java.lang.Integer nForceDelete)
Deletes a CatEntry in TABLEs CatEntry and CatEntDesc
|
protected java.lang.Long m_nCatEntryId
protected CommandContext m_cmdContext
protected static void deleteAttributeValue(java.lang.Long nCatEntryId, java.lang.Long nAttrId, java.lang.Long nAttrValueId, java.lang.Integer nDescLanguageId, CommandContext cmdContext, java.lang.Integer nForceDelete) throws ECException
protected void deleteCatEntry_CatEntDesc(java.lang.Integer nForceDelete) throws ECException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException