org.alfresco.repo.search.impl.noindex
Class NoIndexCategoryServiceImpl

java.lang.Object
  extended by org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl
      extended by org.alfresco.repo.search.impl.noindex.NoIndexCategoryServiceImpl
All Implemented Interfaces:
CategoryService

public class NoIndexCategoryServiceImpl
extends LuceneCategoryServiceImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.search.CategoryService
CategoryService.Depth, CategoryService.Mode
 
Field Summary
 
Fields inherited from class org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl
dictionaryService, indexerAndSearcher, namespacePrefixResolver, nodeService, publicNodeService, tenantService
 
Constructor Summary
NoIndexCategoryServiceImpl()
           
 
Method Summary
 java.util.List getTopCategories(org.alfresco.service.cmr.repository.StoreRef storeRef, org.alfresco.service.namespace.QName aspectName, int count)
          Get the most polular categories
 
Methods inherited from class org.alfresco.repo.search.impl.lucene.LuceneCategoryServiceImpl
createCategory, createClassification, createRootCategory, deleteCategory, deleteClassification, getCategories, getCategory, getChildren, getClassificationAspects, getClassifications, getRootCategories, getRootCategories, setDictionaryService, setIndexerAndSearcher, setNamespacePrefixResolver, setNodeService, setPublicNodeService, setTenantService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoIndexCategoryServiceImpl

public NoIndexCategoryServiceImpl()
Method Detail

getTopCategories

public java.util.List getTopCategories(org.alfresco.service.cmr.repository.StoreRef storeRef,
                                       org.alfresco.service.namespace.QName aspectName,
                                       int count)
Description copied from interface: CategoryService
Get the most polular categories

Specified by:
getTopCategories in interface CategoryService
Overrides:
getTopCategories in class LuceneCategoryServiceImpl
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.