Liferay 7.0-ce-b4

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

Packages that use NoSuchDiscussionException
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.service.persistence.impl   
 

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)
          Returns 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)
          Returns 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<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion[] MBDiscussionUtil.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns 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<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
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.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.findByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? 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.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion[] MBDiscussionPersistence.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.
static MBDiscussion MBDiscussionUtil.findByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 MBDiscussion[] MBDiscussionPersistence.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
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.
static MBDiscussion MBDiscussionUtil.removeByC_C(long classNameId, long classPK)
          Removes the message boards discussion where classNameId = ? and classPK = ? 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.removeByThreadId(long threadId)
          Removes the message boards discussion where threadId = ? from the database.
 MBDiscussion MBDiscussionPersistence.removeByThreadId(long threadId)
          Removes the message boards discussion where threadId = ? from the database.
static MBDiscussion MBDiscussionUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards discussion where uuid = ? and groupId = ? from the database.
 MBDiscussion MBDiscussionPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards discussion where uuid = ? and groupId = ? from the database.
 

Uses of NoSuchDiscussionException in com.liferay.portlet.messageboards.service.persistence.impl
 

Methods in com.liferay.portlet.messageboards.service.persistence.impl that throw NoSuchDiscussionException
 MBDiscussion MBDiscussionPersistenceImpl.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 MBDiscussionPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion[] MBDiscussionPersistenceImpl.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the message boards discussion with the primary key or throws a NoSuchModelException if it could not be found.
 MBDiscussion MBDiscussionPersistenceImpl.findByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion[] MBDiscussionPersistenceImpl.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion[] MBDiscussionPersistenceImpl.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistenceImpl.remove(long discussionId)
          Removes the message boards discussion with the primary key from the database.
 MBDiscussion MBDiscussionPersistenceImpl.remove(Serializable primaryKey)
          Removes the message boards discussion with the primary key from the database.
 MBDiscussion MBDiscussionPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the message boards discussion where classNameId = ? and classPK = ? from the database.
 MBDiscussion MBDiscussionPersistenceImpl.removeByThreadId(long threadId)
          Removes the message boards discussion where threadId = ? from the database.
 MBDiscussion MBDiscussionPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the message boards discussion where uuid = ? and groupId = ? from the database.
 


Liferay 7.0-ce-b4