com.ibm.commerce.user.commands

Interface RepresentativeAssignCustomerCmd

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


    public interface RepresentativeAssignCustomerCmd
    extends ToolsControllerCommand
    Creates relationships between the CSR or CSR group and the customers that are passed in.

    Behavior

    1. Deletes all the existing relationships for the CSR or CSR group.
    2. For each customer on the input list, calls the EJB to create the relationship.

    Parameters

    representativeId
    The member ID of the CSR or CSR group.
    customerId
    A comma separated list of the member IDs of the customers.
    relationshipSequence
    A comma separated list of the relationship sequence numbers for the customers.
    URL
    The URL to be called when the command completes successfully.

    Response Parameters:

    none
    • 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 of this command.
        See Also:
        Constant Field Values