Uses of Class
org.silverpeas.components.suggestionbox.control.SuggestionBoxWebRequestContext
Packages that use SuggestionBoxWebRequestContext
-
Uses of SuggestionBoxWebRequestContext in org.silverpeas.components.suggestionbox.control
Methods in org.silverpeas.components.suggestionbox.control with parameters of type SuggestionBoxWebRequestContextModifier and TypeMethodDescriptionvoidSuggestionBoxWebController.addSuggestion(SuggestionBoxWebRequestContext context) Adds a new suggestion into the current suggestion box.voidSuggestionBoxWebController.approveSuggestion(SuggestionBoxWebRequestContext context) protected voidSuggestionBoxWebController.beforeRequestProcessing(SuggestionBoxWebRequestContext context) voidSuggestionBoxWebController.deleteSuggestion(SuggestionBoxWebRequestContext context) voidSuggestionBoxWebController.editSuggestion(SuggestionBoxWebRequestContext context) Asks for editing an existing suggestion.voidSuggestionBoxWebController.home(SuggestionBoxWebRequestContext context) Prepares the rendering of the home page.voidSuggestionBoxWebController.listAllSuggestions(SuggestionBoxWebRequestContext context) Prepares the rendering of the all suggestions screen.voidSuggestionBoxWebController.listCurrentUserSuggestions(SuggestionBoxWebRequestContext context) Asks for viewing the suggestions proposed by the current user.voidSuggestionBoxWebController.listPublishedSuggestions(SuggestionBoxWebRequestContext context) Prepares the rendering of the published suggestions screen.voidSuggestionBoxWebController.listSuggestionsInPendingValidation(SuggestionBoxWebRequestContext context) Asks for viewing the suggestions in pending validation.org.silverpeas.core.web.mvc.webcomponent.NavigationSuggestionBoxWebController.modifyEdito(SuggestionBoxWebRequestContext context) Asks for the modification of the edito of the current suggestion box.voidSuggestionBoxWebController.newSuggestion(SuggestionBoxWebRequestContext context) Asks for purposing a new suggestion.protected voidSuggestionBoxWebController.onInstantiation(SuggestionBoxWebRequestContext context) voidSuggestionBoxWebController.publishSuggestion(SuggestionBoxWebRequestContext context) voidSuggestionBoxWebController.refuseSuggestion(SuggestionBoxWebRequestContext context) voidSuggestionBoxWebController.searchResult(SuggestionBoxWebRequestContext context) Handles the incoming from a search result URL.voidSuggestionBoxWebController.setIsUserSubscribed(SuggestionBoxWebRequestContext context) Sets into request attributes the isUserSubscribed constant.voidSuggestionBoxWebController.updateSuggestion(SuggestionBoxWebRequestContext context) Updates the specified suggestion in the current suggestion box.voidSuggestionBoxWebController.viewSuggestion(SuggestionBoxWebRequestContext context) Asks for viewing the suggestion identified by the identifier specified in the URL.