com.ibm.commerce.returns.commands

Interface ReturnDisplayCmd

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


    public interface ReturnDisplayCmd
    extends ControllerCommand
    This Order controller controller command is used to display a return merchandise authorization (RMA).

    Parameters

    RMAId (mandatory)
    Identifier of the RMA that is to be approved.
    storeId (mandatory)
    Identifier of the store that owns the RMA.
    The default implementation of this command is ReturnDisplayCmdImpl.

    Controller command URL calling syntax

    https://host_name/path/ReturnDisplayCmd?RMAId=RMAId_value&storeId=storeId_value

    • 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
      • VIEW_NAME

        static final java.lang.String VIEW_NAME
        The view name of this command.
        See Also:
        Constant Field Values