Liferay 6.2-ce-ga5

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()
           
 MBThreadFlag MBThreadFlagModel.toEscapedModel()
           
 MBThreadFlag MBThreadFlagWrapper.toEscapedModel()
           
 MBThreadFlag MBThreadFlagModel.toUnescapedModel()
           
 MBThreadFlag MBThreadFlagWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.messageboards.model with parameters of type MBThreadFlag
 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 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.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
 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.createMBThreadFlag(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
 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(long threadFlagId)
          Deletes the message boards thread flag with the primary key 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.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 MBThreadFlag MBThreadFlagLocalService.fetchMBThreadFlag(long threadFlagId)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.fetchMBThreadFlag(long threadFlagId)
           
static MBThreadFlag MBThreadFlagLocalServiceUtil.fetchMBThreadFlag(long threadFlagId)
           
 MBThreadFlag MBThreadFlagLocalService.fetchMBThreadFlagByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards thread flag with the matching UUID and company.
 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.
 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.fetchMBThreadFlagByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread flag matching the UUID and group.
 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.getMBThreadFlag(long threadFlagId)
          Returns the message boards thread flag with the primary key.
 MBThreadFlag MBThreadFlagLocalService.getMBThreadFlagByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards thread flag with the matching UUID and company.
 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.
 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.getMBThreadFlagByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards thread flag matching the UUID and group.
 MBThreadFlag MBThreadFlagLocalService.getThreadFlag(long userId, MBThread thread)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.getThreadFlag(long userId, MBThread thread)
           
static MBThreadFlag MBThreadFlagLocalServiceUtil.getThreadFlag(long userId, MBThread thread)
           
 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.
static MBThreadFlag MBThreadFlagLocalServiceUtil.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> 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.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 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.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to 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.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 void MBThreadFlagLocalService.deleteThreadFlag(MBThreadFlag threadFlag)
           
 void MBThreadFlagLocalServiceWrapper.deleteThreadFlag(MBThreadFlag threadFlag)
           
static void MBThreadFlagLocalServiceUtil.deleteThreadFlag(MBThreadFlag threadFlag)
           
 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.
static MBThreadFlag MBThreadFlagLocalServiceUtil.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
 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 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 = ?.
 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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
 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 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 = ?.
 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 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 = ?.
 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 = ?.
 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)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBThreadFlag
 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 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.
 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 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 = ?.
 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 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 = ?.
 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 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 = ?.
 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 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
 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)
           
 

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