Class CalendarEventFactoryImpl
java.lang.Object
ch.tocco.nice2.optional.calendar.impl.ical.CalendarEventFactoryImpl
- All Implemented Interfaces:
CalendarEventFactory
-
Constructor Summary
ConstructorDescriptionCalendarEventFactoryImpl
(CalendarDao calendarDao, CalendarEventLabelService calendarEventLabelService) -
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 aCalendarEvent
using 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)
-
Constructor Details
-
CalendarEventFactoryImpl
public CalendarEventFactoryImpl(@Lazy CalendarDao calendarDao, CalendarEventLabelService calendarEventLabelService)
-
-
Method Details
-
create
Description copied from interface:CalendarEventFactory
- Specified by:
create
in interfaceCalendarEventFactory
-
create
public CalendarEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public CalendarEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public CalendarEventImpl create(String start, @Nullable @Nullable String end, String summary, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public CalendarEventImpl create(org.joda.time.LocalDateTime start, @Nullable @Nullable org.joda.time.LocalDateTime end, String summary, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public CalendarEventImpl create(org.joda.time.LocalDate start, @Nullable @Nullable org.joda.time.LocalDate end, String summary, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public CalendarEvent create(org.joda.time.LocalDate start, @Nullable @Nullable org.joda.time.LocalDate end, String summary) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public CalendarEventImpl create(org.joda.time.ReadableInstant start, @Nullable @Nullable org.joda.time.ReadableInstant end, String summary, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary, RecurrenceInfo recInfo, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary, RecurrenceInfo recInfo) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEvent create(DateTimeValue start, @Nullable @Nullable DateTimeValue end, String summary, Recurrence recurrence, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEventImpl create(String start, @Nullable @Nullable String end, String summary, RecurrenceInfo recInfo, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEventImpl create(org.joda.time.LocalDateTime start, @Nullable @Nullable org.joda.time.LocalDateTime end, String summary, RecurrenceInfo recInfo, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEventImpl create(org.joda.time.LocalDate start, @Nullable @Nullable org.joda.time.LocalDate end, String summary, RecurrenceInfo recInfo, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEventImpl create(String start, @Nullable @Nullable String end, String summary, Recurrence recurrence, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEventImpl create(org.joda.time.LocalDateTime start, @Nullable @Nullable org.joda.time.LocalDateTime end, String summary, Recurrence recurrence, String location) - Specified by:
create
in interfaceCalendarEventFactory
-
create
public RecurringEventImpl create(org.joda.time.LocalDate start, @Nullable @Nullable org.joda.time.LocalDate end, String summary, Recurrence recurrence, String location) - Specified by:
create
in interfaceCalendarEventFactory
-