Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.calendar.model.CalEvent

Packages that use CalEvent
com.liferay.portlet.calendar.asset   
com.liferay.portlet.calendar.lar   
com.liferay.portlet.calendar.model   
com.liferay.portlet.calendar.model.impl   
com.liferay.portlet.calendar.service   
com.liferay.portlet.calendar.service.base   
com.liferay.portlet.calendar.service.http   
com.liferay.portlet.calendar.service.impl   
com.liferay.portlet.calendar.service.permission   
com.liferay.portlet.calendar.service.persistence   
com.liferay.portlet.calendar.util   
com.liferay.portlet.calendar.util.comparator   
com.liferay.taglib.ui   
 

Uses of CalEvent in com.liferay.portlet.calendar.asset
 

Constructors in com.liferay.portlet.calendar.asset with parameters of type CalEvent
CalEventAssetRenderer(CalEvent event)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.lar
 

Methods in com.liferay.portlet.calendar.lar with parameters of type CalEvent
protected  void CalendarPortletDataHandlerImpl.exportEvent(PortletDataContext portletDataContext, Element rootElement, CalEvent event)
           
protected  String CalendarPortletDataHandlerImpl.getEventPath(PortletDataContext portletDataContext, CalEvent event)
           
protected  void CalendarPortletDataHandlerImpl.importEvent(PortletDataContext portletDataContext, Element eventElement, CalEvent event)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.model
 

Classes in com.liferay.portlet.calendar.model that implement CalEvent
 class CalEventWrapper
           This class is a wrapper for CalEvent.
 

Methods in com.liferay.portlet.calendar.model that return CalEvent
 CalEvent CalEventWrapper.getWrappedCalEvent()
          Deprecated. Renamed to CalEventWrapper.getWrappedModel()
 CalEvent CalEventWrapper.getWrappedModel()
           
 CalEvent CalEventModel.toEscapedModel()
           
 CalEvent CalEventWrapper.toEscapedModel()
           
 CalEvent CalEventModel.toUnescapedModel()
           
 CalEvent CalEventWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.calendar.model that return types with arguments of type CalEvent
 CacheModel<CalEvent> CalEventModel.toCacheModel()
           
 CacheModel<CalEvent> CalEventWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.calendar.model with parameters of type CalEvent
 int CalEventModel.compareTo(CalEvent calEvent)
           
 int CalEventWrapper.compareTo(CalEvent calEvent)
           
static CalEventSoap CalEventSoap.toSoapModel(CalEvent model)
           
static CalEventSoap[] CalEventSoap.toSoapModels(CalEvent[] models)
           
static CalEventSoap[][] CalEventSoap.toSoapModels(CalEvent[][] models)
           
 

Method parameters in com.liferay.portlet.calendar.model with type arguments of type CalEvent
static CalEventSoap[] CalEventSoap.toSoapModels(List<CalEvent> models)
           
 

Constructors in com.liferay.portlet.calendar.model with parameters of type CalEvent
CalEventWrapper(CalEvent calEvent)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.model.impl
 

Classes in com.liferay.portlet.calendar.model.impl that implement CalEvent
 class CalEventBaseImpl
          The extended model base implementation for the CalEvent service.
 class CalEventImpl
           
 

Methods in com.liferay.portlet.calendar.model.impl that return CalEvent
 CalEvent CalEventCacheModel.toEntityModel()
           
 CalEvent CalEventModelImpl.toEscapedModel()
           
static CalEvent CalEventModelImpl.toModel(CalEventSoap soapModel)
          Converts the soap model instance into a normal model instance.
 CalEvent CalEventModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.calendar.model.impl that return types with arguments of type CalEvent
 CacheModel<CalEvent> CalEventModelImpl.toCacheModel()
           
static List<CalEvent> CalEventModelImpl.toModels(CalEventSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.calendar.model.impl with parameters of type CalEvent
 int CalEventModelImpl.compareTo(CalEvent calEvent)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.service
 

Methods in com.liferay.portlet.calendar.service that return CalEvent
 CalEvent CalEventLocalServiceWrapper.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
 CalEvent CalEventLocalService.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
static CalEvent CalEventLocalServiceUtil.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
 CalEvent CalEventLocalServiceWrapper.addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventLocalService.addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventLocalServiceUtil.addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventLocalServiceWrapper.addEvent(long userId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventLocalServiceWrapper.addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventLocalService.addEvent(long userId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventLocalService.addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
static CalEvent CalEventLocalServiceUtil.addEvent(long userId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventLocalServiceUtil.addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventService.addEvent(String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventServiceWrapper.addEvent(String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventServiceUtil.addEvent(String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventService.addEvent(String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventService.addEvent(String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventServiceWrapper.addEvent(String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventServiceWrapper.addEvent(String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
static CalEvent CalEventServiceUtil.addEvent(String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventServiceUtil.addEvent(String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventLocalServiceWrapper.createCalEvent(long eventId)
          Creates a new cal event with the primary key.
 CalEvent CalEventLocalService.createCalEvent(long eventId)
          Creates a new cal event with the primary key.
static CalEvent CalEventLocalServiceUtil.createCalEvent(long eventId)
          Creates a new cal event with the primary key.
 CalEvent CalEventLocalServiceWrapper.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
 CalEvent CalEventLocalService.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
static CalEvent CalEventLocalServiceUtil.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
 CalEvent CalEventLocalServiceWrapper.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
 CalEvent CalEventLocalService.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
static CalEvent CalEventLocalServiceUtil.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
 CalEvent CalEventLocalServiceWrapper.fetchCalEvent(long eventId)
           
 CalEvent CalEventLocalService.fetchCalEvent(long eventId)
           
static CalEvent CalEventLocalServiceUtil.fetchCalEvent(long eventId)
           
 CalEvent CalEventLocalServiceWrapper.getCalEvent(long eventId)
          Returns the cal event with the primary key.
 CalEvent CalEventLocalService.getCalEvent(long eventId)
          Returns the cal event with the primary key.
static CalEvent CalEventLocalServiceUtil.getCalEvent(long eventId)
          Returns the cal event with the primary key.
 CalEvent CalEventLocalServiceWrapper.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Returns the cal event with the UUID in the group.
 CalEvent CalEventLocalService.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Returns the cal event with the UUID in the group.
static CalEvent CalEventLocalServiceUtil.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Returns the cal event with the UUID in the group.
 CalEvent CalEventService.getEvent(long eventId)
           
 CalEvent CalEventServiceWrapper.getEvent(long eventId)
           
 CalEvent CalEventLocalServiceWrapper.getEvent(long eventId)
           
 CalEvent CalEventLocalService.getEvent(long eventId)
           
static CalEvent CalEventLocalServiceUtil.getEvent(long eventId)
           
static CalEvent CalEventServiceUtil.getEvent(long eventId)
           
 CalEvent CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalService.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
static CalEvent CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent, boolean merge)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalService.updateCalEvent(CalEvent calEvent, boolean merge)
          Updates the cal event in the database or adds it if it does not yet exist.
static CalEvent CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent, boolean merge)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalServiceWrapper.updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventLocalService.updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventLocalServiceUtil.updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventLocalServiceWrapper.updateEvent(long userId, long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventLocalServiceWrapper.updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventLocalService.updateEvent(long userId, long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventLocalService.updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
static CalEvent CalEventLocalServiceUtil.updateEvent(long userId, long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventLocalServiceUtil.updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventService.updateEvent(long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventServiceWrapper.updateEvent(long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventServiceUtil.updateEvent(long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventService.updateEvent(long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventService.updateEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventServiceWrapper.updateEvent(long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventServiceWrapper.updateEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
static CalEvent CalEventServiceUtil.updateEvent(long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventServiceUtil.updateEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 

Methods in com.liferay.portlet.calendar.service that return types with arguments of type CalEvent
 List<CalEvent> CalEventLocalServiceWrapper.getCalEvents(int start, int end)
          Returns a range of all the cal events.
 List<CalEvent> CalEventLocalService.getCalEvents(int start, int end)
          Returns a range of all the cal events.
static List<CalEvent> CalEventLocalServiceUtil.getCalEvents(int start, int end)
          Returns a range of all the cal events.
 List<CalEvent> CalEventLocalServiceWrapper.getCompanyEvents(long companyId, int start, int end)
           
 List<CalEvent> CalEventLocalService.getCompanyEvents(long companyId, int start, int end)
           
static List<CalEvent> CalEventLocalServiceUtil.getCompanyEvents(long companyId, int start, int end)
           
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, Calendar cal)
           
 List<CalEvent> CalEventLocalService.getEvents(long groupId, Calendar cal)
           
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, Calendar cal)
           
 List<CalEvent> CalEventService.getEvents(long groupId, Calendar cal, String type)
           
 List<CalEvent> CalEventServiceWrapper.getEvents(long groupId, Calendar cal, String type)
           
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, Calendar cal, String type)
           
 List<CalEvent> CalEventLocalService.getEvents(long groupId, Calendar cal, String type)
           
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, Calendar cal, String type)
           
static List<CalEvent> CalEventServiceUtil.getEvents(long groupId, Calendar cal, String type)
           
 List<CalEvent> CalEventService.getEvents(long groupId, Calendar cal, String[] types)
           
 List<CalEvent> CalEventServiceWrapper.getEvents(long groupId, Calendar cal, String[] types)
           
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, Calendar cal, String[] types)
           
 List<CalEvent> CalEventLocalService.getEvents(long groupId, Calendar cal, String[] types)
           
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, Calendar cal, String[] types)
           
static List<CalEvent> CalEventServiceUtil.getEvents(long groupId, Calendar cal, String[] types)
           
 List<CalEvent> CalEventService.getEvents(long groupId, String[] types, int start, int end)
           
 List<CalEvent> CalEventServiceWrapper.getEvents(long groupId, String[] types, int start, int end)
           
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, String[] types, int start, int end)
           
 List<CalEvent> CalEventLocalService.getEvents(long groupId, String[] types, int start, int end)
           
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, String[] types, int start, int end)
           
static List<CalEvent> CalEventServiceUtil.getEvents(long groupId, String[] types, int start, int end)
           
 List<CalEvent> CalEventService.getEvents(long groupId, String type, int start, int end)
           
 List<CalEvent> CalEventServiceWrapper.getEvents(long groupId, String type, int start, int end)
           
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, String type, int start, int end)
           
 List<CalEvent> CalEventLocalService.getEvents(long groupId, String type, int start, int end)
           
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, String type, int start, int end)
           
static List<CalEvent> CalEventServiceUtil.getEvents(long groupId, String type, int start, int end)
           
 List<CalEvent> CalEventLocalServiceWrapper.getNoAssetEvents()
           
 List<CalEvent> CalEventLocalService.getNoAssetEvents()
           
static List<CalEvent> CalEventLocalServiceUtil.getNoAssetEvents()
           
 List<CalEvent> CalEventLocalServiceWrapper.getRepeatingEvents(long groupId)
           
 List<CalEvent> CalEventLocalService.getRepeatingEvents(long groupId)
           
static List<CalEvent> CalEventLocalServiceUtil.getRepeatingEvents(long groupId)
           
 List<CalEvent> CalEventLocalServiceWrapper.getRepeatingEvents(long groupId, Calendar cal, String[] types)
           
 List<CalEvent> CalEventLocalService.getRepeatingEvents(long groupId, Calendar cal, String[] types)
           
static List<CalEvent> CalEventLocalServiceUtil.getRepeatingEvents(long groupId, Calendar cal, String[] types)
           
 

Methods in com.liferay.portlet.calendar.service with parameters of type CalEvent
 CalEvent CalEventLocalServiceWrapper.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
 CalEvent CalEventLocalService.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
static CalEvent CalEventLocalServiceUtil.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
 void CalEventLocalServiceWrapper.addEventResources(CalEvent event, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void CalEventLocalService.addEventResources(CalEvent event, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void CalEventLocalServiceUtil.addEventResources(CalEvent event, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void CalEventLocalServiceWrapper.addEventResources(CalEvent event, String[] groupPermissions, String[] guestPermissions)
           
 void CalEventLocalService.addEventResources(CalEvent event, String[] groupPermissions, String[] guestPermissions)
           
static void CalEventLocalServiceUtil.addEventResources(CalEvent event, String[] groupPermissions, String[] guestPermissions)
           
 CalEvent CalEventLocalServiceWrapper.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
 CalEvent CalEventLocalService.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
static CalEvent CalEventLocalServiceUtil.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
 void CalEventLocalServiceWrapper.deleteEvent(CalEvent event)
           
 void CalEventLocalService.deleteEvent(CalEvent event)
           
static void CalEventLocalServiceUtil.deleteEvent(CalEvent event)
           
 void CalEventLocalServiceWrapper.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void CalEventLocalService.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
static void CalEventLocalServiceUtil.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 CalEvent CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalService.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
static CalEvent CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent, boolean merge)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalService.updateCalEvent(CalEvent calEvent, boolean merge)
          Updates the cal event in the database or adds it if it does not yet exist.
static CalEvent CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent, boolean merge)
          Updates the cal event in the database or adds it if it does not yet exist.
 

Uses of CalEvent in com.liferay.portlet.calendar.service.base
 

Methods in com.liferay.portlet.calendar.service.base that return CalEvent
 CalEvent CalEventLocalServiceBaseImpl.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
 CalEvent CalEventLocalServiceBaseImpl.createCalEvent(long eventId)
          Creates a new cal event with the primary key.
 CalEvent CalEventLocalServiceBaseImpl.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
 CalEvent CalEventLocalServiceBaseImpl.deleteCalEvent(long eventId)
          Deletes the cal event with the primary key from the database.
 CalEvent CalEventLocalServiceBaseImpl.fetchCalEvent(long eventId)
           
 CalEvent CalEventLocalServiceBaseImpl.getCalEvent(long eventId)
          Returns the cal event with the primary key.
 CalEvent CalEventLocalServiceBaseImpl.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Returns the cal event with the UUID in the group.
 CalEvent CalEventLocalServiceBaseImpl.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalServiceBaseImpl.updateCalEvent(CalEvent calEvent, boolean merge)
          Updates the cal event in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.calendar.service.base that return types with arguments of type CalEvent
 List<CalEvent> CalEventLocalServiceBaseImpl.getCalEvents(int start, int end)
          Returns a range of all the cal events.
 

Methods in com.liferay.portlet.calendar.service.base with parameters of type CalEvent
 CalEvent CalEventLocalServiceBaseImpl.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
 CalEvent CalEventLocalServiceBaseImpl.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
 CalEvent CalEventLocalServiceBaseImpl.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalServiceBaseImpl.updateCalEvent(CalEvent calEvent, boolean merge)
          Updates the cal event in the database or adds it if it does not yet exist.
 

Uses of CalEvent in com.liferay.portlet.calendar.service.http
 

Methods in com.liferay.portlet.calendar.service.http that return CalEvent
static CalEvent CalEventServiceHttp.addEvent(HttpPrincipal httpPrincipal, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventServiceHttp.addEvent(HttpPrincipal httpPrincipal, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventServiceHttp.getEvent(HttpPrincipal httpPrincipal, long eventId)
           
static CalEvent CalEventServiceHttp.updateEvent(HttpPrincipal httpPrincipal, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
static CalEvent CalEventServiceHttp.updateEvent(HttpPrincipal httpPrincipal, long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.calendar.service.http that return types with arguments of type CalEvent
static List<CalEvent> CalEventServiceHttp.getEvents(HttpPrincipal httpPrincipal, long groupId, Calendar cal, String type)
           
static List<CalEvent> CalEventServiceHttp.getEvents(HttpPrincipal httpPrincipal, long groupId, Calendar cal, String[] types)
           
static List<CalEvent> CalEventServiceHttp.getEvents(HttpPrincipal httpPrincipal, long groupId, String[] types, int start, int end)
           
static List<CalEvent> CalEventServiceHttp.getEvents(HttpPrincipal httpPrincipal, long groupId, String type, int start, int end)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.service.impl
 

Methods in com.liferay.portlet.calendar.service.impl that return CalEvent
 CalEvent CalEventLocalServiceImpl.addEvent(long userId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventLocalServiceImpl.addEvent(long userId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventLocalServiceImpl.addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventServiceImpl.addEvent(String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventServiceImpl.addEvent(String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventServiceImpl.addEvent(String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventLocalServiceImpl.getEvent(long eventId)
           
 CalEvent CalEventServiceImpl.getEvent(long eventId)
           
 CalEvent CalEventLocalServiceImpl.updateEvent(long userId, long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventLocalServiceImpl.updateEvent(long userId, long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventLocalServiceImpl.updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventServiceImpl.updateEvent(long eventId, String title, String description, String location, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, int durationHour, int durationMinute, boolean allDay, boolean timeZoneSensitive, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
           
 CalEvent CalEventServiceImpl.updateEvent(long eventId, String title, String description, 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, String type, boolean repeating, TZSRecurrence recurrence, int remindBy, int firstReminder, int secondReminder, ServiceContext serviceContext)
          Deprecated. CalEventServiceImpl.updateEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 

Methods in com.liferay.portlet.calendar.service.impl that return types with arguments of type CalEvent
 List<CalEvent> CalEventLocalServiceImpl.getCompanyEvents(long companyId, int start, int end)
           
 List<CalEvent> CalEventLocalServiceImpl.getEvents(long groupId, Calendar cal)
           
 List<CalEvent> CalEventLocalServiceImpl.getEvents(long groupId, Calendar cal, String type)
           
 List<CalEvent> CalEventServiceImpl.getEvents(long groupId, Calendar cal, String type)
           
 List<CalEvent> CalEventLocalServiceImpl.getEvents(long groupId, Calendar cal, String[] types)
           
 List<CalEvent> CalEventServiceImpl.getEvents(long groupId, Calendar cal, String[] types)
           
 List<CalEvent> CalEventLocalServiceImpl.getEvents(long groupId, String[] types, int start, int end)
           
 List<CalEvent> CalEventServiceImpl.getEvents(long groupId, String[] types, int start, int end)
           
 List<CalEvent> CalEventLocalServiceImpl.getEvents(long groupId, String type, int start, int end)
           
 List<CalEvent> CalEventServiceImpl.getEvents(long groupId, String type, int start, int end)
           
protected static Map<String,List<CalEvent>> CalEventLocalUtil.getEventsPool(long groupId)
           
 List<CalEvent> CalEventLocalServiceImpl.getNoAssetEvents()
           
 List<CalEvent> CalEventLocalServiceImpl.getRepeatingEvents(long groupId)
           
 List<CalEvent> CalEventLocalServiceImpl.getRepeatingEvents(long groupId, Calendar cal, String[] types)
           
 

Methods in com.liferay.portlet.calendar.service.impl with parameters of type CalEvent
 void CalEventLocalServiceImpl.addEventResources(CalEvent event, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void CalEventLocalServiceImpl.addEventResources(CalEvent event, String[] groupPermissions, String[] guestPermissions)
           
 void CalEventLocalServiceImpl.deleteEvent(CalEvent event)
           
protected  Calendar CalEventLocalServiceImpl.getRecurrenceCal(Calendar cal, Calendar tzICal, CalEvent event)
           
protected  void CalEventLocalServiceImpl.remindUser(CalEvent event, User user, Calendar startDate)
           
protected  void CalEventLocalServiceImpl.remindUser(CalEvent event, User user, Calendar startCalendar, Calendar nowCalendar)
           
protected  net.fortuna.ical4j.model.component.VEvent CalEventLocalServiceImpl.toICalVEvent(CalEvent event, TimeZone timeZone)
           
 void CalEventLocalServiceImpl.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 

Method parameters in com.liferay.portlet.calendar.service.impl with type arguments of type CalEvent
protected  net.fortuna.ical4j.model.Calendar CalEventLocalServiceImpl.toICalCalendar(long userId, List<CalEvent> events)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.service.permission
 

Methods in com.liferay.portlet.calendar.service.permission with parameters of type CalEvent
static void CalEventPermission.check(PermissionChecker permissionChecker, CalEvent event, String actionId)
           
static boolean CalEventPermission.contains(PermissionChecker permissionChecker, CalEvent event, String actionId)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.service.persistence
 

Methods in com.liferay.portlet.calendar.service.persistence that return CalEvent
 CalEvent CalEventPersistence.create(long eventId)
          Creates a new cal event with the primary key.
static CalEvent CalEventUtil.create(long eventId)
          Creates a new cal event with the primary key.
 CalEvent CalEventPersistenceImpl.create(long eventId)
          Creates a new cal event with the primary key.
 CalEvent CalEventPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.fetchByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.fetchByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.fetchByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.fetchByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.fetchByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.fetchByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.fetchByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.fetchByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.fetchByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.fetchByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.fetchByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.fetchByPrimaryKey(long eventId)
          Returns the cal event with the primary key or returns null if it could not be found.
static CalEvent CalEventUtil.fetchByPrimaryKey(long eventId)
          Returns the cal event with the primary key or returns null if it could not be found.
 CalEvent CalEventPersistenceImpl.fetchByPrimaryKey(long eventId)
          Returns the cal event with the primary key or returns null if it could not be found.
 CalEvent CalEventPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the cal event with the primary key or returns null if it could not be found.
 CalEvent CalEventPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found.
static CalEvent CalEventUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found.
 CalEvent CalEventPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found.
 CalEvent CalEventPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static CalEvent CalEventUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 CalEvent CalEventPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 CalEvent CalEventPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistence.filterFindByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and repeating = ?.
static CalEvent[] CalEventUtil.filterFindByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistenceImpl.filterFindByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistence.filterFindByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ?.
static CalEvent[] CalEventUtil.filterFindByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ?.
 CalEvent[] CalEventPersistenceImpl.filterFindByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ?.
 CalEvent[] CalEventPersistence.filterFindByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
static CalEvent[] CalEventUtil.filterFindByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
 CalEvent[] CalEventPersistenceImpl.filterFindByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
 CalEvent[] CalEventPersistence.filterFindByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ?.
static CalEvent[] CalEventUtil.filterFindByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ?.
 CalEvent[] CalEventPersistenceImpl.filterFindByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set of cal events that the user has permission to view where groupId = ?.
protected  CalEvent CalEventPersistenceImpl.filterGetByG_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, boolean repeating, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.filterGetByG_T_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.filterGetByG_T_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, boolean repeating, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, CalEvent calEvent, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 CalEvent CalEventPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where companyId = ?.
 CalEvent[] CalEventPersistence.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
static CalEvent[] CalEventUtil.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
 CalEvent[] CalEventPersistenceImpl.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.findByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_R_First(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_R_Last(long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistence.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent[] CalEventUtil.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_First(long groupId, String type, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_Last(long groupId, String type, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent[] CalEventPersistence.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
static CalEvent[] CalEventUtil.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent[] CalEventPersistence.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent[] CalEventUtil.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where groupId = ?.
 CalEvent[] CalEventPersistence.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
static CalEvent[] CalEventUtil.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 CalEvent[] CalEventPersistenceImpl.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.findByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.findByNotRemindBy_First(int remindBy, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.findByNotRemindBy_Last(int remindBy, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] CalEventPersistence.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
static CalEvent[] CalEventUtil.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] CalEventPersistenceImpl.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByPrimaryKey(long eventId)
          Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
static CalEvent CalEventUtil.findByPrimaryKey(long eventId)
          Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistenceImpl.findByPrimaryKey(long eventId)
          Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the cal event with the primary key or throws a NoSuchModelException if it could not be found.
 CalEvent CalEventPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.findByUUID_G(String uuid, long groupId)
          Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found.
static CalEvent CalEventUtil.findByUUID_G(String uuid, long groupId)
          Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistence.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
static CalEvent[] CalEventUtil.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistenceImpl.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator orderByComparator)
          Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
protected  CalEvent CalEventPersistenceImpl.getByCompanyId_PrevAndNext(Session session, CalEvent calEvent, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByG_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, boolean repeating, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByG_T_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByG_T_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, boolean repeating, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByGroupId_PrevAndNext(Session session, CalEvent calEvent, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByNotRemindBy_PrevAndNext(Session session, CalEvent calEvent, int remindBy, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByUuid_PrevAndNext(Session session, CalEvent calEvent, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 CalEvent CalEventPersistence.remove(long eventId)
          Removes the cal event with the primary key from the database.
static CalEvent CalEventUtil.remove(long eventId)
          Removes the cal event with the primary key from the database.
 CalEvent CalEventPersistenceImpl.remove(long eventId)
          Removes the cal event with the primary key from the database.
 CalEvent CalEventPersistenceImpl.remove(Serializable primaryKey)
          Removes the cal event with the primary key from the database.
 CalEvent CalEventPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the cal event where uuid = ? and groupId = ? from the database.
static CalEvent CalEventUtil.removeByUUID_G(String uuid, long groupId)
          Removes the cal event where uuid = ? and groupId = ? from the database.
 CalEvent CalEventPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the cal event where uuid = ? and groupId = ? from the database.
protected  CalEvent CalEventPersistenceImpl.removeImpl(CalEvent calEvent)
           
protected  CalEvent CalEventPersistenceImpl.toUnwrappedModel(CalEvent calEvent)
           
static CalEvent CalEventUtil.update(CalEvent calEvent, boolean merge)
           
static CalEvent CalEventUtil.update(CalEvent calEvent, boolean merge, ServiceContext serviceContext)
           
 CalEvent CalEventPersistence.updateImpl(CalEvent calEvent, boolean merge)
           
static CalEvent CalEventUtil.updateImpl(CalEvent calEvent, boolean merge)
           
 CalEvent CalEventPersistenceImpl.updateImpl(CalEvent calEvent, boolean merge)
           
 

Methods in com.liferay.portlet.calendar.service.persistence that return types with arguments of type CalEvent
 List<CalEvent> CalEventPersistence.filterFindByG_R(long groupId, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_R(long groupId, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_R(long groupId, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_R(long groupId, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_R(long groupId, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_R(long groupId, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T_R(long groupId, String[] types, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T_R(long groupId, String[] types, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T_R(long groupId, String[] types, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T_R(long groupId, String[] types, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T_R(long groupId, String[] types, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T_R(long groupId, String[] types, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T_R(long groupId, String type, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T_R(long groupId, String type, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T_R(long groupId, String type, boolean repeating)
          Returns all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T_R(long groupId, String type, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T_R(long groupId, String type, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T_R(long groupId, String type, boolean repeating, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T(long groupId, String type)
          Returns all the cal events that the user has permission to view where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T(long groupId, String type)
          Returns all the cal events that the user has permission to view where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T(long groupId, String type)
          Returns all the cal events that the user has permission to view where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T(long groupId, String[] types)
          Returns all the cal events that the user has permission to view where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.filterFindByG_T(long groupId, String[] types)
          Returns all the cal events that the user has permission to view where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T(long groupId, String[] types)
          Returns all the cal events that the user has permission to view where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T(long groupId, String[] types, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.filterFindByG_T(long groupId, String[] types, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T(long groupId, String[] types, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.filterFindByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permission to view where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T(long groupId, String type, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T(long groupId, String type, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T(long groupId, String type, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.filterFindByGroupId(long groupId)
          Returns all the cal events that the user has permission to view where groupId = ?.
static List<CalEvent> CalEventUtil.filterFindByGroupId(long groupId)
          Returns all the cal events that the user has permission to view where groupId = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the cal events that the user has permission to view where groupId = ?.
 List<CalEvent> CalEventPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ?.
static List<CalEvent> CalEventUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the cal events that the user has permission to view where groupId = ?.
 List<CalEvent> CalEventPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ?.
static List<CalEvent> CalEventUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ?.
 List<CalEvent> CalEventPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events that the user has permissions to view where groupId = ?.
 List<CalEvent> CalEventPersistence.findAll()
          Returns all the cal events.
static List<CalEvent> CalEventUtil.findAll()
          Returns all the cal events.
 List<CalEvent> CalEventPersistenceImpl.findAll()
          Returns all the cal events.
 List<CalEvent> CalEventPersistence.findAll(int start, int end)
          Returns a range of all the cal events.
static List<CalEvent> CalEventUtil.findAll(int start, int end)
          Returns a range of all the cal events.
 List<CalEvent> CalEventPersistenceImpl.findAll(int start, int end)
          Returns a range of all the cal events.
 List<CalEvent> CalEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events.
static List<CalEvent> CalEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events.
 List<CalEvent> CalEventPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId)
          Returns all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId)
          Returns all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByCompanyId(long companyId)
          Returns all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where companyId = ?.
static List<CalEvent> CalEventFinderUtil.findByFutureReminders()
           
 List<CalEvent> CalEventFinder.findByFutureReminders()
           
 List<CalEvent> CalEventFinderImpl.findByFutureReminders()
           
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating)
          Returns all the cal events where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_R(long groupId, boolean repeating)
          Returns all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_R(long groupId, boolean repeating)
          Returns all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_R(long groupId, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_R(long groupId, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
static List<CalEvent> CalEventFinderUtil.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
           
 List<CalEvent> CalEventFinder.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
           
 List<CalEvent> CalEventFinderImpl.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
           
static List<CalEvent> CalEventFinderUtil.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types, int start, int end)
           
 List<CalEvent> CalEventFinder.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types, int start, int end)
           
 List<CalEvent> CalEventFinderImpl.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types, int start, int end)
           
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String[] types, boolean repeating)
          Returns all the cal events where groupId = ? and type = any ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String[] types, boolean repeating)
          Returns all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String[] types, boolean repeating)
          Returns all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = any ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String type, boolean repeating)
          Returns all the cal events where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String type, boolean repeating)
          Returns all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String type, boolean repeating)
          Returns all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String type, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String type, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String type, boolean repeating, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type)
          Returns all the cal events where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String type)
          Returns all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String type)
          Returns all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String[] types)
          Returns all the cal events where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String[] types)
          Returns all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String[] types)
          Returns all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String[] types, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String[] types, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String[] types, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String type, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String type, int start, int end)
          Returns a range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistenceImpl.findByG_T(long groupId, String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId)
          Returns all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId)
          Returns all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByGroupId(long groupId)
          Returns all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where groupId = ?.
static List<CalEvent> CalEventFinderUtil.findByNoAssets()
           
 List<CalEvent> CalEventFinder.findByNoAssets()
           
 List<CalEvent> CalEventFinderImpl.findByNoAssets()
           
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy)
          Returns all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy)
          Returns all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistenceImpl.findByNotRemindBy(int remindBy)
          Returns all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy, int start, int end)
          Returns a range of all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy, int start, int end)
          Returns a range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistenceImpl.findByNotRemindBy(int remindBy, int start, int end)
          Returns a range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistenceImpl.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid)
          Returns all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid)
          Returns all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistenceImpl.findByUuid(String uuid)
          Returns all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<CalEvent> CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<CalEvent> CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.calendar.service.persistence with parameters of type CalEvent
 void CalEventPersistence.cacheResult(CalEvent calEvent)
          Caches the cal event in the entity cache if it is enabled.
static void CalEventUtil.cacheResult(CalEvent calEvent)
          Caches the cal event in the entity cache if it is enabled.
 void CalEventPersistenceImpl.cacheResult(CalEvent calEvent)
          Caches the cal event in the entity cache if it is enabled.
protected  void CalEventPersistenceImpl.cacheUniqueFindersCache(CalEvent calEvent)
           
static void CalEventUtil.clearCache(CalEvent calEvent)
           
 void CalEventPersistenceImpl.clearCache(CalEvent calEvent)
          Clears the cache for the cal event.
protected  void CalEventPersistenceImpl.clearUniqueFindersCache(CalEvent calEvent)
           
protected  CalEvent CalEventPersistenceImpl.filterGetByG_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, boolean repeating, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.filterGetByG_T_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.filterGetByG_T_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, boolean repeating, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, CalEvent calEvent, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByCompanyId_PrevAndNext(Session session, CalEvent calEvent, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByG_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, boolean repeating, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByG_T_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByG_T_R_PrevAndNext(Session session, CalEvent calEvent, long groupId, String type, boolean repeating, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByGroupId_PrevAndNext(Session session, CalEvent calEvent, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByNotRemindBy_PrevAndNext(Session session, CalEvent calEvent, int remindBy, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.getByUuid_PrevAndNext(Session session, CalEvent calEvent, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  CalEvent CalEventPersistenceImpl.removeImpl(CalEvent calEvent)
           
protected  CalEvent CalEventPersistenceImpl.toUnwrappedModel(CalEvent calEvent)
           
static CalEvent CalEventUtil.update(CalEvent calEvent, boolean merge)
           
static CalEvent CalEventUtil.update(CalEvent calEvent, boolean merge, ServiceContext serviceContext)
           
 CalEvent CalEventPersistence.updateImpl(CalEvent calEvent, boolean merge)
           
static CalEvent CalEventUtil.updateImpl(CalEvent calEvent, boolean merge)
           
 CalEvent CalEventPersistenceImpl.updateImpl(CalEvent calEvent, boolean merge)
           
 

Method parameters in com.liferay.portlet.calendar.service.persistence with type arguments of type CalEvent
 void CalEventPersistence.cacheResult(List<CalEvent> calEvents)
          Caches the cal events in the entity cache if it is enabled.
static void CalEventUtil.cacheResult(List<CalEvent> calEvents)
          Caches the cal events in the entity cache if it is enabled.
 void CalEventPersistenceImpl.cacheResult(List<CalEvent> calEvents)
          Caches the cal events in the entity cache if it is enabled.
 void CalEventPersistenceImpl.clearCache(List<CalEvent> calEvents)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.util
 

Methods in com.liferay.portlet.calendar.util with parameters of type CalEvent
static Date CalUtil.getDaylightSavingTimeOffsetDate(CalEvent event, TimeZone userTimeZone, Calendar cal, Date date)
           
static Date CalUtil.getEndTime(CalEvent event)
           
static boolean CalUtil.isAllDay(CalEvent event, TimeZone timeZone, Locale locale)
           
 

Uses of CalEvent in com.liferay.portlet.calendar.util.comparator
 

Methods in com.liferay.portlet.calendar.util.comparator with parameters of type CalEvent
 int EventTimeComparator.compare(CalEvent event1, CalEvent event2)
           
protected  int EventTimeComparator.compareTitle(CalEvent event1, CalEvent event2)
           
protected  Long EventTimeComparator.getDuration(CalEvent event)
           
protected  Date EventTimeComparator.getStartDate(CalEvent event, TimeZone timeZone, boolean repeating)
           
 

Uses of CalEvent in com.liferay.taglib.ui
 

Methods in com.liferay.taglib.ui with parameters of type CalEvent
 void InputRepeatTag.setEvent(CalEvent event)
           
 


Liferay 6.1.2-ce-ga3