Uses of Class
org.silverpeas.components.suggestionbox.model.SuggestionBox
-
Packages that use SuggestionBox Package Description org.silverpeas.components.suggestionbox.model org.silverpeas.components.suggestionbox.repository -
-
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)
-