public class CalEventLocalServiceImpl extends CalEventLocalServiceBaseImpl
assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetLinkLocalService, assetLinkPersistence, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagService, calEventFinder, calEventLocalService, calEventPersistence, companyLocalService, companyPersistence, companyService, counterLocalService, expandoValueLocalService, expandoValuePersistence, expandoValueService, groupFinder, groupLocalService, groupPersistence, groupService, mailService, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, persistedModelLocalServiceRegistry, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, resourceLocalService, socialActivityFinder, socialActivityLocalService, socialActivityPersistence, socialActivityService, subscriptionLocalService, subscriptionPersistence, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
CalEventLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.calendar.model.CalEvent |
addEvent(long userId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
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,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.calendar.model.CalEvent |
addEvent(long userId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
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,
com.liferay.portal.service.ServiceContext serviceContext)
|
void |
addEventResources(com.liferay.portlet.calendar.model.CalEvent event,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addEventResources(com.liferay.portlet.calendar.model.CalEvent event,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions) |
void |
addEventResources(long eventId,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addEventResources(long eventId,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions) |
void |
checkEvents() |
com.liferay.portlet.calendar.model.CalEvent |
deleteEvent(com.liferay.portlet.calendar.model.CalEvent event) |
com.liferay.portlet.calendar.model.CalEvent |
deleteEvent(long eventId) |
void |
deleteEvents(long groupId) |
java.io.File |
exportEvent(long userId,
long eventId) |
java.io.File |
exportEvents(long userId,
java.util.List<com.liferay.portlet.calendar.model.CalEvent> events,
java.lang.String fileName) |
java.io.File |
exportGroupEvents(long userId,
long groupId,
java.lang.String fileName) |
protected java.io.File |
exportICal4j(net.fortuna.ical4j.model.Calendar cal,
java.lang.String fileName) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getCompanyEvents(long companyId,
int start,
int end) |
int |
getCompanyEventsCount(long companyId) |
protected java.util.Date |
getEndDate(com.liferay.portal.kernel.cal.Recurrence recurrence) |
com.liferay.portlet.calendar.model.CalEvent |
getEvent(long eventId) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getEvents(long groupId,
java.util.Calendar cal) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getEvents(long groupId,
java.util.Calendar cal,
java.lang.String type) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getEvents(long groupId,
java.util.Calendar cal,
java.lang.String[] types) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getEvents(long groupId,
java.lang.String[] types,
int start,
int end) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getEvents(long groupId,
java.lang.String type,
int start,
int end) |
int |
getEventsCount(long groupId,
java.lang.String type) |
int |
getEventsCount(long groupId,
java.lang.String[] types) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getNoAssetEvents() |
protected java.util.Calendar |
getRecurrenceCal(java.util.Calendar cal,
java.util.Calendar tzICal,
com.liferay.portlet.calendar.model.CalEvent event) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getRepeatingEvents(long groupId) |
java.util.List<com.liferay.portlet.calendar.model.CalEvent> |
getRepeatingEvents(long groupId,
java.util.Calendar cal,
java.lang.String[] types) |
boolean |
hasEvents(long groupId,
java.util.Calendar cal) |
boolean |
hasEvents(long groupId,
java.util.Calendar cal,
java.lang.String type) |
boolean |
hasEvents(long groupId,
java.util.Calendar cal,
java.lang.String[] types) |
void |
importICal4j(long userId,
long groupId,
java.io.InputStream inputStream) |
protected void |
importICal4j(long userId,
long groupId,
net.fortuna.ical4j.model.component.VEvent event) |
protected boolean |
isICal4jDateOnly(net.fortuna.ical4j.model.property.DateProperty dateProperty) |
protected void |
remindUser(com.liferay.portlet.calendar.model.CalEvent event,
com.liferay.portal.model.User user,
java.util.Calendar startDate) |
protected void |
remindUser(com.liferay.portlet.calendar.model.CalEvent event,
com.liferay.portal.model.User user,
java.util.Calendar startCalendar,
java.util.Calendar nowCalendar) |
protected java.util.Calendar |
toCalendar(net.fortuna.ical4j.model.property.DateProperty date,
java.util.TimeZone timeZone,
boolean timeZoneSensitive) |
protected int |
toCalendarWeekDay(net.fortuna.ical4j.model.WeekDay weekDay) |
protected net.fortuna.ical4j.model.Calendar |
toICalCalendar(long userId,
java.util.List<com.liferay.portlet.calendar.model.CalEvent> events) |
protected net.fortuna.ical4j.model.Recur |
toICalRecurrence(com.liferay.portal.kernel.cal.TZSRecurrence recurrence) |
protected net.fortuna.ical4j.model.component.VEvent |
toICalVEvent(com.liferay.portlet.calendar.model.CalEvent event,
java.util.TimeZone timeZone) |
protected net.fortuna.ical4j.model.WeekDay |
toICalWeekDay(int dayOfWeek) |
protected com.liferay.portal.kernel.cal.TZSRecurrence |
toRecurrence(net.fortuna.ical4j.model.property.RRule rRule,
java.util.Calendar startDate) |
void |
updateAsset(long userId,
com.liferay.portlet.calendar.model.CalEvent event,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds) |
com.liferay.portlet.calendar.model.CalEvent |
updateEvent(long userId,
long eventId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
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,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.calendar.model.CalEvent |
updateEvent(long userId,
long eventId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
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,
com.liferay.portal.service.ServiceContext serviceContext)
|
protected void |
validate(java.lang.String title,
int startDateMonth,
int startDateDay,
int startDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean repeating,
com.liferay.portal.kernel.cal.TZSRecurrence recurrence) |
addCalEvent, afterPropertiesSet, createCalEvent, deleteCalEvent, deleteCalEvent, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchCalEvent, fetchCalEventByUuidAndCompanyId, fetchCalEventByUuidAndGroupId, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetLinkLocalService, getAssetLinkPersistence, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagService, getBeanIdentifier, getCalEvent, getCalEventByUuidAndCompanyId, getCalEventByUuidAndGroupId, getCalEventFinder, getCalEventLocalService, getCalEventPersistence, getCalEvents, getCalEventsCount, getCompanyLocalService, getCompanyPersistence, getCompanyService, getCounterLocalService, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getMailService, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getModelClass, getModelClassName, getPersistedModel, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getResourceLocalService, getSocialActivityFinder, getSocialActivityLocalService, getSocialActivityPersistence, getSocialActivityService, getSubscriptionLocalService, getSubscriptionPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetLinkLocalService, setAssetLinkPersistence, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagService, setBeanIdentifier, setCalEventFinder, setCalEventLocalService, setCalEventPersistence, setCompanyLocalService, setCompanyPersistence, setCompanyService, setCounterLocalService, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setMailService, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setResourceLocalService, setSocialActivityFinder, setSocialActivityLocalService, setSocialActivityPersistence, setSocialActivityService, setSubscriptionLocalService, setSubscriptionPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateCalEvent@Indexable(type=REINDEX)
public com.liferay.portlet.calendar.model.CalEvent addEvent(long userId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
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,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException@Indexable(type=REINDEX)
public com.liferay.portlet.calendar.model.CalEvent addEvent(long userId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
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,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
addEvent(long, String,
String, String, int, int, int, int, int, int, int, boolean,
boolean, String, boolean, TZSRecurrence, int, int, int,
ServiceContext)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void addEventResources(com.liferay.portlet.calendar.model.CalEvent event,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void addEventResources(com.liferay.portlet.calendar.model.CalEvent event,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void addEventResources(long eventId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void addEventResources(long eventId,
java.lang.String[] groupPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void checkEvents()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemException@Indexable(type=DELETE)
public com.liferay.portlet.calendar.model.CalEvent deleteEvent(com.liferay.portlet.calendar.model.CalEvent event)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException@Indexable(type=DELETE)
public com.liferay.portlet.calendar.model.CalEvent deleteEvent(long eventId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteEvents(long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.io.File exportEvent(long userId,
long eventId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.io.File exportEvents(long userId,
java.util.List<com.liferay.portlet.calendar.model.CalEvent> events,
java.lang.String fileName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.io.File exportGroupEvents(long userId,
long groupId,
java.lang.String fileName)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getCompanyEvents(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getCompanyEventsCount(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.calendar.model.CalEvent getEvent(long eventId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getEvents(long groupId,
java.util.Calendar cal)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getEvents(long groupId,
java.util.Calendar cal,
java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getEvents(long groupId,
java.util.Calendar cal,
java.lang.String[] types)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getEvents(long groupId,
java.lang.String type,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getEvents(long groupId,
java.lang.String[] types,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getEventsCount(long groupId,
java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getEventsCount(long groupId,
java.lang.String[] types)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getNoAssetEvents()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getRepeatingEvents(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.calendar.model.CalEvent> getRepeatingEvents(long groupId,
java.util.Calendar cal,
java.lang.String[] types)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic boolean hasEvents(long groupId,
java.util.Calendar cal)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic boolean hasEvents(long groupId,
java.util.Calendar cal,
java.lang.String type)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic boolean hasEvents(long groupId,
java.util.Calendar cal,
java.lang.String[] types)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void importICal4j(long userId,
long groupId,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void updateAsset(long userId,
com.liferay.portlet.calendar.model.CalEvent event,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException@Indexable(type=REINDEX)
public com.liferay.portlet.calendar.model.CalEvent updateEvent(long userId,
long eventId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
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,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException@Indexable(type=REINDEX)
public com.liferay.portlet.calendar.model.CalEvent updateEvent(long userId,
long eventId,
java.lang.String title,
java.lang.String description,
java.lang.String location,
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,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
updateEvent(long, long,
String, String, String, int, int, int, int, int, int, int,
boolean, boolean, String, boolean, TZSRecurrence, int, int,
int, ServiceContext)com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected java.io.File exportICal4j(net.fortuna.ical4j.model.Calendar cal,
java.lang.String fileName)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionprotected java.util.Date getEndDate(com.liferay.portal.kernel.cal.Recurrence recurrence)
protected java.util.Calendar getRecurrenceCal(java.util.Calendar cal,
java.util.Calendar tzICal,
com.liferay.portlet.calendar.model.CalEvent event)
protected void importICal4j(long userId,
long groupId,
net.fortuna.ical4j.model.component.VEvent event)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected boolean isICal4jDateOnly(net.fortuna.ical4j.model.property.DateProperty dateProperty)
protected void remindUser(com.liferay.portlet.calendar.model.CalEvent event,
com.liferay.portal.model.User user,
java.util.Calendar startDate)
protected void remindUser(com.liferay.portlet.calendar.model.CalEvent event,
com.liferay.portal.model.User user,
java.util.Calendar startCalendar,
java.util.Calendar nowCalendar)
protected java.util.Calendar toCalendar(net.fortuna.ical4j.model.property.DateProperty date,
java.util.TimeZone timeZone,
boolean timeZoneSensitive)
protected int toCalendarWeekDay(net.fortuna.ical4j.model.WeekDay weekDay)
protected net.fortuna.ical4j.model.Calendar toICalCalendar(long userId,
java.util.List<com.liferay.portlet.calendar.model.CalEvent> events)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionprotected net.fortuna.ical4j.model.Recur toICalRecurrence(com.liferay.portal.kernel.cal.TZSRecurrence recurrence)
protected net.fortuna.ical4j.model.component.VEvent toICalVEvent(com.liferay.portlet.calendar.model.CalEvent event,
java.util.TimeZone timeZone)
protected net.fortuna.ical4j.model.WeekDay toICalWeekDay(int dayOfWeek)
protected com.liferay.portal.kernel.cal.TZSRecurrence toRecurrence(net.fortuna.ical4j.model.property.RRule rRule,
java.util.Calendar startDate)
protected void validate(java.lang.String title,
int startDateMonth,
int startDateDay,
int startDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean repeating,
com.liferay.portal.kernel.cal.TZSRecurrence recurrence)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException