Liferay 7.0-ce-b4

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

Packages that use CalEvent
com.liferay.portlet.calendar.model   
com.liferay.portlet.calendar.service   
com.liferay.portlet.calendar.service.persistence   
 

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

Classes in com.liferay.portlet.calendar.model that implement CalEvent
 class CalEventWrapper
          Deprecated. As of 7.0.0, with no direct replacement
 

Fields in com.liferay.portlet.calendar.model with type parameters of type CalEvent
static Accessor<CalEvent,Long> CalEvent.EVENT_ID_ACCESSOR
          Deprecated.  
 

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

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

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

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

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

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

Methods in com.liferay.portlet.calendar.service that return CalEvent
 CalEvent CalEventLocalService.addCalEvent(CalEvent calEvent)
          Deprecated. Adds the cal event to the database.
 CalEvent CalEventLocalServiceWrapper.addCalEvent(CalEvent calEvent)
          Deprecated. Adds the cal event to the database.
static CalEvent CalEventLocalServiceUtil.addCalEvent(CalEvent calEvent)
          Deprecated. Adds the cal event to the database.
 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)
          Deprecated.  
 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)
          Deprecated.  
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)
          Deprecated.  
 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. As of 6.2.0, replaced by CalEventLocalService.addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, 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. As of 6.2.0, replaced by CalEventLocalServiceWrapper.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. As of 6.2.0, replaced by CalEventLocalServiceUtil.addEvent(long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, ServiceContext)
 CalEvent CalEventLocalService.createCalEvent(long eventId)
          Deprecated. Creates a new cal event with the primary key.
 CalEvent CalEventLocalServiceWrapper.createCalEvent(long eventId)
          Deprecated. Creates a new cal event with the primary key.
static CalEvent CalEventLocalServiceUtil.createCalEvent(long eventId)
          Deprecated. Creates a new cal event with the primary key.
 CalEvent CalEventLocalService.deleteCalEvent(CalEvent calEvent)
          Deprecated. Deletes the cal event from the database.
 CalEvent CalEventLocalServiceWrapper.deleteCalEvent(CalEvent calEvent)
          Deprecated. Deletes the cal event from the database.
static CalEvent CalEventLocalServiceUtil.deleteCalEvent(CalEvent calEvent)
          Deprecated. Deletes the cal event from the database.
 CalEvent CalEventLocalService.deleteCalEvent(long eventId)
          Deprecated. Deletes the cal event with the primary key from the database.
 CalEvent CalEventLocalServiceWrapper.deleteCalEvent(long eventId)
          Deprecated. Deletes the cal event with the primary key from the database.
static CalEvent CalEventLocalServiceUtil.deleteCalEvent(long eventId)
          Deprecated. Deletes the cal event with the primary key from the database.
 CalEvent CalEventLocalService.deleteEvent(CalEvent event)
          Deprecated.  
 CalEvent CalEventLocalServiceWrapper.deleteEvent(CalEvent event)
          Deprecated.  
static CalEvent CalEventLocalServiceUtil.deleteEvent(CalEvent event)
          Deprecated.  
 CalEvent CalEventLocalService.deleteEvent(long eventId)
          Deprecated.  
 CalEvent CalEventLocalServiceWrapper.deleteEvent(long eventId)
          Deprecated.  
static CalEvent CalEventLocalServiceUtil.deleteEvent(long eventId)
          Deprecated.  
 CalEvent CalEventLocalService.fetchCalEvent(long eventId)
          Deprecated.  
 CalEvent CalEventLocalServiceWrapper.fetchCalEvent(long eventId)
          Deprecated.  
static CalEvent CalEventLocalServiceUtil.fetchCalEvent(long eventId)
          Deprecated.  
 CalEvent CalEventLocalService.fetchCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
 CalEvent CalEventLocalServiceWrapper.fetchCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
static CalEvent CalEventLocalServiceUtil.fetchCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
 CalEvent CalEventLocalService.getCalEvent(long eventId)
          Deprecated. Returns the cal event with the primary key.
 CalEvent CalEventLocalServiceWrapper.getCalEvent(long eventId)
          Deprecated. Returns the cal event with the primary key.
static CalEvent CalEventLocalServiceUtil.getCalEvent(long eventId)
          Deprecated. Returns the cal event with the primary key.
 CalEvent CalEventLocalService.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
 CalEvent CalEventLocalServiceWrapper.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
static CalEvent CalEventLocalServiceUtil.getCalEventByUuidAndGroupId(String uuid, long groupId)
          Deprecated. Returns the cal event matching the UUID and group.
 CalEvent CalEventLocalService.getEvent(long eventId)
          Deprecated.  
 CalEvent CalEventLocalServiceWrapper.getEvent(long eventId)
          Deprecated.  
static CalEvent CalEventLocalServiceUtil.getEvent(long eventId)
          Deprecated.  
 CalEvent CalEventLocalService.updateCalEvent(CalEvent calEvent)
          Deprecated. Updates the cal event in the database or adds it if it does not yet exist.
 CalEvent CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent)
          Deprecated. Updates the cal event in the database or adds it if it does not yet exist.
static CalEvent CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent)
          Deprecated. Updates the cal event in the database or adds it if it does not yet exist.
 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)
          Deprecated.  
 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)
          Deprecated.  
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)
          Deprecated.  
 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. As of 6.2.0, replaced by CalEventLocalService.updateEvent(long, long, String, String, String, int, int, int, int, int, int, int, boolean, boolean, String, boolean, TZSRecurrence, int, int, int, 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. As of 6.2.0, replaced by CalEventLocalServiceWrapper.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. As of 6.2.0, replaced by CalEventLocalServiceUtil.updateEvent(long, 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> CalEventLocalService.getCalEvents(int start, int end)
          Deprecated. Returns a range of all the cal events.
 List<CalEvent> CalEventLocalServiceWrapper.getCalEvents(int start, int end)
          Deprecated. Returns a range of all the cal events.
static List<CalEvent> CalEventLocalServiceUtil.getCalEvents(int start, int end)
          Deprecated. Returns a range of all the cal events.
 List<CalEvent> CalEventLocalService.getCalEventsByUuidAndCompanyId(String uuid, long companyId)
          Deprecated. Returns all the cal events matching the UUID and company.
 List<CalEvent> CalEventLocalServiceWrapper.getCalEventsByUuidAndCompanyId(String uuid, long companyId)
          Deprecated. Returns all the cal events matching the UUID and company.
static List<CalEvent> CalEventLocalServiceUtil.getCalEventsByUuidAndCompanyId(String uuid, long companyId)
          Deprecated. Returns all the cal events matching the UUID and company.
 List<CalEvent> CalEventLocalService.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns a range of cal events matching the UUID and company.
 List<CalEvent> CalEventLocalServiceWrapper.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns a range of cal events matching the UUID and company.
static List<CalEvent> CalEventLocalServiceUtil.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns a range of cal events matching the UUID and company.
 List<CalEvent> CalEventLocalService.getCompanyEvents(long companyId, int start, int end)
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getCompanyEvents(long companyId, int start, int end)
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getCompanyEvents(long companyId, int start, int end)
          Deprecated.  
 List<CalEvent> CalEventLocalService.getEvents(long groupId, Calendar cal)
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, Calendar cal)
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, Calendar cal)
          Deprecated.  
 List<CalEvent> CalEventLocalService.getEvents(long groupId, Calendar cal, String type)
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, Calendar cal, String type)
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, Calendar cal, String type)
          Deprecated.  
 List<CalEvent> CalEventLocalService.getEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
 List<CalEvent> CalEventLocalService.getEvents(long groupId, String[] types, int start, int end)
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, String[] types, int start, int end)
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, String[] types, int start, int end)
          Deprecated.  
 List<CalEvent> CalEventLocalService.getEvents(long groupId, String type, int start, int end)
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getEvents(long groupId, String type, int start, int end)
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getEvents(long groupId, String type, int start, int end)
          Deprecated.  
 List<CalEvent> CalEventLocalService.getNoAssetEvents()
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getNoAssetEvents()
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getNoAssetEvents()
          Deprecated.  
 List<CalEvent> CalEventLocalService.getRepeatingEvents(long groupId)
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getRepeatingEvents(long groupId)
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getRepeatingEvents(long groupId)
          Deprecated.  
 List<CalEvent> CalEventLocalService.getRepeatingEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
 List<CalEvent> CalEventLocalServiceWrapper.getRepeatingEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
static List<CalEvent> CalEventLocalServiceUtil.getRepeatingEvents(long groupId, Calendar cal, String[] types)
          Deprecated.  
 

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

Method parameters in com.liferay.portlet.calendar.service with type arguments of type CalEvent
 File CalEventLocalService.exportEvents(long userId, List<CalEvent> events, String fileName)
          Deprecated.  
 File CalEventLocalServiceWrapper.exportEvents(long userId, List<CalEvent> events, String fileName)
          Deprecated.  
static File CalEventLocalServiceUtil.exportEvents(long userId, List<CalEvent> events, String fileName)
          Deprecated.  
 List<CalEvent> CalEventLocalService.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns a range of cal events matching the UUID and company.
 List<CalEvent> CalEventLocalServiceWrapper.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns a range of cal events matching the UUID and company.
static List<CalEvent> CalEventLocalServiceUtil.getCalEventsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns a range of cal events matching the UUID and company.
 

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)
          Deprecated. Creates a new cal event with the primary key.
static CalEvent CalEventUtil.create(long eventId)
          Deprecated. Creates a new cal event with the primary key.
 CalEvent CalEventPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.fetchByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.fetchByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.fetchByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.fetchByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.fetchByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.fetchByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.fetchByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.fetchByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.fetchByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.fetchByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.fetchByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or returns null if it could not be found.
static CalEvent CalEventUtil.fetchByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or returns null if it could not be found.
 CalEvent CalEventPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.fetchByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.fetchByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.fetchByUUID_G(String uuid, long groupId)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.fetchByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent[] CalEventPersistence.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent[] CalEventPersistence.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] CalEventPersistence.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
static CalEvent CalEventUtil.findByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent[] CalEventPersistence.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent[] CalEventUtil.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.findByUUID_G(String uuid, long groupId)
          Deprecated. 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)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistence.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.remove(long eventId)
          Deprecated. Removes the cal event with the primary key from the database.
static CalEvent CalEventUtil.remove(long eventId)
          Deprecated. Removes the cal event with the primary key from the database.
 CalEvent CalEventPersistence.removeByUUID_G(String uuid, long groupId)
          Deprecated. Removes the cal event where uuid = ? and groupId = ? from the database.
static CalEvent CalEventUtil.removeByUUID_G(String uuid, long groupId)
          Deprecated. Removes the cal event where uuid = ? and groupId = ? from the database.
static CalEvent CalEventUtil.update(CalEvent calEvent)
          Deprecated.  
static CalEvent CalEventUtil.update(CalEvent calEvent, ServiceContext serviceContext)
          Deprecated.  
 CalEvent CalEventPersistence.updateImpl(CalEvent calEvent)
          Deprecated.  
static CalEvent CalEventUtil.updateImpl(CalEvent calEvent)
          Deprecated.  
 

Methods in com.liferay.portlet.calendar.service.persistence that return types with arguments of type CalEvent
 Map<Serializable,CalEvent> CalEventPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
          Deprecated.  
static Map<Serializable,CalEvent> CalEventUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
          Deprecated.  
 List<CalEvent> CalEventPersistence.findAll()
          Deprecated. Returns all the cal events.
static List<CalEvent> CalEventUtil.findAll()
          Deprecated. Returns all the cal events.
 List<CalEvent> CalEventPersistence.findAll(int start, int end)
          Deprecated. Returns a range of all the cal events.
static List<CalEvent> CalEventUtil.findAll(int start, int end)
          Deprecated. Returns a range of all the cal events.
 List<CalEvent> CalEventPersistence.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events.
static List<CalEvent> CalEventUtil.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events.
 List<CalEvent> CalEventPersistence.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events.
static List<CalEvent> CalEventUtil.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId)
          Deprecated. Returns all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId)
          Deprecated. Returns all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId, int start, int end)
          Deprecated. Returns a range of all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId, int start, int end)
          Deprecated. Returns a range of all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
 List<CalEvent> CalEventFinder.findByFutureReminders()
          Deprecated.  
static List<CalEvent> CalEventFinderUtil.findByFutureReminders()
          Deprecated.  
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating)
          Deprecated. Returns all the cal events where groupId = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_R(long groupId, boolean repeating)
          Deprecated. Returns all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating, int start, int end)
          Deprecated. 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)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventFinder.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
          Deprecated.  
static List<CalEvent> CalEventFinderUtil.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types)
          Deprecated.  
 List<CalEvent> CalEventFinder.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types, int start, int end)
          Deprecated.  
static List<CalEvent> CalEventFinderUtil.findByG_SD_T(long groupId, Date startDateGT, Date startDateLT, boolean timeZoneSensitive, String[] types, int start, int end)
          Deprecated.  
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String[] types, boolean repeating)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?, optionally using the finder cache.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?, optionally using the finder cache.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String type, boolean repeating)
          Deprecated. Returns all the cal events where groupId = ? and type = ? and repeating = ?.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String type, boolean repeating)
          Deprecated. 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)
          Deprecated. 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)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns an ordered 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type)
          Deprecated. Returns all the cal events where groupId = ? and type = ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String type)
          Deprecated. Returns all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String[] types)
          Deprecated. Returns all the cal events where groupId = ? and type = any ?.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String[] types)
          Deprecated. Returns all the cal events where groupId = ? and type = any ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String[] types, int start, int end)
          Deprecated. 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)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns an ordered 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?, optionally using the finder cache.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?, optionally using the finder cache.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type, int start, int end)
          Deprecated. 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)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId)
          Deprecated. Returns all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId)
          Deprecated. Returns all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId, int start, int end)
          Deprecated. Returns a range of all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId, int start, int end)
          Deprecated. Returns a range of all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
 List<CalEvent> CalEventFinder.findByNoAssets()
          Deprecated.  
static List<CalEvent> CalEventFinderUtil.findByNoAssets()
          Deprecated.  
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy)
          Deprecated. Returns all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy)
          Deprecated. Returns all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy, int start, int end)
          Deprecated. Returns a range of all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy, int start, int end)
          Deprecated. Returns a range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByUuid_C(String uuid, long companyId)
          Deprecated. Returns all the cal events where uuid = ? and companyId = ?.
static List<CalEvent> CalEventUtil.findByUuid_C(String uuid, long companyId)
          Deprecated. Returns all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Deprecated. Returns a range of all the cal events where uuid = ? and companyId = ?.
static List<CalEvent> CalEventUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Deprecated. Returns a range of all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
static List<CalEvent> CalEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
static List<CalEvent> CalEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid)
          Deprecated. Returns all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid)
          Deprecated. Returns all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid, int start, int end)
          Deprecated. Returns a range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid, int start, int end)
          Deprecated. Returns a range of all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
          Deprecated.  
static List<CalEvent> CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Deprecated.  
static List<CalEvent> CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated.  
 

Methods in com.liferay.portlet.calendar.service.persistence with parameters of type CalEvent
 void CalEventPersistence.cacheResult(CalEvent calEvent)
          Deprecated. Caches the cal event in the entity cache if it is enabled.
static void CalEventUtil.cacheResult(CalEvent calEvent)
          Deprecated. Caches the cal event in the entity cache if it is enabled.
static void CalEventUtil.clearCache(CalEvent calEvent)
          Deprecated.  
static CalEvent CalEventUtil.update(CalEvent calEvent)
          Deprecated.  
static CalEvent CalEventUtil.update(CalEvent calEvent, ServiceContext serviceContext)
          Deprecated.  
 CalEvent CalEventPersistence.updateImpl(CalEvent calEvent)
          Deprecated.  
static CalEvent CalEventUtil.updateImpl(CalEvent calEvent)
          Deprecated.  
 

Method parameters in com.liferay.portlet.calendar.service.persistence with type arguments of type CalEvent
 void CalEventPersistence.cacheResult(List<CalEvent> calEvents)
          Deprecated. Caches the cal events in the entity cache if it is enabled.
static void CalEventUtil.cacheResult(List<CalEvent> calEvents)
          Deprecated. Caches the cal events in the entity cache if it is enabled.
 CalEvent CalEventPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.fetchByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.fetchByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.fetchByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.fetchByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.fetchByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.fetchByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.fetchByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.fetchByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.fetchByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.fetchByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.fetchByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.fetchByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.fetchByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.fetchByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.fetchByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.fetchByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 List<CalEvent> CalEventPersistence.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events.
static List<CalEvent> CalEventUtil.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events.
 List<CalEvent> CalEventPersistence.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events.
static List<CalEvent> CalEventUtil.findAll(int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events.
 CalEvent CalEventPersistence.findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent[] CalEventPersistence.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
 List<CalEvent> CalEventPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
static List<CalEvent> CalEventUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where companyId = ?.
 CalEvent CalEventPersistence.findByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_R(long groupId, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. 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[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?, optionally using the finder cache.
static List<CalEvent> CalEventUtil.findByG_T_R(long groupId, String[] types, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?, optionally using the finder cache.
 List<CalEvent> CalEventPersistence.findByG_T_R(long groupId, String type, boolean repeating, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns an ordered 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ? and repeating = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns an ordered 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?, optionally using the finder cache.
static List<CalEvent> CalEventUtil.findByG_T(long groupId, String[] types, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?, optionally using the finder cache.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?.
 List<CalEvent> CalEventPersistence.findByG_T(long groupId, String type, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. 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<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent[] CalEventPersistence.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
 List<CalEvent> CalEventPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
static List<CalEvent> CalEventUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where groupId = ?.
 CalEvent CalEventPersistence.findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] CalEventPersistence.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
 List<CalEvent> CalEventPersistence.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
static List<CalEvent> CalEventUtil.findByNotRemindBy(int remindBy, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent[] CalEventPersistence.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent[] CalEventUtil.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
static List<CalEvent> CalEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 List<CalEvent> CalEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
static List<CalEvent> CalEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.findByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistence.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. 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<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
 List<CalEvent> CalEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator<CalEvent> orderByComparator, boolean retrieveFromCache)
          Deprecated. Returns an ordered range of all the cal events where uuid = ?.
static List<CalEvent> CalEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<CalEvent> orderByComparator)
          Deprecated.  
 


Liferay 7.0-ce-b4