Uses of Class
org.exoplatform.wiki.service.search.WikiSearchData
-
Packages that use WikiSearchData Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.utils -
-
Uses of WikiSearchData in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa with parameters of type WikiSearchData Modifier and Type Method Description org.exoplatform.commons.utils.PageList<SearchResult>JPADataStorage. search(WikiSearchData wikiSearchData) -
Uses of WikiSearchData in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service with parameters of type WikiSearchData Modifier and Type Method Description org.exoplatform.commons.utils.PageList<SearchResult>DataStorage. search(WikiSearchData data)org.exoplatform.commons.utils.PageList<SearchResult>WikiService. search(WikiSearchData data)Searches in all wiki pages. -
Uses of WikiSearchData in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl with parameters of type WikiSearchData Modifier and Type Method Description org.exoplatform.commons.utils.PageList<SearchResult>WikiServiceImpl. search(WikiSearchData data) -
Uses of WikiSearchData in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type WikiSearchData Modifier and Type Method Description static longUtils. countSearchResult(WikiSearchData data)
-