Class SuggestionFinderByCriteria

java.lang.Object
org.silverpeas.components.suggestionbox.common.SuggestionFinderByCriteria
All Implemented Interfaces:
SuggestionCriteriaProcessor

public class SuggestionFinderByCriteria extends Object implements SuggestionCriteriaProcessor
A finder of suggestions in the given suggestion box by applying a criteria on the suggestion in the business service layer.

It applies the criteria on the suggestions by using the several business services on which a suggestion is relied on. For example, a suggestion used the WYSIWYG service for its rich content as well as the comment service for the user comments on it.

Author:
mmoquillon