com.ibm.commerce.rfq.commands

Class RFQItemCommentUpdateCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field
        See Also:
        Constant Field Values
    • Constructor Detail

      • RFQItemCommentUpdateCmdImpl

        public RFQItemCommentUpdateCmdImpl()
    • Method Detail

      • reset

        public void reset()
        Reset the command
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • performExecute

        public void performExecute()
                            throws ECException
        Update an item comment for an item in RFQ

        Behaviour

        • Checks if the RFQ is in the draft state.
        • Calls DeleteOrderItemPAttributeTC to delete the comment.
        • Calls CreateOrderItemPAttributeTC to create the updated comment.
          Specified by:
          performExecute in interface ECCommand
          Specified by:
          performExecute in interface com.ibm.websphere.command.TargetableCommand
          Overrides:
          performExecute in class AbstractECTargetableCommand
          Throws:
          ECException.
          ECException
          See Also:
          ECCommand#performExecute()
        • getProducts

          public java.util.Vector getProducts()
          Gets the products
          Returns:
          Returns a Vector
        • setProducts

          public void setProducts(java.util.Vector products)
          Sets the products
          Parameters:
          products - The products to set