public class AddStoreNLDescriptionCmdImpl extends com.ibm.commerce.command.TaskCommandImpl implements AddStoreNLDescriptionCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of the default implementation.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName| Constructor and Description |
|---|
AddStoreNLDescriptionCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
createAddress(org.w3c.dom.Element _ieAddress)
Create an address from the given information in the Element object.
|
void |
performExecute()
Saves the store description and fulfillment center descriptions.
|
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.
|
void |
validateParameters()
Validates the given description information in the Element object.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
public java.lang.Integer createAddress(org.w3c.dom.Element _ieAddress)
throws com.ibm.commerce.contract.helper.TermCondCreateException
element - the ContactAddress or LocationAddress elementcom.ibm.commerce.contract.helper.TermCondCreateExceptionpublic void performExecute()
throws com.ibm.commerce.exception.ECException
performExecute in interface com.ibm.commerce.command.ECCommandperformExecute in class com.ibm.commerce.command.AbstractECTargetableCommandcom.ibm.commerce.exception.ECException - Raised with message _ERR_RETRIEVE_LANGUAGE_ID if the locale of the cannot be found.AbstractECTargetableCommand.performExecute()public void setFfcNLDescriptionElement(org.w3c.dom.Element element)
setFfcNLDescriptionElement in interface AddStoreNLDescriptionCmdelement - the ContractNationalLanguageDescription elementpublic void setStoreNLDescriptionElement(org.w3c.dom.Element element)
setStoreNLDescriptionElement in interface AddStoreNLDescriptionCmdelement - the ContractNationalLanguageDescription elementpublic void validateParameters()
throws com.ibm.commerce.exception.ECException
validateParameters in interface com.ibm.commerce.command.ECCommandvalidateParameters in class com.ibm.commerce.command.AbstractECTargetableCommandcom.ibm.commerce.exception.ECException - Raised with message _ERR_WRONG_CONTRACT_OWNER_MEMBER_INFO if the information provided
in contract owner element is incorrect so that the contract owner id cannot be retrived.AbstractECTargetableCommand.validateParameters()