Liferay 7.0-ce-b4

com.liferay.portal.kernel.search
Class SearchContextFactory

java.lang.Object
  extended by com.liferay.portal.kernel.search.SearchContextFactory

public class SearchContextFactory
extends Object


Constructor Summary
SearchContextFactory()
           
 
Method Summary
static SearchContext getInstance(javax.servlet.http.HttpServletRequest request)
           
static SearchContext getInstance(long[] assetCategoryIds, String[] assetTagNames, Map<String,Serializable> attributes, long companyId, String keywords, Layout layout, Locale locale, long scopeGroupId, TimeZone timeZone, long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchContextFactory

public SearchContextFactory()
Method Detail

getInstance

public static SearchContext getInstance(javax.servlet.http.HttpServletRequest request)

getInstance

public static SearchContext getInstance(long[] assetCategoryIds,
                                        String[] assetTagNames,
                                        Map<String,Serializable> attributes,
                                        long companyId,
                                        String keywords,
                                        Layout layout,
                                        Locale locale,
                                        long scopeGroupId,
                                        TimeZone timeZone,
                                        long userId)

Liferay 7.0-ce-b4