Uses of Class
com.logicaldoc.gui.common.client.beans.GUISearchEngine
-
Packages that use GUISearchEngine Package Description com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service -
-
Uses of GUISearchEngine in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUISearchEngine Modifier and Type Method Description GUISearchEngine
SearchEngineService. getInfo()
Loads a search engine that contains all search engine details.Methods in com.logicaldoc.gui.frontend.client.services with parameters of type GUISearchEngine Modifier and Type Method Description void
SearchEngineService. save(GUISearchEngine searchEngine)
Saves search engine settingsvoid
SearchEngineServiceAsync. save(GUISearchEngine searchEngine, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUISearchEngine Modifier and Type Method Description void
SearchEngineServiceAsync. getInfo(com.google.gwt.user.client.rpc.AsyncCallback<GUISearchEngine> callback)
-
Uses of GUISearchEngine in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUISearchEngine Modifier and Type Method Description GUISearchEngine
SearchEngineServiceImpl. getInfo()
Methods in com.logicaldoc.web.service with parameters of type GUISearchEngine Modifier and Type Method Description void
SearchEngineServiceImpl. save(GUISearchEngine searchEngine)
-