|
Liferay 7.0-ce-b4 | |||||||||
| 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.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 | |
|---|---|
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 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> |
AssetCategoryLocalService.searchCategories(long companyId,
long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceWrapper.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> |
AssetCategoryLocalService.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[] 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> |
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)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalService.searchCategories(long companyId,
long groupIds,
String title,
long vocabularyId,
int start,
int end)
|
BaseModelSearchResult<AssetCategory> |
AssetCategoryLocalServiceWrapper.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)
|
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)
|
| 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[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort)
|
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)
|
BaseModelSearchResult<AssetVocabulary> |
AssetVocabularyLocalServiceImpl.searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
Sort sort)
|
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(AssetEntryQuery assetEntryQuery,
long[] assetCategoryIds,
String[] assetTagNames,
Map<String,Serializable> attributes,
long companyId,
String keywords,
Layout layout,
Locale locale,
long scopeGroupId,
TimeZone timeZone,
long userId,
int start,
int end)
|
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.trash.service |
|---|
| Methods in com.liferay.portlet.trash.service that return BaseModelSearchResult | |
|---|---|
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 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-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||