Liferay 6.2.0-ce-rc3

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

Packages that use Sort
com.liferay.portal.kernel.search   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.journal.service   
com.liferay.portlet.trash.service   
com.liferay.util.bridges.alloy   
 

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

Methods in com.liferay.portal.kernel.search that return Sort
 Sort SortFactory.create(String fieldName, boolean reverse)
           
 Sort SortFactoryImpl.create(String fieldName, boolean reverse)
           
static Sort SortFactoryUtil.create(String fieldName, boolean reverse)
           
 Sort SortFactory.create(String fieldName, int type, boolean reverse)
           
 Sort SortFactoryImpl.create(String fieldName, int type, boolean reverse)
           
static Sort SortFactoryUtil.create(String fieldName, int type, boolean reverse)
           
 Sort[] SortFactory.getDefaultSorts()
           
 Sort[] SortFactoryImpl.getDefaultSorts()
           
static Sort[] SortFactoryUtil.getDefaultSorts()
           
 Sort SortFactory.getSort(Class<?> clazz, String orderByCol, String orderByType)
           
 Sort SortFactoryImpl.getSort(Class<?> clazz, String orderByCol, String orderByType)
           
static Sort SortFactoryUtil.getSort(Class<?> clazz, String orderByCol, String orderByType)
           
 Sort[] SearchContext.getSorts()
           
 Sort[] SortFactory.toArray(List<Sort> sorts)
           
 Sort[] SortFactoryImpl.toArray(List<Sort> sorts)
           
static Sort[] SortFactoryUtil.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. As of 6.2.0
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, Sort sort, int start, int end)
          Deprecated. As of 6.2.0
static Hits SearchEngineUtil.search(long companyId, Query query, Sort[] sorts, int start, int end)
          Deprecated. As of 6.2.0, replaced by SearchEngineUtil.search(String, long, Query, Sort[], int, int)
static Hits SearchEngineUtil.search(long companyId, Query query, Sort sort, int start, int end)
          Deprecated. As of 6.2.0, replaced by SearchEngineUtil.search(String, long, Query, Sort, int, int)
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, Sort[] sorts, int start, int end)
           
 Hits IndexSearcherProxyBean.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
           
 Hits IndexSearcher.search(String searchEngineId, long companyId, Query query, Sort[] sort, 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
 Sort[] SortFactory.toArray(List<Sort> sorts)
           
 Sort[] SortFactoryImpl.toArray(List<Sort> sorts)
           
static Sort[] SortFactoryUtil.toArray(List<Sort> sorts)
           
 

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)
          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 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 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.
 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 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 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 UserGroupLocalServiceWrapper.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the user groups that match the keywords, using the indexer.
 Hits UserGroupLocalService.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the user groups that match the keywords, using the indexer.
static Hits UserGroupLocalServiceUtil.search(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the user groups that match the keywords, using the indexer.
 Hits UserGroupLocalServiceWrapper.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the user groups that match the name and description.
 Hits UserGroupLocalService.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the user groups that match the name and description.
static Hits UserGroupLocalServiceUtil.search(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the user groups that match the name and description.
 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.
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.
 

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

Methods in com.liferay.portlet.journal.service with parameters of type Sort
 Hits JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String ddmStructureKey, String ddmTemplateKey, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, and a finder hash map parameter.
 Hits JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String ddmStructureKey, String ddmTemplateKey, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, and a finder hash map parameter.
static Hits JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String ddmStructureKey, String ddmTemplateKey, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, and a finder hash map parameter.
 Hits JournalArticleLocalServiceWrapper.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, String title, String description, String content, String type, String status, String ddmStructureKey, String ddmTemplateKey, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, an AND operator switch, and parameters for type, status, a finder hash map.
 Hits JournalArticleLocalService.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, String title, String description, String content, String type, String status, String ddmStructureKey, String ddmTemplateKey, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, an AND operator switch, and parameters for type, status, a finder hash map.
static Hits JournalArticleLocalServiceUtil.search(long companyId, long groupId, List<Long> folderIds, long classNameId, String articleId, String title, String description, String content, String type, String status, String ddmStructureKey, String ddmTemplateKey, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the web content articles matching the parameters using the indexer, including a keywords parameter for matching an article's ID, title, description, or content, a DDM structure key parameter, a DDM template key parameter, an AND operator switch, and parameters for type, status, a finder hash map.
 

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

Methods in com.liferay.portlet.trash.service with parameters of type Sort
static Hits TrashEntryLocalServiceUtil.search(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 Hits TrashEntryLocalService.search(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 Hits TrashEntryLocalServiceWrapper.search(long companyId, long groupId, long userId, String keywords, 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.2.0-ce-rc3