Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.search.Hits

Packages that use Hits
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.kernel.search   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.journal.service   
com.liferay.portlet.usersadmin.util   
com.liferay.util.bridges.alloy   
 

Uses of Hits in com.liferay.portal.kernel.repository
 

Methods in com.liferay.portal.kernel.repository that return Hits
 Hits Repository.search(SearchContext searchContext)
           
 Hits BaseRepositoryImpl.search(SearchContext searchContext)
           
 Hits Repository.search(SearchContext searchContext, Query query)
           
 

Uses of Hits in com.liferay.portal.kernel.repository.cmis
 

Methods in com.liferay.portal.kernel.repository.cmis that return Hits
 Hits CMISRepositoryHandler.search(SearchContext searchContext)
           
 Hits CMISRepositoryHandler.search(SearchContext searchContext, Query query)
           
 

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

Classes in com.liferay.portal.kernel.search that implement Hits
 class HitsImpl
           
 

Methods in com.liferay.portal.kernel.search that return Hits
protected  Hits BaseIndexer.filterSearch(Hits hits, PermissionChecker permissionChecker, SearchContext searchContext)
           
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, int start, int end)
          Deprecated.  
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, Sort[] sorts, int start, int end)
          Deprecated.  
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, Sort sort, int start, int end)
          Deprecated.  
static Hits SearchEngineUtil.search(long companyId, Query query, int start, int end)
          Deprecated. SearchEngineUtil.search(String, long, Query, int, int)
static Hits SearchEngineUtil.search(long companyId, Query query, Sort[] sorts, int start, int end)
          Deprecated. SearchEngineUtil.search(String, long, Query, Sort[], int, int)
static Hits SearchEngineUtil.search(long companyId, Query query, Sort sort, int start, int end)
          Deprecated. SearchEngineUtil.search(String, long, Query, Sort, int, int)
 Hits FacetedSearcher.search(SearchContext searchContext)
           
 Hits IndexerWrapper.search(SearchContext searchContext)
           
 Hits Indexer.search(SearchContext searchContext)
           
 Hits BaseIndexer.search(SearchContext searchContext)
           
 Hits DummyIndexer.search(SearchContext searchContext)
           
 Hits IndexSearcher.search(SearchContext searchContext, Query query)
           
 Hits IndexSearcherProxyBean.search(SearchContext searchContext, Query query)
           
static Hits SearchEngineUtil.search(SearchContext searchContext, Query query)
           
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, int start, int end)
           
 Hits IndexSearcher.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
           
 Hits IndexSearcherProxyBean.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
           
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, Sort[] sorts, int start, int end)
           
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, Sort sort, int start, int end)
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Hits
protected  Hits BaseIndexer.filterSearch(Hits hits, PermissionChecker permissionChecker, SearchContext searchContext)
           
 

Uses of Hits in com.liferay.portal.repository.proxy
 

Methods in com.liferay.portal.repository.proxy that return Hits
 Hits BaseRepositoryProxyBean.search(SearchContext searchContext)
           
 Hits BaseRepositoryProxyBean.search(SearchContext searchContext, Query query)
           
 

Uses of Hits in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Hits
 Hits CompanyLocalServiceWrapper.search(long companyId, long userId, String keywords, int start, int end)
          Returns an ordered range of all assets that match the keywords in the company.
static Hits CompanyLocalServiceUtil.search(long companyId, long userId, String keywords, int start, int end)
          Returns an ordered range of all assets that match the keywords in the company.
 Hits CompanyLocalService.search(long companyId, long userId, String keywords, int start, int end)
          Returns an ordered range of all assets that match the keywords in the company.
 Hits OrganizationLocalService.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the organizations that match the keywords, using the indexer.
 Hits OrganizationLocalServiceWrapper.search(long companyId, long parentOrganizationId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the organizations that match the keywords, using the indexer.
static Hits OrganizationLocalServiceUtil.search(long companyId, long parentOrganizationId, String 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 CompanyLocalServiceWrapper.search(long companyId, long userId, String portletId, long groupId, String type, String keywords, int start, int end)
          Returns an ordered range of all assets that match the keywords in the portlet within the company.
static Hits CompanyLocalServiceUtil.search(long companyId, long userId, String portletId, long groupId, String type, String keywords, int start, int end)
          Returns an ordered range of all assets that match the keywords in the portlet within the company.
 Hits CompanyLocalService.search(long companyId, long userId, String portletId, long groupId, String type, String keywords, int start, int end)
          Returns an ordered range of all assets that match the keywords in the portlet within the company.
 Hits OrganizationLocalService.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer.
 Hits OrganizationLocalServiceWrapper.search(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, String region, String country, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer.
static Hits 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.
static Hits UserLocalServiceUtil.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the users who match the keywords and status, using the indexer.
 Hits UserLocalServiceWrapper.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the users who match the keywords and status, using the indexer.
 Hits UserLocalService.search(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
          Returns an ordered range of all the users who match the keywords and status, using the indexer.
static Hits UserLocalServiceUtil.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer.
 Hits UserLocalServiceWrapper.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer.
 Hits UserLocalService.search(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
          Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer.
 

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

Methods in com.liferay.portlet.asset.service that return Hits
static Hits AssetEntryLocalServiceUtil.search(long companyId, long[] groupIds, long userId, String className, String keywords, int start, int end)
          Deprecated. AssetEntryLocalServiceUtil.search(long, long[], long, String, String, int, int, int)
 Hits AssetEntryLocalService.search(long companyId, long[] groupIds, long userId, String className, String keywords, int start, int end)
          Deprecated. AssetEntryLocalService.search(long, long[], long, String, String, int, int, int)
 Hits AssetEntryLocalServiceWrapper.search(long companyId, long[] groupIds, long userId, String className, String keywords, int start, int end)
          Deprecated. AssetEntryLocalServiceWrapper.search(long, long[], long, String, String, int, int, int)
static Hits AssetEntryLocalServiceUtil.search(long companyId, long[] groupIds, long userId, String className, String keywords, int status, int start, int end)
           
 Hits AssetEntryLocalService.search(long companyId, long[] groupIds, long userId, String className, String keywords, int status, int start, int end)
           
 Hits AssetEntryLocalServiceWrapper.search(long companyId, long[] groupIds, long userId, String className, String keywords, int status, int start, int end)
           
static Hits AssetEntryLocalServiceUtil.search(long companyId, long[] groupIds, long userId, String className, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean andSearch, int start, int end)
          Deprecated. AssetEntryLocalServiceUtil.search(long, long[], long, String, String, String, String, String, String, int, boolean, int, int)
 Hits AssetEntryLocalService.search(long companyId, long[] groupIds, long userId, String className, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean andSearch, int start, int end)
          Deprecated. AssetEntryLocalService.search(long, long[], long, String, String, String, String, String, String, int, boolean, int, int)
 Hits AssetEntryLocalServiceWrapper.search(long companyId, long[] groupIds, long userId, String className, String userName, String title, String description, String assetCategoryIds, String assetTagNames, boolean andSearch, int start, int end)
          Deprecated. AssetEntryLocalServiceWrapper.search(long, long[], long, String, String, String, String, String, String, int, boolean, int, int)
static Hits AssetEntryLocalServiceUtil.search(long companyId, long[] groupIds, long userId, String className, String userName, String title, String description, String assetCategoryIds, String assetTagNames, int status, boolean andSearch, int start, int end)
           
 Hits AssetEntryLocalService.search(long companyId, long[] groupIds, long userId, String className, String userName, String title, String description, String assetCategoryIds, String assetTagNames, int status, boolean andSearch, int start, int end)
           
 Hits AssetEntryLocalServiceWrapper.search(long companyId, long[] groupIds, long userId, String className, String userName, String title, String description, String assetCategoryIds, String assetTagNames, int status, boolean andSearch, int start, int end)
           
static Hits AssetEntryLocalServiceUtil.search(long companyId, long[] groupIds, String className, String keywords, int start, int end)
          Deprecated. AssetEntryLocalServiceUtil.search(long, long[], long, String, String, int, int, int)
 Hits AssetEntryLocalService.search(long companyId, long[] groupIds, String className, String keywords, int start, int end)
          Deprecated. AssetEntryLocalService.search(long, long[], long, String, String, int, int, int)
 Hits AssetEntryLocalServiceWrapper.search(long companyId, long[] groupIds, String className, String keywords, int start, int end)
          Deprecated. AssetEntryLocalServiceWrapper.search(long, long[], long, String, String, int, int, int)
 

Uses of Hits in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return Hits
 Hits DLAppService.search(long repositoryId, SearchContext searchContext)
           
 Hits DLAppServiceWrapper.search(long repositoryId, SearchContext searchContext)
           
static Hits DLAppServiceUtil.search(long repositoryId, SearchContext searchContext)
           
 Hits DLAppService.search(long repositoryId, SearchContext searchContext, Query query)
           
 Hits DLAppServiceWrapper.search(long repositoryId, SearchContext searchContext, Query query)
           
static Hits DLAppServiceUtil.search(long repositoryId, SearchContext searchContext, Query query)
           
 

Uses of Hits in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service that return Hits
static Hits JournalArticleLocalServiceUtil.search(long companyId, long groupId, long classNameId, String structureId, String templateId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits JournalArticleLocalService.search(long companyId, long groupId, long classNameId, String structureId, String templateId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
 Hits JournalArticleLocalServiceWrapper.search(long companyId, long groupId, long classNameId, String structureId, String templateId, String keywords, LinkedHashMap<String,Object> params, int start, int end, Sort sort)
           
static Hits JournalArticleLocalServiceUtil.search(long companyId, long groupId, long classNameId, String articleId, String title, String description, String content, String type, String status, String structureId, String templateId, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 Hits JournalArticleLocalService.search(long companyId, long groupId, long classNameId, String articleId, String title, String description, String content, String type, String status, String structureId, String templateId, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 Hits JournalArticleLocalServiceWrapper.search(long companyId, long groupId, long classNameId, String articleId, String title, String description, String content, String type, String status, String structureId, String templateId, LinkedHashMap<String,Object> params, boolean andSearch, int start, int end, Sort sort)
           
 

Uses of Hits in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util with parameters of type Hits
 Tuple UsersAdmin.getOrganizations(Hits hits)
           
static Tuple UsersAdminUtil.getOrganizations(Hits hits)
           
 Tuple UsersAdmin.getUsers(Hits hits)
           
static Tuple UsersAdminUtil.getUsers(Hits hits)
           
 

Uses of Hits in com.liferay.util.bridges.alloy
 

Fields in com.liferay.util.bridges.alloy declared as Hits
protected  Hits AlloySearchResult.hits
           
 

Methods in com.liferay.util.bridges.alloy that return Hits
 Hits AlloySearchResult.getHits()
           
 

Methods in com.liferay.util.bridges.alloy with parameters of type Hits
protected  void AlloySearchResult.setHits(Hits hits)
           
 


Liferay 6.1.2-ce-ga3