com.ibm.commerce.contract.commands

Interface AddStoreNLDescriptionCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.TaskCommand
    All Known Implementing Classes:
    AddStoreNLDescriptionCmdImpl


    public interface AddStoreNLDescriptionCmd
    extends com.ibm.commerce.command.TaskCommand
    Adds Store National Language Description (WebSphere Commerce Enterprise only). Normally this command will add the National Language Description to the database. If an error occurred, an ECException will be thrown. Calling commands: ContractImportDraftVersion, ContractImportApprovedVersion
    • Field Summary

      Fields 
      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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name of this interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setFfcNLDescriptionElement

        void setFfcNLDescriptionElement(org.w3c.dom.Element element)
        Sets the fulfillment center national language description element.
        Parameters:
        element - the FulfillmentCenterNationalLanguageDescription element
      • setStoreNLDescriptionElement

        void setStoreNLDescriptionElement(org.w3c.dom.Element element)
        Sets the store national language description element.
        Parameters:
        element - the StoreNationalLanguageDescription element