com.liferay.portlet.calendar.service
Class CalEventServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.calendar.service.CalEventServiceWrapper
All Implemented Interfaces:
CalEventService

public class CalEventServiceWrapper
extends java.lang.Object
implements CalEventService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for CalEventService.

Author:
Brian Wing Shun Chan
See Also:
CalEventService
Generated:

Constructor Summary
CalEventServiceWrapper(CalEventService calEventService)
           
 
Method Summary
 CalEvent addEvent(long plid, java.lang.String title, java.lang.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, java.lang.String type, boolean repeating, com.liferay.portal.kernel.cal.TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 CalEvent addEvent(long plid, java.lang.String title, java.lang.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, java.lang.String type, boolean repeating, com.liferay.portal.kernel.cal.TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteEvent(long eventId)
           
 java.io.File exportEvent(long eventId)
           
 java.io.File exportGroupEvents(long plid, java.lang.String fileName)
           
 CalEvent getEvent(long eventId)
           
 CalEventService getWrappedCalEventService()
           
 void importICal4j(long plid, java.io.File file)
           
 CalEvent updateEvent(long eventId, java.lang.String title, java.lang.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, java.lang.String type, boolean repeating, com.liferay.portal.kernel.cal.TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalEventServiceWrapper

public CalEventServiceWrapper(CalEventService calEventService)
Method Detail

addEvent

public CalEvent addEvent(long plid,
                         java.lang.String title,
                         java.lang.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,
                         java.lang.String type,
                         boolean repeating,
                         com.liferay.portal.kernel.cal.TZSRecurrence recurrence,
                         int remindBy,
                         int firstReminder,
                         int secondReminder,
                         boolean addCommunityPermissions,
                         boolean addGuestPermissions)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException,
                         java.rmi.RemoteException
Specified by:
addEvent in interface CalEventService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addEvent

public CalEvent addEvent(long plid,
                         java.lang.String title,
                         java.lang.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,
                         java.lang.String type,
                         boolean repeating,
                         com.liferay.portal.kernel.cal.TZSRecurrence recurrence,
                         int remindBy,
                         int firstReminder,
                         int secondReminder,
                         java.lang.String[] communityPermissions,
                         java.lang.String[] guestPermissions)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException,
                         java.rmi.RemoteException
Specified by:
addEvent in interface CalEventService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteEvent

public void deleteEvent(long eventId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException,
                        java.rmi.RemoteException
Specified by:
deleteEvent in interface CalEventService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

exportEvent

public java.io.File exportEvent(long eventId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException,
                                java.rmi.RemoteException
Specified by:
exportEvent in interface CalEventService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

exportGroupEvents

public java.io.File exportGroupEvents(long plid,
                                      java.lang.String fileName)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException,
                                      java.rmi.RemoteException
Specified by:
exportGroupEvents in interface CalEventService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getEvent

public CalEvent getEvent(long eventId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException,
                         java.rmi.RemoteException
Specified by:
getEvent in interface CalEventService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

importICal4j

public void importICal4j(long plid,
                         java.io.File file)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException,
                         java.rmi.RemoteException
Specified by:
importICal4j in interface CalEventService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updateEvent

public CalEvent updateEvent(long eventId,
                            java.lang.String title,
                            java.lang.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,
                            java.lang.String type,
                            boolean repeating,
                            com.liferay.portal.kernel.cal.TZSRecurrence recurrence,
                            int remindBy,
                            int firstReminder,
                            int secondReminder)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException,
                            java.rmi.RemoteException
Specified by:
updateEvent in interface CalEventService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedCalEventService

public CalEventService getWrappedCalEventService()