Uses of Class
org.silverpeas.components.suggestionbox.model.SuggestionBox
-
-
Uses of SuggestionBox in org.silverpeas.components.suggestionbox.common
Methods in org.silverpeas.components.suggestionbox.common with parameters of type SuggestionBox Modifier and Type Method Description SuggestionEntitySuggestionBoxWebManager. approveSuggestion(SuggestionBox suggestionBox, Suggestion suggestion, String validationComment, org.silverpeas.core.admin.user.model.User fromUser)Approves a suggestion.static voidSuggestionBoxWebManager. checkAdminAccessOrUserIsModerator(org.silverpeas.core.admin.user.model.User user, SuggestionBox suggestionBox)Centralization of checking if the specified user is a moderator of the specified suggestion.voidSuggestionBoxWebManager. deleteSuggestion(SuggestionBox suggestionBox, Suggestion suggestion, org.silverpeas.core.admin.user.model.User fromUser)Deletes a suggestion.List<SuggestionEntity>SuggestionBoxWebManager. getAllSuggestionsFor(SuggestionBox suggestionBox, org.silverpeas.core.admin.user.model.User user)Gets the list of all the suggestions in the specified suggestion box that a user can see.List<SuggestionEntity>SuggestionBoxWebManager. getAllSuggestionsProposedBy(SuggestionBox suggestionBox, org.silverpeas.core.admin.user.model.User creator)Gets the list of all the suggestions in the specified suggestion box proposed by the specified creator.List<SuggestionEntity>SuggestionBoxWebManager. getPublishedSuggestions(SuggestionBox suggestionBox)Gets the list of suggestions that are published.List<SuggestionEntity>SuggestionBoxWebManager. getPublishedSuggestionsFor(SuggestionBox suggestionBox, org.silverpeas.core.admin.user.model.User creator)Gets the list of suggestions that are published and which the creator is those specified.List<SuggestionEntity>SuggestionBoxWebManager. getSuggestionsForValidation(SuggestionBox suggestionBox)Gets the list of suggestions that are out of draft, awaiting their validation by a publisher.List<SuggestionEntity>SuggestionBoxWebManager. getSuggestionsInDraftFor(SuggestionBox suggestionBox, org.silverpeas.core.admin.user.model.User creator)Gets the list of suggestions that are in draft or refused and which the creator is those specified.List<SuggestionEntity>SuggestionBoxWebManager. getSuggestionsInPendingValidation(SuggestionBox suggestionBox)Gets the list of suggestions that are in pending validation and which.List<SuggestionEntity>SuggestionBoxWebManager. getSuggestionsOutOfDraftFor(SuggestionBox suggestionBox, org.silverpeas.core.admin.user.model.User creator)Gets the list of suggestions that are out of draft and which the creator is those specified.SuggestionCriteriaProcessorSuggestionFinderByCriteria. processSuggestionBox(SuggestionBox box)SuggestionEntitySuggestionBoxWebManager. publishSuggestion(SuggestionBox suggestionBox, Suggestion suggestion, org.silverpeas.core.admin.user.model.User fromUser)Publishes a suggestion.SuggestionEntitySuggestionBoxWebManager. refuseSuggestion(SuggestionBox suggestionBox, Suggestion suggestion, String validationComment, org.silverpeas.core.admin.user.model.User fromUser)Refuses a suggestion. -
Uses of SuggestionBox in org.silverpeas.components.suggestionbox.control
Methods in org.silverpeas.components.suggestionbox.control that return SuggestionBox Modifier and Type Method Description SuggestionBoxSuggestionBoxWebRequestContext. getSuggestionBox()Gets the suggestion box. -
Uses of SuggestionBox in org.silverpeas.components.suggestionbox.model
Methods in org.silverpeas.components.suggestionbox.model that return SuggestionBox Modifier and Type Method Description SuggestionBoxDefaultSuggestionBoxService. getByComponentInstanceId(String componentInstanceId)static SuggestionBoxSuggestionBox. getByComponentInstanceId(String suggestionBoxId)Gets the suggestion box represented by the specified identifier.SuggestionBoxSuggestionBoxService. getByComponentInstanceId(String componentInstanceId)SuggestionBoxSuggestion. getSuggestionBox()Gets the foreign suggestion box of the suggestion.SuggestionBoxSuggestionCriteria. getSuggestionBox()Gets the suggestion box criteria value.Methods in org.silverpeas.components.suggestionbox.model with parameters of type SuggestionBox Modifier and Type Method Description voidDefaultSuggestionBoxService. deleteSuggestionBox(SuggestionBox box)Deletes the specified suggestion box.voidSuggestionBoxService. deleteSuggestionBox(SuggestionBox box)Deletes the specified suggestion box.static SuggestionCriteriaSuggestionCriteria. from(SuggestionBox suggestionBox)Initializes suggestion search criteria axed on the given suggestion box.voidDefaultSuggestionBoxService. indexSuggestionBox(SuggestionBox suggestionBox)voidSuggestionBoxService. indexSuggestionBox(SuggestionBox suggestionBox)Indexes all the validated suggestions of the specified suggestion box.SuggestionCriteriaProcessorSuggestionCriteriaProcessor. processSuggestionBox(SuggestionBox box)Processes the criterion on the suggestion box.voidDefaultSuggestionBoxService. saveSuggestionBox(SuggestionBox box)Saves the specified suggestion box.voidSuggestionBoxService. saveSuggestionBox(SuggestionBox box)Saves the specified suggestion box.protected voidSuggestion. setSuggestionBox(SuggestionBox box)Sets the suggestion box to which this suggestion belongs.Constructors in org.silverpeas.components.suggestionbox.model with parameters of type SuggestionBox Constructor Description SuggestionCollection(SuggestionBox suggestionBox) -
Uses of SuggestionBox in org.silverpeas.components.suggestionbox.repository
Methods in org.silverpeas.components.suggestionbox.repository that return SuggestionBox Modifier and Type Method Description SuggestionBoxSuggestionBoxRepository. getByComponentInstanceId(String componentInstanceId)Gets the suggestion box represented by the specified component instance identifier.Methods in org.silverpeas.components.suggestionbox.repository with parameters of type SuggestionBox Modifier and Type Method Description SuggestionCriteriaProcessorJPQLQueryBuilder. processSuggestionBox(SuggestionBox box) -
Uses of SuggestionBox in org.silverpeas.components.suggestionbox.web
Methods in org.silverpeas.components.suggestionbox.web that return SuggestionBox Modifier and Type Method Description SuggestionBoxAbstractSuggestionBoxResource. getSuggestionBox()Gets the suggestion box associated to the current request.
-