Liferay 6.0-ee

Uses of Class
com.liferay.portal.kernel.search.Sort

Packages that use Sort
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.messaging   
com.liferay.portal.search   
com.liferay.portal.search.lucene   
com.liferay.portal.service   
com.liferay.portal.service.impl   
 

Uses of Sort in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return Sort
static Sort SortFactoryUtil.create(String fieldName, boolean reverse)
           
 Sort SortFactoryImpl.create(String fieldName, boolean reverse)
           
 Sort SortFactory.create(String fieldName, boolean reverse)
           
static Sort SortFactoryUtil.create(String fieldName, int type, boolean reverse)
           
 Sort SortFactoryImpl.create(String fieldName, int type, boolean reverse)
           
 Sort SortFactory.create(String fieldName, int type, boolean reverse)
           
static Sort[] SortFactoryUtil.getDefaultSorts()
           
 Sort[] SortFactoryImpl.getDefaultSorts()
           
 Sort[] SortFactory.getDefaultSorts()
           
 Sort[] SearchContext.getSorts()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Sort
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, Sort[] sorts, int start, int end)
           
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, Sort sort, int start, int end)
           
static Hits SearchEngineUtil.search(long companyId, Query query, Sort[] sorts, int start, int end)
           
 Hits IndexSearcher.search(long companyId, Query query, Sort[] sort, int start, int end)
           
static Hits SearchEngineUtil.search(long companyId, Query query, Sort sort, int start, int end)
           
 void SearchContext.setSorts(Sort[] sorts)
           
 

Uses of Sort in com.liferay.portal.kernel.search.messaging
 

Methods in com.liferay.portal.kernel.search.messaging that return Sort
 Sort[] SearchRequest.getSorts()
           
 

Methods in com.liferay.portal.kernel.search.messaging with parameters of type Sort
static SearchRequest SearchRequest.search(long companyId, Query query, Sort[] sorts, int start, int end)
           
 void SearchRequest.setSorts(Sort[] sorts)
           
 

Uses of Sort in com.liferay.portal.search
 

Methods in com.liferay.portal.search with parameters of type Sort
 Hits IndexSearcherImpl.search(long companyId, Query query, Sort[] sorts, int start, int end)
           
 

Uses of Sort in com.liferay.portal.search.lucene
 

Methods in com.liferay.portal.search.lucene with parameters of type Sort
 Hits LuceneIndexSearcherImpl.search(long companyId, Query query, Sort[] sorts, int start, int end)
           
 

Uses of Sort in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type Sort
 Hits OrganizationLocalServiceWrapper.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
static Hits OrganizationLocalServiceUtil.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits OrganizationLocalService.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits OrganizationLocalServiceWrapper.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
static Hits OrganizationLocalServiceUtil.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 Hits OrganizationLocalService.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 Hits UserLocalServiceWrapper.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
static Hits UserLocalServiceUtil.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits UserLocalService.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits UserLocalServiceWrapper.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
static Hits UserLocalServiceUtil.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 Hits UserLocalService.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 

Uses of Sort in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with parameters of type Sort
 Hits OrganizationLocalServiceImpl.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits OrganizationLocalServiceImpl.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 Hits UserLocalServiceImpl.search(long companyId, String keywords, Boolean active, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits UserLocalServiceImpl.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, Boolean active, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 


Liferay 6.0-ee