com.ibm.commerce.rfq.commands

Class RFQItemCommentRemoveCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • RFQItemCommentRemoveCmdImpl

        public RFQItemCommentRemoveCmdImpl()
    • 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
        Remove a comment from an item in an RFQ.

        Behaviour

        • Checks if the RFQ is in the draft state.
        • Calls DeleteOrderItemPAttributeTC to remove the 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()
        • setErrorContent

          public void setErrorContent(java.util.Hashtable newErrorContent)
          Copies the incoming hashtable into a member variable.
          Parameters:
          newErrorContent - The incoming hashtable containing errorcodes.
        • setPAttrValueId

          public void setPAttrValueId(java.lang.Long pAttrValueId)
          Sets the personalization attribute value ID.
          Parameters:
          pAttrValueId - The personalization attributes value ID.