Uses of Class
com.logicaldoc.core.security.MenuGroup
-
Packages that use MenuGroup Package Description com.logicaldoc.core.security -
-
Uses of MenuGroup in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return MenuGroup Modifier and Type Method Description MenuGroup
MenuGroup. clone()
MenuGroup
Menu. getMenuGroup(long groupId)
Methods in com.logicaldoc.core.security that return types with arguments of type MenuGroup Modifier and Type Method Description Set<MenuGroup>
Menu. getMenuGroups()
Methods in com.logicaldoc.core.security with parameters of type MenuGroup Modifier and Type Method Description void
Menu. addMenuGroup(MenuGroup mg)
Adds a new element, substituting a previous one with the same groupId.Method parameters in com.logicaldoc.core.security with type arguments of type MenuGroup Modifier and Type Method Description void
Menu. setMenuGroups(Set<MenuGroup> mgroup)
-