|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Finds the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Finds the first announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByEntryId_First(long entryId,
OrderByComparator orderByComparator)
Finds the first announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Finds the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Finds the last announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByEntryId_Last(long entryId,
OrderByComparator orderByComparator)
Finds the last announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag[] |
AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator orderByComparator)
Finds 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)
Finds the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
AnnouncementsFlag[] |
AnnouncementsFlagPersistenceImpl.findByEntryId_PrevAndNext(long flagId,
long entryId,
OrderByComparator orderByComparator)
Finds the announcements flags before and after the current announcements flag in the ordered set where entryId = ?. |
static AnnouncementsFlag |
AnnouncementsFlagUtil.findByPrimaryKey(long flagId)
Finds the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByPrimaryKey(long flagId)
Finds the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByPrimaryKey(long flagId)
Finds 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)
Finds 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)
Finds the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.findByU_E_V(long userId,
long entryId,
int value)
Finds 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. |
AnnouncementsFlag |
AnnouncementsFlagPersistenceImpl.remove(long flagId)
Removes the announcements flag with the primary key from the database. |
static void |
AnnouncementsFlagUtil.removeByU_E_V(long userId,
long entryId,
int value)
Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database. |
void |
AnnouncementsFlagPersistence.removeByU_E_V(long userId,
long entryId,
int value)
Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database. |
void |
AnnouncementsFlagPersistenceImpl.removeByU_E_V(long userId,
long entryId,
int value)
Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |