Uses of Class
com.logicaldoc.gui.common.client.beans.GUIInfo
-
Packages that use GUIInfo Package Description com.logicaldoc.gui.common.client com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.common.client.i18n com.logicaldoc.gui.common.client.services com.logicaldoc.gui.common.client.util com.logicaldoc.gui.login.client com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUIInfo in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client that return GUIInfo Modifier and Type Method Description GUIInfoSession. getInfo()Methods in com.logicaldoc.gui.common.client with parameters of type GUIInfo Modifier and Type Method Description static voidFeature. init(GUIInfo info)static voidCookiesManager. saveRelease(GUIInfo info)Stores the release information in the browservoidSession. setInfo(GUIInfo info) -
Uses of GUIInfo in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIInfo Modifier and Type Method Description GUIInfoGUISession. getInfo()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIInfo Modifier and Type Method Description voidGUISession. setInfo(GUIInfo info) -
Uses of GUIInfo in com.logicaldoc.gui.common.client.i18n
Methods in com.logicaldoc.gui.common.client.i18n with parameters of type GUIInfo Modifier and Type Method Description static voidI18N. init(GUIInfo info) -
Uses of GUIInfo in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIInfo Modifier and Type Method Description GUIInfoInfoService. getInfo(String locale, String tenant, boolean login)Retrieves the system informationsMethods in com.logicaldoc.gui.common.client.services with parameters of type GUIInfo Modifier and Type Method Description GUIUserSecurityService. saveUser(GUIUser user, GUIInfo info)Creates or updates a uservoidSecurityServiceAsync. saveUser(GUIUser user, GUIInfo info, com.google.gwt.user.client.rpc.AsyncCallback<GUIUser> callback)Method parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUIInfo Modifier and Type Method Description voidInfoServiceAsync. getInfo(String locale, String tenant, boolean login, com.google.gwt.user.client.rpc.AsyncCallback<GUIInfo> callback) -
Uses of GUIInfo in com.logicaldoc.gui.common.client.util
Methods in com.logicaldoc.gui.common.client.util with parameters of type GUIInfo Modifier and Type Method Description static com.smartgwt.client.widgets.ImgItemFactory. newBrandImg(String name, GUIInfo info)static voidWindowUtils. setFavicon(GUIInfo info)static voidWindowUtils. setTitle(GUIInfo info, String prefix)static voidUtil. setupDensity(GUIInfo info) -
Uses of GUIInfo in com.logicaldoc.gui.login.client
Constructors in com.logicaldoc.gui.login.client with parameters of type GUIInfo Constructor Description LoginPanel(GUIInfo info)MobileLoginPanel(GUIInfo info) -
Uses of GUIInfo in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIInfo Modifier and Type Method Description static GUIInfoInfoServiceImpl. getInfo(String tenantName)Retrieves the informations but not localization issues like messages and installed languagesGUIInfoInfoServiceImpl. getInfo(String locale, String tenantName, boolean login)Methods in com.logicaldoc.web.service with parameters of type GUIInfo Modifier and Type Method Description GUIUserSecurityServiceImpl. saveUser(GUIUser guiUser, GUIInfo info)
-