Uses of Class
com.logicaldoc.gui.common.client.beans.GUIMenu
Packages that use GUIMenu
Package
Description
GWT services implementations.
-
Uses of GUIMenu in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return types with arguments of type GUIMenuMethods in com.logicaldoc.gui.common.client.beans with parameters of type GUIMenuMethod parameters in com.logicaldoc.gui.common.client.beans with type arguments of type GUIMenu -
Uses of GUIMenu in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUIMenuModifier and TypeMethodDescriptionRetrieves the specified menuSaves a menuMethods in com.logicaldoc.gui.common.client.services that return types with arguments of type GUIMenuModifier and TypeMethodDescriptionRetrieves the accessible menus children of a given parentMethods in com.logicaldoc.gui.common.client.services with parameters of type GUIMenuModifier 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) Method parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUIMenuModifier 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
Methods in com.logicaldoc.gui.frontend.client.security with parameters of type GUIMenuConstructors in com.logicaldoc.gui.frontend.client.security with parameters of type GUIMenu -
Uses of GUIMenu in com.logicaldoc.gui.frontend.client.settings.gui
Methods in com.logicaldoc.gui.frontend.client.settings.gui with parameters of type GUIMenuConstructors in com.logicaldoc.gui.frontend.client.settings.gui with parameters of type GUIMenu -
Uses of GUIMenu in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIMenuModifier and TypeMethodDescriptionMethods in com.logicaldoc.web.service that return types with arguments of type GUIMenuModifier and TypeMethodDescriptionMethods in com.logicaldoc.web.service with parameters of type GUIMenuModifier and TypeMethodDescriptionvoid
Method parameters in com.logicaldoc.web.service with type arguments of type GUIMenu