com.ibm.commerce.ordermanagement.commands

Interface InitiateIsBlockedOrderCheckCmd

  • 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:
    InitiateIsBlockedOrderCheckCmdImpl


    public interface InitiateIsBlockedOrderCheckCmd
    extends ECCommand, ControllerCommand
    This Order controller command is a scheduler command that checks an order to see if it is blocked or not. It is checked by looking at the ORDERBLK table and also conditionally checking user extensible code.

    The default implementation of this command is InitiateIsBlockedOrderCheckCmdImpl. The InitiateIsBlockedOrder URL is mapped to this command by default.

    • 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 full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

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

      • isBlocked

        boolean isBlocked()
        This method returns value indicating whether extensible code blocked the Order or not.
        Returns:
        the boolean value of whether the extensible code set a block or not.