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 SuggestionBox
DefaultSuggestionBoxService. getByComponentInstanceId(String componentInstanceId)
static SuggestionBox
SuggestionBox. getByComponentInstanceId(String suggestionBoxId)
Gets the suggestion box represented by the specified identifier.SuggestionBox
SuggestionBoxService. getByComponentInstanceId(String componentInstanceId)
SuggestionBox
Suggestion. getSuggestionBox()
Gets the foreign suggestion box of the suggestion.SuggestionBox
SuggestionCriteria. getSuggestionBox()
Gets the suggestion box criteria value.Methods in org.silverpeas.components.suggestionbox.model with parameters of type SuggestionBox Modifier and Type Method Description void
DefaultSuggestionBoxService. deleteSuggestionBox(SuggestionBox box)
Deletes the specified suggestion box.void
SuggestionBoxService. deleteSuggestionBox(SuggestionBox box)
Deletes the specified suggestion box.static SuggestionCriteria
SuggestionCriteria. from(SuggestionBox suggestionBox)
Initializes suggestion search criteria axed on the given suggestion box.void
DefaultSuggestionBoxService. indexSuggestionBox(SuggestionBox suggestionBox)
void
SuggestionBoxService. indexSuggestionBox(SuggestionBox suggestionBox)
Indexes all the validated suggestions of the specified suggestion box.SuggestionCriteriaProcessor
SuggestionCriteriaProcessor. processSuggestionBox(SuggestionBox box)
Processes the criterion on the suggestion box.void
DefaultSuggestionBoxService. saveSuggestionBox(SuggestionBox box)
Saves the specified suggestion box.void
SuggestionBoxService. saveSuggestionBox(SuggestionBox box)
Saves the specified suggestion box.protected void
Suggestion. 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 SuggestionBox
SuggestionBoxRepository. 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 SuggestionCriteriaProcessor
JPQLQueryBuilder. processSuggestionBox(SuggestionBox box)
-