com.ibm.commerce.ordermanagement.commands

Class ReturnEditEndCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, ReturnEditEndCmd, 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 ReturnEditEndCmdImpl
    extends ReturnEditBaseCmdImpl
    implements ReturnEditEndCmd
    This is the default implementation of the ReturnEditEndCmd controller controller command.

    Behaviour:

    To invoke this command, a valid RMA ID has to be passed in from the command context. If an invalid RMA ID is passed, an exception is thrown.

    If the command is successful, the flag "INUSE" of RMA will be set as "N". The status of the RMA will not be changed and the RMA will not be processed by the system until the RMA gets submitted again.

    If unsuccessful, the command throws the ECException.

    See Also:
    Serialized Form