Uses of Class
org.bedework.calfacade.BwDateTime
Packages that use BwDateTime
Package
Description
-
Uses of BwDateTime in org.bedework.calfacade
Fields in org.bedework.calfacade declared as BwDateTimeModifier and TypeFieldDescriptionRecurringRetrievalMode.endLimit expansion and recurrences.RecurringRetrievalMode.startLimit expansion and recurrences.Methods in org.bedework.calfacade that return BwDateTimeModifier and TypeMethodDescriptionAdd a duration and return the resultBwDateTime.addDuration(BwDuration val) Return a value based on this value plus a duration.BwDateTime.copy()Create a copy of this objectstatic BwDateTimeCreate from utc timestatic BwDateTimeCreate from utc time with timezoneBwEvent.getDtend()BwEventProxy.getDtend()BwRecurrenceInstance.getDtend()Get the event's endBwEvent.getDtstart()BwEventProxy.getDtstart()BwRecurrenceInstance.getDtstart()Get the event's startBwDateTime.getNextDay()For a date only object returns a date 1 day in advance of this date.BwDateTime.getPreviousDay()For a date only object returns a date 1 day previous to this date.static BwDateTimeBwDateTime.makeBwDateTime(boolean dateType, String date, String tzid) Constructorstatic BwDateTimeBwDateTime.makeBwDateTime(boolean dateType, String date, String utcDate, String tzid, boolean floating) Make date time based on all propertiesstatic BwDateTimeBwDateTime.makeBwDateTime(ietf.params.xml.ns.icalendar_2.DateDatetimePropertyType val) Make date time based on the xcal propertystatic BwDateTimeBwDateTime.makeBwDateTime(ietf.params.xml.ns.icalendar_2.DateDatetimePropertyType val, String tzid) Make date time based on the xcal property with tzid suppliedstatic BwDateTimeBwDateTime.makeBwDateTime(net.fortuna.ical4j.model.Date val) static BwDateTimeBwDateTime.makeBwDateTime(net.fortuna.ical4j.model.property.DateProperty val) Make date time based on ical propertystatic BwDateTimeBwDateTime.makeDateTime(net.fortuna.ical4j.model.property.DateProperty dtStart, boolean dateOnly, String dur) Make a new date time value based on the dtStart value + the duration.Methods in org.bedework.calfacade that return types with arguments of type BwDateTimeModifier and TypeMethodDescriptionBwEvent.getExdates()BwEventProxy.getExdates()BwEvent.getRdates()BwEventProxy.getRdates()Methods in org.bedework.calfacade with parameters of type BwDateTimeModifier and TypeMethodDescriptionvoidBwEvent.addExdate(BwDateTime val) voidBwEvent.addRdate(BwDateTime val) booleanBwDateTime.after(BwDateTime val) Return true if this is after valbooleanBwDateTime.before(BwDateTime val) Return true if this is before valintBwDateTime.compare(BwDateTime dt1, BwDateTime dt2) intBwDateTime.compareTo(BwDateTime o2) BwAlarm.getNextTriggerDate(BwDateTime start, Date previousTrigger) Get the next trigger Date value.BwAlarm.getTriggerDate(BwDateTime start) Get the trigger Date value.static net.fortuna.ical4j.model.DurBwDateTime.makeDuration(BwDateTime start, BwDateTime end) Make an ical Dur from a start and endstatic BwEventBwEventObj.makeFreeBusyRequest(BwDateTime start, BwDateTime end, BwOrganizer organizer, String originator, Set<BwAttendee> attendees, Set<String> recipients) Make a persistable freebusy requestvoidBwEvent.setDtend(BwDateTime val) voidBwEventProxy.setDtend(BwDateTime val) voidBwRecurrenceInstance.setDtend(BwDateTime val) Set the event's endvoidBwEvent.setDtstart(BwDateTime val) voidBwEventProxy.setDtstart(BwDateTime val) voidBwRecurrenceInstance.setDtstart(BwDateTime val) Set the event's startMethod parameters in org.bedework.calfacade with type arguments of type BwDateTimeModifier and TypeMethodDescriptionvoidBwEvent.setExdates(Set<BwDateTime> val) voidBwEventProxy.setExdates(Set<BwDateTime> val) voidBwEvent.setRdates(Set<BwDateTime> val) voidBwEventProxy.setRdates(Set<BwDateTime> val) Constructors in org.bedework.calfacade with parameters of type BwDateTimeModifierConstructorDescriptionRecurringRetrievalMode(RecurringRetrievalMode.Rmode mode, BwDateTime start, BwDateTime end) Constructor -
Uses of BwDateTime in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return BwDateTimeModifier and TypeMethodDescriptionStartEndComponent.getDtend()Get the event's endStartEndComponent.getDtstart()Get the start time for the entityBwTimeRange.getEnd()BwTimeRange.getStart()Methods in org.bedework.calfacade.base that return types with arguments of type BwDateTimeMethods in org.bedework.calfacade.base with parameters of type BwDateTimeModifier and TypeMethodDescriptionvoidRecurrenceEntity.addExdate(BwDateTime val) voidRecurrenceEntity.addRdate(BwDateTime val) voidStartEndComponent.setDtend(BwDateTime val) Set the end or due date for the entityvoidStartEndComponent.setDtstart(BwDateTime val) Set the start time for the entityvoidBwTimeRange.setEnd(BwDateTime val) voidBwTimeRange.setStart(BwDateTime val) Method parameters in org.bedework.calfacade.base with type arguments of type BwDateTimeModifier and TypeMethodDescriptionvoidRecurrenceEntity.setExdates(Set<BwDateTime> val) voidRecurrenceEntity.setRdates(Set<BwDateTime> val) Constructors in org.bedework.calfacade.base with parameters of type BwDateTime -
Uses of BwDateTime in org.bedework.calfacade.requests
Methods in org.bedework.calfacade.requests that return BwDateTimeModifier and TypeMethodDescriptionGetInstancesRequest.getEndDt()GetInstancesRequest.getStartDt()Constructors in org.bedework.calfacade.requests with parameters of type BwDateTimeModifierConstructorDescriptionGetInstancesRequest(String rrule, BwDateTime startDt, BwDateTime endDt) -
Uses of BwDateTime in org.bedework.calfacade.svc
Methods in org.bedework.calfacade.svc with parameters of type BwDateTimeModifier and TypeMethodDescriptionstatic EventInfoEventInfo.makeProxy(BwEvent master, BwDateTime start, BwDateTime end, String recurrenceId, boolean isOverride) -
Uses of BwDateTime in org.bedework.calfacade.util
Fields in org.bedework.calfacade.util declared as BwDateTimeModifier and TypeFieldDescriptionGranulator.GetPeriodsPars.endDtOn return has the end date of the period.Granulator.GetPeriodsPars.startDtStart of period - updated at each call from endDtMethods in org.bedework.calfacade.util that return BwDateTimeModifier and TypeMethodDescriptionstatic BwDateTimeBwDateTimeUtil.getDateTime(String date, boolean dateOnly, boolean floating, String tzid) Get a date object representing the given date and flagsstatic BwDateTimeBwDateTimeUtil.getDateTime(Date date) Get a date/time object representing the given date and timestatic BwDateTimeBwDateTimeUtil.getDateTimeUTC(String date) Get a date object representing the given String UTC date/timeMethods in org.bedework.calfacade.util with parameters of type BwDateTimeModifier and TypeMethodDescriptionvoidEventPeriods.addPeriod(BwDateTime pstart, BwDateTime pend, int type) static DateBwDateTimeUtil.getDate(BwDateTime val) Get a java.util.Date object from the value XXX - this will neeed to be supplied with a tz repositorystatic DateBwDateTimeUtil.getDate(BwDateTime val, net.fortuna.ical4j.model.TimeZoneRegistry tzreg) Get a java.util.Date object from the valueConstructors in org.bedework.calfacade.util with parameters of type BwDateTime -
Uses of BwDateTime in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return BwDateTimeMethods in org.bedework.calfacade.wrappers that return types with arguments of type BwDateTimeMethods in org.bedework.calfacade.wrappers with parameters of type BwDateTimeModifier and TypeMethodDescriptionvoidBwEventNewWrapper.addExdate(BwDateTime val) voidBwEventNewWrapper.addRdate(BwDateTime val) voidBwEventNewWrapper.setDtend(BwDateTime val) voidBwEventNewWrapper.setDtstart(BwDateTime val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwDateTimeModifier and TypeMethodDescriptionvoidBwEventNewWrapper.setExdates(Set<BwDateTime> val) voidBwEventNewWrapper.setRdates(Set<BwDateTime> val)