com.ibm.commerce.returns.commands

Interface ReturnListDisplayCmd

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


    public interface ReturnListDisplayCmd
    extends ControllerCommand
    This Order controller controller command is used to display a list of return merchandise authorizations (RMA).

    Parameters

    storeId (mandatory)
    Identifier of the store that owns the RMA.

    The default implementation of this command is ReturnListDisplayCmdImpl.

    Controller command URL calling syntax

    https://host_name/path/ReturnListDisplayCmd?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