Liferay 7.0-ga1 portal-impl

com.liferay.portlet.documentlibrary.util
Class DLFileEntryMetadataIndexer

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseIndexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
      extended by com.liferay.portlet.documentlibrary.util.DLFileEntryMetadataIndexer
All Implemented Interfaces:
com.liferay.portal.kernel.search.DDMStructureIndexer, com.liferay.portal.kernel.search.Indexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>

public class DLFileEntryMetadataIndexer
extends com.liferay.portal.kernel.search.BaseIndexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
implements com.liferay.portal.kernel.search.DDMStructureIndexer


Field Summary
static String CLASS_NAME
           
 
Fields inherited from interface com.liferay.portal.kernel.search.Indexer
DEFAULT_INTERVAL
 
Constructor Summary
DLFileEntryMetadataIndexer()
           
 
Method Summary
protected  void doDelete(com.liferay.document.library.kernel.model.DLFileEntryMetadata object)
           
protected  com.liferay.portal.kernel.search.Document doGetDocument(com.liferay.document.library.kernel.model.DLFileEntryMetadata object)
           
protected  com.liferay.portal.kernel.search.Summary doGetSummary(com.liferay.portal.kernel.search.Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
           
protected  void doReindex(com.liferay.document.library.kernel.model.DLFileEntryMetadata object)
           
protected  void doReindex(String[] ids)
           
protected  void doReindex(String className, long classPK)
           
 String getClassName()
           
 void reindexDDMStructures(List<Long> ddmStructureIds)
           
 
Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer
addAssetFields, addDefaultHighlightFieldNames, addDefaultSelectedFieldNames, addFacetClause, addFacetSelectedFieldNames, addSearchAssetCategoryIds, addSearchAssetCategoryTitles, addSearchAssetTagNames, addSearchClassTypeIds, addSearchEntryClassNames, addSearchExpando, addSearchFolderId, addSearchGroupId, addSearchKeywords, addSearchLayout, addSearchLocalizedTerm, addSearchTerm, addSearchUserId, addSelectedLocalizedFieldNames, addStagingGroupKeyword, addStatus, addTrashFields, createFullQuery, createSummary, createSummary, delete, delete, deleteDocument, deleteDocument, deleteDocument, deleteDocument, doGetSortField, doPostProcessSearchQuery, doSearch, equals, getBaseModelDocument, getBaseModelDocument, getClassName, getClassNames, getDefaultSelectedFieldNames, getDefaultSelectedLocalizedFieldNames, getDocument, getExpandoFieldName, getFacetBooleanFilter, getFullQuery, getIndexerPostProcessors, getLocale, getLocalizedCountryNames, getPortletId, getPortletId, getSearchClassNames, getSearchEngineId, getSiteGroup, getSiteGroupId, getSnippetLocale, getSortField, getSortField, getSummary, getSummary, hashCode, hasPermission, isCommitImmediately, isFilterSearch, isIndexerEnabled, isPermissionAware, isSelectAllLocales, isStagingAware, isStagingGroup, isUseSearchResultPermissionFilter, isVisible, isVisible, isVisibleRelatedEntry, newDocument, populateAddresses, populateMap, postProcessContextBooleanFilter, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, postProcessSearchQuery, processHits, registerIndexerPostProcessor, reindex, reindex, reindex, reindex, resetFullQuery, search, search, searchCount, setCommitImmediately, setDefaultSelectedFieldNames, setDefaultSelectedLocalizedFieldNames, setFilterSearch, setIndexerEnabled, setPermissionAware, setSelectAllLocales, setStagingAware, unregisterIndexerPostProcessor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final String CLASS_NAME
Constructor Detail

DLFileEntryMetadataIndexer

public DLFileEntryMetadataIndexer()
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in interface com.liferay.portal.kernel.search.Indexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>

reindexDDMStructures

public void reindexDDMStructures(List<Long> ddmStructureIds)
                          throws com.liferay.portal.kernel.search.SearchException
Specified by:
reindexDDMStructures in interface com.liferay.portal.kernel.search.DDMStructureIndexer
Throws:
com.liferay.portal.kernel.search.SearchException

doDelete

protected void doDelete(com.liferay.document.library.kernel.model.DLFileEntryMetadata object)
                 throws Exception
Specified by:
doDelete in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
Throws:
Exception

doGetDocument

protected com.liferay.portal.kernel.search.Document doGetDocument(com.liferay.document.library.kernel.model.DLFileEntryMetadata object)
                                                           throws Exception
Specified by:
doGetDocument in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
Throws:
Exception

doGetSummary

protected com.liferay.portal.kernel.search.Summary doGetSummary(com.liferay.portal.kernel.search.Document document,
                                                                Locale locale,
                                                                String snippet,
                                                                PortletRequest portletRequest,
                                                                PortletResponse portletResponse)
                                                         throws Exception
Specified by:
doGetSummary in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
Throws:
Exception

doReindex

protected void doReindex(com.liferay.document.library.kernel.model.DLFileEntryMetadata object)
                  throws Exception
Specified by:
doReindex in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
Throws:
Exception

doReindex

protected void doReindex(String className,
                         long classPK)
                  throws Exception
Specified by:
doReindex in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
Throws:
Exception

doReindex

protected void doReindex(String[] ids)
                  throws Exception
Specified by:
doReindex in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.document.library.kernel.model.DLFileEntryMetadata>
Throws:
Exception

Liferay 7.0-ga1 portal-impl