Uses of Class
org.bedework.calfacade.BwParticipant
Packages that use BwParticipant
Package
Description
-
Uses of BwParticipant in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwParticipantModifier and TypeMethodDescriptionParticipant.getBwParticipant()SchedulingOwner.getParticipant()Methods in org.bedework.calfacade with parameters of type BwParticipantModifier and TypeMethodDescriptionvoidBwEvent.addParticipant(BwParticipant val) booleanBwParticipant.changedBy(BwParticipant val) Only true if something changes the status of, or information about, the attendee.booleanBwParticipant.changedBy(BwParticipant val, boolean checkPartStat) Only true if something changes the status of, or information about, the attendee.intBwParticipant.compareTo(BwParticipant that) voidBwParticipant.copyTo(BwParticipant val) Copy this objects values into the parameter 1 *voidBwParticipant.copyToMerge(BwParticipant val) Copy this objects values into the parameter merging the participation roles 1 *booleanBwParticipant.differsFrom(BwParticipant val) booleanBwParticipant.equals(BwParticipant val) SchedulingInfo.makeParticipant(BwAttendee att, BwParticipant part) SchedulingInfo.newSchedulingOwner(BwOrganizer organizer, BwParticipant powner) Constructors in org.bedework.calfacade with parameters of type BwParticipantModifierConstructorDescriptionBwVote(BwParticipant parent, net.fortuna.ical4j.model.component.Vote vote) Constructor -
Uses of BwParticipant in org.bedework.calfacade.svc
Fields in org.bedework.calfacade.svc with type parameters of type BwParticipant -
Uses of BwParticipant in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers with parameters of type BwParticipant