Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.util
Class DLFileEntryIndexer

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseIndexer
      extended by com.liferay.portlet.documentlibrary.util.DLFileEntryIndexer
All Implemented Interfaces:
Indexer

public class DLFileEntryIndexer
extends BaseIndexer


Field Summary
static String[] CLASS_NAMES
           
static String PORTLET_ID
           
 
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
DLFileEntryIndexer()
           
 
Method Summary
protected  void addFileEntryTypeAttributes(Document document, DLFileVersion dlFileVersion)
           
 void addRelatedEntryFields(Document document, Object obj)
           
protected  void doDelete(Object obj)
           
protected  Document doGetDocument(Object obj)
           
protected  Summary doGetSummary(Document document, Locale locale, String snippet, PortletURL portletURL)
           
protected  void doReindex(Object obj)
           
protected  void doReindex(String[] ids)
           
protected  void doReindex(String className, long classPK)
           
protected  void doReindexDDMStructures(List<Long> ddmStructureIds)
           
protected  String extractDDMContent(DLFileVersion dlFileVersion, Locale locale)
           
 String[] getClassNames()
           
 String getPortletId()
           
protected  String getPortletId(SearchContext searchContext)
           
 boolean hasPermission(PermissionChecker permissionChecker, String entryClassName, long entryClassPK, String actionId)
           
 boolean isVisible(long classPK, int status)
           
 boolean isVisibleRelatedEntry(long classPK, int status)
           
 void postProcessContextQuery(BooleanQuery contextQuery, SearchContext searchContext)
           
 void postProcessSearchQuery(BooleanQuery searchQuery, SearchContext searchContext)
           
protected  void reindexFileEntries(long companyId, long groupId, long dataRepositoryId)
           
protected  void reindexFolders(long companyId)
           
protected  void reindexRoot(long companyId)
           
 
Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer
addAssetFields, addLocalizedSearchTerm, addRelatedClassNames, addSearchArrayQuery, addSearchAssetCategoryIds, addSearchAssetCategoryTitles, addSearchAssetTagNames, addSearchClassTypeIds, addSearchDDMStruture, addSearchEntryClassNames, addSearchExpando, addSearchFolderId, addSearchGroupId, addSearchKeywords, addSearchLayout, addSearchLocalizedTerm, addSearchTerm, addSearchUserId, addStagingGroupKeyword, addStatus, addTrashFields, createFullQuery, createLocalizedSummary, createLocalizedSummary, createSummary, createSummary, delete, delete, deleteDocument, deleteDocument, deleteDocument, deleteDocument, doGetSortField, doSearch, filterSearch, getBaseModelDocument, getBaseModelDocument, getClassName, getDocument, getFacetQuery, getFullQuery, getIndexerPostProcessors, getLocalizedCountryNames, getParentGroupId, getSearchEngineId, getSiteGroupId, getSnippetLocale, getSortField, getSortField, getSummary, isCommitImmediately, isFilterSearch, isIndexerEnabled, isPermissionAware, isStagingAware, isUseSearchResultPermissionFilter, isVisible, newDocument, populateAddresses, populateMap, postProcessFullQuery, processHits, registerIndexerPostProcessor, reindex, reindex, reindex, reindexDDMStructures, search, setCommitImmediately, setFilterSearch, setIndexerEnabled, setPermissionAware, setSortableTextFields, setStagingAware, unregisterIndexerPostProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAMES

public static final String[] CLASS_NAMES

PORTLET_ID

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

DLFileEntryIndexer

public DLFileEntryIndexer()
Method Detail

addRelatedEntryFields

public void addRelatedEntryFields(Document document,
                                  Object obj)
                           throws Exception
Specified by:
addRelatedEntryFields in interface Indexer
Overrides:
addRelatedEntryFields in class BaseIndexer
Throws:
Exception

getClassNames

public String[] getClassNames()

getPortletId

public String getPortletId()

hasPermission

public boolean hasPermission(PermissionChecker permissionChecker,
                             String entryClassName,
                             long entryClassPK,
                             String actionId)
                      throws Exception
Specified by:
hasPermission in interface Indexer
Overrides:
hasPermission in class BaseIndexer
Throws:
Exception

isVisible

public boolean isVisible(long classPK,
                         int status)
                  throws Exception
Specified by:
isVisible in interface Indexer
Overrides:
isVisible in class BaseIndexer
Throws:
Exception

isVisibleRelatedEntry

public boolean isVisibleRelatedEntry(long classPK,
                                     int status)
                              throws Exception
Specified by:
isVisibleRelatedEntry in interface Indexer
Overrides:
isVisibleRelatedEntry in class BaseIndexer
Throws:
Exception

postProcessContextQuery

public void postProcessContextQuery(BooleanQuery contextQuery,
                                    SearchContext searchContext)
                             throws Exception
Specified by:
postProcessContextQuery in interface Indexer
Overrides:
postProcessContextQuery in class BaseIndexer
Throws:
Exception

postProcessSearchQuery

public void postProcessSearchQuery(BooleanQuery searchQuery,
                                   SearchContext searchContext)
                            throws Exception
Specified by:
postProcessSearchQuery in interface Indexer
Overrides:
postProcessSearchQuery in class BaseIndexer
Throws:
Exception

addFileEntryTypeAttributes

protected void addFileEntryTypeAttributes(Document document,
                                          DLFileVersion dlFileVersion)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

doDelete

protected void doDelete(Object obj)
                 throws Exception
Specified by:
doDelete in class BaseIndexer
Throws:
Exception

doGetDocument

protected Document doGetDocument(Object obj)
                          throws Exception
Specified by:
doGetDocument in class BaseIndexer
Throws:
Exception

doGetSummary

protected Summary doGetSummary(Document document,
                               Locale locale,
                               String snippet,
                               PortletURL portletURL)
Specified by:
doGetSummary in class BaseIndexer

doReindex

protected void doReindex(Object obj)
                  throws Exception
Specified by:
doReindex in class BaseIndexer
Throws:
Exception

doReindex

protected void doReindex(String className,
                         long classPK)
                  throws Exception
Specified by:
doReindex in class BaseIndexer
Throws:
Exception

doReindex

protected void doReindex(String[] ids)
                  throws Exception
Specified by:
doReindex in class BaseIndexer
Throws:
Exception

doReindexDDMStructures

protected void doReindexDDMStructures(List<Long> ddmStructureIds)
                               throws Exception
Overrides:
doReindexDDMStructures in class BaseIndexer
Throws:
Exception

extractDDMContent

protected String extractDDMContent(DLFileVersion dlFileVersion,
                                   Locale locale)
                            throws Exception
Throws:
Exception

getPortletId

protected String getPortletId(SearchContext searchContext)
Specified by:
getPortletId in class BaseIndexer

reindexFileEntries

protected void reindexFileEntries(long companyId,
                                  long groupId,
                                  long dataRepositoryId)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

reindexFolders

protected void reindexFolders(long companyId)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

reindexRoot

protected void reindexRoot(long companyId)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5