Uses of Enum Class
org.silverpeas.components.suggestionbox.model.SuggestionCriteria.JOIN_DATA_APPLY
Packages that use SuggestionCriteria.JOIN_DATA_APPLY
Package
Description
-
Uses of SuggestionCriteria.JOIN_DATA_APPLY in org.silverpeas.components.suggestionbox.model
Methods in org.silverpeas.components.suggestionbox.model that return SuggestionCriteria.JOIN_DATA_APPLYModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SuggestionCriteria.JOIN_DATA_APPLY[]SuggestionCriteria.JOIN_DATA_APPLY.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.silverpeas.components.suggestionbox.model with parameters of type SuggestionCriteria.JOIN_DATA_APPLYModifier and TypeMethodDescriptionSuggestionCriteria.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_APPLYModifier and TypeMethodDescriptionSuggestionCriteriaProcessor.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_APPLYModifier and TypeMethodDescriptionJPQLQueryBuilder.processJoinDataApply(List<SuggestionCriteria.JOIN_DATA_APPLY> joinDataApplies)