com.ibm.commerce.me.commands

Interface BatchOrderRequestCmd

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


    public interface BatchOrderRequestCmd
    extends ControllerCommand
    This controller command will receive a PurchaseOrderRequest message from a buyer organization using procurement system and creates an order.
    • Field Detail

      • CREATE_MODE

        static final short CREATE_MODE
        integer constant for order mode - create mode
        See Also:
        Constant Field Values
      • DELETE_MODE

        static final short DELETE_MODE
        integer constant for order mode - delete mode
        See Also:
        Constant Field Values
      • UPDATE_MODE

        static final short UPDATE_MODE
        integer constant for order mode - update mode
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        Default implementation class name
        See Also:
        Constant Field Values
      • messageName

        static final java.lang.String messageName
        response view name
        See Also:
        Constant Field Values