Liferay 6.0.5

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

Packages that use MBMessageFlag
com.liferay.portlet.messageboards.lar   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.http   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.service.persistence   
 

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

Methods in com.liferay.portlet.messageboards.lar with parameters of type MBMessageFlag
protected  void MBPortletDataHandlerImpl.exportMessageFlag(PortletDataContext context, Element messageFlagsElement, MBMessageFlag messageFlag)
           
protected  String MBPortletDataHandlerImpl.getMessageFlagPath(PortletDataContext context, MBMessageFlag messageFlag)
           
protected  void MBPortletDataHandlerImpl.importMessageFlag(PortletDataContext context, MBMessageFlag flag)
           
 

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()
          Gets a copy of this message boards message flag as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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.model.impl
 

Classes in com.liferay.portlet.messageboards.model.impl that implement MBMessageFlag
 class MBMessageFlagImpl
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return MBMessageFlag
 MBMessageFlag MBMessageFlagModelImpl.toEscapedModel()
           
static MBMessageFlag MBMessageFlagModelImpl.toModel(MBMessageFlagSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.messageboards.model.impl that return types with arguments of type MBMessageFlag
static List<MBMessageFlag> MBMessageFlagModelImpl.toModels(MBMessageFlagSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.messageboards.model.impl with parameters of type MBMessageFlag
 int MBMessageFlagModelImpl.compareTo(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)
          Gets the message boards message flag with the primary key.
static MBMessageFlag MBMessageFlagLocalServiceUtil.getMBMessageFlag(long messageFlagId)
          Gets the message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagLocalService.getMBMessageFlag(long messageFlagId)
          Gets 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.
static MBMessageFlag MBMessageFlagLocalServiceUtil.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database.
 MBMessageFlag MBMessageFlagLocalService.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database.
static MBMessageFlag MBMessageFlagLocalServiceUtil.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database.
 MBMessageFlag MBMessageFlagLocalService.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database.
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBMessageFlag
 List<MBMessageFlag> MBMessageFlagLocalServiceWrapper.getMBMessageFlags(int start, int end)
          Gets a range of all the message boards message flags.
static List<MBMessageFlag> MBMessageFlagLocalServiceUtil.getMBMessageFlags(int start, int end)
          Gets a range of all the message boards message flags.
 List<MBMessageFlag> MBMessageFlagLocalService.getMBMessageFlags(int start, int end)
          Gets 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.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.
static MBMessageFlag MBMessageFlagLocalServiceUtil.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database.
 MBMessageFlag MBMessageFlagLocalService.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database.
 MBMessageFlag MBMessageFlagLocalServiceWrapper.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database.
static MBMessageFlag MBMessageFlagLocalServiceUtil.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database.
 MBMessageFlag MBMessageFlagLocalService.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database.
 

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

Methods in com.liferay.portlet.messageboards.service.base that return MBMessageFlag
 MBMessageFlag MBMessageFlagLocalServiceBaseImpl.addMBMessageFlag(MBMessageFlag mbMessageFlag)
          Adds the message boards message flag to the database.
 MBMessageFlag MBMessageFlagLocalServiceBaseImpl.createMBMessageFlag(long messageFlagId)
          Creates a new message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagLocalServiceBaseImpl.getMBMessageFlag(long messageFlagId)
          Gets the message boards message flag with the primary key.
 MBMessageFlag MBMessageFlagLocalServiceBaseImpl.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database.
 MBMessageFlag MBMessageFlagLocalServiceBaseImpl.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database.
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBMessageFlag
 List<MBMessageFlag> MBMessageFlagLocalServiceBaseImpl.getMBMessageFlags(int start, int end)
          Gets a range of all the message boards message flags.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBMessageFlag
 MBMessageFlag MBMessageFlagLocalServiceBaseImpl.addMBMessageFlag(MBMessageFlag mbMessageFlag)
          Adds the message boards message flag to the database.
 void MBMessageFlagLocalServiceBaseImpl.deleteMBMessageFlag(MBMessageFlag mbMessageFlag)
          Deletes the message boards message flag from the database.
 MBMessageFlag MBMessageFlagLocalServiceBaseImpl.updateMBMessageFlag(MBMessageFlag mbMessageFlag)
          Updates the message boards message flag in the database.
 MBMessageFlag MBMessageFlagLocalServiceBaseImpl.updateMBMessageFlag(MBMessageFlag mbMessageFlag, boolean merge)
          Updates the message boards message flag in the database.
 

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

Methods in com.liferay.portlet.messageboards.service.http with parameters of type MBMessageFlag
static JSONArray MBMessageFlagJSONSerializer.toJSONArray(MBMessageFlag[] models)
           
static JSONArray MBMessageFlagJSONSerializer.toJSONArray(MBMessageFlag[][] models)
           
static JSONObject MBMessageFlagJSONSerializer.toJSONObject(MBMessageFlag model)
           
 

Method parameters in com.liferay.portlet.messageboards.service.http with type arguments of type MBMessageFlag
static JSONArray MBMessageFlagJSONSerializer.toJSONArray(List<MBMessageFlag> models)
           
 

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

Methods in com.liferay.portlet.messageboards.service.impl that return MBMessageFlag
 MBMessageFlag MBMessageFlagLocalServiceImpl.getReadFlag(long userId, MBThread thread)
           
 

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.
 MBMessageFlag MBMessageFlagPersistenceImpl.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.
 MBMessageFlag MBMessageFlagPersistenceImpl.fetchByPrimaryKey(long messageFlagId)
          Finds the message boards message flag with the primary key or returns null if it could not be found.
 MBMessageFlag MBMessageFlagPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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.
 MBMessageFlag MBMessageFlagPersistenceImpl.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.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag[] MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag[] MBMessageFlagPersistenceImpl.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.
 MBMessageFlag MBMessageFlagPersistenceImpl.findByPrimaryKey(long messageFlagId)
          Finds the message boards message flag with the primary key or throws a NoSuchMessageFlagException if it could not be found.
 MBMessageFlag MBMessageFlagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the message boards message flag with the primary key or throws a NoSuchModelException 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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag[] MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag[] MBMessageFlagPersistenceImpl.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.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag[] MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag MBMessageFlagPersistenceImpl.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 = ?.
 MBMessageFlag[] MBMessageFlagPersistenceImpl.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 = ?.
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByM_F_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long messageId, int flag, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByMessageId_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long messageId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByT_F_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long threadId, int flag, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByThreadId_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByU_T_F_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long userId, long threadId, int flag, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByUserId_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long userId, OrderByComparator orderByComparator, boolean previous)
           
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.
 MBMessageFlag MBMessageFlagPersistenceImpl.remove(long messageFlagId)
          Removes the message boards message flag with the primary key from the database.
static MBMessageFlag MBMessageFlagUtil.remove(MBMessageFlag mbMessageFlag)
           
 MBMessageFlag MBMessageFlagPersistenceImpl.remove(Serializable primaryKey)
          Removes the message boards message flag with the primary key from the database.
protected  MBMessageFlag MBMessageFlagPersistenceImpl.removeImpl(MBMessageFlag mbMessageFlag)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.toUnwrappedModel(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)
           
 MBMessageFlag MBMessageFlagPersistenceImpl.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.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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 = ?.
 List<MBMessageFlag> MBMessageFlagPersistenceImpl.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.
 void MBMessageFlagPersistenceImpl.cacheResult(MBMessageFlag mbMessageFlag)
          Caches the message boards message flag in the entity cache if it is enabled.
static void MBMessageFlagUtil.clearCache(MBMessageFlag mbMessageFlag)
           
 void MBMessageFlagPersistenceImpl.clearCache(MBMessageFlag mbMessageFlag)
          Clears the cache for the message boards message flag.
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByM_F_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long messageId, int flag, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByMessageId_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long messageId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByT_F_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long threadId, int flag, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByThreadId_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long threadId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByU_T_F_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long userId, long threadId, int flag, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.getByUserId_PrevAndNext(Session session, MBMessageFlag mbMessageFlag, long userId, OrderByComparator orderByComparator, boolean previous)
           
static MBMessageFlag MBMessageFlagUtil.remove(MBMessageFlag mbMessageFlag)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.removeImpl(MBMessageFlag mbMessageFlag)
           
protected  MBMessageFlag MBMessageFlagPersistenceImpl.toUnwrappedModel(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)
           
 MBMessageFlag MBMessageFlagPersistenceImpl.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.
 void MBMessageFlagPersistenceImpl.cacheResult(List<MBMessageFlag> mbMessageFlags)
          Caches the message boards message flags in the entity cache if it is enabled.
 


Liferay 6.0.5