Liferay 6.0.5

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

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

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

Methods in com.liferay.portlet.calendar.service.persistence that throw NoSuchEventException
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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent[] CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent[] CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent[] CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent[] CalEventPersistenceImpl.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 ≠ ?.
 CalEvent CalEventPersistenceImpl.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 ≠ ?.
 CalEvent CalEventPersistenceImpl.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 ≠ ?.
 CalEvent[] CalEventPersistenceImpl.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.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent CalEventPersistenceImpl.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 = ?.
 CalEvent[] CalEventPersistenceImpl.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(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.
 CalEvent CalEventPersistenceImpl.remove(long eventId)
          Removes the cal event with the primary key from the database.
static void CalEventUtil.removeByUUID_G(String uuid, long groupId)
          Removes the cal event where uuid = ? and groupId = ? from the database.
 void CalEventPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the cal event where uuid = ? and groupId = ? from the database.
 void CalEventPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the cal event where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5