Liferay 6.0-ee

com.liferay.portlet.directory.util
Class DirectoryIndexer

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseIndexer
      extended by com.liferay.portlet.enterpriseadmin.util.UserIndexer
          extended by com.liferay.portlet.directory.util.DirectoryIndexer
All Implemented Interfaces:
Indexer

public class DirectoryIndexer
extends UserIndexer


Field Summary
static String PORTLET_ID
           
 
Fields inherited from class com.liferay.portlet.enterpriseadmin.util.UserIndexer
CLASS_NAMES
 
Fields inherited from class com.liferay.portal.kernel.search.BaseIndexer
INDEX_FILTER_SEARCH_LIMIT
 
Fields inherited from interface com.liferay.portal.kernel.search.Indexer
DEFAULT_INTERVAL
 
Constructor Summary
DirectoryIndexer()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.enterpriseadmin.util.UserIndexer
addContextQueryParams, doDelete, doGetDocument, doReindex, doReindex, doReindex, getAncestorOrganizationIds, getClassNames, getPortletId, getSummary, postProcessContextQuery, postProcessSearchQuery, reindexUsers, reindexUsers
 
Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer
addSearchAssetCategoryIds, addSearchAssetTagNames, addSearchCategoryIds, addSearchExpando, addSearchFolderIds, addSearchGroupId, addSearchKeywords, addSearchNodeIds, addSearchOwnerUserId, addSearchPortletIds, checkSearchCategoryId, checkSearchFolderId, checkSearchNodeId, createFullQuery, delete, filterSearch, getClassName, getDocument, getParentGroupId, hasPermission, isFilterSearch, postProcessFullQuery, reindex, reindex, reindex, search
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTLET_ID

public static final String PORTLET_ID
See Also:
Constant Field Values
Constructor Detail

DirectoryIndexer

public DirectoryIndexer()

Liferay 6.0-ee