com.ibm.commerce.catalogmanagement.commands
Class TopCatalogGroupDeleteCmdImpl
java.lang.Object
CacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.ControllerCommandImpl
com.ibm.commerce.catalogmanagement.commands.TopCatalogGroupDeleteCmdImpl
- All Implemented Interfaces:
- AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, TopCatalogGroupDeleteCmd
- public class TopCatalogGroupDeleteCmdImpl
- extends ControllerCommandImpl
- implements TopCatalogGroupDeleteCmd
The TopCatalogGroupDeleteCmd is a URL and controller command that:
- Deletes a relationship between a catalog and a catalog group.
- If the catalog ID is generic, then deletes all the catalog to catalog group relationships with the specified catalog group ID.
- If the catalog group ID is generic, then deletes all the catalog to catalog group relationships with the specified catalog ID.
Parameters:
- CatalogId, CatGroupId
- CatalogId=*, CatGroupId
- CatalogId, CatGroupId=*
Access Bean:
- CatalogCatalogGroupRelationAccessBean
- CatalogCatalogGroupRelationAccessBean
- CatalogCatalogGroupRelationAccessBean
Task Commands: DeleteCattogrpCmd
Other Controller Commands: None.
Mandatory Parameters: catalogId, catgroupId (one of the mandaotry can be = *).
Additional Parameters: None.
Optional Parameters: URL.
- See Also:
- Serialized Form
Method Summary |
java.lang.Long |
getCatalogId()
Get the catalog Id for the catalog to top catalog group relationship |
java.lang.Long |
getCatgroupId()
Get the catalog group Id for the catalog to top catalog group relationship |
java.lang.String |
getURL()
Get the redirect URL |
void |
performExecute()
The main program for TopCatalogGroupDelete command |
void |
reset()
This method reset all the variables used in TopCatalogGroupDelete command |
void |
setCatalogId(java.lang.Long anCatalogId)
Set the catalog Id for the catalog to top catalog group relationship |
void |
setCatgroupId(java.lang.Long anCatgroupId)
Set the catalog group Id for the catalog to top catalog group relationship |
void |
setRequestProperties(TypedProperty reqParms)
This method obtain the input parameters for TopCatalogGroupDelete command |
void |
setURL(java.lang.String astrURL)
Set a redirect URL |
void |
validateParameters()
This method validates the parameters for TopCatalogGroupDelete command |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The internal copyright field.
- See Also:
- Constant Field Values
CLASSNAME
public static final java.lang.String CLASSNAME
- The name of this interface is "com.ibm.commerce.catalogmanagement.commands.TopCatalogGroupDeleteCmdImpl".
- See Also:
- Constant Field Values
GENERIC_SYMBOL
public static final java.lang.String GENERIC_SYMBOL
-
- See Also:
- Constant Field Values
GENERIC_CATALOG_ID
public java.lang.Boolean GENERIC_CATALOG_ID
GENERIC_CATGROUP_ID
public java.lang.Boolean GENERIC_CATGROUP_ID
istrURL
protected java.lang.String istrURL
inCatalogId
protected java.lang.Long inCatalogId
inCatgroupId
protected java.lang.Long inCatgroupId
TopCatalogGroupDeleteCmdImpl
public TopCatalogGroupDeleteCmdImpl()
getCatalogId
public java.lang.Long getCatalogId()
- Get the catalog Id for the catalog to top catalog group relationship
-
- Specified by:
- getCatalogId in interface TopCatalogGroupDeleteCmd
-
- Returns:
- java.lang.Long
getCatgroupId
public java.lang.Long getCatgroupId()
- Get the catalog group Id for the catalog to top catalog group relationship
-
- Specified by:
- getCatgroupId in interface TopCatalogGroupDeleteCmd
-
- Returns:
- java.lang.Long
getURL
public java.lang.String getURL()
- Get the redirect URL
-
- Returns:
- java.lang.String
performExecute
public void performExecute()
throws ECException
- The main program for TopCatalogGroupDelete command
-
- Specified by:
- performExecute in interface ECCommand
- Overrides:
- performExecute in class AbstractECTargetableCommand
-
- Throws:
- ECException
reset
public void reset()
- This method reset all the variables used in TopCatalogGroupDelete command
-
- Overrides:
- reset in class AbstractECTargetableCommand
setCatalogId
public void setCatalogId(java.lang.Long anCatalogId)
- Set the catalog Id for the catalog to top catalog group relationship
-
- Specified by:
- setCatalogId in interface TopCatalogGroupDeleteCmd
-
- Parameters:
- anCatalogId - java.lang.Long
setCatgroupId
public void setCatgroupId(java.lang.Long anCatgroupId)
- Set the catalog group Id for the catalog to top catalog group relationship
-
- Specified by:
- setCatgroupId in interface TopCatalogGroupDeleteCmd
-
- Parameters:
- anCatgroupId - java.lang.Long
setRequestProperties
public void setRequestProperties(TypedProperty reqParms)
throws ECApplicationException
- This method obtain the input parameters for TopCatalogGroupDelete command
-
- Specified by:
- setRequestProperties in interface ControllerCommand
- Overrides:
- setRequestProperties in class ControllerCommandImpl
-
- Throws:
- ECApplicationException
setURL
public void setURL(java.lang.String astrURL)
- Set a redirect URL
-
- Specified by:
- setURL in interface TopCatalogGroupDeleteCmd
-
- Parameters:
- astrURL - java.lang.String
validateParameters
public void validateParameters()
throws ECException
- This method validates the parameters for TopCatalogGroupDelete command
-
- Specified by:
- validateParameters in interface ECCommand
- Overrides:
- validateParameters in class AbstractECTargetableCommand
-
- Throws:
- ECException
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.