|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>
com.liferay.portlet.trash.util.TrashIndexer
public class TrashIndexer
| Field Summary | |
|---|---|
static String |
CLASS_NAME
|
| Fields inherited from interface com.liferay.portal.kernel.search.Indexer |
|---|
DEFAULT_INTERVAL |
| Constructor Summary | |
|---|---|
TrashIndexer()
|
|
| Method Summary | |
|---|---|
protected void |
doDelete(com.liferay.trash.kernel.model.TrashEntry trashEntry)
|
protected com.liferay.portal.kernel.search.Document |
doGetDocument(com.liferay.trash.kernel.model.TrashEntry trashEntry)
|
protected String |
doGetSortField(String orderByCol)
|
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(String[] ids)
|
protected void |
doReindex(String className,
long classPK)
|
protected void |
doReindex(com.liferay.trash.kernel.model.TrashEntry trashEntry)
|
String |
getClassName()
|
com.liferay.portal.kernel.search.BooleanQuery |
getFullQuery(com.liferay.portal.kernel.search.SearchContext searchContext)
|
boolean |
hasPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
String entryClassName,
long entryClassPK,
String actionId)
|
void |
postProcessSearchQuery(com.liferay.portal.kernel.search.BooleanQuery searchQuery,
com.liferay.portal.kernel.search.filter.BooleanFilter fullQueryBooleanFilter,
com.liferay.portal.kernel.search.SearchContext searchContext)
|
protected void |
processTrashHandlerExcludeQuery(com.liferay.portal.kernel.search.SearchContext searchContext,
com.liferay.portal.kernel.search.filter.BooleanFilter fullQueryBooleanFilter,
com.liferay.portal.kernel.trash.TrashHandler trashHandler)
Deprecated. As of 7.0.0, added strictly to support backwards compatibility of TrashHandler.getExcludeQuery(SearchContext) |
| 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, doPostProcessSearchQuery, doSearch, equals, getBaseModelDocument, getBaseModelDocument, getClassName, getClassNames, getDefaultSelectedFieldNames, getDefaultSelectedLocalizedFieldNames, getDocument, getExpandoFieldName, getFacetBooleanFilter, 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, postProcessContextBooleanFilter, postProcessContextQuery, postProcessFullQuery, 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 |
|---|
public static final String CLASS_NAME
| Constructor Detail |
|---|
public TrashIndexer()
| Method Detail |
|---|
public String getClassName()
public com.liferay.portal.kernel.search.BooleanQuery getFullQuery(com.liferay.portal.kernel.search.SearchContext searchContext)
throws com.liferay.portal.kernel.search.SearchException
getFullQuery in interface com.liferay.portal.kernel.search.Indexer<com.liferay.trash.kernel.model.TrashEntry>getFullQuery in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>com.liferay.portal.kernel.search.SearchException
public boolean hasPermission(com.liferay.portal.kernel.security.permission.PermissionChecker permissionChecker,
String entryClassName,
long entryClassPK,
String actionId)
throws Exception
hasPermission in interface com.liferay.portal.kernel.search.Indexer<com.liferay.trash.kernel.model.TrashEntry>hasPermission in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>Exception
public void postProcessSearchQuery(com.liferay.portal.kernel.search.BooleanQuery searchQuery,
com.liferay.portal.kernel.search.filter.BooleanFilter fullQueryBooleanFilter,
com.liferay.portal.kernel.search.SearchContext searchContext)
throws Exception
postProcessSearchQuery in interface com.liferay.portal.kernel.search.Indexer<com.liferay.trash.kernel.model.TrashEntry>postProcessSearchQuery in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>Exceptionprotected void doDelete(com.liferay.trash.kernel.model.TrashEntry trashEntry)
doDelete in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>protected com.liferay.portal.kernel.search.Document doGetDocument(com.liferay.trash.kernel.model.TrashEntry trashEntry)
doGetDocument in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>protected String doGetSortField(String orderByCol)
doGetSortField in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>
protected com.liferay.portal.kernel.search.Summary doGetSummary(com.liferay.portal.kernel.search.Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse)
doGetSummary in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>
protected void doReindex(String className,
long classPK)
doReindex in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>protected void doReindex(String[] ids)
doReindex in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>protected void doReindex(com.liferay.trash.kernel.model.TrashEntry trashEntry)
doReindex in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.trash.kernel.model.TrashEntry>
@Deprecated
protected void processTrashHandlerExcludeQuery(com.liferay.portal.kernel.search.SearchContext searchContext,
com.liferay.portal.kernel.search.filter.BooleanFilter fullQueryBooleanFilter,
com.liferay.portal.kernel.trash.TrashHandler trashHandler)
TrashHandler.getExcludeQuery(SearchContext)
|
Liferay 7.0-ce-b8 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||