com.ibm.commerce.order.commands

Class OrderUnlockCmdImpl

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

    Input parameters:

    Name Description
    orderId the order ID
    storeId the store ID

    Output parameters:

    None

    Behaviour:

    • Unlocks an order that was previously locked by the OrderPrepare command and calls the specified URL. If the order is not locked, or if the order reference number is not correct, the command only calls the URL.

    Access beans utilized:

    See Also:
    Serialized Form