com.ibm.commerce.catalogmanagement.commands
Interface CatalogDeleteCmd

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

public interface CatalogDeleteCmd
extends ControllerCommand

The CatalogDeleteCmd is a URL and Controller Command that:

Parameters: Access Beans: Task Commands: DeleteCatalogCmd Other Controller Commands: None Mandatory Parameters: catalogId, or identifier Additional Parameters: none Optional Parameters: none

Field Summary
static java.lang.String CLASSNAME
Defines the CLASSNAME.
static java.lang.String COPYRIGHT
The internal copyright field.
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Method Summary
java.lang.Long getCatalogId()
Gets the catalog ID
java.lang.String getIdentifier()
Gets the identifier of the catalog.
void setCatalogId(java.lang.Long anCatalogId)
Sets the catalog ID.
void setIdentifier(java.lang.String astrIdentifier)
Sets the identifier of the catalog.
void setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the catalog.
void setURL(java.lang.String astrURL)
Sets the redirect URL
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
checkPermission, 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, getResourceOwners, setAccCheck, setForUserId, setOwner
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

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
Defines the CLASSNAME.
See Also:
Constant Field Values
Method Detail

getCatalogId

public java.lang.Long getCatalogId()
Gets the catalog ID
Returns:
the catalog ID

getIdentifier

public java.lang.String getIdentifier()
Gets the identifier of the catalog.
Returns:
the catalog identifier

setCatalogId

public void setCatalogId(java.lang.Long anCatalogId)
Sets the catalog ID.
Parameters:
anCatalogId - the catalog ID

setIdentifier

public void setIdentifier(java.lang.String astrIdentifier)
Sets the identifier of the catalog.
Parameters:
astrIdentifier - the catalog identifier

setMemberId

public void setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the catalog.
Parameters:
anMemberId - the owner of the catalog

setURL

public void setURL(java.lang.String astrURL)
Sets the redirect URL

Feedback