Uses of Class
com.logicaldoc.gui.common.client.beans.GUIInfo
-
-
Uses of GUIInfo in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client that return GUIInfo Modifier and Type Method Description GUIInfo
Session. getInfo()
Methods in com.logicaldoc.gui.common.client with parameters of type GUIInfo Modifier and Type Method Description static void
Feature. init(GUIInfo info)
static void
CookiesManager. saveRelease(GUIInfo info)
Stores the release information in the browservoid
Session. 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 GUIInfo
GUISession. getInfo()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIInfo Modifier and Type Method Description void
GUISession. 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 void
I18N. 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 GUIInfo
InfoService. 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 GUIUser
SecurityService. saveUser(GUIUser user, GUIInfo info)
Creates or updates a uservoid
SecurityServiceAsync. 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 void
InfoServiceAsync. 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.Img
ItemFactory. newBrandImg(String name, GUIInfo info)
static void
WindowUtils. setFavicon(GUIInfo info)
static void
WindowUtils. setTitle(GUIInfo info, String prefix)
static void
Util. 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 GUIInfo
InfoServiceImpl. getInfo(String tenantName)
Retrieves the informations but not localization issues like messages and installed languagesGUIInfo
InfoServiceImpl. getInfo(String locale, String tenantName, boolean login)
Methods in com.logicaldoc.web.service with parameters of type GUIInfo Modifier and Type Method Description GUIUser
SecurityServiceImpl. saveUser(GUIUser user, GUIInfo info)
-