Uses of Class
org.bedework.bwcli.copiedCalFacade.BwPrincipal
-
Packages that use BwPrincipal Package Description org.bedework.bwcli.copiedCalFacade -
-
Uses of BwPrincipal in org.bedework.bwcli.copiedCalFacade
Subclasses of BwPrincipal in org.bedework.bwcli.copiedCalFacade Modifier and Type Class Description classBwAdminGroupAn object representing a calendar admin group.classBwGroupValue object to represent a calendar group.classBwUserValue object to represent a calendar user.Methods in org.bedework.bwcli.copiedCalFacade that return types with arguments of type BwPrincipal Modifier and Type Method Description Collection<BwPrincipal>BwGroup. getGroupMembers()Return the members of the group.Methods in org.bedework.bwcli.copiedCalFacade with parameters of type BwPrincipal Modifier and Type Method Description booleanBwGroup. addGroupMember(BwPrincipal mbr)Add a group member.intBwPrincipal. compare(BwPrincipal p1, BwPrincipal p2)intBwPrincipal. compareTo(BwPrincipal o)voidBwPrincipal. copyTo(BwPrincipal val)Copy this to valbooleanBwGroup. removeGroupMember(BwPrincipal mbr)Remove a group member.static voidBwPrincipal. toStringSegment(org.bedework.util.misc.ToString ts, String name, BwPrincipal val)Add a principal to the ToString objectMethod parameters in org.bedework.bwcli.copiedCalFacade with type arguments of type BwPrincipal Modifier and Type Method Description voidBwGroup. setGroupMembers(Collection<BwPrincipal> val)Set the members of the group.
-