Package | Description |
---|---|
com.liferay.message.boards.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
MBThreadFlag |
MBThreadFlagPersistence.findByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or throws a
NoSuchThreadFlagException if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.findByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or throws a
NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.findByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.findByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.findByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.findByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?.
|
MBThreadFlag[] |
MBThreadFlagPersistence.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?.
|
static MBThreadFlag[] |
MBThreadFlagUtil.findByThreadId_PrevAndNext(long threadFlagId,
long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.findByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or throws a
NoSuchThreadFlagException if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.findByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or throws a
NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.findByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.findByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.findByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.findByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?.
|
MBThreadFlag[] |
MBThreadFlagPersistence.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?.
|
static MBThreadFlag[] |
MBThreadFlagUtil.findByUserId_PrevAndNext(long threadFlagId,
long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
|
MBThreadFlag[] |
MBThreadFlagPersistence.findByUuid_C_PrevAndNext(long threadFlagId,
String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?.
|
static MBThreadFlag[] |
MBThreadFlagUtil.findByUuid_C_PrevAndNext(long threadFlagId,
String uuid,
long companyId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.findByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.findByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.findByUUID_G(String uuid,
long groupId)
Returns the message boards thread flag where uuid = ? and groupId = ? or throws a
NoSuchThreadFlagException if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.findByUUID_G(String uuid,
long groupId)
Returns the message boards thread flag where uuid = ? and groupId = ? or throws a
NoSuchThreadFlagException if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.findByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?.
|
MBThreadFlag[] |
MBThreadFlagPersistence.findByUuid_PrevAndNext(long threadFlagId,
String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?.
|
static MBThreadFlag[] |
MBThreadFlagUtil.findByUuid_PrevAndNext(long threadFlagId,
String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.remove(long threadFlagId)
Removes the message boards thread flag with the primary key from the database.
|
static MBThreadFlag |
MBThreadFlagUtil.remove(long threadFlagId)
Removes the message boards thread flag with the primary key from the database.
|
MBThreadFlag |
MBThreadFlagPersistence.removeByU_T(long userId,
long threadId)
Removes the message boards thread flag where userId = ? and threadId = ? from the database.
|
static MBThreadFlag |
MBThreadFlagUtil.removeByU_T(long userId,
long threadId)
Removes the message boards thread flag where userId = ? and threadId = ? from the database.
|
MBThreadFlag |
MBThreadFlagPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the message boards thread flag where uuid = ? and groupId = ? from the database.
|
static MBThreadFlag |
MBThreadFlagUtil.removeByUUID_G(String uuid,
long groupId)
Removes the message boards thread flag where uuid = ? and groupId = ? from the database.
|