com.ibm.commerce.order.commands

Interface OrderUnlockCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    OrderUnlockCmdImpl


    public interface OrderUnlockCmd
    extends ControllerCommand
    This command unlocks an order that was previously locked by the OrderPrepare command and calls the specified URL. The default implementation of this command is OrderUnlockCmdImpl. The OrderUnlock is mapped to this command.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.Long anOrderId)
        Sets the order to be unlocked.
        Parameters:
        anOrderId - java.util.Integer - order identifier
      • setUrl

        void setUrl(java.lang.String astrUrl)
        Sets the redirection url to be called when the command completes successfully.
        Parameters:
        astrUrl - java.lang.String - redirection url string