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 voidGUIUser. setCustomActions(GUIMenu[] customActions)voidGUIUser. 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 GUIMenuSecurityService. 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 parentGUIMenuSecurityService. 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 voidSecurityService. applyRights(GUIMenu menu)Applies all security settings to menuvoidSecurityServiceAsync. applyRights(GUIMenu menu, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)GUIMenuSecurityService. saveMenu(GUIMenu menu, String locale)Saves a menuvoidSecurityServiceAsync. saveMenu(GUIMenu menu, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback)voidSecurityService. saveMenus(GUIMenu[] menus, String locale)Saves a set of menusvoidSecurityServiceAsync. 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 voidSecurityServiceAsync. getMenu(long id, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback)voidSecurityServiceAsync. 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 voidMenusPanel. 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 voidCustomActionsPanel. 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 GUIMenuSecurityServiceImpl. getMenu(long menuId, String locale)GUIMenu[]SecurityServiceImpl. getMenus(long parentId, String locale, boolean enabledOnly)GUIMenuSecurityServiceImpl. saveMenu(GUIMenu guiMenu, String locale)Methods in com.logicaldoc.web.service with parameters of type GUIMenu Modifier and Type Method Description voidSecurityServiceImpl. applyRights(GUIMenu menu)GUIMenuSecurityServiceImpl. saveMenu(GUIMenu guiMenu, String locale)voidSecurityServiceImpl. saveMenus(GUIMenu[] menus, String locale)
-