Uses of Class
org.bedework.calfacade.BwAlarm
Packages that use BwAlarm
Package
Description
-
Uses of BwAlarm in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwAlarmModifier and TypeMethodDescriptionstatic BwAlarmBwAlarm.audioAlarm(String owner, BwAlarm.TriggerVal trigger, String duration, int repeat, String attach) Make an audio alarmstatic BwAlarmBwAlarm.displayAlarm(String owner, BwAlarm.TriggerVal trigger, String duration, int repeat, String description) Make a display alarmstatic BwAlarmBwAlarm.emailAlarm(String owner, BwAlarm.TriggerVal trigger, String duration, int repeat, String attach, String description, String summary, Set<BwAttendee> attendees) Make an email alarmstatic BwAlarmBwAlarm.noneAlarm(String owner, BwAlarm.TriggerVal trigger, String duration, int repeat, String description) Make a "ACTION:NONE" alarmstatic BwAlarmBwAlarm.otherAlarm(String owner, String action, BwAlarm.TriggerVal trigger, String duration, int repeat, String description) Make an alarm for an unrecognizd actionstatic BwAlarmBwAlarm.procedureAlarm(String owner, BwAlarm.TriggerVal trigger, String duration, int repeat, String attach, String description) Make a procedure alarmMethods in org.bedework.calfacade that return types with arguments of type BwAlarmModifier and TypeMethodDescriptionBwEvent.cloneAlarms()Return a clone of the SetBwEvent.getAlarms()BwEventProxy.getAlarms()Methods in org.bedework.calfacade with parameters of type BwAlarmModifier and TypeMethodDescriptionvoidbooleanAn alarm is equal for same event, owner, action and trigger.intBwAlarm.compareEqFields(BwAlarm that) Compare fields that define equalityintbooleanBwAlarm.differsFrom(BwAlarm val) booleanHere we attempt to see if an incomplete object matches this one.booleanBwEvent.removeAlarm(BwAlarm val) Method parameters in org.bedework.calfacade with type arguments of type BwAlarm -
Uses of BwAlarm in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return types with arguments of type BwAlarmModifier and TypeMethodDescriptionAlarmsEntity.cloneAlarms()Return a clone of the SetAlarmsEntity.getAlarms()Get the attendeesMethods in org.bedework.calfacade.base with parameters of type BwAlarmMethod parameters in org.bedework.calfacade.base with type arguments of type BwAlarm -
Uses of BwAlarm in org.bedework.calfacade.svc
Methods in org.bedework.calfacade.svc that return types with arguments of type BwAlarmMethods in org.bedework.calfacade.svc with parameters of type BwAlarmMethod parameters in org.bedework.calfacade.svc with type arguments of type BwAlarm -
Uses of BwAlarm in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return types with arguments of type BwAlarmMethods in org.bedework.calfacade.wrappers with parameters of type BwAlarmMethod parameters in org.bedework.calfacade.wrappers with type arguments of type BwAlarm