Uses of Class
org.bedework.calfacade.BwGroup
Packages that use BwGroup
Package
Description
-
Uses of BwGroup in org.bedework.calfacade
Classes in org.bedework.calfacade with type parameters of type BwGroupModifier and TypeClassDescriptionclassValue object to represent a calendar group.Fields in org.bedework.calfacade with type parameters of type BwGroupMethods in org.bedework.calfacade that return BwGroupModifier and TypeMethodDescriptionBwGroupEntry.getGrp()Get the groupBwGroup<?>BwGroup.shallowClone()Methods in org.bedework.calfacade that return types with arguments of type BwGroupModifier and TypeMethodDescriptionCollection<BwGroup<?>>BwPrincipal.getGroups()Get the groups of which principal is a member.Methods in org.bedework.calfacade with parameters of type BwGroupModifier and TypeMethodDescriptionvoidvoidCopy this to valvoidSet the groupvoidBwGroup.shallowCopyTo(BwGroup<?> val) Copy this to val without membersMethod parameters in org.bedework.calfacade with type arguments of type BwGroupModifier and TypeMethodDescriptionvoidBwPrincipal.setGroups(Collection<BwGroup<?>> val) Set of groups of which principal is a member. -
Uses of BwGroup in org.bedework.calfacade.ifs
Methods in org.bedework.calfacade.ifs that return BwGroupModifier and TypeMethodDescriptionabstract BwGroup<?>Find a group given its account nameBwGroup<?>Find a group given its nameMethods in org.bedework.calfacade.ifs that return types with arguments of type BwGroupModifier and TypeMethodDescriptionabstract Collection<BwGroup<?>>Directories.CallBack.findGroupParents(BwGroup<?> group, boolean admin) Collection<BwGroup<?>>Directories.findGroupParents(BwGroup<?> group) abstract Collection<BwGroup<?>>Directories.CallBack.getAll(boolean admin) Return all groups to which this user has some access.Collection<BwGroup<?>>Directories.getAll(boolean populate) Return all groups to which this user has some access.Collection<BwGroup<?>>Directories.getAllGroups(BwPrincipal<?> val) Return all groups of which the given principal is a member.abstract Collection<BwGroup<?>>Directories.CallBack.getGroups(BwPrincipal<?> val, boolean admin) Return all groups of which the given principal is a member.Collection<BwGroup<?>>Directories.getGroups(BwPrincipal<?> val) Return all groups of which the given principal is a member.Methods in org.bedework.calfacade.ifs with parameters of type BwGroupModifier and TypeMethodDescriptionvoidAdd a groupvoidDirectories.addMember(BwGroup<?> group, BwPrincipal<?> val) Add a principal to a groupabstract voidDirectories.CallBack.addMember(BwGroup<?> group, BwPrincipal<?> val, boolean admin) Add a member to a groupabstract Collection<BwGroup<?>>Directories.CallBack.findGroupParents(BwGroup<?> group, boolean admin) Collection<BwGroup<?>>Directories.findGroupParents(BwGroup<?> group) abstract Collection<BwPrincipal<?>>Directories.CallBack.getMembers(BwGroup<?> group, boolean admin) Get the direct members of the given group.voidDirectories.getMembers(BwGroup<?> group) Populate the group with a (possibly empty) Collection of members.abstract voidDirectories.CallBack.removeGroup(BwGroup<?> group, boolean admin) Delete a groupvoidDirectories.removeGroup(BwGroup<?> group) Delete a groupabstract voidDirectories.CallBack.removeMember(BwGroup<?> group, BwPrincipal<?> val, boolean admin) Remove a member from a groupvoidDirectories.removeMember(BwGroup<?> group, BwPrincipal<?> val) Remove a member from a groupabstract voidDirectories.CallBack.updateGroup(BwGroup<?> group, boolean admin) voidDirectories.updateGroup(BwGroup<?> group) update a group. -
Uses of BwGroup in org.bedework.calfacade.indexing
Methods in org.bedework.calfacade.indexing that return types with arguments of type BwGroupModifier and TypeMethodDescriptionorg.bedework.util.misc.response.GetEntitiesResponse<BwGroup<?>>BwIndexer.fetchGroups(boolean admin) Fetch all groups.org.bedework.util.misc.response.GetEntitiesResponse<BwGroup<?>>BwIndexer.fetchGroups(boolean admin, String memberHref) Fetch all groups of which href is a member. -
Uses of BwGroup in org.bedework.calfacade.responses
Methods in org.bedework.calfacade.responses that return types with arguments of type BwGroupMethod parameters in org.bedework.calfacade.responses with type arguments of type BwGroup -
Uses of BwGroup in org.bedework.calfacade.svc
Subclasses of BwGroup in org.bedework.calfacade.svcModifier and TypeClassDescriptionclassAn object representing a calendar admin group.