Liferay 6.1.2-ce-ga3

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

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

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 orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag[] AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator 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 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.
 


Liferay 6.1.2-ce-ga3