|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
|
CalEvent |
CalEventWrapper.toEscapedModel()
|
CalEvent |
CalEventModel.toEscapedModel()
|
| Methods in com.liferay.portlet.calendar.model that return types with arguments of type CalEvent | |
|---|---|
CacheModel<CalEvent> |
CalEventWrapper.toCacheModel()
|
CacheModel<CalEvent> |
CalEventModel.toCacheModel()
|
| Methods in com.liferay.portlet.calendar.model with parameters of type CalEvent | |
|---|---|
int |
CalEventWrapper.compareTo(CalEvent calEvent)
|
int |
CalEventModel.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. |
CalEvent |
CalEventLocalService.addCalEvent(CalEvent calEvent)
Adds the cal event to the database. |
CalEvent |
CalEventLocalServiceWrapper.addEvent(long userId,
String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventLocalServiceUtil.addEvent(long userId,
String title,
String description,
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)
|
CalEvent |
CalEventLocalService.addEvent(long userId,
String title,
String description,
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)
|
CalEvent |
CalEventServiceWrapper.addEvent(String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventServiceUtil.addEvent(String title,
String description,
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)
|
CalEvent |
CalEventService.addEvent(String title,
String description,
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)
|
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. |
CalEvent |
CalEventLocalService.createCalEvent(long eventId)
Creates a new cal event with the primary key. |
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. |
CalEvent |
CalEventLocalService.getCalEvent(long eventId)
Returns the cal event with the primary key. |
CalEvent |
CalEventLocalServiceWrapper.getCalEventByUuidAndGroupId(String uuid,
long groupId)
Returns the cal event with the UUID in the group. |
static CalEvent |
CalEventLocalServiceUtil.getCalEventByUuidAndGroupId(String uuid,
long groupId)
Returns the cal event with the UUID in the group. |
CalEvent |
CalEventLocalService.getCalEventByUuidAndGroupId(String uuid,
long groupId)
Returns the cal event with the UUID in the group. |
CalEvent |
CalEventServiceWrapper.getEvent(long eventId)
|
static CalEvent |
CalEventServiceUtil.getEvent(long eventId)
|
CalEvent |
CalEventService.getEvent(long eventId)
|
CalEvent |
CalEventLocalServiceWrapper.getEvent(long eventId)
|
static CalEvent |
CalEventLocalServiceUtil.getEvent(long eventId)
|
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. |
CalEvent |
CalEventLocalService.updateCalEvent(CalEvent calEvent)
Updates the cal event in the database or adds it if it does not yet exist. |
CalEvent |
CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent,
boolean merge)
Updates the cal event in the database or adds it if it does not yet exist. |
static CalEvent |
CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent,
boolean merge)
Updates the cal event in the database or adds it if it does not yet exist. |
CalEvent |
CalEventLocalService.updateCalEvent(CalEvent calEvent,
boolean merge)
Updates the cal event in the database or adds it if it does not yet exist. |
CalEvent |
CalEventLocalServiceWrapper.updateEvent(long userId,
long eventId,
String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventLocalServiceUtil.updateEvent(long userId,
long eventId,
String title,
String description,
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)
|
CalEvent |
CalEventLocalService.updateEvent(long userId,
long eventId,
String title,
String description,
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)
|
CalEvent |
CalEventServiceWrapper.updateEvent(long eventId,
String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
static CalEvent |
CalEventServiceUtil.updateEvent(long eventId,
String title,
String description,
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)
|
CalEvent |
CalEventService.updateEvent(long eventId,
String title,
String description,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
int endDateMonth,
int endDateDay,
int endDateYear,
int durationHour,
int durationMinute,
boolean allDay,
boolean timeZoneSensitive,
String type,
boolean repeating,
TZSRecurrence recurrence,
int remindBy,
int firstReminder,
int secondReminder,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.calendar.service 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. |
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)
|
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)
|
List<CalEvent> |
CalEventLocalService.getEvents(long groupId,
Calendar cal)
|
List<CalEvent> |
CalEventServiceWrapper.getEvents(long groupId,
Calendar cal,
String type)
|
static List<CalEvent> |
CalEventServiceUtil.getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
CalEventService.getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getEvents(long groupId,
Calendar cal,
String type)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
CalEventLocalService.getEvents(long groupId,
Calendar cal,
String type)
|
List<CalEvent> |
CalEventServiceWrapper.getEvents(long groupId,
String[] types,
int start,
int end)
|
static List<CalEvent> |
CalEventServiceUtil.getEvents(long groupId,
String[] types,
int start,
int end)
|
List<CalEvent> |
CalEventService.getEvents(long groupId,
String[] types,
int start,
int end)
|
List<CalEvent> |
CalEventServiceWrapper.getEvents(long groupId,
String type,
int start,
int end)
|
static List<CalEvent> |
CalEventServiceUtil.getEvents(long groupId,
String type,
int start,
int end)
|
List<CalEvent> |
CalEventService.getEvents(long groupId,
String type,
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)
|
List<CalEvent> |
CalEventLocalService.getEvents(long groupId,
String type,
int start,
int end)
|
List<CalEvent> |
CalEventLocalServiceWrapper.getNoAssetEvents()
|
static List<CalEvent> |
CalEventLocalServiceUtil.getNoAssetEvents()
|
List<CalEvent> |
CalEventLocalService.getNoAssetEvents()
|
List<CalEvent> |
CalEventLocalServiceWrapper.getRepeatingEvents(long groupId)
|
static List<CalEvent> |
CalEventLocalServiceUtil.getRepeatingEvents(long groupId)
|
List<CalEvent> |
CalEventLocalService.getRepeatingEvents(long groupId)
|
| 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. |
CalEvent |
CalEventLocalService.addCalEvent(CalEvent calEvent)
Adds the cal event to the database. |
void |
CalEventLocalServiceWrapper.addEventResources(CalEvent event,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
CalEventLocalServiceUtil.addEventResources(CalEvent event,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
CalEventLocalService.addEventResources(CalEvent event,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
CalEventLocalServiceWrapper.addEventResources(CalEvent event,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
CalEventLocalServiceUtil.addEventResources(CalEvent event,
String[] communityPermissions,
String[] guestPermissions)
|
void |
CalEventLocalService.addEventResources(CalEvent event,
String[] communityPermissions,
String[] guestPermissions)
|
void |
CalEventLocalServiceWrapper.deleteCalEvent(CalEvent calEvent)
Deletes the cal event from the database. |
static void |
CalEventLocalServiceUtil.deleteCalEvent(CalEvent calEvent)
Deletes the cal event from the database. |
void |
CalEventLocalService.deleteCalEvent(CalEvent calEvent)
Deletes the cal event from the database. |
void |
CalEventLocalServiceWrapper.deleteEvent(CalEvent event)
|
static void |
CalEventLocalServiceUtil.deleteEvent(CalEvent event)
|
void |
CalEventLocalService.deleteEvent(CalEvent event)
|
void |
CalEventLocalServiceWrapper.updateAsset(long userId,
CalEvent event,
long[] assetCategoryIds,
String[] assetTagNames)
|
static void |
CalEventLocalServiceUtil.updateAsset(long userId,
CalEvent event,
long[] assetCategoryIds,
String[] assetTagNames)
|
void |
CalEventLocalService.updateAsset(long userId,
CalEvent event,
long[] assetCategoryIds,
String[] assetTagNames)
|
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. |
CalEvent |
CalEventLocalService.updateCalEvent(CalEvent calEvent)
Updates the cal event in the database or adds it if it does not yet exist. |
CalEvent |
CalEventLocalServiceWrapper.updateCalEvent(CalEvent calEvent,
boolean merge)
Updates the cal event in the database or adds it if it does not yet exist. |
static CalEvent |
CalEventLocalServiceUtil.updateCalEvent(CalEvent calEvent,
boolean merge)
Updates the cal event in the database or adds it if it does not yet exist. |
CalEvent |
CalEventLocalService.updateCalEvent(CalEvent calEvent,
boolean merge)
Updates the cal event in the database or adds it if it does not yet exist. |
| Uses of CalEvent in com.liferay.portlet.calendar.service.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. |
CalEvent |
CalEventPersistence.create(long eventId)
Creates a new cal event with the primary key. |
static CalEvent |
CalEventUtil.fetchByPrimaryKey(long eventId)
Finds the cal event with the primary key or returns null if it could not be found. |
CalEvent |
CalEventPersistence.fetchByPrimaryKey(long eventId)
Finds the cal event with the primary key or returns null if it could not be found. |
static CalEvent |
CalEventUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the cal event where uuid = ? and groupId = ? or returns null if it could not be found. |
CalEvent |
CalEventPersistence.fetchByUUID_G(String uuid,
long groupId)
Finds 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)
Finds the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
CalEvent |
CalEventPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the cal event where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static CalEvent[] |
CalEventUtil.filterFindByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Filters the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.filterFindByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Filters the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent[] |
CalEventUtil.filterFindByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator orderByComparator)
Filters the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
CalEvent[] |
CalEventPersistence.filterFindByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator orderByComparator)
Filters the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent[] |
CalEventUtil.filterFindByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Filters the cal events before and after the current cal event in the ordered set where groupId = ?. |
CalEvent[] |
CalEventPersistence.filterFindByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Filters the cal events before and after the current cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where companyId = ?. |
static CalEvent |
CalEventUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where companyId = ?. |
CalEvent |
CalEventPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where companyId = ?. |
static CalEvent[] |
CalEventUtil.findByCompanyId_PrevAndNext(long eventId,
long companyId,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where companyId = ?. |
CalEvent[] |
CalEventPersistence.findByCompanyId_PrevAndNext(long eventId,
long companyId,
OrderByComparator orderByComparator)
Finds 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)
Finds the first cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_R_First(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where groupId = ? and repeating = ?. |
static CalEvent |
CalEventUtil.findByG_R_Last(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent |
CalEventPersistence.findByG_R_Last(long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Finds 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)
Finds the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?. |
CalEvent[] |
CalEventPersistence.findByG_R_PrevAndNext(long eventId,
long groupId,
boolean repeating,
OrderByComparator orderByComparator)
Finds 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)
Finds the first cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.findByG_T_First(long groupId,
String type,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.findByG_T_Last(long groupId,
String type,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where groupId = ? and type = ?. |
CalEvent |
CalEventPersistence.findByG_T_Last(long groupId,
String type,
OrderByComparator orderByComparator)
Finds 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)
Finds the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
CalEvent[] |
CalEventPersistence.findByG_T_PrevAndNext(long eventId,
long groupId,
String type,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?. |
static CalEvent |
CalEventUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where groupId = ?. |
static CalEvent |
CalEventUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where groupId = ?. |
CalEvent |
CalEventPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where groupId = ?. |
static CalEvent[] |
CalEventUtil.findByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where groupId = ?. |
CalEvent[] |
CalEventPersistence.findByGroupId_PrevAndNext(long eventId,
long groupId,
OrderByComparator orderByComparator)
Finds 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)
Finds the first cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.findByNotRemindBy_First(int remindBy,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.findByNotRemindBy_Last(int remindBy,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where remindBy ≠ ?. |
CalEvent |
CalEventPersistence.findByNotRemindBy_Last(int remindBy,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where remindBy ≠ ?. |
static CalEvent[] |
CalEventUtil.findByNotRemindBy_PrevAndNext(long eventId,
int remindBy,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where remindBy ≠ ?. |
CalEvent[] |
CalEventPersistence.findByNotRemindBy_PrevAndNext(long eventId,
int remindBy,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where remindBy ≠ ?. |
static CalEvent |
CalEventUtil.findByPrimaryKey(long eventId)
Finds the cal event with the primary key or throws a NoSuchEventException if it could not be found. |
CalEvent |
CalEventPersistence.findByPrimaryKey(long eventId)
Finds the cal event with the primary key or throws a NoSuchEventException if it could not be found. |
static CalEvent |
CalEventUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where uuid = ?. |
CalEvent |
CalEventPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first cal event in the ordered set where uuid = ?. |
static CalEvent |
CalEventUtil.findByUUID_G(String uuid,
long groupId)
Finds the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found. |
CalEvent |
CalEventPersistence.findByUUID_G(String uuid,
long groupId)
Finds 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)
Finds the last cal event in the ordered set where uuid = ?. |
CalEvent |
CalEventPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last cal event in the ordered set where uuid = ?. |
static CalEvent[] |
CalEventUtil.findByUuid_PrevAndNext(long eventId,
String uuid,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where uuid = ?. |
CalEvent[] |
CalEventPersistence.findByUuid_PrevAndNext(long eventId,
String uuid,
OrderByComparator orderByComparator)
Finds the cal events before and after the current cal event in the ordered set where uuid = ?. |
static CalEvent |
CalEventUtil.remove(CalEvent calEvent)
|
CalEvent |
CalEventPersistence.remove(CalEvent calEvent)
|
static CalEvent |
CalEventUtil.remove(long eventId)
Removes the cal event with the primary key from the database. |
CalEvent |
CalEventPersistence.remove(long eventId)
Removes the cal event with the primary key from the database. |
static CalEvent |
CalEventUtil.update(CalEvent calEvent,
boolean merge)
|
static CalEvent |
CalEventUtil.update(CalEvent calEvent,
boolean merge,
ServiceContext serviceContext)
|
static CalEvent |
CalEventUtil.updateImpl(CalEvent calEvent,
boolean merge)
|
CalEvent |
CalEventPersistence.updateImpl(CalEvent calEvent,
boolean merge)
|
| 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)
Filters by the user's permissions and finds all the cal events where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_R(long groupId,
boolean repeating)
Filters by the user's permissions and finds all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_R(long groupId,
boolean repeating,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String type)
Filters by the user's permissions and finds all the cal events where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String type)
Filters by the user's permissions and finds all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String[] types)
Filters by the user's permissions and finds all the cal events where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String[] types)
Filters by the user's permissions and finds all the cal events where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String[] types,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String[] types,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String[] types,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String type,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String type,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByG_T(long groupId,
String type,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventUtil.findAll()
Finds all the cal events. |
List<CalEvent> |
CalEventPersistence.findAll()
Finds all the cal events. |
static List<CalEvent> |
CalEventUtil.findAll(int start,
int end)
Finds a range of all the cal events. |
List<CalEvent> |
CalEventPersistence.findAll(int start,
int end)
Finds a range of all the cal events. |
static List<CalEvent> |
CalEventUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events. |
List<CalEvent> |
CalEventPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events. |
static List<CalEvent> |
CalEventUtil.findByCompanyId(long companyId)
Finds all the cal events where companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByCompanyId(long companyId)
Finds all the cal events where companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the cal events where companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the cal events where companyId = ?. |
static List<CalEvent> |
CalEventUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where companyId = ?. |
List<CalEvent> |
CalEventPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where companyId = ?. |
static List<CalEvent> |
CalEventFinderUtil.findByFutureReminders()
|
List<CalEvent> |
CalEventFinder.findByFutureReminders()
|
static List<CalEvent> |
CalEventUtil.findByG_R(long groupId,
boolean repeating)
Finds all the cal events where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_R(long groupId,
boolean repeating)
Finds all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventUtil.findByG_R(long groupId,
boolean repeating,
int start,
int end)
Finds a range of all the cal events where groupId = ? and repeating = ?. |
List<CalEvent> |
CalEventPersistence.findByG_R(long groupId,
boolean repeating,
int start,
int end)
Finds 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)
Finds 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 orderByComparator)
Finds an ordered range of all the cal events where groupId = ? and repeating = ?. |
static List<CalEvent> |
CalEventFinderUtil.findByG_SD(long groupId,
Date startDateGT,
Date startDateLT,
boolean timeZoneSensitive)
|
List<CalEvent> |
CalEventFinder.findByG_SD(long groupId,
Date startDateGT,
Date startDateLT,
boolean timeZoneSensitive)
|
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String type)
Finds all the cal events where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String type)
Finds all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String[] types)
Finds all the cal events where groupId = ? and type = any ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String[] types)
Finds all the cal events where groupId = ? and type = any ?. |
static List<CalEvent> |
CalEventUtil.findByG_T(long groupId,
String[] types,
int start,
int end)
Finds 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)
Finds 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)
Finds 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 orderByComparator)
Finds 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)
Finds a range of all the cal events where groupId = ? and type = ?. |
List<CalEvent> |
CalEventPersistence.findByG_T(long groupId,
String type,
int start,
int end)
Finds 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)
Finds 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 orderByComparator)
Finds an ordered range of all the cal events where groupId = ? and type = ?. |
static List<CalEvent> |
CalEventUtil.findByGroupId(long groupId)
Finds all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.findByGroupId(long groupId)
Finds all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where groupId = ?. |
List<CalEvent> |
CalEventPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where groupId = ?. |
static List<CalEvent> |
CalEventFinderUtil.findByNoAssets()
|
List<CalEvent> |
CalEventFinder.findByNoAssets()
|
static List<CalEvent> |
CalEventUtil.findByNotRemindBy(int remindBy)
Finds all the cal events where remindBy ≠ ?. |
List<CalEvent> |
CalEventPersistence.findByNotRemindBy(int remindBy)
Finds all the cal events where remindBy ≠ ?. |
static List<CalEvent> |
CalEventUtil.findByNotRemindBy(int remindBy,
int start,
int end)
Finds a range of all the cal events where remindBy ≠ ?. |
List<CalEvent> |
CalEventPersistence.findByNotRemindBy(int remindBy,
int start,
int end)
Finds a range of all the cal events where remindBy ≠ ?. |
static List<CalEvent> |
CalEventUtil.findByNotRemindBy(int remindBy,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where remindBy ≠ ?. |
List<CalEvent> |
CalEventPersistence.findByNotRemindBy(int remindBy,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where remindBy ≠ ?. |
static List<CalEvent> |
CalEventUtil.findByUuid(String uuid)
Finds all the cal events where uuid = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid(String uuid)
Finds all the cal events where uuid = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the cal events where uuid = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the cal events where uuid = ?. |
static List<CalEvent> |
CalEventUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the cal events where uuid = ?. |
List<CalEvent> |
CalEventPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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. |
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.remove(CalEvent calEvent)
|
CalEvent |
CalEventPersistence.remove(CalEvent calEvent)
|
static CalEvent |
CalEventUtil.update(CalEvent calEvent,
boolean merge)
|
static CalEvent |
CalEventUtil.update(CalEvent calEvent,
boolean merge,
ServiceContext serviceContext)
|
static CalEvent |
CalEventUtil.updateImpl(CalEvent calEvent,
boolean merge)
|
CalEvent |
CalEventPersistence.updateImpl(CalEvent calEvent,
boolean merge)
|
| 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. |
void |
CalEventPersistence.cacheResult(List<CalEvent> calEvents)
Caches the cal events in the entity cache if it is enabled. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||