public interface ManageStoreCmd
extends com.ibm.commerce.command.TaskCommand
storeEntityId - Store Entity Id
statusId - store state, Suspend -1, Close 0 and Open 1
markfordelete - markfordelete true
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
copyright notice
|
static java.lang.String |
defaultCommandClassName
name of the default implementation of this command
|
static java.lang.String |
NAME
name of this command
|
| Modifier and Type | Method and Description |
|---|---|
void |
setMarkforDelete(boolean markfordelete)
Sets the message to be returned to the caller.
|
void |
setStoreEntityId(java.lang.String storeId)
Sets the store entity id.
|
void |
setStoreStatus(java.lang.Integer statusId)
Sets the store status.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setMarkforDelete(boolean markfordelete)
resultMsg - Message that is returned to the caller
upon completion of the commandvoid setStoreEntityId(java.lang.String storeId)
storeEntityId - The id of the store to be updated.void setStoreStatus(java.lang.Integer statusId)
statusId - The id of the store state
Suspend -1
Close 0
Open 1