Liferay 6.1.2-ce-ga3

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

Packages that use Sort
com.liferay.portal.kernel.search   
com.liferay.portal.search.lucene   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.impl   
com.liferay.util.bridges.alloy   
 

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()
           
static Sort SortFactoryUtil.getSort(Class<?> clazz, String orderByCol, String orderByType)
           
 Sort SortFactoryImpl.getSort(Class<?> clazz, String orderByCol, String orderByType)
           
 Sort SortFactory.getSort(Class<?> clazz, String orderByCol, String orderByType)
           
 Sort[] SearchContext.getSorts()
           
static Sort[] SortFactoryUtil.toArray(List<Sort> sorts)
           
 Sort[] SortFactoryImpl.toArray(List<Sort> sorts)
           
 Sort[] SortFactory.toArray(List<Sort> sorts)
           
 

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)
          Deprecated.  
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, Sort sort, int start, int end)
          Deprecated.  
static Hits SearchEngineUtil.search(long companyId, Query query, Sort[] sorts, int start, int end)
          Deprecated. SearchEngineUtil.search(String, long, Query, Sort[], int, int)
static Hits SearchEngineUtil.search(long companyId, Query query, Sort sort, int start, int end)
          Deprecated. SearchEngineUtil.search(String, long, Query, Sort, int, int)
 Hits IndexSearcher.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
           
 Hits IndexSearcherProxyBean.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
           
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, Sort[] sorts, int start, int end)
           
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, Sort sort, int start, int end)
           
 void SearchContext.setSorts(Sort[] sorts)
           
 

Method parameters in com.liferay.portal.kernel.search with type arguments of type Sort
static Sort[] SortFactoryUtil.toArray(List<Sort> sorts)
           
 Sort[] SortFactoryImpl.toArray(List<Sort> sorts)
           
 Sort[] SortFactory.toArray(List<Sort> sorts)
           
 

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

Methods in com.liferay.portal.search.lucene with parameters of type Sort
 Hits LuceneIndexSearcherImpl.search(String searchEngineId, 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 OrganizationLocalService.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the organizations that match the keywords, using the indexer.
 Hits OrganizationLocalServiceWrapper.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the organizations that match the keywords, using the indexer.
static Hits OrganizationLocalServiceUtil.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the organizations that match the keywords, using the indexer.
 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)
          Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer.
 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)
          Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer.
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)
          Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer.
static Hits UserLocalServiceUtil.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the users who match the keywords and status, using the indexer.
 Hits UserLocalServiceWrapper.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the users who match the keywords and status, using the indexer.
 Hits UserLocalService.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the users who match the keywords and status, using the indexer.
static Hits UserLocalServiceUtil.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer.
 Hits UserLocalServiceWrapper.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer.
 Hits UserLocalService.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer.
 

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)
          Returns an ordered range of all the organizations that match the keywords, using the indexer.
 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)
          Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer.
 Hits UserLocalServiceImpl.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the users who match the keywords and status, using the indexer.
 Hits UserLocalServiceImpl.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer.
protected  Hits UserLocalServiceImpl.search(long companyId, String firstName, String middleName, String lastName, String fullName, String screenName, String emailAddress, String street, String city, String zip, String region, String country, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 

Uses of Sort in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service with parameters of type Sort
static Hits JournalArticleLocalServiceUtil.search(long companyId, long groupId, long classNameId, String structureId, String templateId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits JournalArticleLocalService.search(long companyId, long groupId, long classNameId, String structureId, String templateId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits JournalArticleLocalServiceWrapper.search(long companyId, long groupId, long classNameId, String structureId, String templateId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
static Hits JournalArticleLocalServiceUtil.search(long companyId, long groupId, long classNameId, String articleId, String title, String description, String content, String type, String status, String structureId, String templateId, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 Hits JournalArticleLocalService.search(long companyId, long groupId, long classNameId, String articleId, String title, String description, String content, String type, String status, String structureId, String templateId, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 Hits JournalArticleLocalServiceWrapper.search(long companyId, long groupId, long classNameId, String articleId, String title, String description, String content, String type, String status, String structureId, String templateId, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 

Uses of Sort in com.liferay.portlet.journal.service.impl
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type Sort
 Hits JournalArticleLocalServiceImpl.search(long companyId, long groupId, long classNameId, String structureId, String templateId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits JournalArticleLocalServiceImpl.search(long companyId, long groupId, long classNameId, String articleId, String title, String description, String content, String type, String status, String structureId, String templateId, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 

Uses of Sort in com.liferay.util.bridges.alloy
 

Methods in com.liferay.util.bridges.alloy with parameters of type Sort
protected  AlloySearchResult BaseAlloyControllerImpl.search(Map<String,Serializable> attributes, String keywords, Sort sort)
           
protected  AlloySearchResult BaseAlloyControllerImpl.search(Map<String,Serializable> attributes, String keywords, Sort[] sorts)
           
protected  AlloySearchResult BaseAlloyControllerImpl.search(String keywords, Sort sort)
           
protected  AlloySearchResult BaseAlloyControllerImpl.search(String keywords, Sort[] sorts)
           
 


Liferay 6.1.2-ce-ga3