com.ibm.commerce.catalogmanagement.commands
Interface CatGroupCatEntryRelDeleteCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
CatGroupCatEntryRelDeleteCmdImpl

public interface CatGroupCatEntryRelDeleteCmd
extends ControllerCommand

Command Name: CatGroupCatEntryRelDelete Command Type: URL and Controller Command Description: 1. Deletes a relationship between a Catalog Group and a Catalog Entry 2. If Catalog Group is generic, then delete all CatGroup CatEntry relationship with the specified CatEntryId 3. If Catalog Entry is generic, then delete all CatGroup CatEntry relationship with the specified CatGroupId Parameters: 1. CatalogId, CatGroupId, CatEntryId 2. CatalogId, CatGroupId=*, CatEntryId 3. CatalogId, CatGroupId, CatEntryId=* Tables: 1. CatGpEnRel 2. CatGpEnRel 3. CatGpEnRel Task Commands: DeleteCatgpenrelCmd Other Controller Commands: None Mandatory Parameters: catalogId, catgroupId, catentryId, masterCatalog Additional Parameters: Optional Parameters: URL


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Method Summary
 void setCatalogId(java.lang.Long anCatalogId)
          Set a catalog Id for the catalog group catalog entry relationship
 void setCatentryId(java.lang.Long anCatentryId)
          Set a catalog entry Id for the catalog group catalog entry relationship
 void setCatgroupId(java.lang.Long anCatgroupId)
          Set a catalog group Id for the catalog group catalog entry relationship
 void setRule(java.lang.String astrRule)
          Set rule
 void setSequence(java.lang.Double adSequence)
          Set sequence
 void setURL(java.lang.String astrURL)
          Set the redirect URL
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

setCatalogId

public void setCatalogId(java.lang.Long anCatalogId)
Set a catalog Id for the catalog group catalog entry relationship
Parameters:
anCatalogId - java.lang.Long

setCatentryId

public void setCatentryId(java.lang.Long anCatentryId)
Set a catalog entry Id for the catalog group catalog entry relationship
Parameters:
anCatentryId - java.lang.Long

setCatgroupId

public void setCatgroupId(java.lang.Long anCatgroupId)
Set a catalog group Id for the catalog group catalog entry relationship
Parameters:
anCatgroupId - java.lang.Long

setRule

public void setRule(java.lang.String astrRule)
Set rule
Parameters:
astrRule - java.lang.String

setSequence

public void setSequence(java.lang.Double adSequence)
Set sequence
Parameters:
adSequence - java.lang.Double

setURL

public void setURL(java.lang.String astrURL)
Set the redirect URL
Parameters:
astrURL - java.lang.String