Uses of Class
com.liferay.portal.kernel.search.Sort
Packages that use Sort
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal service interfaces and classes.
-
Uses of Sort in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service with parameters of type SortModifier and TypeMethodDescriptionAssetEntryLocalService.search(long companyId, long[] groupIds, long userId, long[] classNameIds, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort) AssetEntryLocalService.search(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort) static HitsAssetEntryLocalServiceUtil.search(long companyId, long[] groupIds, long userId, long[] classNameIds, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort) static HitsAssetEntryLocalServiceUtil.search(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort) AssetEntryLocalServiceWrapper.search(long companyId, long[] groupIds, long userId, long[] classNameIds, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort) AssetEntryLocalServiceWrapper.search(long companyId, long[] groupIds, long userId, String className, long classTypeId, String keywords, boolean showNonindexable, int[] statuses, int start, int end, Sort sort) AssetCategoryLocalService.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) AssetCategoryLocalServiceWrapper.searchCategories(long companyId, long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryService.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryService.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) static AssetCategoryDisplayAssetCategoryServiceUtil.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) static AssetCategoryDisplayAssetCategoryServiceUtil.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) AssetCategoryServiceWrapper.searchCategoriesDisplay(long[] groupIds, String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) AssetCategoryServiceWrapper.searchCategoriesDisplay(long groupId, String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) AssetTagLocalService.searchTags(long[] groupIds, String name, int start, int end, Sort sort) static BaseModelSearchResult<AssetTag>AssetTagLocalServiceUtil.searchTags(long[] groupIds, String name, int start, int end, Sort sort) AssetTagLocalServiceWrapper.searchTags(long[] groupIds, String name, int start, int end, Sort sort) AssetVocabularyLocalService.searchVocabularies(long companyId, long[] groupIds, String title, int[] visibilityTypes, int start, int end, Sort sort) static BaseModelSearchResult<AssetVocabulary>AssetVocabularyLocalServiceUtil.searchVocabularies(long companyId, long[] groupIds, String title, int[] visibilityTypes, int start, int end, Sort sort) AssetVocabularyLocalServiceWrapper.searchVocabularies(long companyId, long[] groupIds, String title, int[] visibilityTypes, int start, int end, Sort sort) AssetVocabularyService.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) static AssetVocabularyDisplayAssetVocabularyServiceUtil.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) AssetVocabularyServiceWrapper.searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) -
Uses of Sort in com.liferay.exportimport.kernel.service
Methods in com.liferay.exportimport.kernel.service with parameters of type SortModifier and TypeMethodDescriptionExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalService.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) ExportImportConfigurationLocalServiceUtil.searchExportImportConfigurations(long companyId, long groupId, int type, String name, String description, boolean andSearch, int start, int end, Sort sort) ExportImportConfigurationLocalServiceWrapper.searchExportImportConfigurations(long companyId, long groupId, int type, String keywords, int start, int end, Sort sort) 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.portal.kernel.search
Subclasses of Sort in com.liferay.portal.kernel.searchMethods in com.liferay.portal.kernel.search that return SortModifier and TypeMethodDescriptionstatic Sortstatic SortSort[]SortFactory.getDefaultSorts()static Sort[]SortFactoryUtil.getDefaultSorts()SortFactory.getSort(Class<?> clazz, int type, String orderByCol, boolean inferSortField, String orderByType) static SortSortFactoryUtil.getSort(Class<?> clazz, int type, String orderByCol, boolean inferSortField, String orderByType) static Sortstatic SortSort[]GroupBy.getSorts()Sort[]SearchContext.getSorts()Sort[]static Sort[]Methods in com.liferay.portal.kernel.search with parameters of type SortModifier and TypeMethodDescriptionstatic StringField.getSortFieldName(Sort sort, String scoreFieldName) voidvoidMethod parameters in com.liferay.portal.kernel.search with type arguments of type Sort -
Uses of Sort in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service with parameters of type SortModifier and TypeMethodDescriptionOrganizationLocalService.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.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.static HitsOrganizationLocalServiceUtil.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 HitsOrganizationLocalServiceUtil.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.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.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.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.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 HitsUserGroupLocalServiceUtil.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 HitsUserGroupLocalServiceUtil.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.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.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.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.UserLocalService.search(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) 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.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 HitsUserLocalServiceUtil.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 HitsUserLocalServiceUtil.search(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) static HitsUserLocalServiceUtil.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 HitsUserLocalServiceUtil.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) 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.UserLocalServiceWrapper.search(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) 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.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) AddressLocalService.searchAddresses(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) static BaseModelSearchResult<Address>AddressLocalServiceUtil.searchAddresses(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) AddressLocalServiceWrapper.searchAddresses(long companyId, String className, long classPK, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) 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) OrganizationLocalService.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) static BaseModelSearchResult<Organization>OrganizationLocalServiceUtil.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) 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) OrganizationLocalServiceWrapper.searchOrganizations(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) OrganizationLocalService.searchOrganizationsAndUsers(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) Returns the organizations and users that match the keywords specified for them and belong to the parent organization.static HitsOrganizationLocalServiceUtil.searchOrganizationsAndUsers(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) Returns the organizations and users that match the keywords specified for them and belong to the parent organization.OrganizationLocalServiceWrapper.searchOrganizationsAndUsers(long companyId, long parentOrganizationId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) Returns the organizations and users that match the keywords specified for them and belong to the parent organization.UserGroupLocalService.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) 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) static BaseModelSearchResult<UserGroup>UserGroupLocalServiceUtil.searchUserGroups(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserGroupLocalServiceWrapper.searchUserGroups(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, Sort sort) UserGroupLocalServiceWrapper.searchUserGroups(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalService.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalService.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) 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) 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) static BaseModelSearchResult<User>UserLocalServiceUtil.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) 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) 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) UserLocalServiceWrapper.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort sort) UserLocalServiceWrapper.searchUsers(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, Sort[] sorts) 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) 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)