com.liferay.portlet.calendar.service
Class CalEventLocalServiceWrapper
java.lang.Object
com.liferay.portlet.calendar.service.CalEventLocalServiceWrapper
- All Implemented Interfaces:
- CalEventLocalService
public class CalEventLocalServiceWrapper
- extends java.lang.Object
- implements CalEventLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for CalEventLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
CalEventLocalService
- Generated:
Method Summary |
CalEvent |
addCalEvent(CalEvent calEvent)
|
CalEvent |
addEvent(long userId,
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,
ServiceContext serviceContext)
|
CalEvent |
addEvent(java.lang.String uuid,
long userId,
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,
ServiceContext serviceContext)
|
void |
addEventResources(CalEvent event,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addEventResources(CalEvent event,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
addEventResources(long eventId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addEventResources(long eventId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
checkEvents()
|
CalEvent |
createCalEvent(long eventId)
|
void |
deleteCalEvent(CalEvent calEvent)
|
void |
deleteCalEvent(long eventId)
|
void |
deleteEvent(CalEvent event)
|
void |
deleteEvent(long eventId)
|
void |
deleteEvents(long groupId)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.io.File |
exportEvent(long userId,
long eventId)
|
java.io.File |
exportGroupEvents(long userId,
long groupId,
java.lang.String fileName)
|
CalEvent |
getCalEvent(long eventId)
|
CalEvent |
getCalEventByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
java.util.List<CalEvent> |
getCalEvents(int start,
int end)
|
int |
getCalEventsCount()
|
CalEvent |
getEvent(long eventId)
|
java.util.List<CalEvent> |
getEvents(long groupId,
java.util.Calendar cal)
|
java.util.List<CalEvent> |
getEvents(long groupId,
java.util.Calendar cal,
java.lang.String type)
|
java.util.List<CalEvent> |
getEvents(long groupId,
java.lang.String type,
int start,
int end)
|
int |
getEventsCount(long groupId,
java.lang.String type)
|
java.util.List<CalEvent> |
getRepeatingEvents(long groupId)
|
CalEventLocalService |
getWrappedCalEventLocalService()
|
boolean |
hasEvents(long groupId,
java.util.Calendar cal)
|
boolean |
hasEvents(long groupId,
java.util.Calendar cal,
java.lang.String type)
|
void |
importICal4j(long userId,
long groupId,
java.io.File file)
|
void |
reIndex(CalEvent event)
|
void |
reIndex(long eventId)
|
void |
reIndex(java.lang.String[] ids)
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
long groupId,
long userId,
long ownerUserId,
java.lang.String keywords,
int start,
int end)
|
CalEvent |
updateCalEvent(CalEvent calEvent)
|
CalEvent |
updateCalEvent(CalEvent calEvent,
boolean merge)
|
CalEvent |
updateEvent(long userId,
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,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalEventLocalServiceWrapper
public CalEventLocalServiceWrapper(CalEventLocalService calEventLocalService)
addCalEvent
public CalEvent addCalEvent(CalEvent calEvent)
throws com.liferay.portal.SystemException
- Specified by:
addCalEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
createCalEvent
public CalEvent createCalEvent(long eventId)
- Specified by:
createCalEvent
in interface CalEventLocalService
deleteCalEvent
public void deleteCalEvent(long eventId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteCalEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteCalEvent
public void deleteCalEvent(CalEvent calEvent)
throws com.liferay.portal.SystemException
- Specified by:
deleteCalEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
getCalEvent
public CalEvent getCalEvent(long eventId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCalEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCalEventByUuidAndGroupId
public CalEvent getCalEventByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCalEventByUuidAndGroupId
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCalEvents
public java.util.List<CalEvent> getCalEvents(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getCalEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
getCalEventsCount
public int getCalEventsCount()
throws com.liferay.portal.SystemException
- Specified by:
getCalEventsCount
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
updateCalEvent
public CalEvent updateCalEvent(CalEvent calEvent)
throws com.liferay.portal.SystemException
- Specified by:
updateCalEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
updateCalEvent
public CalEvent updateCalEvent(CalEvent calEvent,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateCalEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
addEvent
public CalEvent addEvent(long userId,
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,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEvent
public CalEvent addEvent(java.lang.String uuid,
long userId,
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,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEventResources
public void addEventResources(CalEvent event,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEventResources
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEventResources
public void addEventResources(CalEvent event,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEventResources
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEventResources
public void addEventResources(long eventId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEventResources
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEventResources
public void addEventResources(long eventId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEventResources
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
checkEvents
public void checkEvents()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
checkEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEvent
public void deleteEvent(CalEvent event)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEvent
public void deleteEvent(long eventId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEvents
public void deleteEvents(long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
exportEvent
public java.io.File exportEvent(long userId,
long eventId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
exportEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
exportGroupEvents
public java.io.File exportGroupEvents(long userId,
long groupId,
java.lang.String fileName)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
exportGroupEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEvent
public CalEvent getEvent(long eventId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEvents
public java.util.List<CalEvent> getEvents(long groupId,
java.util.Calendar cal)
throws com.liferay.portal.SystemException
- Specified by:
getEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
getEvents
public java.util.List<CalEvent> getEvents(long groupId,
java.util.Calendar cal,
java.lang.String type)
throws com.liferay.portal.SystemException
- Specified by:
getEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
getEvents
public java.util.List<CalEvent> getEvents(long groupId,
java.lang.String type,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
getEventsCount
public int getEventsCount(long groupId,
java.lang.String type)
throws com.liferay.portal.SystemException
- Specified by:
getEventsCount
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
getRepeatingEvents
public java.util.List<CalEvent> getRepeatingEvents(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
getRepeatingEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
hasEvents
public boolean hasEvents(long groupId,
java.util.Calendar cal)
throws com.liferay.portal.SystemException
- Specified by:
hasEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
hasEvents
public boolean hasEvents(long groupId,
java.util.Calendar cal,
java.lang.String type)
throws com.liferay.portal.SystemException
- Specified by:
hasEvents
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
importICal4j
public void importICal4j(long userId,
long groupId,
java.io.File file)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
importICal4j
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
reIndex
public void reIndex(CalEvent event)
throws com.liferay.portal.SystemException
- Specified by:
reIndex
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
reIndex
public void reIndex(long eventId)
throws com.liferay.portal.SystemException
- Specified by:
reIndex
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
reIndex
public void reIndex(java.lang.String[] ids)
throws com.liferay.portal.SystemException
- Specified by:
reIndex
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
search
public com.liferay.portal.kernel.search.Hits search(long companyId,
long groupId,
long userId,
long ownerUserId,
java.lang.String keywords,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
search
in interface CalEventLocalService
- Throws:
com.liferay.portal.SystemException
updateEvent
public CalEvent updateEvent(long userId,
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,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateEvent
in interface CalEventLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedCalEventLocalService
public CalEventLocalService getWrappedCalEventLocalService()