com.ibm.commerce.returns.commands

Interface ReturnItemComponentUpdateCmd

  • 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
    All Known Implementing Classes:
    ReturnItemComponentUpdateCmdImpl


    public interface ReturnItemComponentUpdateCmd
    extends ControllerCommand
    This controller command is used to update information about a component of a return merchandise authorization (RMA) item.

    Controller command URL calling syntax

    https://host_name/path/ReturnItemComponentUpdateCmd?RMAItemCmpId_i=RMAItemCmpId_value&receive_i=receive_value&URL=redirect_url&storeId=storeId_value

    Parameters

    RMAItemId_i (optional)
    Identifier of the RMA item is to be changed.
    RMAItemCmpId_i (optional)
    Identifier of the RMA item component is to be changed.
    receive_i
    Whether the item should be received from the customer ('N', 'Y'). Changes the SHOULDRECEIVE column of table RMAITEMCMP.
    serialNumber_i
    The serial number associated with this RMA item component. Changes the SERIALNUM column of table RMASERIAL.
    received_i
    Whether the item component has been received from the customer ('N', 'Y'). Changes the RECEIVED column of table RMASERIAL.
    URL (mandatory)
    URL to redirect to.
    storeId (mandatory)
    Identifier of the store that owns the RMA.
    The default implementation of this command is ReturnItemComponentUpdateCmdImpl. The ReturnItemComponentUpdate URL is mapped to this command by default.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The full name of this command.
      • defaultCommandClassName

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