Liferay 7.0-ce-b4

com.liferay.portal.kernel.search.facet
Class AssetEntriesFacetFactory

java.lang.Object
  extended by com.liferay.portal.kernel.search.facet.AssetEntriesFacetFactory
All Implemented Interfaces:
FacetFactory

public class AssetEntriesFacetFactory
extends Object
implements FacetFactory


Constructor Summary
AssetEntriesFacetFactory()
           
 
Method Summary
 String getFacetClassName()
           
 Facet newInstance(SearchContext searchContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntriesFacetFactory

public AssetEntriesFacetFactory()
Method Detail

getFacetClassName

public String getFacetClassName()
Specified by:
getFacetClassName in interface FacetFactory

newInstance

public Facet newInstance(SearchContext searchContext)
Specified by:
newInstance in interface FacetFactory

Liferay 7.0-ce-b4