|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.exoplatform.services.wcm.search.SiteSearchServiceImpl
public class SiteSearchServiceImpl
Created by The eXo Platform SAS Author : Hoa Pham hoa.pham@exoplatform.com Oct 8, 2008
| Constructor Summary | |
|---|---|
SiteSearchServiceImpl(LivePortalManagerService portalManagerService,
TemplateService templateService,
WCMConfigurationService configurationService,
org.exoplatform.services.jcr.RepositoryService repositoryService,
org.exoplatform.container.xml.InitParams initParams)
Instantiates a new site search service impl. |
|
| Method Summary | |
|---|---|
void |
addExcludeIncludeDataTypePlugin(ExcludeIncludeDataTypePlugin plugin)
Adds the exclude include data type plugin. |
WCMPaginatedQueryResult |
searchSiteContents(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
QueryCriteria queryCriteria,
int pageSize,
boolean isSearchContent)
Search site contents. Fill all child nodes of portal which have node type is document, nt:resource or nt:file and check content of them. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SiteSearchServiceImpl(LivePortalManagerService portalManagerService,
TemplateService templateService,
WCMConfigurationService configurationService,
org.exoplatform.services.jcr.RepositoryService repositoryService,
org.exoplatform.container.xml.InitParams initParams)
throws java.lang.Exception
portalManagerService - the portal manager servicetemplateService - the template serviceconfigurationService - the configuration servicerepositoryService - the repository serviceinitParams - the init params
java.lang.Exception - the exception| Method Detail |
|---|
public void addExcludeIncludeDataTypePlugin(ExcludeIncludeDataTypePlugin plugin)
SiteSearchService
addExcludeIncludeDataTypePlugin in interface SiteSearchServiceplugin - the plugin
public WCMPaginatedQueryResult searchSiteContents(org.exoplatform.services.jcr.ext.common.SessionProvider sessionProvider,
QueryCriteria queryCriteria,
int pageSize,
boolean isSearchContent)
throws java.lang.Exception
SiteSearchServiceTrue or False
searchSiteContents in interface SiteSearchServicesessionProvider - the session providerqueryCriteria - the query criteriapageSize - the page size
java.lang.Exception - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||