Uses of Class
org.exoplatform.social.core.search.Sorting
-
-
Uses of Sorting in org.exoplatform.social.core.manager
Fields in org.exoplatform.social.core.manager declared as Sorting Modifier and Type Field Description static SortingIdentityManager. DEFAULT_SORTINGMethods in org.exoplatform.social.core.manager that return Sorting Modifier and Type Method Description default SortingIdentityManager. getDefaultSorting() -
Uses of Sorting in org.exoplatform.social.core.profile
Methods in org.exoplatform.social.core.profile that return Sorting Modifier and Type Method Description SortingProfileFilter. getSorting()Methods in org.exoplatform.social.core.profile with parameters of type Sorting Modifier and Type Method Description voidProfileFilter. setSorting(Sorting sorting) -
Uses of Sorting in org.exoplatform.social.core.search
Methods in org.exoplatform.social.core.search that return Sorting Modifier and Type Method Description SortingSorting. clone()static SortingSorting. valueOf(String sortByField, String orderByField) -
Uses of Sorting in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return Sorting Modifier and Type Method Description SortingSpaceFilter. getSorting()Methods in org.exoplatform.social.core.space with parameters of type Sorting Modifier and Type Method Description voidSpaceFilter. setSorting(Sorting sorting) -
Uses of Sorting in org.exoplatform.social.core.storage.api
Fields in org.exoplatform.social.core.storage.api declared as Sorting Modifier and Type Field Description static SortingIdentityStorage. DEFAULT_SORTING
-