Liferay 7.0-ce-b8 portal-test-internal

com.liferay.portal.search.test
Class TestIndexerRegistry

java.lang.Object
  extended by com.liferay.portal.search.test.TestIndexerRegistry
All Implemented Interfaces:
com.liferay.portal.kernel.search.IndexerRegistry

public class TestIndexerRegistry
extends Object
implements com.liferay.portal.kernel.search.IndexerRegistry


Constructor Summary
TestIndexerRegistry()
           
 
Method Summary
 void destroy()
           
<T> com.liferay.portal.kernel.search.Indexer<T>
getIndexer(Class<T> clazz)
           
<T> com.liferay.portal.kernel.search.Indexer<T>
getIndexer(String className)
           
 Set<com.liferay.portal.kernel.search.Indexer<?>> getIndexers()
           
<T> com.liferay.portal.kernel.search.Indexer<T>
nullSafeGetIndexer(Class<T> clazz)
           
<T> com.liferay.portal.kernel.search.Indexer<T>
nullSafeGetIndexer(String className)
           
 void register(com.liferay.portal.kernel.search.Indexer<?> indexer)
           
 void unregister(com.liferay.portal.kernel.search.Indexer<?> indexer)
           
 void unregister(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIndexerRegistry

public TestIndexerRegistry()
Method Detail

destroy

public void destroy()

getIndexer

public <T> com.liferay.portal.kernel.search.Indexer<T> getIndexer(Class<T> clazz)
Specified by:
getIndexer in interface com.liferay.portal.kernel.search.IndexerRegistry

getIndexer

public <T> com.liferay.portal.kernel.search.Indexer<T> getIndexer(String className)
Specified by:
getIndexer in interface com.liferay.portal.kernel.search.IndexerRegistry

getIndexers

public Set<com.liferay.portal.kernel.search.Indexer<?>> getIndexers()
Specified by:
getIndexers in interface com.liferay.portal.kernel.search.IndexerRegistry

nullSafeGetIndexer

public <T> com.liferay.portal.kernel.search.Indexer<T> nullSafeGetIndexer(Class<T> clazz)
Specified by:
nullSafeGetIndexer in interface com.liferay.portal.kernel.search.IndexerRegistry

nullSafeGetIndexer

public <T> com.liferay.portal.kernel.search.Indexer<T> nullSafeGetIndexer(String className)
Specified by:
nullSafeGetIndexer in interface com.liferay.portal.kernel.search.IndexerRegistry

register

public void register(com.liferay.portal.kernel.search.Indexer<?> indexer)
Specified by:
register in interface com.liferay.portal.kernel.search.IndexerRegistry

unregister

public void unregister(com.liferay.portal.kernel.search.Indexer<?> indexer)
Specified by:
unregister in interface com.liferay.portal.kernel.search.IndexerRegistry

unregister

public void unregister(String className)
Specified by:
unregister in interface com.liferay.portal.kernel.search.IndexerRegistry

Liferay 7.0-ce-b8 portal-test-internal