|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseModelSearchResult | |
|---|---|
| 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.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.journal.service | |
| com.liferay.portlet.journal.service.impl | |
| com.liferay.portlet.trash.service | |
| com.liferay.portlet.trash.service.impl | |
| Uses of BaseModelSearchResult in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return BaseModelSearchResult | |
|---|---|
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 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 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 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<UserGroup> |
UserGroupLocalService.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)
|
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 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)
|
static BaseModelSearchResult<UserGroup> |
UserGroupLocalServiceUtil.searchUserGroups(long companyId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean andSearch,
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 sort)
|
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 keywords,
int status,
LinkedHashMap<String,Object> params,
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 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 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[] 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)
|
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 BaseModelSearchResult in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return BaseModelSearchResult | |
|---|---|
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)
|
protected BaseModelSearchResult<User> |
UserLocalServiceImpl.searchUsers(SearchContext searchContext)
|
| Uses of BaseModelSearchResult in com.liferay.portlet.asset.service |
|---|
| Methods in com.liferay.portlet.asset.service that return BaseModelSearchResult | |
|---|---|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceWrapper.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
|
static BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceUtil.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceWrapper.searchCategories(long companyId,
long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
|
static BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceUtil.searchCategories(long companyId,
long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceWrapper.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end)
|
static BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceUtil.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end)
|
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end)
|
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalService.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end)
|
static BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end)
|
| Uses of BaseModelSearchResult in com.liferay.portlet.asset.service.impl |
|---|
| Methods in com.liferay.portlet.asset.service.impl that return BaseModelSearchResult | |
|---|---|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceImpl.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceImpl.searchCategories(long companyId,
long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceImpl.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end)
|
protected BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceImpl.searchCategories(SearchContext searchContext)
|
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceImpl.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end)
|
protected BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceImpl.searchVocabularies(SearchContext searchContext)
|
| Uses of BaseModelSearchResult in com.liferay.portlet.asset.util |
|---|
| Methods in com.liferay.portlet.asset.util that return BaseModelSearchResult | |
|---|---|
static BaseModelSearchResult<AssetEntry> |
AssetUtil.searchAssetEntries(javax.servlet.http.HttpServletRequest request,
AssetEntryQuery assetEntryQuery,
int start,
int end)
|
static BaseModelSearchResult<AssetEntry> |
AssetUtil.searchAssetEntries(SearchContext searchContext,
AssetEntryQuery assetEntryQuery,
int start,
int end)
|
| Uses of BaseModelSearchResult in com.liferay.portlet.exportimport.service |
|---|
| Methods in com.liferay.portlet.exportimport.service that return BaseModelSearchResult | |
|---|---|
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 BaseModelSearchResult in com.liferay.portlet.exportimport.service.impl |
|---|
| Methods in com.liferay.portlet.exportimport.service.impl that return BaseModelSearchResult | |
|---|---|
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 BaseModelSearchResult in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service that return BaseModelSearchResult | |
|---|---|
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. |
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> |
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. |
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. |
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> |
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. |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceWrapper.searchJournalArticles(long groupId,
long userId,
long creatorUserId,
int status,
int start,
int end)
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 the web content article's creator
ID and status. |
static BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceUtil.searchJournalArticles(long groupId,
long userId,
long creatorUserId,
int status,
int start,
int end)
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 the web content article's creator
ID and status. |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalService.searchJournalArticles(long groupId,
long userId,
long creatorUserId,
int status,
int start,
int end)
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 the web content article's creator
ID and status. |
| Uses of BaseModelSearchResult in com.liferay.portlet.journal.service.impl |
|---|
| Methods in com.liferay.portlet.journal.service.impl that return BaseModelSearchResult | |
|---|---|
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. |
BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceImpl.searchJournalArticles(long groupId,
long userId,
long creatorUserId,
int status,
int start,
int end)
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 the web content article's creator
ID and status. |
protected BaseModelSearchResult<JournalArticle> |
JournalArticleLocalServiceImpl.searchJournalArticles(SearchContext searchContext)
|
| Uses of BaseModelSearchResult in com.liferay.portlet.trash.service |
|---|
| Methods in com.liferay.portlet.trash.service that return BaseModelSearchResult | |
|---|---|
static BaseModelSearchResult<TrashEntry> |
TrashEntryLocalServiceUtil.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)
|
BaseModelSearchResult<TrashEntry> |
TrashEntryLocalService.searchTrashEntries(long companyId,
long groupId,
long userId,
String keywords,
int start,
int end,
Sort sort)
|
| Uses of BaseModelSearchResult in com.liferay.portlet.trash.service.impl |
|---|
| Methods in com.liferay.portlet.trash.service.impl that return BaseModelSearchResult | |
|---|---|
BaseModelSearchResult<TrashEntry> |
TrashEntryLocalServiceImpl.searchTrashEntries(long companyId,
long groupId,
long userId,
String keywords,
int start,
int end,
Sort sort)
|
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||