public class CalendarSearchService extends Object
| Constructor and Description |
|---|
CalendarSearchService() |
| Modifier and Type | Method and Description |
|---|---|
static CalendarSearchService |
getInstance()
Get the HelpdeskSearchService instance
|
List<Event> |
getSearchResults(String[] arrayAgendaIds,
String[] arrayCategory,
String strQuery,
Date dateBegin,
Date dateEnd,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return search results
|
public static CalendarSearchService getInstance()
CalendarSearchServicepublic List<Event> getSearchResults(String[] arrayAgendaIds, String[] arrayCategory, String strQuery, Date dateBegin, Date dateEnd, fr.paris.lutece.portal.service.plugin.Plugin plugin)
arrayAgendaIds - The calendar idsarrayCategory - the category idsstrQuery - The search querydateBegin - The date begindateEnd - The date endplugin - The pluginCopyright © 2018 City of Paris. All rights reserved.