Uses of Class
org.silverpeas.components.suggestionbox.model.SuggestionCriteria.JOIN_DATA_APPLY
-
Packages that use SuggestionCriteria.JOIN_DATA_APPLY Package Description org.silverpeas.components.suggestionbox.model org.silverpeas.components.suggestionbox.repository -
-
Uses of SuggestionCriteria.JOIN_DATA_APPLY in org.silverpeas.components.suggestionbox.model
Methods in org.silverpeas.components.suggestionbox.model that return SuggestionCriteria.JOIN_DATA_APPLY Modifier and Type Method Description static SuggestionCriteria.JOIN_DATA_APPLYSuggestionCriteria.JOIN_DATA_APPLY. valueOf(String name)Returns the enum constant of this type with the specified name.static SuggestionCriteria.JOIN_DATA_APPLY[]SuggestionCriteria.JOIN_DATA_APPLY. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.components.suggestionbox.model with parameters of type SuggestionCriteria.JOIN_DATA_APPLY Modifier and Type Method Description SuggestionCriteriaSuggestionCriteria. applyJoinOnData(SuggestionCriteria.JOIN_DATA_APPLY... joinDataApplies)Configures the data join to apply on the suggestion list.Method parameters in org.silverpeas.components.suggestionbox.model with type arguments of type SuggestionCriteria.JOIN_DATA_APPLY Modifier and Type Method Description SuggestionCriteriaProcessorSuggestionCriteriaProcessor. processJoinDataApply(List<SuggestionCriteria.JOIN_DATA_APPLY> joinDataApplies)Processes the criterion on data joins of the suggestions matching the criteria. -
Uses of SuggestionCriteria.JOIN_DATA_APPLY in org.silverpeas.components.suggestionbox.repository
Method parameters in org.silverpeas.components.suggestionbox.repository with type arguments of type SuggestionCriteria.JOIN_DATA_APPLY Modifier and Type Method Description SuggestionCriteriaProcessorJPQLQueryBuilder. processJoinDataApply(List<SuggestionCriteria.JOIN_DATA_APPLY> joinDataApplies)
-