Liferay 6.0.5

Uses of Class
com.liferay.portlet.announcements.NoSuchEntryException

Packages that use NoSuchEntryException
com.liferay.portlet.announcements.service.persistence   
 

Uses of NoSuchEntryException in com.liferay.portlet.announcements.service.persistence
 

Methods in com.liferay.portlet.announcements.service.persistence that throw NoSuchEntryException
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.findByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByPrimaryKey(long entryId)
          Finds the announcements entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByPrimaryKey(long entryId)
          Finds the announcements entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Finds the announcements entry with the primary key or throws a NoSuchEntryException if it could not be found.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.findByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistenceImpl.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Finds the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.remove(long entryId)
          Removes the announcements entry with the primary key from the database.
 AnnouncementsEntry AnnouncementsEntryPersistence.remove(long entryId)
          Removes the announcements entry with the primary key from the database.
 AnnouncementsEntry AnnouncementsEntryPersistenceImpl.remove(long entryId)
          Removes the announcements entry with the primary key from the database.
 


Liferay 6.0.5