Uses of Class
org.silverpeas.components.suggestionbox.web.SuggestionCommentEntity
-
Packages that use SuggestionCommentEntity Package Description org.silverpeas.components.suggestionbox.web -
-
Uses of SuggestionCommentEntity in org.silverpeas.components.suggestionbox.web
Methods in org.silverpeas.components.suggestionbox.web that return SuggestionCommentEntity Modifier and Type Method Description static SuggestionCommentEntitySuggestionCommentEntity. fromComment(org.silverpeas.core.comment.model.Comment comment)SuggestionCommentEntitySuggestionCommentEntity. onSuggestion(Suggestion suggestion)Methods in org.silverpeas.components.suggestionbox.web that return types with arguments of type SuggestionCommentEntity Modifier and Type Method Description Collection<SuggestionCommentEntity>SuggestionBoxResource. getLastComments(int count)Gets the JSON representation of a list of the last comments that were posted on the suggestions of the current suggestion box.
-