Liferay 7.0-ce-b4

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

Packages that use Sort
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.dummy   
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.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.asset.util   
com.liferay.portlet.exportimport.service   
com.liferay.portlet.exportimport.service.impl   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.impl   
 

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

Subclasses of Sort in com.liferay.portal.kernel.search
 class GeoDistanceSort
           
 

Methods in com.liferay.portal.kernel.search that return Sort
 Sort SortFactory.create(String fieldName, boolean reverse)
           
static Sort SortFactoryUtil.create(String fieldName, boolean reverse)
           
 Sort SortFactory.create(String fieldName, int type, boolean reverse)
           
static Sort SortFactoryUtil.create(String fieldName, int type, boolean reverse)
           
 Sort[] SortFactory.getDefaultSorts()
           
static Sort[] SortFactoryUtil.getDefaultSorts()
           
 Sort SortFactory.getSort(Class<?> clazz, int type, String orderByCol, boolean inferSortField, String orderByType)
           
static Sort SortFactoryUtil.getSort(Class<?> clazz, int type, String orderByCol, boolean inferSortField, String orderByType)
           
 Sort SortFactory.getSort(Class<?> clazz, int type, String orderByCol, String orderByType)
           
static Sort SortFactoryUtil.getSort(Class<?> clazz, int type, String orderByCol, String orderByType)
           
 Sort SortFactory.getSort(Class<?> clazz, String orderByCol, String orderByType)
           
static Sort SortFactoryUtil.getSort(Class<?> clazz, String orderByCol, String orderByType)
           
 Sort[] SearchContext.getSorts()
           
 Sort[] GroupBy.getSorts()
           
 Sort[] SortFactory.toArray(List<Sort> sorts)
           
static Sort[] SortFactoryUtil.toArray(List<Sort> sorts)
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Sort
static String DocumentImpl.getSortFieldName(Sort sort, String scoreFieldName)
           
 Hits BaseIndexSearcher.search(String searchEngineId, long companyId, Query query, Sort[] sorts, int start, int end)
          Deprecated. As of 7.0.0, replaced by IndexSearcher.search(SearchContext, Query)
 Hits IndexSearcher.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
          Deprecated. As of 7.0.0, replaced by IndexSearcher.search(SearchContext, Query)
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, Sort[] sorts, int start, int end)
          Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.search(SearchContext, Query)
 Hits IndexSearcherProxyBean.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
          Deprecated. As of 7.0.0, replaced by IndexSearcherProxyBean.search(SearchContext, Query)
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, Sort sort, int start, int end)
          Deprecated. As of 7.0.0, replaced by IndexSearcherHelperUtil.search(SearchContext, Query)
 void SearchContext.setSorts(Sort... sorts)
           
 void GroupBy.setSorts(Sort[] sorts)
           
 

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

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

Methods in com.liferay.portal.kernel.search.dummy with parameters of type Sort
 Hits DummyIndexSearcher.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
          Deprecated. As of 7.0.0, replaced by DummyIndexSearcher.search(SearchContext, Query)
 

Uses of Sort in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type Sort
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 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 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 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 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 keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort[] sorts)
           
 Hits UserLocalServiceWrapper.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort[] sorts)
           
 Hits UserLocalService.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort[] sorts)
           
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 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 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 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 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.
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[] sorts)
           
 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[] sorts)
           
 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[] sorts)
           
static BaseModelSearchResult<Organization> OrganizationLocalServiceUtil.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<Organization> OrganizationLocalService.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<Organization> OrganizationLocalServiceWrapper.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
static BaseModelSearchResult<Organization> OrganizationLocalServiceUtil.searchOrganizations(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)
           
 BaseModelSearchResult<Organization> OrganizationLocalService.searchOrganizations(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)
           
 BaseModelSearchResult<Organization> OrganizationLocalServiceWrapper.searchOrganizations(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 BaseModelSearchResult<UserGroup> UserGroupLocalServiceUtil.searchUserGroups(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<UserGroup> UserGroupLocalServiceWrapper.searchUserGroups(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<UserGroup> UserGroupLocalService.searchUserGroups(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
static BaseModelSearchResult<UserGroup> UserGroupLocalServiceUtil.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 BaseModelSearchResult<UserGroup> UserGroupLocalServiceWrapper.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 BaseModelSearchResult<UserGroup> UserGroupLocalService.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
static BaseModelSearchResult<User> UserLocalServiceUtil.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<User> UserLocalServiceWrapper.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<User> UserLocalService.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
static BaseModelSearchResult<User> UserLocalServiceUtil.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort[] sorts)
           
 BaseModelSearchResult<User> UserLocalServiceWrapper.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort[] sorts)
           
 BaseModelSearchResult<User> UserLocalService.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort[] sorts)
           
static BaseModelSearchResult<User> UserLocalServiceUtil.searchUsers(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)
           
 BaseModelSearchResult<User> UserLocalServiceWrapper.searchUsers(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)
           
 BaseModelSearchResult<User> UserLocalService.searchUsers(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)
           
static BaseModelSearchResult<User> UserLocalServiceUtil.searchUsers(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[] sorts)
           
 BaseModelSearchResult<User> UserLocalServiceWrapper.searchUsers(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[] sorts)
           
 BaseModelSearchResult<User> UserLocalService.searchUsers(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[] sorts)
           
 

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

Methods in com.liferay.portal.service.impl that return Sort
protected  Sort[] UserLocalServiceImpl.getSorts(OrderByComparator<User> obc)
           
 

Methods in com.liferay.portal.service.impl with parameters of type Sort
protected  SearchContext OrganizationLocalServiceImpl.buildSearchContext(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
protected  SearchContext OrganizationLocalServiceImpl.buildSearchContext(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)
           
protected  SearchContext UserGroupLocalServiceImpl.buildSearchContext(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
protected  SearchContext UserLocalServiceImpl.buildSearchContext(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[] sorts)
           
 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 keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort[] sorts)
           
 Hits UserGroupLocalServiceImpl.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 UserGroupLocalServiceImpl.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 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.
 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[] sorts)
           
 BaseModelSearchResult<Organization> OrganizationLocalServiceImpl.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<Organization> OrganizationLocalServiceImpl.searchOrganizations(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)
           
 BaseModelSearchResult<UserGroup> UserGroupLocalServiceImpl.searchUserGroups(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<UserGroup> UserGroupLocalServiceImpl.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 BaseModelSearchResult<User> UserLocalServiceImpl.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 BaseModelSearchResult<User> UserLocalServiceImpl.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort[] sorts)
           
 BaseModelSearchResult<User> UserLocalServiceImpl.searchUsers(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)
           
 BaseModelSearchResult<User> UserLocalServiceImpl.searchUsers(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[] sorts)
           
 

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

Methods in com.liferay.portlet.asset.service with parameters of type Sort
 BaseModelSearchResult<AssetCategory> AssetCategoryLocalService.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
 BaseModelSearchResult<AssetCategory> AssetCategoryLocalServiceWrapper.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
static BaseModelSearchResult<AssetCategory> AssetCategoryLocalServiceUtil.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
 AssetCategoryDisplay AssetCategoryServiceWrapper.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
 AssetCategoryDisplay AssetCategoryService.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
static AssetCategoryDisplay AssetCategoryServiceUtil.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
 AssetCategoryDisplay AssetCategoryServiceWrapper.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort)
           
 AssetCategoryDisplay AssetCategoryService.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort)
           
static AssetCategoryDisplay AssetCategoryServiceUtil.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort)
           
 BaseModelSearchResult<AssetVocabulary> AssetVocabularyLocalServiceWrapper.searchVocabularies(long companyId, long groupId, String title, int start, int end, Sort sort)
           
 BaseModelSearchResult<AssetVocabulary> AssetVocabularyLocalService.searchVocabularies(long companyId, long groupId, String title, int start, int end, Sort sort)
           
static BaseModelSearchResult<AssetVocabulary> AssetVocabularyLocalServiceUtil.searchVocabularies(long companyId, long groupId, String title, int start, int end, Sort sort)
           
static AssetVocabularyDisplay AssetVocabularyServiceUtil.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 AssetVocabularyDisplay AssetVocabularyService.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 AssetVocabularyDisplay AssetVocabularyServiceWrapper.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 

Uses of Sort in com.liferay.portlet.asset.service.http
 

Methods in com.liferay.portlet.asset.service.http with parameters of type Sort
static AssetCategoryDisplay AssetCategoryServiceHttp.searchCategoriesDisplay(HttpPrincipal httpPrincipal, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
static AssetCategoryDisplay AssetCategoryServiceHttp.searchCategoriesDisplay(HttpPrincipal httpPrincipal, long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort)
           
static AssetCategoryDisplay AssetCategoryServiceSoap.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
static AssetCategoryDisplay AssetCategoryServiceSoap.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort)
           
static AssetVocabularyDisplay AssetVocabularyServiceHttp.searchVocabulariesDisplay(HttpPrincipal httpPrincipal, long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
static AssetVocabularyDisplay AssetVocabularyServiceSoap.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 

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

Methods in com.liferay.portlet.asset.service.impl with parameters of type Sort
protected  SearchContext AssetCategoryLocalServiceImpl.buildSearchContext(long companyId, long[] groupIds, String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end, Sort sort)
           
protected  SearchContext AssetVocabularyLocalServiceImpl.buildSearchContext(long companyId, long groupId, String title, int start, int end, Sort sort)
           
 BaseModelSearchResult<AssetCategory> AssetCategoryLocalServiceImpl.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
 AssetCategoryDisplay AssetCategoryServiceImpl.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort)
           
 AssetCategoryDisplay AssetCategoryServiceImpl.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort)
           
 BaseModelSearchResult<AssetVocabulary> AssetVocabularyLocalServiceImpl.searchVocabularies(long companyId, long groupId, String title, int start, int end, Sort sort)
           
 AssetVocabularyDisplay AssetVocabularyServiceImpl.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort)
           
 

Uses of Sort in com.liferay.portlet.asset.util
 

Methods in com.liferay.portlet.asset.util that return Sort
protected static Sort AssetUtil.getSort(String orderByType, String sortField, Locale locale)
           
protected static Sort[] AssetUtil.getSorts(AssetEntryQuery assetEntryQuery, Locale locale)
           
 

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

Methods in com.liferay.portlet.exportimport.service with parameters of type Sort
static BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort)
           
static BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 

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

Methods in com.liferay.portlet.exportimport.service.impl with parameters of type Sort
protected  SearchContext ExportImportConfigurationLocalServiceImpl.buildSearchContext(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort)
           
 BaseModelSearchResult<ExportImportConfiguration> ExportImportConfigurationLocalServiceImpl.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort)
           
 

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

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

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

Methods in com.liferay.portlet.trash.service.impl with parameters of type Sort
protected  SearchContext TrashEntryLocalServiceImpl.buildSearchContext(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 Hits TrashEntryLocalServiceImpl.search(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 BaseModelSearchResult<TrashEntry> TrashEntryLocalServiceImpl.searchTrashEntries(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 


Liferay 7.0-ce-b4