com.ibm.commerce.tools.optools.order.commands

Interface CSRGuestCustomerAddCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CSRGuestCustomerAddCmdImpl


    public interface CSRGuestCustomerAddCmd
    extends TaskCommand
    This task command will create a guest customer object.

    Behavior

    • Create a guest customer object

    Parameters

    language id
    Need to call the method setLangId to set the language id.

    Response Parameters

    customer id
    The method getCustomerId will return the userId for the newly created guest customer object.
    • 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.
        See Also:
        Constant Field Values
    • Method Detail

      • getCustomerId

        java.lang.String getCustomerId()
        Gets the customer id.
        Returns:
        The customer id.
      • setLangId

        void setLangId(java.lang.Integer langId)
        Sets the language id.
        Parameters:
        langId - The language id.