/**
* Saves the application's global settings
*
* @param adtUuid The ADT's UUID
* @param doSearchOnStartup True to perform a search as soon as the portlet is displayed
* @param doSearchOnStartupKeywords The keywords to send to the search if a search is triggered on startup
* @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 saveGlobalSettings(String adtUuid, boolean doSearchOnStartup, String doSearchOnStartupKeywords, PortletPreferences preferences) throws ReadOnlyException, ValidatorException, IOException;
ConfigurationStorage.java 文件源码
java
阅读 14
收藏 0
点赞 0
评论 0
项目:flashlight-search
作者:
评论列表
文章目录