|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchDiscussionException | |
---|---|
com.liferay.portlet.messageboards.service.persistence |
Uses of NoSuchDiscussionException in com.liferay.portlet.messageboards.service.persistence |
---|
Methods in com.liferay.portlet.messageboards.service.persistence that throw NoSuchDiscussionException | |
---|---|
static MBDiscussion |
MBDiscussionUtil.findByC_C(long classNameId,
long classPK)
Finds the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.findByC_C(long classNameId,
long classPK)
Finds the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistenceImpl.findByC_C(long classNameId,
long classPK)
Finds the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found. |
static MBDiscussion |
MBDiscussionUtil.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Finds the first message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Finds the first message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistenceImpl.findByClassNameId_First(long classNameId,
OrderByComparator orderByComparator)
Finds the first message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion |
MBDiscussionUtil.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Finds the last message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Finds the last message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion |
MBDiscussionPersistenceImpl.findByClassNameId_Last(long classNameId,
OrderByComparator orderByComparator)
Finds the last message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion[] |
MBDiscussionUtil.findByClassNameId_PrevAndNext(long discussionId,
long classNameId,
OrderByComparator orderByComparator)
Finds the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion[] |
MBDiscussionPersistence.findByClassNameId_PrevAndNext(long discussionId,
long classNameId,
OrderByComparator orderByComparator)
Finds the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?. |
MBDiscussion[] |
MBDiscussionPersistenceImpl.findByClassNameId_PrevAndNext(long discussionId,
long classNameId,
OrderByComparator orderByComparator)
Finds the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?. |
static MBDiscussion |
MBDiscussionUtil.findByPrimaryKey(long discussionId)
Finds the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.findByPrimaryKey(long discussionId)
Finds the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistenceImpl.findByPrimaryKey(long discussionId)
Finds the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found. |
static MBDiscussion |
MBDiscussionUtil.findByThreadId(long threadId)
Finds the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistence.findByThreadId(long threadId)
Finds the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found. |
MBDiscussion |
MBDiscussionPersistenceImpl.findByThreadId(long threadId)
Finds the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found. |
static MBDiscussion |
MBDiscussionUtil.remove(long discussionId)
Removes the message boards discussion with the primary key from the database. |
MBDiscussion |
MBDiscussionPersistence.remove(long discussionId)
Removes the message boards discussion with the primary key from the database. |
MBDiscussion |
MBDiscussionPersistenceImpl.remove(long discussionId)
Removes the message boards discussion with the primary key from the database. |
static void |
MBDiscussionUtil.removeByC_C(long classNameId,
long classPK)
Removes the message boards discussion where classNameId = ? and classPK = ? from the database. |
void |
MBDiscussionPersistence.removeByC_C(long classNameId,
long classPK)
Removes the message boards discussion where classNameId = ? and classPK = ? from the database. |
void |
MBDiscussionPersistenceImpl.removeByC_C(long classNameId,
long classPK)
Removes the message boards discussion where classNameId = ? and classPK = ? from the database. |
static void |
MBDiscussionUtil.removeByThreadId(long threadId)
Removes the message boards discussion where threadId = ? from the database. |
void |
MBDiscussionPersistence.removeByThreadId(long threadId)
Removes the message boards discussion where threadId = ? from the database. |
void |
MBDiscussionPersistenceImpl.removeByThreadId(long threadId)
Removes the message boards discussion where threadId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |