org.exoplatform.calendar.service.impl
Class EventSearchConnector

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.commons.api.search.SearchServiceConnector
          extended by org.exoplatform.calendar.service.impl.CalendarSearchServiceConnector
              extended by org.exoplatform.calendar.service.impl.EventSearchConnector
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class EventSearchConnector
extends CalendarSearchServiceConnector

Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jan 22, 2013


Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
EventSearchConnector(org.exoplatform.container.xml.InitParams initParams)
           
 
Method Summary
 Collection<org.exoplatform.commons.api.search.data.SearchResult> search(org.exoplatform.commons.api.search.data.SearchContext context, String query, Collection<String> sites, int offset, int limit, String sort, String order)
           
 
Methods inherited from class org.exoplatform.calendar.service.impl.CalendarSearchServiceConnector
getUrl, searchData
 
Methods inherited from class org.exoplatform.commons.api.search.SearchServiceConnector
getDisplayName, getSearchType, setDisplayName, setSearchType
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventSearchConnector

public EventSearchConnector(org.exoplatform.container.xml.InitParams initParams)
Method Detail

search

public Collection<org.exoplatform.commons.api.search.data.SearchResult> search(org.exoplatform.commons.api.search.data.SearchContext context,
                                                                               String query,
                                                                               Collection<String> sites,
                                                                               int offset,
                                                                               int limit,
                                                                               String sort,
                                                                               String order)
Overrides:
search in class CalendarSearchServiceConnector


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.