Liferay 6.2.0

Uses of Interface
com.liferay.portlet.messageboards.model.MBThreadFlag

Packages that use MBThreadFlag
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.persistence   
 

Uses of MBThreadFlag in com.liferay.portlet.messageboards.model
 

Classes in com.liferay.portlet.messageboards.model that implement MBThreadFlag
 class MBThreadFlagWrapper
           This class is a wrapper for MBThreadFlag.
 

Methods in com.liferay.portlet.messageboards.model that return MBThreadFlag
 MBThreadFlag MBThreadFlagWrapper.getWrappedMBThreadFlag()
          Deprecated. As of 6.1.0, replaced by MBThreadFlagWrapper.getWrappedModel()
 MBThreadFlag MBThreadFlagWrapper.getWrappedModel()
           
abstract  MBThreadFlag MBThreadFlagModel.toEscapedModel()
           
 MBThreadFlag MBThreadFlagWrapper.toEscapedModel()
           
abstract  MBThreadFlag MBThreadFlagModel.toUnescapedModel()
           
 MBThreadFlag MBThreadFlagWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBThreadFlag
abstract  CacheModel<MBThreadFlag> MBThreadFlagModel.toCacheModel()
           
 CacheModel<MBThreadFlag> MBThreadFlagWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBThreadFlag
abstract  int MBThreadFlagModel.compareTo(MBThreadFlag mbThreadFlag)
           
 int MBThreadFlagWrapper.compareTo(MBThreadFlag mbThreadFlag)
           
static MBThreadFlagSoap MBThreadFlagSoap.toSoapModel(MBThreadFlag model)
           
static MBThreadFlagSoap[] MBThreadFlagSoap.toSoapModels(MBThreadFlag[] models)
           
static MBThreadFlagSoap[][] MBThreadFlagSoap.toSoapModels(MBThreadFlag[][] models)
           
 

Method parameters in com.liferay.portlet.messageboards.model with type arguments of type MBThreadFlag
static MBThreadFlagSoap[] MBThreadFlagSoap.toSoapModels(List<MBThreadFlag> models)
           
 

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBThreadFlag
MBThreadFlagWrapper(MBThreadFlag mbThreadFlag)
           
 

Uses of MBThreadFlag in com.liferay.portlet.messageboards.service
 

Methods in com.liferay.portlet.messageboards.service that return MBThreadFlag
 MBThreadFlag MBThreadFlagLocalServiceWrapper.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
abstract  MBThreadFlag MBThreadFlagLocalService.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.createMBThreadFlag(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
static MBThreadFlag MBThreadFlagLocalServiceUtil.createMBThreadFlag(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
abstract  MBThreadFlag MBThreadFlagLocalService.createMBThreadFlag(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
abstract  MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
abstract  MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.fetchMBThreadFlag(long threadFlagId)
           
static MBThreadFlag MBThreadFlagLocalServiceUtil.fetchMBThreadFlag(long threadFlagId)
           
abstract  MBThreadFlag MBThreadFlagLocalService.fetchMBThreadFlag(long threadFlagId)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.fetchMBThreadFlagByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards thread flag with the matching UUID and company.
static MBThreadFlag MBThreadFlagLocalServiceUtil.fetchMBThreadFlagByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards thread flag with the matching UUID and company.
abstract  MBThreadFlag MBThreadFlagLocalService.fetchMBThreadFlagByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards thread flag with the matching UUID and company.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.fetchMBThreadFlagByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread flag matching the UUID and group.
static MBThreadFlag MBThreadFlagLocalServiceUtil.fetchMBThreadFlagByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread flag matching the UUID and group.
abstract  MBThreadFlag MBThreadFlagLocalService.fetchMBThreadFlagByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread flag matching the UUID and group.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.getMBThreadFlag(long threadFlagId)
          Returns the message boards thread flag with the primary key.
static MBThreadFlag MBThreadFlagLocalServiceUtil.getMBThreadFlag(long threadFlagId)
          Returns the message boards thread flag with the primary key.
abstract  MBThreadFlag MBThreadFlagLocalService.getMBThreadFlag(long threadFlagId)
          Returns the message boards thread flag with the primary key.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.getMBThreadFlagByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards thread flag with the matching UUID and company.
static MBThreadFlag MBThreadFlagLocalServiceUtil.getMBThreadFlagByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards thread flag with the matching UUID and company.
abstract  MBThreadFlag MBThreadFlagLocalService.getMBThreadFlagByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards thread flag with the matching UUID and company.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.getMBThreadFlagByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread flag matching the UUID and group.
static MBThreadFlag MBThreadFlagLocalServiceUtil.getMBThreadFlagByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread flag matching the UUID and group.
abstract  MBThreadFlag MBThreadFlagLocalService.getMBThreadFlagByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread flag matching the UUID and group.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.getThreadFlag(long userId, MBThread thread)
           
static MBThreadFlag MBThreadFlagLocalServiceUtil.getThreadFlag(long userId, MBThread thread)
           
abstract  MBThreadFlag MBThreadFlagLocalService.getThreadFlag(long userId, MBThread thread)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
static MBThreadFlag MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
abstract  MBThreadFlag MBThreadFlagLocalService.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBThreadFlag
 List<MBThreadFlag> MBThreadFlagLocalServiceWrapper.getMBThreadFlags(int start, int end)
          Returns a range of all the message boards thread flags.
static List<MBThreadFlag> MBThreadFlagLocalServiceUtil.getMBThreadFlags(int start, int end)
          Returns a range of all the message boards thread flags.
abstract  List<MBThreadFlag> MBThreadFlagLocalService.getMBThreadFlags(int start, int end)
          Returns a range of all the message boards thread flags.
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBThreadFlag
 MBThreadFlag MBThreadFlagLocalServiceWrapper.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
abstract  MBThreadFlag MBThreadFlagLocalService.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
abstract  MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 void MBThreadFlagLocalServiceWrapper.deleteThreadFlag(MBThreadFlag threadFlag)
           
static void MBThreadFlagLocalServiceUtil.deleteThreadFlag(MBThreadFlag threadFlag)
           
abstract  void MBThreadFlagLocalService.deleteThreadFlag(MBThreadFlag threadFlag)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
static MBThreadFlag MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
abstract  MBThreadFlag MBThreadFlagLocalService.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 

Uses of MBThreadFlag in com.liferay.portlet.messageboards.service.persistence
 

Methods in com.liferay.portlet.messageboards.service.persistence that return MBThreadFlag
abstract  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.
abstract  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.
abstract  MBThreadFlag MBThreadFlagPersistence.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
abstract  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.
abstract  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.
abstract  MBThreadFlag MBThreadFlagPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
abstract  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.
abstract  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.
abstract  MBThreadFlag MBThreadFlagPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
abstract  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.
abstract  MBThreadFlag MBThreadFlagPersistence.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
static MBThreadFlag MBThreadFlagUtil.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where threadId = ?.
abstract  MBThreadFlag[] MBThreadFlagPersistence.findByThreadId_PrevAndNext(long threadFlagId, long threadId, OrderByComparator 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 orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where threadId = ?.
abstract  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.
abstract  MBThreadFlag MBThreadFlagPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
static MBThreadFlag MBThreadFlagUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where userId = ?.
abstract  MBThreadFlag[] MBThreadFlagPersistence.findByUserId_PrevAndNext(long threadFlagId, long userId, OrderByComparator 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 orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where userId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ? and companyId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ? and companyId = ?.
abstract  MBThreadFlag[] MBThreadFlagPersistence.findByUuid_C_PrevAndNext(long threadFlagId, String uuid, long companyId, OrderByComparator 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 orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ? and companyId = ?.
abstract  MBThreadFlag MBThreadFlagPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where uuid = ?.
abstract  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.
abstract  MBThreadFlag MBThreadFlagPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
static MBThreadFlag MBThreadFlagUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards thread flag in the ordered set where uuid = ?.
abstract  MBThreadFlag[] MBThreadFlagPersistence.findByUuid_PrevAndNext(long threadFlagId, String uuid, OrderByComparator 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 orderByComparator)
          Returns the message boards thread flags before and after the current message boards thread flag in the ordered set where uuid = ?.
abstract  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.
abstract  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.
abstract  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)
           
abstract  MBThreadFlag MBThreadFlagPersistence.updateImpl(MBThreadFlag mbThreadFlag)
           
static MBThreadFlag MBThreadFlagUtil.updateImpl(MBThreadFlag mbThreadFlag)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBThreadFlag
abstract  List<MBThreadFlag> MBThreadFlagPersistence.findAll()
          Returns all the message boards thread flags.
static List<MBThreadFlag> MBThreadFlagUtil.findAll()
          Returns all the message boards thread flags.
abstract  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.
abstract  List<MBThreadFlag> MBThreadFlagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags.
static List<MBThreadFlag> MBThreadFlagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBThreadFlag> MBThreadFlagPersistence.findByThreadId(long threadId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards thread flags where threadId = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBThreadFlag> MBThreadFlagPersistence.findByUserId(long userId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards thread flags where userId = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBThreadFlag> MBThreadFlagPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the message boards thread flags where uuid = ? and companyId = ?.
abstract  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 = ?.
abstract  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 = ?.
abstract  List<MBThreadFlag> MBThreadFlagPersistence.findByUuid(String uuid, int start, int end, OrderByComparator 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 orderByComparator)
          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 orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBThreadFlag
abstract  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)
           
abstract  MBThreadFlag MBThreadFlagPersistence.updateImpl(MBThreadFlag mbThreadFlag)
           
static MBThreadFlag MBThreadFlagUtil.updateImpl(MBThreadFlag mbThreadFlag)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBThreadFlag
abstract  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.
 


Liferay 6.2.0