Package | Description |
---|---|
com.liferay.message.boards.kernel.model | |
com.liferay.message.boards.kernel.service | |
com.liferay.message.boards.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
MBThreadFlagWrapper
This class is a wrapper for
MBThreadFlag . |
Modifier and Type | Field and Description |
---|---|
static Accessor<MBThreadFlag,Long> |
MBThreadFlag.THREAD_FLAG_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
MBThreadFlag |
MBThreadFlagWrapper.getWrappedModel() |
MBThreadFlag |
MBThreadFlagWrapper.toEscapedModel() |
MBThreadFlag |
MBThreadFlagModel.toEscapedModel() |
MBThreadFlag |
MBThreadFlagWrapper.toUnescapedModel() |
MBThreadFlag |
MBThreadFlagModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<MBThreadFlag> |
MBThreadFlagWrapper.toCacheModel() |
CacheModel<MBThreadFlag> |
MBThreadFlagModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
MBThreadFlagWrapper.compareTo(MBThreadFlag mbThreadFlag) |
int |
MBThreadFlagModel.compareTo(MBThreadFlag mbThreadFlag) |
static MBThreadFlagSoap |
MBThreadFlagSoap.toSoapModel(MBThreadFlag model) |
static MBThreadFlagSoap[] |
MBThreadFlagSoap.toSoapModels(MBThreadFlag[] models) |
static MBThreadFlagSoap[][] |
MBThreadFlagSoap.toSoapModels(MBThreadFlag[][] models) |
Modifier and Type | Method and Description |
---|---|
static MBThreadFlagSoap[] |
MBThreadFlagSoap.toSoapModels(List<MBThreadFlag> models) |
Constructor and Description |
---|
MBThreadFlagWrapper(MBThreadFlag mbThreadFlag) |
Modifier and Type | Method and Description |
---|---|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database.
|
MBThreadFlag |
MBThreadFlagLocalService.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database.
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.addThreadFlag(long userId,
MBThread thread,
ServiceContext serviceContext) |
MBThreadFlag |
MBThreadFlagLocalService.addThreadFlag(long userId,
MBThread thread,
ServiceContext serviceContext) |
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.addThreadFlag(long userId,
MBThread thread,
ServiceContext serviceContext) |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.createMBThreadFlag(long threadFlagId)
Creates a new message boards thread flag with the primary key.
|
MBThreadFlag |
MBThreadFlagLocalService.createMBThreadFlag(long threadFlagId)
Creates a new message boards thread flag with the primary key.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.createMBThreadFlag(long threadFlagId)
Creates a new message boards thread flag with the primary key.
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(long threadFlagId)
Deletes the message boards thread flag with the primary key from the database.
|
MBThreadFlag |
MBThreadFlagLocalService.deleteMBThreadFlag(long threadFlagId)
Deletes the message boards thread flag with the primary key from the database.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(long threadFlagId)
Deletes the message boards thread flag with the primary key from the database.
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database.
|
MBThreadFlag |
MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database.
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.fetchMBThreadFlag(long threadFlagId) |
MBThreadFlag |
MBThreadFlagLocalService.fetchMBThreadFlag(long threadFlagId) |
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.fetchMBThreadFlag(long threadFlagId) |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.fetchMBThreadFlagByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread flag matching the UUID and group.
|
MBThreadFlag |
MBThreadFlagLocalService.fetchMBThreadFlagByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread flag matching the UUID and group.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.fetchMBThreadFlagByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread flag matching the UUID and group.
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.getMBThreadFlag(long threadFlagId)
Returns the message boards thread flag with the primary key.
|
MBThreadFlag |
MBThreadFlagLocalService.getMBThreadFlag(long threadFlagId)
Returns the message boards thread flag with the primary key.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.getMBThreadFlag(long threadFlagId)
Returns the message boards thread flag with the primary key.
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.getMBThreadFlagByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread flag matching the UUID and group.
|
MBThreadFlag |
MBThreadFlagLocalService.getMBThreadFlagByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread flag matching the UUID and group.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.getMBThreadFlagByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards thread flag matching the UUID and group.
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.getThreadFlag(long userId,
MBThread thread) |
MBThreadFlag |
MBThreadFlagLocalService.getThreadFlag(long userId,
MBThread thread) |
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.getThreadFlag(long userId,
MBThread thread) |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist.
|
MBThreadFlag |
MBThreadFlagLocalService.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<MBThreadFlag> |
MBThreadFlagLocalServiceUtil.getMBThreadFlags(int start,
int end)
Returns a range of all the message boards thread flags.
|
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlags(int start,
int end)
Returns a range of all the message boards thread flags.
|
List<MBThreadFlag> |
MBThreadFlagLocalServiceWrapper.getMBThreadFlags(int start,
int end)
Returns a range of all the message boards thread flags.
|
static List<MBThreadFlag> |
MBThreadFlagLocalServiceUtil.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards thread flags matching the UUID and company.
|
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards thread flags matching the UUID and company.
|
List<MBThreadFlag> |
MBThreadFlagLocalServiceWrapper.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards thread flags matching the UUID and company.
|
static List<MBThreadFlag> |
MBThreadFlagLocalServiceUtil.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company.
|
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company.
|
List<MBThreadFlag> |
MBThreadFlagLocalServiceWrapper.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company.
|
Modifier and Type | Method and Description |
---|---|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database.
|
MBThreadFlag |
MBThreadFlagLocalService.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.addMBThreadFlag(MBThreadFlag mbThreadFlag)
Adds the message boards thread flag to the database.
|
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database.
|
MBThreadFlag |
MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
Deletes the message boards thread flag from the database.
|
static void |
MBThreadFlagLocalServiceUtil.deleteThreadFlag(MBThreadFlag threadFlag) |
void |
MBThreadFlagLocalService.deleteThreadFlag(MBThreadFlag threadFlag) |
void |
MBThreadFlagLocalServiceWrapper.deleteThreadFlag(MBThreadFlag threadFlag) |
static MBThreadFlag |
MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist.
|
MBThreadFlag |
MBThreadFlagLocalService.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist.
|
MBThreadFlag |
MBThreadFlagLocalServiceWrapper.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
Updates the message boards thread flag in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<MBThreadFlag> |
MBThreadFlagLocalServiceUtil.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company.
|
List<MBThreadFlag> |
MBThreadFlagLocalService.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company.
|
List<MBThreadFlag> |
MBThreadFlagLocalServiceWrapper.getMBThreadFlagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns a range of message boards thread flags matching the UUID and company.
|
Modifier and Type | Method and Description |
---|---|
MBThreadFlag |
MBThreadFlagPersistence.create(long threadFlagId)
Creates a new message boards thread flag with the primary key.
|
static MBThreadFlag |
MBThreadFlagUtil.create(long threadFlagId)
Creates a new message boards thread flag with the primary key.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or returns
null if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByPrimaryKey(long threadFlagId)
Returns the message boards thread flag with the primary key or returns
null if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or returns
null if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByU_T(long userId,
long threadId)
Returns the message boards thread flag where userId = ? and threadId = ? or returns
null if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByU_T(long userId,
long threadId,
boolean retrieveFromCache)
Returns the message boards thread flag where userId = ? and threadId = ? or returns
null if it could not be found, optionally using the finder cache. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByU_T(long userId,
long threadId,
boolean retrieveFromCache)
Returns the message boards thread flag where userId = ? and threadId = ? or returns
null if it could not be found, optionally using the finder cache. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByUuid_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.fetchByUuid_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.fetchByUuid_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.fetchByUuid_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.fetchByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the message boards thread flag where uuid = ? and groupId = ? or returns
null if it could not be found. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the message boards thread flag where uuid = ? and groupId = ? or returns
null if it could not be found. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards thread flag where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static MBThreadFlag |
MBThreadFlagUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards thread flag where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
MBThreadFlag |
MBThreadFlagPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?.
|
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.
|
static MBThreadFlag |
MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag) |
static MBThreadFlag |
MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag,
ServiceContext serviceContext) |
MBThreadFlag |
MBThreadFlagPersistence.updateImpl(MBThreadFlag mbThreadFlag) |
static MBThreadFlag |
MBThreadFlagUtil.updateImpl(MBThreadFlag mbThreadFlag) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,MBThreadFlag> |
MBThreadFlagPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,MBThreadFlag> |
MBThreadFlagUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll()
Returns all the message boards thread flags.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll()
Returns all the message boards thread flags.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll(int start,
int end)
Returns a range of all the message boards thread flags.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll(int start,
int end)
Returns a range of all the message boards thread flags.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId)
Returns all the message boards thread flags where threadId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId)
Returns all the message boards thread flags where threadId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId,
int start,
int end)
Returns a range of all the message boards thread flags where threadId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId,
int start,
int end)
Returns a range of all the message boards thread flags where threadId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where threadId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where threadId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where threadId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where threadId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId)
Returns all the message boards thread flags where userId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId)
Returns all the message boards thread flags where userId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards thread flags where userId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards thread flags where userId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where userId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where userId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where userId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where userId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the message boards thread flags where uuid = ? and companyId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid_C(String uuid,
long companyId)
Returns all the message boards thread flags where uuid = ? and companyId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message boards thread flags where uuid = ? and companyId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message boards thread flags where uuid = ? and companyId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid(String uuid)
Returns all the message boards thread flags where uuid = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid(String uuid)
Returns all the message boards thread flags where uuid = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards thread flags where uuid = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards thread flags where uuid = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where uuid = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where uuid = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<MBThreadFlag> |
MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<MBThreadFlag> |
MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
MBThreadFlagPersistence.cacheResult(MBThreadFlag mbThreadFlag)
Caches the message boards thread flag in the entity cache if it is enabled.
|
static void |
MBThreadFlagUtil.cacheResult(MBThreadFlag mbThreadFlag)
Caches the message boards thread flag in the entity cache if it is enabled.
|
static void |
MBThreadFlagUtil.clearCache(MBThreadFlag mbThreadFlag) |
static MBThreadFlag |
MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag) |
static MBThreadFlag |
MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag,
ServiceContext serviceContext) |
MBThreadFlag |
MBThreadFlagPersistence.updateImpl(MBThreadFlag mbThreadFlag) |
static MBThreadFlag |
MBThreadFlagUtil.updateImpl(MBThreadFlag mbThreadFlag) |
Modifier and Type | Method and Description |
---|---|
void |
MBThreadFlagPersistence.cacheResult(List<MBThreadFlag> mbThreadFlags)
Caches the message boards thread flags in the entity cache if it is enabled.
|
static void |
MBThreadFlagUtil.cacheResult(List<MBThreadFlag> mbThreadFlags)
Caches the message boards thread flags in the entity cache if it is enabled.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByThreadId_First(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where threadId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByThreadId_Last(long threadId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where threadId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByUserId_First(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where userId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where userId = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByUuid_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.fetchByUuid_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.fetchByUuid_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.fetchByUuid_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.fetchByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the first message boards thread flag in the ordered set where uuid = ?.
|
MBThreadFlag |
MBThreadFlagPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?.
|
static MBThreadFlag |
MBThreadFlagUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns the last message boards thread flag in the ordered set where uuid = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findAll(int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags.
|
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 = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where threadId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where threadId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where threadId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByThreadId(long threadId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where threadId = ?.
|
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 = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where userId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where userId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where userId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags 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 = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags 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_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 = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator)
Returns an ordered range of all the message boards thread flags where uuid = ?.
|
List<MBThreadFlag> |
MBThreadFlagPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where uuid = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards thread flags where uuid = ?.
|
static List<MBThreadFlag> |
MBThreadFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBThreadFlag> orderByComparator) |