com.ibm.commerce.contract.commands

Interface CreateFulfillmentCenterCmd

  • 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:
    CreateFulfillmentCenterCmdImpl


    public interface CreateFulfillmentCenterCmd
    extends com.ibm.commerce.command.TaskCommand
    This contract task command is used to create the fulfillment centers. (WebSphere Commerce Enterprise only) The default implementation of this command is CreateFulfillmentCenterCmdImpl. The CreateFulfillmentCenter URL is mapped to this command by default.
    • Field Summary

      Fields 
      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.contract.commands.CreateFulfillmentCenterCmdImpl".
      static java.lang.String NAME
      The name of this interface is "com.ibm.commerce.contract.commands.CreateFulfillmentCenterCmd".
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getStore_Id()
      Gets the store ID.
      void setFFCDefaultLanguageId(java.lang.Integer id)
      Sets the store default language ID.
      void setFFCDefaultLanguageId(java.lang.String id)
      Sets the store default language ID.
      void setStore_Id(java.lang.Integer id)
      Sets the store ID.
      void setStore_Id(java.lang.String id)
      Sets the store ID.
      void setStoreXML(java.lang.String s)
      Sets the store XML string.
      • 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
        The internal copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class is "com.ibm.commerce.contract.commands.CreateFulfillmentCenterCmdImpl".
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.contract.commands.CreateFulfillmentCenterCmd".
        See Also:
        Constant Field Values
    • Method Detail

      • getStore_Id

        java.lang.String getStore_Id()
        Gets the store ID.
        Returns:
        store ID
      • setFFCDefaultLanguageId

        void setFFCDefaultLanguageId(java.lang.Integer id)
        Sets the store default language ID.
        Parameters:
        id - store default language ID
      • setFFCDefaultLanguageId

        void setFFCDefaultLanguageId(java.lang.String id)
        Sets the store default language ID.
        Parameters:
        id - store default language ID
      • setStore_Id

        void setStore_Id(java.lang.Integer id)
        Sets the store ID.
        Parameters:
        id - store ID
      • setStore_Id

        void setStore_Id(java.lang.String id)
        Sets the store ID.
        Parameters:
        id - store ID
      • setStoreXML

        void setStoreXML(java.lang.String s)
        Sets the store XML string.
        Parameters:
        s - store XML string