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 GUIMenu
SecurityService. getMenu(long id)
Retrieves the specified 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)
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, 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)
-
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)
Methods in com.logicaldoc.web.service with parameters of type GUIMenu Modifier and Type Method Description void
SecurityServiceImpl. applyRights(GUIMenu menu)
-