com.liferay.portlet.calendar.service
Class CalEventServiceWrapper
java.lang.Object
com.liferay.portlet.calendar.service.CalEventServiceWrapper
- All Implemented Interfaces:
- CalEventService
public class CalEventServiceWrapper
- extends Object
- implements CalEventService
This class is a wrapper for CalEventService
.
- See Also:
CalEventService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Method Summary |
CalEvent |
addEvent(String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
void |
deleteEvent(long eventId)
|
File |
exportEvent(long eventId)
|
File |
exportGroupEvents(long groupId,
String fileName)
|
CalEvent |
getEvent(long eventId)
|
CalEventService |
getWrappedCalEventService()
|
void |
importICal4j(long groupId,
File file)
|
CalEvent |
updateEvent(long eventId,
String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalEventServiceWrapper
public CalEventServiceWrapper(CalEventService calEventService)
addEvent
public CalEvent addEvent(String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addEvent
in interface CalEventService
- Throws:
PortalException
SystemException
deleteEvent
public void deleteEvent(long eventId)
throws PortalException,
SystemException
- Specified by:
deleteEvent
in interface CalEventService
- Throws:
PortalException
SystemException
exportEvent
public File exportEvent(long eventId)
throws PortalException,
SystemException
- Specified by:
exportEvent
in interface CalEventService
- Throws:
PortalException
SystemException
exportGroupEvents
public File exportGroupEvents(long groupId,
String fileName)
throws PortalException,
SystemException
- Specified by:
exportGroupEvents
in interface CalEventService
- Throws:
PortalException
SystemException
getEvent
public CalEvent getEvent(long eventId)
throws PortalException,
SystemException
- Specified by:
getEvent
in interface CalEventService
- Throws:
PortalException
SystemException
importICal4j
public void importICal4j(long groupId,
File file)
throws PortalException,
SystemException
- Specified by:
importICal4j
in interface CalEventService
- Throws:
PortalException
SystemException
updateEvent
public CalEvent updateEvent(long eventId,
String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateEvent
in interface CalEventService
- Throws:
PortalException
SystemException
getWrappedCalEventService
public CalEventService getWrappedCalEventService()