public interface StoreCategoryUpdateCmd
extends com.ibm.commerce.command.ControllerCommand
URL - URL that is executed upon completion of the command
targetStoreId - string of store id
storeCategoryId - string of store category id
String
and updates it to the store whose store id matches the targetStoreId.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.store.commands.StoreCategoryUpdateCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.store.commands.StoreCategoryUpdateCmd".
|
| Modifier and Type | Method and Description |
|---|---|
void |
setStoreCategoryId(java.lang.Long newStoreCategoryId)
Set the new store category id
Store Id
|
void |
setTargetStoreId(java.lang.Long newTargetStoreId)
Sets the list of targetStoreId to be updated.
|
void |
setURL(java.lang.String newUrl)
Sets the URL to be redirected to when the command completes successfully.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setStoreCategoryId(java.lang.Long newStoreCategoryId)
the - store category id Long typevoid setTargetStoreId(java.lang.Long newTargetStoreId)
the - store id Long typevoid setURL(java.lang.String newUrl)
the - URL string to be redirected