Serialized Form
-
Package com.liferay.calendar.exception
-
Exception com.liferay.calendar.exception.CalendarBookingDurationException
class CalendarBookingDurationException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Exception com.liferay.calendar.exception.CalendarBookingEndTimeException
class CalendarBookingEndTimeException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Exception com.liferay.calendar.exception.CalendarBookingRecurrenceException
class CalendarBookingRecurrenceException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Exception com.liferay.calendar.exception.CalendarBookingStartTimeException
class CalendarBookingStartTimeException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Exception com.liferay.calendar.exception.CalendarNameException
class CalendarNameException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Exception com.liferay.calendar.exception.CalendarResourceCodeException
class CalendarResourceCodeException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Exception com.liferay.calendar.exception.CalendarResourceNameException
class CalendarResourceNameException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Exception com.liferay.calendar.exception.DuplicateCalendarResourceException
class DuplicateCalendarResourceException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Exception com.liferay.calendar.exception.NoSuchBookingException
class NoSuchBookingException extends com.liferay.portal.kernel.exception.NoSuchModelException implements Serializable -
Exception com.liferay.calendar.exception.NoSuchCalendarException
class NoSuchCalendarException extends com.liferay.portal.kernel.exception.NoSuchModelException implements Serializable -
Exception com.liferay.calendar.exception.NoSuchNotificationTemplateException
class NoSuchNotificationTemplateException extends com.liferay.portal.kernel.exception.NoSuchModelException implements Serializable -
Exception com.liferay.calendar.exception.NoSuchResourceException
class NoSuchResourceException extends com.liferay.portal.kernel.exception.NoSuchModelException implements Serializable -
Exception com.liferay.calendar.exception.RequiredCalendarException
class RequiredCalendarException extends com.liferay.portal.kernel.exception.PortalException implements Serializable
-
-
Package com.liferay.calendar.model
-
Class com.liferay.calendar.model.CalendarBookingWrapper
class CalendarBookingWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CalendarBooking> implements Serializable -
Class com.liferay.calendar.model.CalendarNotificationTemplateWrapper
class CalendarNotificationTemplateWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CalendarNotificationTemplate> implements Serializable -
Class com.liferay.calendar.model.CalendarResourceWrapper
class CalendarResourceWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CalendarResource> implements Serializable -
Class com.liferay.calendar.model.CalendarWrapper
class CalendarWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Calendar> implements Serializable
-
-
Package com.liferay.calendar.notification
-
Exception com.liferay.calendar.notification.NotificationSenderException
class NotificationSenderException extends com.liferay.portal.kernel.exception.PortalException implements Serializable -
Class com.liferay.calendar.notification.NotificationTemplateContext
class NotificationTemplateContext extends Object implements Serializable-
Serialized Fields
-
_attributes
Map<String,
Serializable> _attributes -
_calendarId
long _calendarId
-
_calendarNotificationTemplate
CalendarNotificationTemplate _calendarNotificationTemplate
-
_companyId
long _companyId
-
_fromAddress
String _fromAddress
-
_fromName
String _fromName
-
_groupId
long _groupId
-
_notificationTemplateType
NotificationTemplateType _notificationTemplateType
-
_notificationType
NotificationType _notificationType
-
_toAddress
String _toAddress
-
_toName
String _toName
-
-
-
-
Package com.liferay.calendar.util.comparator
-
Class com.liferay.calendar.util.comparator.CalendarBookingStartTimeComparator
class CalendarBookingStartTimeComparator extends com.liferay.portal.kernel.util.OrderByComparator<CalendarBooking> implements Serializable-
Serialized Fields
-
_ascending
boolean _ascending
-
-
-
Class com.liferay.calendar.util.comparator.CalendarNameComparator
class CalendarNameComparator extends com.liferay.portal.kernel.util.OrderByComparator<Calendar> implements Serializable-
Serialized Fields
-
_ascending
boolean _ascending
-
-
-
Class com.liferay.calendar.util.comparator.CalendarResourceCodeComparator
class CalendarResourceCodeComparator extends com.liferay.portal.kernel.util.OrderByComparator<CalendarResource> implements Serializable-
Serialized Fields
-
_ascending
boolean _ascending
-
-
-
Class com.liferay.calendar.util.comparator.CalendarResourceNameComparator
class CalendarResourceNameComparator extends com.liferay.portal.kernel.util.OrderByComparator<CalendarResource> implements Serializable-
Serialized Fields
-
_ascending
boolean _ascending
-
-
-