com.ibm.commerce.returns.commands

Class ReturnUpdateCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, ReturnUpdateCmd, Protectable, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ReturnUpdateCmdImpl
    extends ReturnBaseCmdImpl
    implements ReturnUpdateCmd
    This is the default implementation of the controller command ReturnUpdateCmd interface. Update a return merchandise authorization (RMA).

    Parameters

    RMAId (mandatory)
    Identifier of the RMA that is to be updated.
    URL (mandatory)
    URL to redirect to.
    storeId (mandatory)
    Identifier of the store that owns the RMA.

    Behaviour

    • If the comment parameter is specified then the COMMENTS field of the RMA is changed.
    • The URL is setup for redirection.

    Utilizes these access beans

    See Also:
    Serialized Form
    • Constructor Detail

      • ReturnUpdateCmdImpl

        public ReturnUpdateCmdImpl()
        ReturnUpdateCmdImpl constructor.