com.ibm.commerce.returns.commands

Interface ReturnPrepareCmd

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


    public interface ReturnPrepareCmd
    extends ControllerCommand
    This command is used to get a return merchandise authorization (RMA) terms ready for agreement.

    Controller command URL calling syntax

    https://host_name/path/ReturnPrepareCmd?RMAId=RMAId_value&URL=redirect_url&commment=comment_value

    Parameters

    RMAId (mandatory)
    The Id of the RMA for which to create final terms.
    comment (optional)
    The textual additions to the RMA.
    URL (mandatory)
    The URL to be called when the command completes successfully.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of this interface is "com.ibm.commerce.returns.commands.ReturnPrepareCmd".
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "com.ibm.commerce.returns.commands.ReturnPrepareCmdImpl".
        See Also:
        Constant Field Values
    • Method Detail

      • getRMATotalCredit

        MonetaryAmount getRMATotalCredit()
        This method gets the total RMA Credit
        Returns:
        the total RMA Credit