public interface StoreCloseCmd
extends com.ibm.commerce.command.ControllerCommand
URL - URL that is executed upon completion of the command
targetStoreId - string of target store id
String and then iteratively
calls the ManageStoreTaskCmd task command to update store state
to close, refresh store registry and invalidate WebSphere Application Server
cache.
| 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.StoreCloseCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.store.commands.StoreCloseCmd".
|
| Modifier and Type | Method and Description |
|---|---|
void |
setTargetStoreId(java.lang.Long[] newTargetStoreId)
Sets the list of targetStoreId to Opened.
|
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 setTargetStoreId(java.lang.Long[] newTargetStoreId)
the - array of store id Long typevoid setURL(java.lang.String newUrl)
the - URL string to be redirected