Liferay 6.2.0

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
           This class is a wrapper for CalEvent.
 

Methods in com.liferay.portlet.calendar.model that return CalEvent
 CalEvent CalEventWrapper.getWrappedCalEvent()
          Deprecated. As of 6.1.0, replaced by CalEventWrapper.getWrappedModel()
 CalEvent CalEventWrapper.getWrappedModel()
           
abstract  CalEvent CalEventModel.toEscapedModel()
           
 CalEvent CalEventWrapper.toEscapedModel()
           
abstract  CalEvent CalEventModel.toUnescapedModel()
           
 CalEvent CalEventWrapper.toUnescapedModel()
           
 

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

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

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

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

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

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

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

Methods in com.liferay.portlet.calendar.service with parameters of type CalEvent
 CalEvent CalEventLocalServiceWrapper.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
static CalEvent CalEventLocalServiceUtil.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
abstract  CalEvent CalEventLocalService.addCalEvent(CalEvent calEvent)
          Adds the cal event to the database.
 void CalEventLocalServiceWrapper.addEventResources(CalEvent event, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void CalEventLocalServiceUtil.addEventResources(CalEvent event, boolean addGroupPermissions, boolean addGuestPermissions)
           
abstract  void CalEventLocalService.addEventResources(CalEvent event, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void CalEventLocalServiceWrapper.addEventResources(CalEvent event, String[] groupPermissions, String[] guestPermissions)
           
static void CalEventLocalServiceUtil.addEventResources(CalEvent event, String[] groupPermissions, String[] guestPermissions)
           
abstract  void CalEventLocalService.addEventResources(CalEvent event, String[] groupPermissions, String[] guestPermissions)
           
 CalEvent CalEventLocalServiceWrapper.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
static CalEvent CalEventLocalServiceUtil.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
abstract  CalEvent CalEventLocalService.deleteCalEvent(CalEvent calEvent)
          Deletes the cal event from the database.
 CalEvent CalEventLocalServiceWrapper.deleteEvent(CalEvent event)
           
static CalEvent CalEventLocalServiceUtil.deleteEvent(CalEvent event)
           
abstract  CalEvent CalEventLocalService.deleteEvent(CalEvent event)
           
 void CalEventLocalServiceWrapper.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
static void CalEventLocalServiceUtil.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
abstract  void CalEventLocalService.updateAsset(long userId, CalEvent event, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 CalEvent CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
static CalEvent CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent)
          Updates the cal event in the database or adds it if it does not yet exist.
abstract  CalEvent CalEventLocalService.updateCalEvent(CalEvent calEvent)
          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 CalEventLocalServiceWrapper.exportEvents(long userId, List<CalEvent> events, String fileName)
           
static File CalEventLocalServiceUtil.exportEvents(long userId, List<CalEvent> events, String fileName)
           
abstract  File CalEventLocalService.exportEvents(long userId, List<CalEvent> events, String fileName)
           
 

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

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

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

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

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


Liferay 6.2.0