com.ibm.commerce.ordermanagement.commands

Class BlockNotifyCmdImpl

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

    Input parameters(set in the requestProperties):

    Name Description
    iOrderId The order id. Mandatory.
    ihshRsnCode_id The reason code. Mandatory.
    ihshNotify The notifyBlock. Mandatory.
    ihshComments The comments. Optional.
    iURL The redirect URL. Optional.

    Behaviour:

    For each item of ihshNotify, calls NotifyBlockCmd to perform a block or unblock operation for the order ID and block reason code ID.

    Task commands called:

    See Also:
    Serialized Form