Liferay 6.2-ce-ga5

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
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.
 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.
static MBDiscussion MBDiscussionUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last 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.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[] MBDiscussionPersistenceImpl.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.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.
 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.
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.
 MBDiscussion MBDiscussionPersistenceImpl.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 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 orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator 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 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 orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 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 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_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_First(String uuid, OrderByComparator 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.
 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.
static MBDiscussion MBDiscussionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator 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 orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 MBDiscussion[] MBDiscussionPersistenceImpl.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator 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.
 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.
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.
 MBDiscussion MBDiscussionPersistenceImpl.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.
 MBDiscussion MBDiscussionPersistenceImpl.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.
 MBDiscussion MBDiscussionPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the message boards discussion where uuid = ? and groupId = ? from the database.
 


Liferay 6.2-ce-ga5