Package | Description |
---|---|
com.liferay.message.boards.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
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.
|