Uses of Class
com.silverpeas.gallery.model.MediaCriteria.QUERY_ORDER_BY

Packages that use MediaCriteria.QUERY_ORDER_BY
com.silverpeas.gallery.dao   
com.silverpeas.gallery.model   
 

Uses of MediaCriteria.QUERY_ORDER_BY in com.silverpeas.gallery.dao
 

Method parameters in com.silverpeas.gallery.dao with type arguments of type MediaCriteria.QUERY_ORDER_BY
 MediaCriteriaProcessor MediaSQLQueryBuilder.processOrdering(List<MediaCriteria.QUERY_ORDER_BY> orderings)
           
 

Uses of MediaCriteria.QUERY_ORDER_BY in com.silverpeas.gallery.model
 

Methods in com.silverpeas.gallery.model that return MediaCriteria.QUERY_ORDER_BY
static MediaCriteria.QUERY_ORDER_BY MediaCriteria.QUERY_ORDER_BY.fromPropertyName(String property, String sort)
           
static MediaCriteria.QUERY_ORDER_BY MediaCriteria.QUERY_ORDER_BY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaCriteria.QUERY_ORDER_BY[] MediaCriteria.QUERY_ORDER_BY.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.silverpeas.gallery.model with parameters of type MediaCriteria.QUERY_ORDER_BY
static MediaLogicalComparator MediaLogicalComparator.on(MediaCriteria.QUERY_ORDER_BY... logicalOrderBy)
          Easy way to obtain an instance of the comparator.
 MediaCriteria MediaCriteria.orderedBy(MediaCriteria.QUERY_ORDER_BY... orderBies)
          Configures the order of the media list.
 

Method parameters in com.silverpeas.gallery.model with type arguments of type MediaCriteria.QUERY_ORDER_BY
static MediaLogicalComparator MediaLogicalComparator.on(List<MediaCriteria.QUERY_ORDER_BY> logicalOrderBy)
          Easy way to obtain an instance of the comparator.
 MediaCriteriaProcessor MediaCriteriaProcessor.processOrdering(List<MediaCriteria.QUERY_ORDER_BY> orderings)
          Processes the criterion on orderings of the medias matching the criteria.
 



Copyright © 2016 Silverpeas. All Rights Reserved.