com.ibm.commerce.order.commands

Interface CheckRecurringOrderCmd

  • 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:
    CheckRecurringOrderCmdImpl, ServiceProviderCheckRecurringOrderCmdImpl


    public interface CheckRecurringOrderCmd
    extends TaskCommand
    This task command is to check recurring order. Default implementation of this command is CheckRecurringOrderCmdImpl.
    • 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
      • defaultCommandClassName

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

      • isRecurringOrder

        boolean isRecurringOrder()
        Get the boolean value whether the order is a recurring order
        Returns:
        boolean
      • isRecurringPayment

        boolean isRecurringPayment()
        Get the boolean value whether the order requires recurring payment
        Returns:
        boolean
      • isSubmittedRecurringOrder

        boolean isSubmittedRecurringOrder()
                                   throws ECException
        Get the boolean value whether the order is a submitted recurring order
        Returns:
        boolean
        Throws:
        ECException