Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.announcements.exception.NoSuchFlagException

Packages that use NoSuchFlagException
com.liferay.portlet.announcements.service.persistence   
com.liferay.portlet.announcements.service.persistence.impl   
 

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

Methods in com.liferay.portlet.announcements.service.persistence that throw NoSuchFlagException
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_Last(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_Last(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag[] AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag[] AnnouncementsFlagPersistence.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByPrimaryKey(long flagId)
          Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByPrimaryKey(long flagId)
          Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found.
static AnnouncementsFlag AnnouncementsFlagUtil.findByU_E_V(long userId, long entryId, int value)
          Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByU_E_V(long userId, long entryId, int value)
          Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found.
static AnnouncementsFlag AnnouncementsFlagUtil.remove(long flagId)
          Removes the announcements flag with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagPersistence.remove(long flagId)
          Removes the announcements flag with the primary key from the database.
static AnnouncementsFlag AnnouncementsFlagUtil.removeByU_E_V(long userId, long entryId, int value)
          Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database.
 AnnouncementsFlag AnnouncementsFlagPersistence.removeByU_E_V(long userId, long entryId, int value)
          Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database.
 

Uses of NoSuchFlagException in com.liferay.portlet.announcements.service.persistence.impl
 

Methods in com.liferay.portlet.announcements.service.persistence.impl that throw NoSuchFlagException
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByEntryId_First(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByEntryId_Last(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag[] AnnouncementsFlagPersistenceImpl.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator)
          Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByPrimaryKey(long flagId)
          Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the announcements flag with the primary key or throws a NoSuchModelException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByU_E_V(long userId, long entryId, int value)
          Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.remove(long flagId)
          Removes the announcements flag with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.remove(Serializable primaryKey)
          Removes the announcements flag with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.removeByU_E_V(long userId, long entryId, int value)
          Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database.
 


Liferay 7.0-ce-b4