public class JournalFolderIndexer extends com.liferay.portal.kernel.search.BaseIndexer<JournalFolder> implements com.liferay.portal.kernel.search.FolderIndexer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME |
Constructor and Description |
---|
JournalFolderIndexer() |
Modifier and Type | Method and Description |
---|---|
protected void |
doDelete(JournalFolder journalFolder) |
protected com.liferay.portal.kernel.search.Document |
doGetDocument(JournalFolder journalFolder) |
protected com.liferay.portal.kernel.search.Summary |
doGetSummary(com.liferay.portal.kernel.search.Document document,
java.util.Locale locale,
java.lang.String snippet,
javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse) |
protected void |
doReindex(JournalFolder journalFolder) |
protected void |
doReindex(java.lang.String[] ids) |
protected void |
doReindex(java.lang.String className,
long classPK) |
java.lang.String |
getClassName() |
java.lang.String[] |
getFolderClassNames() |
boolean |
hasPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
java.lang.String entryClassName,
long entryClassPK,
java.lang.String actionId) |
void |
postProcessContextBooleanFilter(com.liferay.portal.kernel.search.filter.BooleanFilter contextBooleanFilter,
com.liferay.portal.kernel.search.SearchContext searchContext) |
protected void |
reindexFolders(long companyId) |
protected void |
setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService) |
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, isCommitImmediately, isFilterSearch, isIndexerEnabled, isPermissionAware, isSelectAllLocales, isStagingAware, isStagingGroup, isUseSearchResultPermissionFilter, isVisible, isVisible, isVisibleRelatedEntry, newDocument, populateAddresses, populateMap, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, postProcessSearchQuery, processHits, registerIndexerPostProcessor, reindex, reindex, reindex, reindex, resetFullQuery, search, search, searchCount, setCommitImmediately, setDefaultSelectedFieldNames, setDefaultSelectedLocalizedFieldNames, setFilterSearch, setIndexerEnabled, setPermissionAware, setSelectAllLocales, setStagingAware, unregisterIndexerPostProcessor
public java.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.search.Indexer<JournalFolder>
public java.lang.String[] getFolderClassNames()
getFolderClassNames
in interface com.liferay.portal.kernel.search.FolderIndexer
public boolean hasPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker, java.lang.String entryClassName, long entryClassPK, java.lang.String actionId) throws java.lang.Exception
hasPermission
in interface com.liferay.portal.kernel.search.Indexer<JournalFolder>
hasPermission
in class com.liferay.portal.kernel.search.BaseIndexer<JournalFolder>
java.lang.Exception
public void postProcessContextBooleanFilter(com.liferay.portal.kernel.search.filter.BooleanFilter contextBooleanFilter, com.liferay.portal.kernel.search.SearchContext searchContext) throws java.lang.Exception
postProcessContextBooleanFilter
in interface com.liferay.portal.kernel.search.Indexer<JournalFolder>
postProcessContextBooleanFilter
in class com.liferay.portal.kernel.search.BaseIndexer<JournalFolder>
java.lang.Exception
protected void doDelete(JournalFolder journalFolder) throws java.lang.Exception
doDelete
in class com.liferay.portal.kernel.search.BaseIndexer<JournalFolder>
java.lang.Exception
protected com.liferay.portal.kernel.search.Document doGetDocument(JournalFolder journalFolder) throws java.lang.Exception
doGetDocument
in class com.liferay.portal.kernel.search.BaseIndexer<JournalFolder>
java.lang.Exception
protected com.liferay.portal.kernel.search.Summary doGetSummary(com.liferay.portal.kernel.search.Document document, java.util.Locale locale, java.lang.String snippet, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
doGetSummary
in class com.liferay.portal.kernel.search.BaseIndexer<JournalFolder>
protected void doReindex(JournalFolder journalFolder) throws java.lang.Exception
doReindex
in class com.liferay.portal.kernel.search.BaseIndexer<JournalFolder>
java.lang.Exception
protected void doReindex(java.lang.String className, long classPK) throws java.lang.Exception
doReindex
in class com.liferay.portal.kernel.search.BaseIndexer<JournalFolder>
java.lang.Exception
protected void doReindex(java.lang.String[] ids) throws java.lang.Exception
doReindex
in class com.liferay.portal.kernel.search.BaseIndexer<JournalFolder>
java.lang.Exception
protected void reindexFolders(long companyId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
protected void setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService)