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