Interface SearchContextFactory


@ProviderType public interface SearchContextFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.search.SearchContext
    getSearchContext(long[] assetCategoryIds, String[] assetTagNames, long companyId, String keywords, com.liferay.portal.kernel.model.Layout layout, Locale locale, Map<String,String[]> parameters, long scopeGroupId, TimeZone timeZone, long userId)
     
  • Method Details

    • getSearchContext

      com.liferay.portal.kernel.search.SearchContext getSearchContext(long[] assetCategoryIds, String[] assetTagNames, long companyId, String keywords, com.liferay.portal.kernel.model.Layout layout, Locale locale, Map<String,String[]> parameters, long scopeGroupId, TimeZone timeZone, long userId)