Uses of Class
org.exoplatform.wiki.service.search.TemplateSearchResult
-
Packages that use TemplateSearchResult 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. -
-
Uses of TemplateSearchResult in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return types with arguments of type TemplateSearchResult Modifier and Type Method Description List<TemplateSearchResult>JPADataStorage. searchTemplate(TemplateSearchData templateSearchData) -
Uses of TemplateSearchResult in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return types with arguments of type TemplateSearchResult Modifier and Type Method Description List<TemplateSearchResult>DataStorage. searchTemplate(TemplateSearchData data)List<TemplateSearchResult>WikiService. searchTemplate(TemplateSearchData data)Searches in all templates. -
Uses of TemplateSearchResult in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return types with arguments of type TemplateSearchResult Modifier and Type Method Description List<TemplateSearchResult>WikiServiceImpl. searchTemplate(TemplateSearchData data)
-