Uses of Class
org.bedework.calfacade.BwAttendee
Packages that use BwAttendee
Package
Description
-
Uses of BwAttendee in org.bedework.calfacade
Fields in org.bedework.calfacade with type parameters of type BwAttendeeMethods in org.bedework.calfacade that return BwAttendeeModifier and TypeMethodDescriptionBwEvent.findAttendee(String uri) Find an attendee entry for the given uri (calendar address).Methods in org.bedework.calfacade that return types with arguments of type BwAttendeeModifier and TypeMethodDescriptionBwAlarm.cloneAttendees()BwEvent.cloneAttendees()BwAlarm.copyAttendees()BwEvent.copyAttendees()BwAlarm.getAttendees()BwEvent.getAttendees()BwEventProxy.getAttendees()Methods in org.bedework.calfacade with parameters of type BwAttendeeModifier and TypeMethodDescriptionvoidBwAlarm.addAttendee(BwAttendee val) voidBwEvent.addAttendee(BwAttendee val) booleanBwAttendee.changedBy(BwAttendee val) Only true if something changes the status of, or information about, the attendee.booleanBwAttendee.changedBy(BwAttendee val, boolean checkPartStat) Only true if something changes the status of, or information about, the attendee.intBwAttendee.compareTo(BwAttendee that) voidBwAttendee.copyTo(BwAttendee val) Copy this objects values into the parameter 1 *booleanBwAttendee.differsFrom(BwAttendee val) booleanBwAlarm.removeAttendee(BwAttendee val) booleanBwEvent.removeAttendee(BwAttendee val) Method parameters in org.bedework.calfacade with type arguments of type BwAttendeeModifier and TypeMethodDescriptionstatic BwAlarmBwAlarm.emailAlarm(String owner, BwAlarm.TriggerVal trigger, String duration, int repeat, String attach, String description, String summary, Set<BwAttendee> attendees) Make an email alarmstatic BwEventBwEventObj.makeFreeBusyRequest(BwDateTime start, BwDateTime end, BwOrganizer organizer, String originator, Set<BwAttendee> attendees, Set<String> recipients) Make a persistable freebusy requestvoidBwAlarm.setAttendees(Set<BwAttendee> val) voidBwEvent.setAttendees(Set<BwAttendee> val) voidBwEventProxy.setAttendees(Set<BwAttendee> val) -
Uses of BwAttendee in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return types with arguments of type BwAttendeeModifier and TypeMethodDescriptionAttendeesEntity.cloneAttendees()Return a clone of the SetAttendeesEntity.copyAttendees()Return a copy of the SetAttendeesEntity.getAttendees()Get the attendeesMethods in org.bedework.calfacade.base with parameters of type BwAttendeeModifier and TypeMethodDescriptionvoidAttendeesEntity.addAttendee(BwAttendee val) booleanAttendeesEntity.removeAttendee(BwAttendee val) Method parameters in org.bedework.calfacade.base with type arguments of type BwAttendeeModifier and TypeMethodDescriptionvoidAttendeesEntity.setAttendees(Set<BwAttendee> val) Set the attendees Set -
Uses of BwAttendee in org.bedework.calfacade.svc
Fields in org.bedework.calfacade.svc with type parameters of type BwAttendee -
Uses of BwAttendee in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return BwAttendeeMethods in org.bedework.calfacade.wrappers that return types with arguments of type BwAttendeeModifier and TypeMethodDescriptionBwEventNewWrapper.cloneAttendees()BwEventNewWrapper.copyAttendees()BwEventNewWrapper.getAttendees()Methods in org.bedework.calfacade.wrappers with parameters of type BwAttendeeModifier and TypeMethodDescriptionvoidBwEventNewWrapper.addAttendee(BwAttendee val) booleanBwEventNewWrapper.removeAttendee(BwAttendee val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwAttendee