com.ibm.commerce.returns.commands

Class ExtendReturnItemDeleteCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, ExtendReturnItemDeleteCmd, 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 ExtendReturnItemDeleteCmdImpl
    extends TaskCommandImpl
    implements ExtendReturnItemDeleteCmd
    Default implementation of the ExtendReturnItemDelete interface. Task command to extend the ReturnItemDeleteCmd controller command. This implementation does nothing. Before executing this command, ReturnItemDeleteCmdImpl.extendCommand sets requestProperties, responseProperties, commandContext and a list of return items which were deleted. Typically extend commands are passed access beans. In this case, the return item has already been deleted before this command is called so referencing the access bean is not appropriate.
    See Also:
    Serialized Form