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 MenuGroupMenu. 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 voidMenu. 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 voidMenu. setMenuGroups(Set<MenuGroup> mgroup)Constructors in com.logicaldoc.core.security with parameters of type MenuGroup Constructor Description MenuGroup(MenuGroup source)
-