Uses of Enum Class
org.silverpeas.components.gallery.model.MediaCriteria.QUERY_ORDER_BY
Packages that use MediaCriteria.QUERY_ORDER_BY
-
Uses of MediaCriteria.QUERY_ORDER_BY in org.silverpeas.components.gallery.dao
Method parameters in org.silverpeas.components.gallery.dao with type arguments of type MediaCriteria.QUERY_ORDER_BYModifier and TypeMethodDescriptionMediaSQLQueryBuilder.processOrdering(List<MediaCriteria.QUERY_ORDER_BY> orderings) -
Uses of MediaCriteria.QUERY_ORDER_BY in org.silverpeas.components.gallery.model
Methods in org.silverpeas.components.gallery.model that return MediaCriteria.QUERY_ORDER_BYModifier and TypeMethodDescriptionstatic MediaCriteria.QUERY_ORDER_BYMediaCriteria.QUERY_ORDER_BY.fromPropertyName(String property, String sort) static MediaCriteria.QUERY_ORDER_BYReturns the enum constant of this class with the specified name.static MediaCriteria.QUERY_ORDER_BY[]MediaCriteria.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.gallery.model with parameters of type MediaCriteria.QUERY_ORDER_BYModifier and TypeMethodDescriptionstatic MediaLogicalComparatorMediaLogicalComparator.on(MediaCriteria.QUERY_ORDER_BY... logicalOrderBy) MediaCriteria.orderedBy(MediaCriteria.QUERY_ORDER_BY... orderBys) Configures the order of the media list.Method parameters in org.silverpeas.components.gallery.model with type arguments of type MediaCriteria.QUERY_ORDER_BYModifier and TypeMethodDescriptionstatic MediaLogicalComparatorMediaLogicalComparator.on(List<MediaCriteria.QUERY_ORDER_BY> logicalOrderBy) MediaCriteriaProcessor.processOrdering(List<MediaCriteria.QUERY_ORDER_BY> orderings) Processes the criterion on orderings of the medias matching the criteria.