com.ibm.commerce.tools.optools.user.commands

Interface CSRCustomerEnableAccountCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, ToolsControllerCommand
    All Known Implementing Classes:
    CSRCustomerEnableAccountCmdImpl


    public interface CSRCustomerEnableAccountCmd
    extends ToolsControllerCommand

    Enables a customer's account by calling UserRegistrationAdminUpdateCmd.

    URL calling syntax:

    • Https://host_name/path/CSRCustomerEnableAccountCmd?XML=xml_string&URL=return_url

    Parameters:

    XML
    An input xml_string that contains the all required data for enabling a customer's account.
    For example:
           <?xml version="1.0" encoding "UTF-8">
           <profileInfo>
           <logonId>Smith</logonId>   
           </profileInfo>
           <customerId>7777</customerId>
           <locale>en_US</locale>
           <account>ABC</account>
           <cmdStatus>1</cmdStatus>
           </xml>
     
    URL
    The URL to be called when the command completes successfully.
    • Field Detail

      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        name of the default implementation of this command
        See Also:
        Constant Field Values