Uses of Class
com.silverpeas.gallery.web.MediaSort

Packages that use MediaSort
com.silverpeas.gallery.control   
com.silverpeas.gallery.web   
 

Uses of MediaSort in com.silverpeas.gallery.control
 

Methods in com.silverpeas.gallery.control that return MediaSort
 MediaSort GallerySessionController.getSort()
           
 

Methods in com.silverpeas.gallery.control with parameters of type MediaSort
 void GallerySessionController.setSort(MediaSort sort)
           
 void GallerySessionController.setSortSearch(MediaSort sort)
           
 

Uses of MediaSort in com.silverpeas.gallery.web
 

Fields in com.silverpeas.gallery.web with type parameters of type MediaSort
static Set<MediaSort> MediaSort.ALL
           
 

Methods in com.silverpeas.gallery.web that return MediaSort
static MediaSort MediaSort.from(String type)
          Gets the enum instance according to the specified type.
static MediaSort MediaSort.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaSort[] MediaSort.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.silverpeas.gallery.web with parameters of type MediaSort
 AlbumEntity GalleryResource.getAlbum(String albumId, MediaSort sort)
          Gets the JSON representation of an album.
 



Copyright © 2016 Silverpeas. All Rights Reserved.