Uses of Class
org.silverpeas.components.suggestionbox.model.SuggestionBox
Packages that use SuggestionBox
Package
Description
-
Uses of SuggestionBox in org.silverpeas.components.suggestionbox.model
Methods in org.silverpeas.components.suggestionbox.model that return SuggestionBoxModifier and TypeMethodDescriptionDefaultSuggestionBoxService.getByComponentInstanceId(String componentInstanceId) static SuggestionBoxSuggestionBox.getByComponentInstanceId(String suggestionBoxId) Gets the suggestion box represented by the specified identifier.SuggestionBoxService.getByComponentInstanceId(String componentInstanceId) Suggestion.getSuggestionBox()Gets the foreign suggestion box of the suggestion.SuggestionCriteria.getSuggestionBox()Gets the suggestion box criteria value.Methods in org.silverpeas.components.suggestionbox.model with parameters of type SuggestionBoxModifier and TypeMethodDescriptionvoidDefaultSuggestionBoxService.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.SuggestionCriteriaProcessor.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 -
Uses of SuggestionBox in org.silverpeas.components.suggestionbox.repository
Methods in org.silverpeas.components.suggestionbox.repository that return SuggestionBoxModifier and TypeMethodDescriptionSuggestionBoxRepository.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