public interface AddStoreNLDescriptionCmd
extends com.ibm.commerce.command.TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFfcNLDescriptionElement(org.w3c.dom.Element element)
Sets the fulfillment center national language description element.
|
void |
setStoreNLDescriptionElement(org.w3c.dom.Element element)
Sets the store national language description element.
|
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
void setFfcNLDescriptionElement(org.w3c.dom.Element element)
element - the FulfillmentCenterNationalLanguageDescription elementvoid setStoreNLDescriptionElement(org.w3c.dom.Element element)
element - the StoreNationalLanguageDescription element