Uses of Class
com.logicaldoc.gui.common.client.beans.GUIMenu
Package
Description
GWT services implementations.
-
Uses of GUIMenu in com.logicaldoc.gui.common.client.beans
-
Uses of GUIMenu in com.logicaldoc.gui.common.client.services
Modifier and TypeMethodDescriptionRetrieves the specified menuSaves a menuModifier and TypeMethodDescriptionRetrieves the accessible menus children of a given parentModifier and TypeMethodDescriptionvoid
Applies all security settings to menuvoid
SecurityServiceAsync.saveACL
(GUIMenu menu, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Saves a menuvoid
SecurityServiceAsync.saveMenu
(GUIMenu menu, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback) Modifier and TypeMethodDescriptionvoid
SecurityServiceAsync.getMenu
(long id, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback) void
SecurityServiceAsync.getMenus
(long parentId, String locale, boolean enabledOnly, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIMenu>> callback) void
SecurityServiceAsync.saveMenu
(GUIMenu menu, String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUIMenu> callback) void
Saves a set of menusvoid
SecurityServiceAsync.saveMenus
(List<GUIMenu> menus, String locale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) -
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.security
-
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.settings.gui
-
Uses of GUIMenu in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid