com.ibm.commerce.order.event

Interface RaiseOrderSubmitEventCmd

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


    public interface RaiseOrderSubmitEventCmd
    extends TaskCommand
    This command raises an event for oder submit or process payment authorization complete. The default implementation of this task command is RaiseOrderSubmitEventCmdImpl.
    See Also:
    RaiseOrderSubmitEventCmdImpl
    • 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

      • getOrder

        OrderAccessBean getOrder()
        This method gets the order
        Returns:
        OrderAccessBean, order object
      • setOrder

        void setOrder(OrderAccessBean abOrder)
        This method sets the order
        Parameters:
        abOrder - The order object
      • getEventName

        java.lang.String getEventName()
        This method gets the event name
        Returns:
        The event name
      • setEventName

        void setEventName(java.lang.String enEventName)
        This method sets the event name
        Parameters:
        enEventName - The event name