Liferay 6.2-ce-ga5

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.plugin   
com.liferay.portal.repository.cmis   
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.search.lucene   
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.blogs.util   
com.liferay.portlet.bookmarks.service   
com.liferay.portlet.bookmarks.service.http   
com.liferay.portlet.bookmarks.service.impl   
com.liferay.portlet.bookmarks.util   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.store This package defines the document library portlet store interfaces, base classes, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.impl   
com.liferay.portlet.dynamicdatalists.util   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.http   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.util   
com.liferay.portlet.journalcontentsearch.util   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.http   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.util   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.impl   
com.liferay.portlet.trash.util   
com.liferay.portlet.usersadmin.util   
com.liferay.portlet.wiki.util   
com.liferay.taglib.ui   
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(long creatorUserId, int status, int start, int end)
           
 Hits Repository.search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits BaseRepositoryImpl.search(SearchContext searchContext)
           
 Hits Repository.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(long creatorUserId, int status, int start, int end)
           
 Hits CMISRepositoryHandler.search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 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.doSearch(SearchContext searchContext)
           
protected  Hits FacetedSearcher.doSearch(SearchContext searchContext)
           
protected  Hits BaseIndexer.filterSearch(Hits hits, PermissionChecker permissionChecker, SearchContext searchContext)
          Deprecated. As of 7.0.0, with no direct replacement
protected abstract  Hits BaseSearchResultPermissionFilter.getHits(SearchContext searchContext)
           
protected  Hits DefaultSearchResultPermissionFilter.getHits(SearchContext searchContext)
           
static Hits SearchEngineUtil.search(long companyId, long[] groupIds, long userId, String className, Query query, 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[] 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, int start, int end)
          Deprecated. As of 6.2.0, replaced by SearchEngineUtil.search(String, long, Query, int, int)
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)
 Hits SearchResultPermissionFilter.search(SearchContext searchContext)
           
 Hits Indexer.search(SearchContext searchContext)
           
 Hits BaseIndexer.search(SearchContext searchContext)
           
 Hits IndexerWrapper.search(SearchContext searchContext)
           
 Hits DummyIndexer.search(SearchContext searchContext)
           
 Hits BaseSearchResultPermissionFilter.search(SearchContext searchContext)
           
 Hits DummyIndexSearcher.search(SearchContext searchContext, Query query)
           
 Hits IndexSearcher.search(SearchContext searchContext, Query query)
           
static Hits SearchEngineUtil.search(SearchContext searchContext, Query query)
           
 Hits IndexSearcherProxyBean.search(SearchContext searchContext, Query query)
           
static Hits SearchEngineUtil.search(String searchEngineId, long companyId, Query query, int start, int end)
           
 Hits DummyIndexSearcher.search(String searchEngineId, long companyId, Query query, Sort[] sort, int start, int end)
           
 Hits IndexSearcher.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)
           
 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 sort, int start, int end)
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Hits
protected  void BaseSearchResultPermissionFilter.collectHits(Hits hits, List<Document> documents, List<Float> scores, int count)
           
 void HitsImpl.copy(Hits hits)
           
 void Hits.copy(Hits hits)
           
protected abstract  void BaseSearchResultPermissionFilter.filterHits(Hits hits, SearchContext searchContext)
           
protected  void DefaultSearchResultPermissionFilter.filterHits(Hits hits, SearchContext searchContext)
           
protected  Hits BaseIndexer.filterSearch(Hits hits, PermissionChecker permissionChecker, SearchContext searchContext)
          Deprecated. As of 7.0.0, with no direct replacement
static List<SearchResult> SearchResultUtil.getSearchResults(Hits hits, Locale locale, PortletURL portletURL)
           
 boolean AlternateKeywordQueryHitsProcessor.process(SearchContext searchContext, Hits hits)
           
 boolean QueryIndexingHitsProcessor.process(SearchContext searchContext, Hits hits)
           
 boolean CollatedSpellCheckHitsProcessor.process(SearchContext searchContext, Hits hits)
           
 boolean QuerySuggestionHitsProcessor.process(SearchContext searchContext, Hits hits)
           
 boolean CompositeHitsProcessor.process(SearchContext searchContext, Hits hits)
           
 boolean HitsProcessor.process(SearchContext searchContext, Hits hits)
           
protected  void BaseIndexer.processHits(SearchContext searchContext, Hits hits)
           
protected  void BaseSearchResultPermissionFilter.updateHits(Hits hits, List<Document> documents, List<Float> scores, int start, int end, int size, long startTime)
           
 

Uses of Hits in com.liferay.portal.plugin
 

Methods in com.liferay.portal.plugin that return Hits
static Hits PluginPackageUtil.search(String keywords, String type, String tag, String license, String repositoryURL, String status, int start, int end)
           
 

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

Methods in com.liferay.portal.repository.cmis that return Hits
protected  Hits CMISRepository.doSearch(SearchContext searchContext, Query query)
           
 Hits CMISRepository.search(long creatorUserId, int status, int start, int end)
           
 Hits CMISRepository.search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits CMISRepository.search(SearchContext searchContext, Query query)
           
 

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

Methods in com.liferay.portal.repository.liferayrepository that return Hits
 Hits LiferayRepository.search(long creatorUserId, int status, int start, int end)
           
 Hits LiferayRepository.search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits LiferayRepository.search(SearchContext searchContext)
           
 Hits LiferayRepository.search(SearchContext searchContext, Query query)
           
 

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

Methods in com.liferay.portal.repository.proxy that return Hits
 Hits BaseRepositoryProxyBean.search(long creatorUserId, int status, int start, int end)
           
 Hits BaseRepositoryProxyBean.search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits BaseRepositoryProxyBean.search(SearchContext searchContext)
           
 Hits BaseRepositoryProxyBean.search(SearchContext searchContext, Query query)
           
 

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

Methods in com.liferay.portal.search.lucene that return Hits
 Hits LuceneIndexSearcher.search(SearchContext searchContext, Query query)
           
 Hits LuceneIndexSearcher.search(String searchEngineId, long companyId, Query query, Sort[] sorts, int start, int end)
           
protected  Hits LuceneIndexSearcher.toHits(org.apache.lucene.search.IndexSearcher indexSearcher, com.liferay.portal.search.lucene.LuceneIndexSearcher.HitDocs hitDocs, Query query, long startTime, float searchTime, int start, int end)
           
 

Uses of Hits in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Hits
 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 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.
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 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.
 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 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.
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 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 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 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 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.
 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.
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 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.
 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.
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.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Hits
 Hits CompanyLocalServiceImpl.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 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 CompanyLocalServiceImpl.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 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 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.
protected  Hits UserLocalServiceImpl.search(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 sort)
           
 

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. As of 6.2.0, replaced by AssetEntryLocalServiceUtil.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. As of 6.2.0, replaced by AssetEntryLocalServiceWrapper.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. As of 6.2.0, replaced by AssetEntryLocalService.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 AssetEntryLocalServiceWrapper.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)
           
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. As of 6.2.0, replaced by AssetEntryLocalServiceUtil.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. As of 6.2.0, replaced by AssetEntryLocalServiceWrapper.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. As of 6.2.0, replaced by AssetEntryLocalService.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 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)
           
 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)
           
static Hits AssetEntryLocalServiceUtil.search(long companyId, long[] groupIds, String className, String keywords, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceUtil.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. As of 6.2.0, replaced by AssetEntryLocalServiceWrapper.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. As of 6.2.0, replaced by AssetEntryLocalService.search(long, long[], long, String, String, int, int, int)
 

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

Methods in com.liferay.portlet.asset.service.impl that return Hits
 Hits AssetEntryLocalServiceImpl.search(long companyId, long[] groupIds, long userId, String className, String keywords, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceImpl.search(long, long[], long, String, String, int, int, int)
 Hits AssetEntryLocalServiceImpl.search(long companyId, long[] groupIds, long userId, String className, String keywords, int status, int start, int end)
           
 Hits AssetEntryLocalServiceImpl.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. As of 6.2.0, replaced by AssetEntryLocalServiceImpl.search(long, long[], long, String, String, String, String, String, String, int, boolean, int, int)
 Hits AssetEntryLocalServiceImpl.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 AssetEntryLocalServiceImpl.search(long companyId, long[] groupIds, String className, String keywords, int start, int end)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceImpl.search(long, long[], long, String, String, int, int, int)
 

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

Methods in com.liferay.portlet.asset.util that return Hits
static Hits AssetUtil.search(javax.servlet.http.HttpServletRequest request, AssetEntryQuery assetEntryQuery, int start, int end)
           
static Hits AssetUtil.search(SearchContext searchContext, AssetEntryQuery assetEntryQuery, int start, int end)
           
 

Methods in com.liferay.portlet.asset.util with parameters of type Hits
static List<AssetEntry> AssetUtil.getAssetEntries(Hits hits)
           
 

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

Methods in com.liferay.portlet.blogs.util with parameters of type Hits
static List<Object> BlogsUtil.getEntries(Hits hits)
           
 

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

Methods in com.liferay.portlet.bookmarks.service that return Hits
 Hits BookmarksEntryServiceWrapper.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits BookmarksEntryService.search(long groupId, long creatorUserId, int status, int start, int end)
           
static Hits BookmarksEntryServiceUtil.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits BookmarksEntryLocalService.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 Hits BookmarksEntryLocalServiceWrapper.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
static Hits BookmarksEntryLocalServiceUtil.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 

Uses of Hits in com.liferay.portlet.bookmarks.service.http
 

Methods in com.liferay.portlet.bookmarks.service.http that return Hits
static Hits BookmarksEntryServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, long creatorUserId, int status, int start, int end)
           
 

Uses of Hits in com.liferay.portlet.bookmarks.service.impl
 

Methods in com.liferay.portlet.bookmarks.service.impl that return Hits
 Hits BookmarksEntryServiceImpl.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits BookmarksEntryLocalServiceImpl.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 

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

Methods in com.liferay.portlet.bookmarks.util with parameters of type Hits
static List<Object> BookmarksUtil.getEntries(Hits hits)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return Hits
 Hits DLFileEntryService.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits DLFileEntryServiceWrapper.search(long groupId, long creatorUserId, int status, int start, int end)
           
static Hits DLFileEntryServiceUtil.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits DLAppServiceWrapper.search(long repositoryId, long creatorUserId, int status, int start, int end)
           
 Hits DLAppService.search(long repositoryId, long creatorUserId, int status, int start, int end)
           
static Hits DLAppServiceUtil.search(long repositoryId, long creatorUserId, int status, int start, int end)
           
static Hits DLFileEntryLocalServiceUtil.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 Hits DLFileEntryLocalService.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 Hits DLFileEntryLocalServiceWrapper.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
static Hits DLFileEntryLocalServiceUtil.search(long groupId, long userId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLFileEntryLocalService.search(long groupId, long userId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLFileEntryLocalServiceWrapper.search(long groupId, long userId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLFileEntryService.search(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLFileEntryServiceWrapper.search(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
static Hits DLFileEntryServiceUtil.search(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLAppServiceWrapper.search(long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLAppService.search(long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
static Hits DLAppServiceUtil.search(long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLAppServiceWrapper.search(long repositoryId, SearchContext searchContext)
           
 Hits DLAppService.search(long repositoryId, SearchContext searchContext)
           
static Hits DLAppServiceUtil.search(long repositoryId, SearchContext searchContext)
           
 Hits DLAppServiceWrapper.search(long repositoryId, SearchContext searchContext, Query query)
           
 Hits DLAppService.search(long repositoryId, SearchContext searchContext, Query query)
           
static Hits DLAppServiceUtil.search(long repositoryId, SearchContext searchContext, Query query)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.http that return Hits
static Hits DLFileEntryServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, long creatorUserId, int status, int start, int end)
           
static Hits DLAppServiceHttp.search(HttpPrincipal httpPrincipal, long repositoryId, long creatorUserId, int status, int start, int end)
           
static Hits DLFileEntryServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
static Hits DLAppServiceHttp.search(HttpPrincipal httpPrincipal, long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
static Hits DLAppServiceHttp.search(HttpPrincipal httpPrincipal, long repositoryId, SearchContext searchContext)
           
static Hits DLAppServiceHttp.search(HttpPrincipal httpPrincipal, long repositoryId, SearchContext searchContext, Query query)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return Hits
 Hits DLAppServiceImpl.search(long repositoryId, long creatorUserId, int status, int start, int end)
           
 Hits DLFileEntryServiceImpl.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits DLFileEntryLocalServiceImpl.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 Hits DLFileEntryLocalServiceImpl.search(long groupId, long userId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLAppServiceImpl.search(long repositoryId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLFileEntryServiceImpl.search(long groupId, long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end)
           
 Hits DLAppServiceImpl.search(long repositoryId, SearchContext searchContext)
           
 Hits DLAppServiceImpl.search(long repositoryId, SearchContext searchContext, Query query)
           
 

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

Methods in com.liferay.portlet.documentlibrary.store that return Hits
 Hits DLStoreImpl.search(long companyId, long userId, String portletId, long groupId, long[] repositoryIds, String keywords, int start, int end)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util with parameters of type Hits
 List<Object> DL.getEntries(Hits hits)
           
static List<Object> DLUtil.getEntries(Hits hits)
           
 List<Object> DLImpl.getEntries(Hits hits)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.service that return Hits
static Hits DDLRecordLocalServiceUtil.search(SearchContext searchContext)
           
 Hits DDLRecordLocalService.search(SearchContext searchContext)
           
 Hits DDLRecordLocalServiceWrapper.search(SearchContext searchContext)
           
 

Uses of Hits in com.liferay.portlet.dynamicdatalists.service.impl
 

Methods in com.liferay.portlet.dynamicdatalists.service.impl that return Hits
 Hits DDLRecordLocalServiceImpl.search(SearchContext searchContext)
           
 

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

Methods in com.liferay.portlet.dynamicdatalists.util with parameters of type Hits
static List<DDLRecord> DDLUtil.getRecords(Hits hits)
           
 List<DDLRecord> DDL.getRecords(Hits hits)
           
 List<DDLRecord> DDLImpl.getRecords(Hits hits)
           
 

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

Methods in com.liferay.portlet.journal.service that return Hits
 Hits JournalArticleService.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits JournalArticleServiceWrapper.search(long groupId, long creatorUserId, int status, int start, int end)
           
static Hits JournalArticleServiceUtil.search(long groupId, long creatorUserId, int status, int start, int end)
           
 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 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 articleId, String title, String description, String content, String type, String 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 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, String type, String 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 groupId, long userId, long creatorUserId, int status, int start, int end)
           
static Hits JournalArticleLocalServiceUtil.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 Hits JournalArticleLocalServiceWrapper.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 

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

Methods in com.liferay.portlet.journal.service.http that return Hits
static Hits JournalArticleServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, long creatorUserId, int status, int start, int end)
           
 

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

Methods in com.liferay.portlet.journal.service.impl that return Hits
 Hits JournalArticleServiceImpl.search(long groupId, long creatorUserId, int status, int start, int end)
           
 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, String type, String 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 groupId, long userId, long creatorUserId, int status, int start, int end)
           
 

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

Methods in com.liferay.portlet.journal.util with parameters of type Hits
static Tuple JournalUtil.getArticles(Hits hits)
           
 

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

Methods in com.liferay.portlet.journalcontentsearch.util with parameters of type Hits
 void ContentHits.recordHits(Hits hits, long groupId, boolean privateLayout, int start, int end)
           
 

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

Methods in com.liferay.portlet.messageboards.service that return Hits
 Hits MBThreadService.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits MBThreadServiceWrapper.search(long groupId, long creatorUserId, int status, int start, int end)
           
static Hits MBThreadServiceUtil.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits MBThreadLocalServiceWrapper.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
static Hits MBThreadLocalServiceUtil.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 Hits MBThreadLocalService.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 Hits MBThreadService.search(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
 Hits MBThreadServiceWrapper.search(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
static Hits MBThreadServiceUtil.search(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
 Hits MBThreadLocalServiceWrapper.search(long groupId, long userId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
static Hits MBThreadLocalServiceUtil.search(long groupId, long userId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
 Hits MBThreadLocalService.search(long groupId, long userId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
 

Uses of Hits in com.liferay.portlet.messageboards.service.http
 

Methods in com.liferay.portlet.messageboards.service.http that return Hits
static Hits MBThreadServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, long creatorUserId, int status, int start, int end)
           
static Hits MBThreadServiceHttp.search(HttpPrincipal httpPrincipal, long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
 

Uses of Hits in com.liferay.portlet.messageboards.service.impl
 

Methods in com.liferay.portlet.messageboards.service.impl that return Hits
 Hits MBThreadServiceImpl.search(long groupId, long creatorUserId, int status, int start, int end)
           
 Hits MBThreadLocalServiceImpl.search(long groupId, long userId, long creatorUserId, int status, int start, int end)
           
 Hits MBThreadServiceImpl.search(long groupId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
 Hits MBThreadLocalServiceImpl.search(long groupId, long userId, long creatorUserId, long startDate, long endDate, int status, int start, int end)
           
 

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

Methods in com.liferay.portlet.messageboards.util with parameters of type Hits
static List<Object> MBUtil.getEntries(Hits hits)
           
 

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

Methods in com.liferay.portlet.trash.service that return Hits
 Hits TrashEntryLocalService.search(long companyId, long groupId, long userId, String keywords, int start, int end, Sort 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)
           
 

Uses of Hits in com.liferay.portlet.trash.service.impl
 

Methods in com.liferay.portlet.trash.service.impl that return Hits
 Hits TrashEntryLocalServiceImpl.search(long companyId, long groupId, long userId, String keywords, int start, int end, Sort sort)
           
 

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

Methods in com.liferay.portlet.trash.util with parameters of type Hits
static List<TrashEntry> TrashUtil.getEntries(Hits hits)
           
 List<TrashEntry> Trash.getEntries(Hits hits)
           
 List<TrashEntry> TrashImpl.getEntries(Hits hits)
           
 

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 UsersAdminImpl.getOrganizations(Hits hits)
           
 Tuple UsersAdmin.getUserGroups(Hits hits)
           
static Tuple UsersAdminUtil.getUserGroups(Hits hits)
           
 Tuple UsersAdminImpl.getUserGroups(Hits hits)
           
 Tuple UsersAdmin.getUsers(Hits hits)
           
static Tuple UsersAdminUtil.getUsers(Hits hits)
           
 Tuple UsersAdminImpl.getUsers(Hits hits)
           
 

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

Methods in com.liferay.portlet.wiki.util with parameters of type Hits
static List<Object> WikiUtil.getEntries(Hits hits)
           
 

Uses of Hits in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui with parameters of type Hits
 void SearchSpeedTag.setHits(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.2-ce-ga5