Uses of Enum Class
org.silverpeas.components.suggestionbox.model.SuggestionCriteria.QUERY_ORDER_BY
Packages that use SuggestionCriteria.QUERY_ORDER_BY
Package
Description
-
Uses of SuggestionCriteria.QUERY_ORDER_BY in org.silverpeas.components.suggestionbox.model
Methods in org.silverpeas.components.suggestionbox.model that return SuggestionCriteria.QUERY_ORDER_BYModifier and TypeMethodDescriptionSuggestionCriteria.QUERY_ORDER_BY.fromPropertyName(String property) Returns the enum constant of this class with the specified name.static SuggestionCriteria.QUERY_ORDER_BY[]SuggestionCriteria.QUERY_ORDER_BY.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.QUERY_ORDER_BYModifier and TypeMethodDescriptionSuggestionCriteria.orderedBy(SuggestionCriteria.QUERY_ORDER_BY... orderBies) Configures the order of the suggestion list.Method parameters in org.silverpeas.components.suggestionbox.model with type arguments of type SuggestionCriteria.QUERY_ORDER_BYModifier and TypeMethodDescriptionSuggestionCriteriaProcessor.processOrdering(List<SuggestionCriteria.QUERY_ORDER_BY> orderings) Processes the criterion on orderings of the suggestions matching the criteria. -
Uses of SuggestionCriteria.QUERY_ORDER_BY in org.silverpeas.components.suggestionbox.repository
Method parameters in org.silverpeas.components.suggestionbox.repository with type arguments of type SuggestionCriteria.QUERY_ORDER_BYModifier and TypeMethodDescriptionJPQLQueryBuilder.processOrdering(List<SuggestionCriteria.QUERY_ORDER_BY> orderings)