Interface CommerceCommentService
- All Known Implementing Classes:
DefaultCommerceCommentService
public interface CommerceCommentService
Commerce comment service.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddComment(CommerceCommentParameter parameter) Adds a comment to an item.
-
Method Details
-
addComment
Adds a comment to an item.- Parameters:
parameter- The comment parameter with comment data to be added.
-