Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.messageboards.NoSuchDiscussionException

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
 MBDiscussion MBDiscussionPersistence.findByC_C(long classNameId, long classPK)
          Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found.
static MBDiscussion MBDiscussionUtil.findByC_C(long classNameId, long classPK)
          Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion[] MBDiscussionPersistence.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion[] MBDiscussionUtil.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
static MBDiscussion MBDiscussionUtil.findByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistence.findByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
static MBDiscussion MBDiscussionUtil.findByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistence.remove(long discussionId)
          Removes the message boards discussion with the primary key from the database.
static MBDiscussion MBDiscussionUtil.remove(long discussionId)
          Removes the message boards discussion with the primary key from the database.
 MBDiscussion MBDiscussionPersistence.removeByC_C(long classNameId, long classPK)
          Removes the message boards discussion where classNameId = ? and classPK = ? from the database.
static MBDiscussion MBDiscussionUtil.removeByC_C(long classNameId, long classPK)
          Removes the message boards discussion where classNameId = ? and classPK = ? from the database.
 MBDiscussion MBDiscussionPersistence.removeByThreadId(long threadId)
          Removes the message boards discussion where threadId = ? from the database.
static MBDiscussion MBDiscussionUtil.removeByThreadId(long threadId)
          Removes the message boards discussion where threadId = ? from the database.
 


Liferay 6.1.2-ce-ga3