/**
* Writes the given facet configuration into the tab's configuration. No format validation is performed at this
* level.
*
* @param configurationTab The tab for which we configure facets
* @param searchFacet The facet to save
* @param preferences The portlet preferences
*
* @throws ReadOnlyException If the configuration is read only
* @throws ValidatorException If the configuration is invalid
* @throws IOException If the configuration fails to save
*/
public void saveSearchFacetConfig(FlashlightSearchConfigurationTab configurationTab, SearchFacet searchFacet, PortletPreferences preferences) throws ReadOnlyException, ValidatorException, IOException;
ConfigurationStorage.java 文件源码
java
阅读 15
收藏 0
点赞 0
评论 0
项目:flashlight-search
作者:
评论列表
文章目录