Liferay 6.0-ee-sp2

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

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

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

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

Methods in com.liferay.portlet.messageboards.model that return MBMessageFlag
 MBMessageFlag MBMessageFlagWrapper.getWrappedMBMessageFlag()
           
 MBMessageFlag MBMessageFlagWrapper.toEscapedModel()
           
 MBMessageFlag MBMessageFlagModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBMessageFlag
 CacheModel<MBMessageFlag> MBMessageFlagWrapper.toCacheModel()
           
 CacheModel<MBMessageFlag> MBMessageFlagModel.toCacheModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBMessageFlag
 int MBMessageFlagWrapper.compareTo(MBMessageFlag mbMessageFlag)
           
 int MBMessageFlagModel.compareTo(MBMessageFlag mbMessageFlag)
           
static MBMessageFlagSoap MBMessageFlagSoap.toSoapModel(MBMessageFlag model)
           
static MBMessageFlagSoap[] MBMessageFlagSoap.toSoapModels(MBMessageFlag[] models)
           
static MBMessageFlagSoap[][] MBMessageFlagSoap.toSoapModels(MBMessageFlag[][] models)
           
 

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

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBMessageFlag
MBMessageFlagWrapper(MBMessageFlag mbMessageFlag)
           
 

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

Methods in com.liferay.portlet.messageboards.service that return MBMessageFlag
 MBMessageFlag MBMessageFlagLocalServiceWrapper.addMBMessageFlag(MBMessageFlag mbMessageFlag)
          Adds the message boards message flag to the database.
static MBMessageFlag MBMessageFlagLocalServiceUtil.addMBMessageFlag(MBMessageFlag mbMessageFlag)
          Adds the message boards message flag to the database.
 MBMessageFlag MBMessageFlagLocalService.addMBMessageFlag(MBMessageFlag mbMessageFlag)
          Adds the message boards message flag to the database.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.createMBMessageFlag(long messageFlagId)
          Creates a new message boards message flag with the primary key.
static MBMessageFlag MBMessageFlagLocalServiceUtil.createMBMessageFlag(long messageFlagId)
          Creates a new message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagLocalService.createMBMessageFlag(long messageFlagId)
          Creates a new message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.getMBMessageFlag(long messageFlagId)
          Returns the message boards message flag with the primary key.
static MBMessageFlag MBMessageFlagLocalServiceUtil.getMBMessageFlag(long messageFlagId)
          Returns the message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagLocalService.getMBMessageFlag(long messageFlagId)
          Returns the message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.getReadFlag(long userId, MBThread thread)
           
static MBMessageFlag MBMessageFlagLocalServiceUtil.getReadFlag(long userId, MBThread thread)
           
 MBMessageFlag MBMessageFlagLocalService.getReadFlag(long userId, MBThread thread)
           
 MBMessageFlag MBMessageFlagLocalServiceWrapper.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
static MBMessageFlag MBMessageFlagLocalServiceUtil.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
 MBMessageFlag MBMessageFlagLocalService.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
static MBMessageFlag MBMessageFlagLocalServiceUtil.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
 MBMessageFlag MBMessageFlagLocalService.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message 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 MBMessageFlag
 List<MBMessageFlag> MBMessageFlagLocalServiceWrapper.getMBMessageFlags(int start, int end)
          Returns a range of all the message boards message flags.
static List<MBMessageFlag> MBMessageFlagLocalServiceUtil.getMBMessageFlags(int start, int end)
          Returns a range of all the message boards message flags.
 List<MBMessageFlag> MBMessageFlagLocalService.getMBMessageFlags(int start, int end)
          Returns a range of all the message boards message flags.
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBMessageFlag
 MBMessageFlag MBMessageFlagLocalServiceWrapper.addMBMessageFlag(MBMessageFlag mbMessageFlag)
          Adds the message boards message flag to the database.
static MBMessageFlag MBMessageFlagLocalServiceUtil.addMBMessageFlag(MBMessageFlag mbMessageFlag)
          Adds the message boards message flag to the database.
 MBMessageFlag MBMessageFlagLocalService.addMBMessageFlag(MBMessageFlag mbMessageFlag)
          Adds the message boards message flag to the database.
 void MBMessageFlagLocalServiceWrapper.deleteFlag(MBMessageFlag messageFlag)
           
static void MBMessageFlagLocalServiceUtil.deleteFlag(MBMessageFlag messageFlag)
           
 void MBMessageFlagLocalService.deleteFlag(MBMessageFlag messageFlag)
           
 void MBMessageFlagLocalServiceWrapper.deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
          Deletes the message boards message flag from the database.
static void MBMessageFlagLocalServiceUtil.deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
          Deletes the message boards message flag from the database.
 void MBMessageFlagLocalService.deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
          Deletes the message boards message flag from the database.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
static MBMessageFlag MBMessageFlagLocalServiceUtil.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
 MBMessageFlag MBMessageFlagLocalService.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
static MBMessageFlag MBMessageFlagLocalServiceUtil.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
 MBMessageFlag MBMessageFlagLocalService.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBMessageFlag
static MBMessageFlag MBMessageFlagUtil.create(long messageFlagId)
          Creates a new message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagPersistence.create(long messageFlagId)
          Creates a new message boards message flag with the primary key.
static MBMessageFlag MBMessageFlagUtil.fetchByPrimaryKey(long messageFlagId)
          Finds the message boards message flag with the primary key or returns null if it could not be found.
 MBMessageFlag MBMessageFlagPersistence.fetchByPrimaryKey(long messageFlagId)
          Finds the message boards message flag with the primary key or returns null if it could not be found.
static MBMessageFlag MBMessageFlagUtil.fetchByU_M_F(long userId, long messageId, int flag)
          Finds the message boards message flag where userId = ? and messageId = ? and flag = ? or returns null if it could not be found.
 MBMessageFlag MBMessageFlagPersistence.fetchByU_M_F(long userId, long messageId, int flag)
          Finds the message boards message flag where userId = ? and messageId = ? and flag = ? or returns null if it could not be found.
static MBMessageFlag MBMessageFlagUtil.fetchByU_M_F(long userId, long messageId, int flag, boolean retrieveFromCache)
          Finds the message boards message flag where userId = ? and messageId = ? and flag = ? or returns null if it could not be found, optionally using the finder cache.
 MBMessageFlag MBMessageFlagPersistence.fetchByU_M_F(long userId, long messageId, int flag, boolean retrieveFromCache)
          Finds the message boards message flag where userId = ? and messageId = ? and flag = ? or returns null if it could not be found, optionally using the finder cache.
static MBMessageFlag MBMessageFlagUtil.findByM_F_First(long messageId, int flag, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where messageId = ? and flag = ?.
 MBMessageFlag MBMessageFlagPersistence.findByM_F_First(long messageId, int flag, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where messageId = ? and flag = ?.
static MBMessageFlag MBMessageFlagUtil.findByM_F_Last(long messageId, int flag, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where messageId = ? and flag = ?.
 MBMessageFlag MBMessageFlagPersistence.findByM_F_Last(long messageId, int flag, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where messageId = ? and flag = ?.
static MBMessageFlag[] MBMessageFlagUtil.findByM_F_PrevAndNext(long messageFlagId, long messageId, int flag, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where messageId = ? and flag = ?.
 MBMessageFlag[] MBMessageFlagPersistence.findByM_F_PrevAndNext(long messageFlagId, long messageId, int flag, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where messageId = ? and flag = ?.
static MBMessageFlag MBMessageFlagUtil.findByMessageId_First(long messageId, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where messageId = ?.
 MBMessageFlag MBMessageFlagPersistence.findByMessageId_First(long messageId, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where messageId = ?.
static MBMessageFlag MBMessageFlagUtil.findByMessageId_Last(long messageId, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where messageId = ?.
 MBMessageFlag MBMessageFlagPersistence.findByMessageId_Last(long messageId, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where messageId = ?.
static MBMessageFlag[] MBMessageFlagUtil.findByMessageId_PrevAndNext(long messageFlagId, long messageId, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where messageId = ?.
 MBMessageFlag[] MBMessageFlagPersistence.findByMessageId_PrevAndNext(long messageFlagId, long messageId, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where messageId = ?.
static MBMessageFlag MBMessageFlagUtil.findByPrimaryKey(long messageFlagId)
          Finds the message boards message flag with the primary key or throws a NoSuchMessageFlagException if it could not be found.
 MBMessageFlag MBMessageFlagPersistence.findByPrimaryKey(long messageFlagId)
          Finds the message boards message flag with the primary key or throws a NoSuchMessageFlagException if it could not be found.
static MBMessageFlag MBMessageFlagUtil.findByT_F_First(long threadId, int flag, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where threadId = ? and flag = ?.
 MBMessageFlag MBMessageFlagPersistence.findByT_F_First(long threadId, int flag, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where threadId = ? and flag = ?.
static MBMessageFlag MBMessageFlagUtil.findByT_F_Last(long threadId, int flag, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where threadId = ? and flag = ?.
 MBMessageFlag MBMessageFlagPersistence.findByT_F_Last(long threadId, int flag, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where threadId = ? and flag = ?.
static MBMessageFlag[] MBMessageFlagUtil.findByT_F_PrevAndNext(long messageFlagId, long threadId, int flag, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where threadId = ? and flag = ?.
 MBMessageFlag[] MBMessageFlagPersistence.findByT_F_PrevAndNext(long messageFlagId, long threadId, int flag, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where threadId = ? and flag = ?.
static MBMessageFlag MBMessageFlagUtil.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where threadId = ?.
 MBMessageFlag MBMessageFlagPersistence.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where threadId = ?.
static MBMessageFlag MBMessageFlagUtil.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where threadId = ?.
 MBMessageFlag MBMessageFlagPersistence.findByThreadId_Last(long threadId, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where threadId = ?.
static MBMessageFlag[] MBMessageFlagUtil.findByThreadId_PrevAndNext(long messageFlagId, long threadId, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where threadId = ?.
 MBMessageFlag[] MBMessageFlagPersistence.findByThreadId_PrevAndNext(long messageFlagId, long threadId, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where threadId = ?.
static MBMessageFlag MBMessageFlagUtil.findByU_M_F(long userId, long messageId, int flag)
          Finds the message boards message flag where userId = ? and messageId = ? and flag = ? or throws a NoSuchMessageFlagException if it could not be found.
 MBMessageFlag MBMessageFlagPersistence.findByU_M_F(long userId, long messageId, int flag)
          Finds the message boards message flag where userId = ? and messageId = ? and flag = ? or throws a NoSuchMessageFlagException if it could not be found.
static MBMessageFlag MBMessageFlagUtil.findByU_T_F_First(long userId, long threadId, int flag, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where userId = ? and threadId = ? and flag = ?.
 MBMessageFlag MBMessageFlagPersistence.findByU_T_F_First(long userId, long threadId, int flag, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where userId = ? and threadId = ? and flag = ?.
static MBMessageFlag MBMessageFlagUtil.findByU_T_F_Last(long userId, long threadId, int flag, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where userId = ? and threadId = ? and flag = ?.
 MBMessageFlag MBMessageFlagPersistence.findByU_T_F_Last(long userId, long threadId, int flag, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where userId = ? and threadId = ? and flag = ?.
static MBMessageFlag[] MBMessageFlagUtil.findByU_T_F_PrevAndNext(long messageFlagId, long userId, long threadId, int flag, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where userId = ? and threadId = ? and flag = ?.
 MBMessageFlag[] MBMessageFlagPersistence.findByU_T_F_PrevAndNext(long messageFlagId, long userId, long threadId, int flag, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where userId = ? and threadId = ? and flag = ?.
static MBMessageFlag MBMessageFlagUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where userId = ?.
 MBMessageFlag MBMessageFlagPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first message boards message flag in the ordered set where userId = ?.
static MBMessageFlag MBMessageFlagUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where userId = ?.
 MBMessageFlag MBMessageFlagPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last message boards message flag in the ordered set where userId = ?.
static MBMessageFlag[] MBMessageFlagUtil.findByUserId_PrevAndNext(long messageFlagId, long userId, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where userId = ?.
 MBMessageFlag[] MBMessageFlagPersistence.findByUserId_PrevAndNext(long messageFlagId, long userId, OrderByComparator orderByComparator)
          Finds the message boards message flags before and after the current message boards message flag in the ordered set where userId = ?.
static MBMessageFlag MBMessageFlagUtil.remove(long messageFlagId)
          Removes the message boards message flag with the primary key from the database.
 MBMessageFlag MBMessageFlagPersistence.remove(long messageFlagId)
          Removes the message boards message flag with the primary key from the database.
static MBMessageFlag MBMessageFlagUtil.remove(MBMessageFlag mbMessageFlag)
           
 MBMessageFlag MBMessageFlagPersistence.remove(MBMessageFlag mbMessageFlag)
           
static MBMessageFlag MBMessageFlagUtil.update(MBMessageFlag mbMessageFlag, boolean merge)
           
static MBMessageFlag MBMessageFlagUtil.update(MBMessageFlag mbMessageFlag, boolean merge, ServiceContext serviceContext)
           
static MBMessageFlag MBMessageFlagUtil.updateImpl(MBMessageFlag mbMessageFlag, boolean merge)
           
 MBMessageFlag MBMessageFlagPersistence.updateImpl(MBMessageFlag mbMessageFlag, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBMessageFlag
static List<MBMessageFlag> MBMessageFlagUtil.findAll()
          Finds all the message boards message flags.
 List<MBMessageFlag> MBMessageFlagPersistence.findAll()
          Finds all the message boards message flags.
static List<MBMessageFlag> MBMessageFlagUtil.findAll(int start, int end)
          Finds a range of all the message boards message flags.
 List<MBMessageFlag> MBMessageFlagPersistence.findAll(int start, int end)
          Finds a range of all the message boards message flags.
static List<MBMessageFlag> MBMessageFlagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags.
 List<MBMessageFlag> MBMessageFlagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags.
static List<MBMessageFlag> MBMessageFlagUtil.findByM_F(long messageId, int flag)
          Finds all the message boards message flags where messageId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByM_F(long messageId, int flag)
          Finds all the message boards message flags where messageId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByM_F(long messageId, int flag, int start, int end)
          Finds a range of all the message boards message flags where messageId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByM_F(long messageId, int flag, int start, int end)
          Finds a range of all the message boards message flags where messageId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByM_F(long messageId, int flag, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where messageId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByM_F(long messageId, int flag, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where messageId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByMessageId(long messageId)
          Finds all the message boards message flags where messageId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByMessageId(long messageId)
          Finds all the message boards message flags where messageId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByMessageId(long messageId, int start, int end)
          Finds a range of all the message boards message flags where messageId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByMessageId(long messageId, int start, int end)
          Finds a range of all the message boards message flags where messageId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByMessageId(long messageId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where messageId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByMessageId(long messageId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where messageId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByT_F(long threadId, int flag)
          Finds all the message boards message flags where threadId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByT_F(long threadId, int flag)
          Finds all the message boards message flags where threadId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByT_F(long threadId, int flag, int start, int end)
          Finds a range of all the message boards message flags where threadId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByT_F(long threadId, int flag, int start, int end)
          Finds a range of all the message boards message flags where threadId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByT_F(long threadId, int flag, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where threadId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByT_F(long threadId, int flag, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where threadId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByThreadId(long threadId)
          Finds all the message boards message flags where threadId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByThreadId(long threadId)
          Finds all the message boards message flags where threadId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByThreadId(long threadId, int start, int end)
          Finds a range of all the message boards message flags where threadId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByThreadId(long threadId, int start, int end)
          Finds a range of all the message boards message flags where threadId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where threadId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByThreadId(long threadId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where threadId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByU_T_F(long userId, long threadId, int flag)
          Finds all the message boards message flags where userId = ? and threadId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByU_T_F(long userId, long threadId, int flag)
          Finds all the message boards message flags where userId = ? and threadId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByU_T_F(long userId, long threadId, int flag, int start, int end)
          Finds a range of all the message boards message flags where userId = ? and threadId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByU_T_F(long userId, long threadId, int flag, int start, int end)
          Finds a range of all the message boards message flags where userId = ? and threadId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByU_T_F(long userId, long threadId, int flag, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where userId = ? and threadId = ? and flag = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByU_T_F(long userId, long threadId, int flag, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where userId = ? and threadId = ? and flag = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByUserId(long userId)
          Finds all the message boards message flags where userId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByUserId(long userId)
          Finds all the message boards message flags where userId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the message boards message flags where userId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the message boards message flags where userId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where userId = ?.
 List<MBMessageFlag> MBMessageFlagPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards message flags where userId = ?.
static List<MBMessageFlag> MBMessageFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBMessageFlag> MBMessageFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBMessageFlag> MBMessageFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBMessageFlag
static void MBMessageFlagUtil.cacheResult(MBMessageFlag mbMessageFlag)
          Caches the message boards message flag in the entity cache if it is enabled.
 void MBMessageFlagPersistence.cacheResult(MBMessageFlag mbMessageFlag)
          Caches the message boards message flag in the entity cache if it is enabled.
static void MBMessageFlagUtil.clearCache(MBMessageFlag mbMessageFlag)
           
static MBMessageFlag MBMessageFlagUtil.remove(MBMessageFlag mbMessageFlag)
           
 MBMessageFlag MBMessageFlagPersistence.remove(MBMessageFlag mbMessageFlag)
           
static MBMessageFlag MBMessageFlagUtil.update(MBMessageFlag mbMessageFlag, boolean merge)
           
static MBMessageFlag MBMessageFlagUtil.update(MBMessageFlag mbMessageFlag, boolean merge, ServiceContext serviceContext)
           
static MBMessageFlag MBMessageFlagUtil.updateImpl(MBMessageFlag mbMessageFlag, boolean merge)
           
 MBMessageFlag MBMessageFlagPersistence.updateImpl(MBMessageFlag mbMessageFlag, boolean merge)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBMessageFlag
static void MBMessageFlagUtil.cacheResult(List<MBMessageFlag> mbMessageFlags)
          Caches the message boards message flags in the entity cache if it is enabled.
 void MBMessageFlagPersistence.cacheResult(List<MBMessageFlag> mbMessageFlags)
          Caches the message boards message flags in the entity cache if it is enabled.
 


Liferay 6.0-ee-sp2