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
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.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
CLASSNAME
public static final java.lang.String CLASSNAME
COPYRIGHT
public static final java.lang.String COPYRIGHT
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