Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.calendar.exception.NoSuchEventException

Packages that use NoSuchEventException
com.liferay.portlet.calendar.service.persistence   
com.liferay.portlet.calendar.service.persistence.impl   
 

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

Methods in com.liferay.portlet.calendar.service.persistence that throw NoSuchEventException
 CalEvent CalEventPersistence.findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
static CalEvent CalEventUtil.findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent[] CalEventPersistence.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
static CalEvent[] CalEventUtil.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistence.findByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistence.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
static CalEvent[] CalEventUtil.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
static CalEvent CalEventUtil.findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent[] CalEventPersistence.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
static CalEvent[] CalEventUtil.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistence.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent CalEventUtil.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent[] CalEventPersistence.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
static CalEvent[] CalEventUtil.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistence.findByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
static CalEvent CalEventUtil.findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent[] CalEventPersistence.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
static CalEvent[] CalEventUtil.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistence.findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
static CalEvent CalEventUtil.findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] CalEventPersistence.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
static CalEvent[] CalEventUtil.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistence.findByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
static CalEvent CalEventUtil.findByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent CalEventUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent[] CalEventPersistence.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
static CalEvent[] CalEventUtil.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistence.findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.findByUUID_G(String uuid, long groupId)
          Deprecated. Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found.
static CalEvent CalEventUtil.findByUUID_G(String uuid, long groupId)
          Deprecated. Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistence.findByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
static CalEvent CalEventUtil.findByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistence.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
static CalEvent[] CalEventUtil.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistence.remove(long eventId)
          Deprecated. Removes the cal event with the primary key from the database.
static CalEvent CalEventUtil.remove(long eventId)
          Deprecated. Removes the cal event with the primary key from the database.
 CalEvent CalEventPersistence.removeByUUID_G(String uuid, long groupId)
          Deprecated. Removes the cal event where uuid = ? and groupId = ? from the database.
static CalEvent CalEventUtil.removeByUUID_G(String uuid, long groupId)
          Deprecated. Removes the cal event where uuid = ? and groupId = ? from the database.
 

Uses of NoSuchEventException in com.liferay.portlet.calendar.service.persistence.impl
 

Methods in com.liferay.portlet.calendar.service.persistence.impl that throw NoSuchEventException
 CalEvent CalEventPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where companyId = ?.
 CalEvent[] CalEventPersistenceImpl.findByCompanyId_PrevAndNext(long eventId, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where companyId = ?.
 CalEvent CalEventPersistenceImpl.findByG_R_First(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_R_Last(long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_R_PrevAndNext(long eventId, long groupId, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_First(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_Last(long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_T_PrevAndNext(long eventId, long groupId, String type, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_R_First(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByG_T_R_Last(long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent[] CalEventPersistenceImpl.findByG_T_R_PrevAndNext(long eventId, long groupId, String type, boolean repeating, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ? and type = ? and repeating = ?.
 CalEvent CalEventPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where groupId = ?.
 CalEvent[] CalEventPersistenceImpl.findByGroupId_PrevAndNext(long eventId, long groupId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where groupId = ?.
 CalEvent CalEventPersistenceImpl.findByNotRemindBy_First(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.findByNotRemindBy_Last(int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where remindBy ≠ ?.
 CalEvent[] CalEventPersistenceImpl.findByNotRemindBy_PrevAndNext(long eventId, int remindBy, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where remindBy ≠ ?.
 CalEvent CalEventPersistenceImpl.findByPrimaryKey(long eventId)
          Deprecated. Returns the cal event with the primary key or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Deprecated. Returns the cal event with the primary key or throws a NoSuchModelException if it could not be found.
 CalEvent CalEventPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent[] CalEventPersistenceImpl.findByUuid_C_PrevAndNext(long eventId, String uuid, long companyId, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ? and companyId = ?.
 CalEvent CalEventPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the first cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Deprecated. Returns the cal event where uuid = ? and groupId = ? or throws a NoSuchEventException if it could not be found.
 CalEvent CalEventPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the last cal event in the ordered set where uuid = ?.
 CalEvent[] CalEventPersistenceImpl.findByUuid_PrevAndNext(long eventId, String uuid, OrderByComparator<CalEvent> orderByComparator)
          Deprecated. Returns the cal events before and after the current cal event in the ordered set where uuid = ?.
 CalEvent CalEventPersistenceImpl.remove(long eventId)
          Deprecated. Removes the cal event with the primary key from the database.
 CalEvent CalEventPersistenceImpl.remove(Serializable primaryKey)
          Deprecated. Removes the cal event with the primary key from the database.
 CalEvent CalEventPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Deprecated. Removes the cal event where uuid = ? and groupId = ? from the database.
 


Liferay 7.0-ce-b4