Uses of Class
com.logicaldoc.gui.common.client.beans.GUIMenu
-
Packages that use GUIMenu Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.common.client.services com.logicaldoc.gui.frontend.client.security com.logicaldoc.gui.frontend.client.settings.gui com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUIMenu in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIMenu Modifier and Type Method Description GUIMenu[]
GUIUser. getCustomActions()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIMenu Modifier and Type Method Description void
GUIUser. setCustomActions(GUIMenu[] customActions)
void
GUIUser. updateCustomAction(GUIMenu action)
-
Uses of GUIMenu in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIMenu Modifier and Type Method Description GUIMenu
SecurityService. getMenu(long id, String locale)
Retrieves the specified menuGUIMenu[]
SecurityService. getMenus(long parentId, String locale, boolean enabledOnly)
Retrieves the accessible menus children of a given parentGUIMenu
SecurityService. saveMenu(GUIMenu menu, String locale)
Saves a menuMethods in com.logicaldoc.gui.common.client.services with parameters of type GUIMenu Modifier and Type Method Description void
SecurityService. applyRights(GUIMenu menu)
Applies all security settings to menuvoid
SecurityServiceAsync. applyRights(GUIMenu menu, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GUIMenu
SecurityService. saveMenu(GUIMenu menu, String locale)
Saves a menuvoid
SecurityServiceAsync. saveMenu(GUIMenu menu, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback)
void
SecurityService. saveMenus(GUIMenu[] menus, String locale)
Saves a set of menusvoid
SecurityServiceAsync. saveMenus(GUIMenu[] menus, String locale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Method parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUIMenu Modifier and Type Method Description void
SecurityServiceAsync. getMenu(long id, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback)
void
SecurityServiceAsync. saveMenu(GUIMenu menu, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback)
-
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.security
Methods in com.logicaldoc.gui.frontend.client.security with parameters of type GUIMenu Modifier and Type Method Description void
MenusPanel. showRights(GUIMenu menu)
Constructors in com.logicaldoc.gui.frontend.client.security with parameters of type GUIMenu Constructor Description MenuRightsPanel(GUIMenu menu, boolean withApplyButton)
-
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.settings.gui
Methods in com.logicaldoc.gui.frontend.client.settings.gui with parameters of type GUIMenu Modifier and Type Method Description void
CustomActionsPanel. update(GUIMenu action)
Constructors in com.logicaldoc.gui.frontend.client.settings.gui with parameters of type GUIMenu Constructor Description CustomActionEditor(GUIMenu action, CustomActionsPanel panel)
-
Uses of GUIMenu in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIMenu Modifier and Type Method Description GUIMenu
SecurityServiceImpl. getMenu(long menuId, String locale)
GUIMenu[]
SecurityServiceImpl. getMenus(long parentId, String locale, boolean enabledOnly)
GUIMenu
SecurityServiceImpl. saveMenu(GUIMenu guiMenu, String locale)
Methods in com.logicaldoc.web.service with parameters of type GUIMenu Modifier and Type Method Description void
SecurityServiceImpl. applyRights(GUIMenu menu)
GUIMenu
SecurityServiceImpl. saveMenu(GUIMenu guiMenu, String locale)
void
SecurityServiceImpl. saveMenus(GUIMenu[] menus, String locale)
-