Interface CommerceCommentService
-
- All Known Implementing Classes:
DefaultCommerceCommentService
public interface CommerceCommentServiceCommerce comment service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddComment(CommerceCommentParameter parameter)Adds a comment to an item.
-
-
-
Method Detail
-
addComment
void addComment(CommerceCommentParameter parameter)
Adds a comment to an item.- Parameters:
parameter- The comment parameter with comment data to be added.
-
-