Interface CalendarEventFactory
- All Known Implementing Classes:
CalendarEventFactoryImpl
public interface CalendarEventFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(DateTimeValue start, @Nullable DateTimeValue end, String summary) create(DateTimeValue start, @Nullable DateTimeValue end, String summary, RecurrenceInfo recInfo) create(DateTimeValue start, @Nullable DateTimeValue end, String summary, RecurrenceInfo recInfo, String location) create(DateTimeValue start, @Nullable DateTimeValue end, String summary, Recurrence recurrence, String location) create(DateTimeValue start, @Nullable DateTimeValue end, String summary, String location) creates aCalendarEventusing the providedEntity.create(org.joda.time.LocalDate start, @Nullable org.joda.time.LocalDate end, String summary, RecurrenceInfo recInfo, String location) create(org.joda.time.LocalDate start, @Nullable org.joda.time.LocalDate end, String summary, Recurrence recurrence, String location) create(org.joda.time.LocalDate start, @Nullable org.joda.time.LocalDate end, String summary, String location) create(org.joda.time.LocalDateTime start, @Nullable org.joda.time.LocalDateTime end, String summary, RecurrenceInfo recInfo, String location) create(org.joda.time.LocalDateTime start, @Nullable org.joda.time.LocalDateTime end, String summary, Recurrence recurrence, String location) create(org.joda.time.LocalDateTime start, @Nullable org.joda.time.LocalDateTime end, String summary, String location) create(org.joda.time.ReadableInstant start, @Nullable org.joda.time.ReadableInstant end, String summary, String location)
-
Method Details
-
create
-
create
CalendarEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary, String location) -
create
-
create
-
create
CalendarEvent create(org.joda.time.LocalDateTime start, @Nullable @Nullable org.joda.time.LocalDateTime end, String summary, String location) -
create
CalendarEvent create(org.joda.time.LocalDate start, @Nullable @Nullable org.joda.time.LocalDate end, String summary, String location) -
create
CalendarEvent create(org.joda.time.LocalDate start, @Nullable @Nullable org.joda.time.LocalDate end, String summary) -
create
CalendarEvent create(org.joda.time.ReadableInstant start, @Nullable @Nullable org.joda.time.ReadableInstant end, String summary, String location) -
create
RecurringEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary, RecurrenceInfo recInfo, String location) -
create
RecurringEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary, RecurrenceInfo recInfo) -
create
RecurringEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary, Recurrence recurrence, String location) -
create
RecurringEvent create(String start, @Nullable @Nullable String end, String summary, RecurrenceInfo recInfo, String location) -
create
RecurringEvent create(org.joda.time.LocalDateTime start, @Nullable @Nullable org.joda.time.LocalDateTime end, String summary, RecurrenceInfo recInfo, String location) -
create
RecurringEvent create(org.joda.time.LocalDate start, @Nullable @Nullable org.joda.time.LocalDate end, String summary, RecurrenceInfo recInfo, String location) -
create
RecurringEvent create(String start, @Nullable @Nullable String end, String summary, Recurrence recurrence, String location) -
create
RecurringEvent create(org.joda.time.LocalDateTime start, @Nullable @Nullable org.joda.time.LocalDateTime end, String summary, Recurrence recurrence, String location) -
create
RecurringEvent create(org.joda.time.LocalDate start, @Nullable @Nullable org.joda.time.LocalDate end, String summary, Recurrence recurrence, String location)
-