com.ibm.commerce.order.commands

Interface CheckOrderAcceptanceCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CheckOrderAcceptanceCmdImpl


    public interface CheckOrderAcceptanceCmd
    extends TaskCommand
    Checks that an Order can be accepted for processing.
    This task command is called by the OrderProcessCmdImpl controller command implementation prior to obtaining buyer approval (see OrderProcessPreApprovalCmdImpl), and prior to processing payment (see ProcessOrderCmdImpl).
    • 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 this command interface.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation class for this command interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.String astrOrderId)
        Sets the identifier of the order to be checked.
        Parameters:
        astrOrderId - the identifier of the order to be checked.