Uses of Class
com.logicaldoc.gui.common.client.beans.GUIMenu
-
Packages that use GUIMenu Package Description com.logicaldoc.gui.common.client.services com.logicaldoc.gui.frontend.client.security com.logicaldoc.web.service -
-
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)Retrieves the specified 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)Method parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUIMenu Modifier and Type Method Description voidSecurityServiceAsync. getMenu(long id, 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) -
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)Methods in com.logicaldoc.web.service with parameters of type GUIMenu Modifier and Type Method Description voidSecurityServiceImpl. applyRights(GUIMenu menu)
-