Interface CommerceCommentService

All Known Implementing Classes:
DefaultCommerceCommentService

public interface CommerceCommentService
Commerce comment service.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a comment to an item.
  • Method Details

    • addComment

      void addComment(CommerceCommentParameter parameter)
      Adds a comment to an item.
      Parameters:
      parameter - The comment parameter with comment data to be added.