|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sort | |
|---|---|
| com.liferay.portal.kernel.search | |
| 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.util | |
| com.liferay.portlet.journal.service | |
| com.liferay.portlet.journal.service.impl | |
| com.liferay.portlet.trash.service | |
| com.liferay.portlet.trash.service.impl | |
| Uses of Sort in com.liferay.portal.kernel.search |
|---|
| Methods in com.liferay.portal.kernel.search that return Sort | |
|---|---|
Sort |
SortFactoryImpl.create(String fieldName,
boolean reverse)
|
Sort |
SortFactory.create(String fieldName,
boolean reverse)
|
static Sort |
SortFactoryUtil.create(String fieldName,
boolean reverse)
|
Sort |
SortFactoryImpl.create(String fieldName,
int type,
boolean reverse)
|
Sort |
SortFactory.create(String fieldName,
int type,
boolean reverse)
|
static Sort |
SortFactoryUtil.create(String fieldName,
int type,
boolean reverse)
|
Sort[] |
SortFactoryImpl.getDefaultSorts()
|
Sort[] |
SortFactory.getDefaultSorts()
|
static Sort[] |
SortFactoryUtil.getDefaultSorts()
|
Sort |
SortFactoryImpl.getSort(Class<?> clazz,
int type,
String orderByCol,
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 |
SortFactoryImpl.getSort(Class<?> clazz,
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[] |
SortFactoryImpl.toArray(List<Sort> sorts)
|
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)
|
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)
Deprecated. As of 7.0.0, replaced by SearchEngineUtil.search(SearchContext,
Query) |
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) |
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) |
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) |
static Hits |
SearchEngineUtil.search(String searchEngineId,
long companyId,
Query query,
Sort sort,
int start,
int end)
Deprecated. As of 7.0.0, replaced by SearchEngineUtil.search(SearchContext,
Query) |
void |
SearchContext.setSorts(Sort... sorts)
|
| Method parameters in com.liferay.portal.kernel.search with type arguments of type Sort | |
|---|---|
Sort[] |
SortFactoryImpl.toArray(List<Sort> sorts)
|
Sort[] |
SortFactory.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 | |
|---|---|
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 |
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. |
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. |
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 |
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. |
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 |
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. |
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. |
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 |
UserLocalService.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)
|
static Hits |
UserLocalServiceUtil.search(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
int start,
int end,
Sort[] sorts)
|
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. |
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 |
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. |
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. |
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 |
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. |
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. |
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. |
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 |
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)
|
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)
|
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)
|
static BaseModelSearchResult<Organization> |
OrganizationLocalServiceUtil.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)
|
BaseModelSearchResult<Organization> |
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)
|
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)
|
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<UserGroup> |
UserGroupLocalServiceWrapper.searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
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> |
UserGroupLocalService.searchUserGroups(long companyId,
String keywords,
LinkedHashMap<String,Object> params,
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)
|
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> |
UserGroupLocalService.searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
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)
|
BaseModelSearchResult<User> |
UserLocalServiceWrapper.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 sort)
|
BaseModelSearchResult<User> |
UserLocalService.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)
|
static BaseModelSearchResult<User> |
UserLocalServiceUtil.searchUsers(long companyId,
String keywords,
int status,
LinkedHashMap<String,Object> params,
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 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)
|
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> |
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)
|
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)
|
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)
|
| 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.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.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service with parameters of type Sort | |
|---|---|
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 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 articleId,
String title,
String description,
String content,
int 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 |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
int 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,
int 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 statusString,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceUtil.search(long, long, List,
long, String, String, String, String, int, String, String,
LinkedHashMap, boolean, int, int, Sort) |
Hits |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
String type,
String statusString,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceWrapper.search(long, long, List,
long, String, String, String, String, int, String, String,
LinkedHashMap, boolean, int, int, Sort) |
Hits |
JournalArticleLocalService.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
String type,
String statusString,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Deprecated. As of 7.0.0, replaced by JournalArticleLocalService.search(long, long, List,
long, String, String, String, String, int, String, String,
LinkedHashMap, boolean, int, int, Sort) |
static BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceUtil.searchJournalArticles(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 a BaseModelSearchResult containing the total number of
hits and 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. |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceWrapper.searchJournalArticles(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 a BaseModelSearchResult containing the total number of
hits and 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. |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalService.searchJournalArticles(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 a BaseModelSearchResult containing the total number of
hits and 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 BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceUtil.searchJournalArticles(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
int status,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns a BaseModelSearchResult containing the total number of
hits and an ordered range of all the web content articles matching the
parameters using the indexer, including keyword parameters for article
ID, title, description, or content, a DDM structure key parameter, a DDM
template key parameter, an AND operator switch, and parameters for type,
status, and a finder hash map. |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceWrapper.searchJournalArticles(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
int status,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns a BaseModelSearchResult containing the total number of
hits and an ordered range of all the web content articles matching the
parameters using the indexer, including keyword parameters for article
ID, title, description, or content, a DDM structure key parameter, a DDM
template key parameter, an AND operator switch, and parameters for type,
status, and a finder hash map. |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalService.searchJournalArticles(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
int status,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns a BaseModelSearchResult containing the total number of
hits and an ordered range of all the web content articles matching the
parameters using the indexer, including keyword parameters for article
ID, title, description, or content, a DDM structure key parameter, a DDM
template key parameter, an AND operator switch, and parameters for type,
status, and a finder hash map. |
| Uses of Sort in com.liferay.portlet.journal.service.impl |
|---|
| Methods in com.liferay.portlet.journal.service.impl with parameters of type Sort | |
|---|---|
protected SearchContext |
JournalArticleLocalServiceImpl.buildSearchContext(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
int status,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
|
Hits |
JournalArticleLocalServiceImpl.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 |
JournalArticleLocalServiceImpl.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
int 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 |
JournalArticleLocalServiceImpl.search(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
String type,
String statusString,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Deprecated. As of 7.0.0, replaced by JournalArticleLocalServiceImpl.search(long, long, List,
long, String, String, String, String, int, String, String,
LinkedHashMap, boolean, int, int, Sort) |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceImpl.searchJournalArticles(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 a BaseModelSearchResult containing the total number of
hits and 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. |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceImpl.searchJournalArticles(long companyId,
long groupId,
List<Long> folderIds,
long classNameId,
String articleId,
String title,
String description,
String content,
int status,
String ddmStructureKey,
String ddmTemplateKey,
LinkedHashMap<String,Object> params,
boolean andSearch,
int start,
int end,
Sort sort)
Returns a BaseModelSearchResult containing the total number of
hits and an ordered range of all the web content articles matching the
parameters using the indexer, including keyword parameters for article
ID, title, description, or content, a DDM structure key parameter, a DDM
template key parameter, an AND operator switch, and parameters for type,
status, and 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 | |
|---|---|
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)
|
Hits |
TrashEntryLocalService.search(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)
|
BaseModelSearchResult<TrashEntry> |
TrashEntryLocalService.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-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||