Liferay 6.1.2-ce-ga3

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. Renamed to 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 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.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.createMBThreadFlag(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
static MBThreadFlag MBThreadFlagLocalServiceUtil.createMBThreadFlag(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
 MBThreadFlag MBThreadFlagLocalService.createMBThreadFlag(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
 MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(long threadFlagId)
          Deletes the message boards thread flag with the primary key from the database.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.fetchMBThreadFlag(long threadFlagId)
           
static MBThreadFlag MBThreadFlagLocalServiceUtil.fetchMBThreadFlag(long threadFlagId)
           
 MBThreadFlag MBThreadFlagLocalService.fetchMBThreadFlag(long threadFlagId)
           
 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.getMBThreadFlag(long threadFlagId)
          Returns the message boards thread flag with the primary key.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.getThreadFlag(long userId, MBThread thread)
           
static MBThreadFlag MBThreadFlagLocalServiceUtil.getThreadFlag(long userId, MBThread thread)
           
 MBThreadFlag MBThreadFlagLocalService.getThreadFlag(long userId, MBThread thread)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
static MBThreadFlag MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 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, boolean merge)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
static MBThreadFlag MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag, boolean merge)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 MBThreadFlag MBThreadFlagLocalService.updateMBThreadFlag(MBThreadFlag mbThreadFlag, boolean merge)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.messageboards.service with parameters of type MBThreadFlag
 MBThreadFlag MBThreadFlagLocalServiceWrapper.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
 MBThreadFlag MBThreadFlagLocalService.addMBThreadFlag(MBThreadFlag mbThreadFlag)
          Adds the message boards thread flag to the database.
 MBThreadFlag MBThreadFlagLocalServiceWrapper.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
static MBThreadFlag MBThreadFlagLocalServiceUtil.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 MBThreadFlag MBThreadFlagLocalService.deleteMBThreadFlag(MBThreadFlag mbThreadFlag)
          Deletes the message boards thread flag from the database.
 void MBThreadFlagLocalServiceWrapper.deleteThreadFlag(MBThreadFlag threadFlag)
           
static void MBThreadFlagLocalServiceUtil.deleteThreadFlag(MBThreadFlag threadFlag)
           
 void MBThreadFlagLocalService.deleteThreadFlag(MBThreadFlag threadFlag)
           
 MBThreadFlag MBThreadFlagLocalServiceWrapper.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
static MBThreadFlag MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 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, boolean merge)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
static MBThreadFlag MBThreadFlagLocalServiceUtil.updateMBThreadFlag(MBThreadFlag mbThreadFlag, boolean merge)
          Updates the message boards thread flag in the database or adds it if it does not yet exist.
 MBThreadFlag MBThreadFlagLocalService.updateMBThreadFlag(MBThreadFlag mbThreadFlag, boolean merge)
          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
static MBThreadFlag MBThreadFlagUtil.create(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
 MBThreadFlag MBThreadFlagPersistence.create(long threadFlagId)
          Creates a new message boards thread flag with the primary key.
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.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.fetchByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
 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_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last 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.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)
          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, 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.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.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
 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_Last(long userId, OrderByComparator orderByComparator)
          Returns the last 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.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.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.findByThreadId_First(long threadId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where threadId = ?.
 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_Last(long threadId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.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.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.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards thread flag in the ordered set where userId = ?.
 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_Last(long userId, OrderByComparator orderByComparator)
          Returns the last 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_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.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.remove(long threadFlagId)
          Removes the message boards thread flag with the primary key from the database.
 MBThreadFlag MBThreadFlagPersistence.remove(long threadFlagId)
          Removes the message boards thread flag with the primary key 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.removeByU_T(long userId, long threadId)
          Removes the message boards thread flag where userId = ? and threadId = ? from the database.
static MBThreadFlag MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag, boolean merge)
           
static MBThreadFlag MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag, boolean merge, ServiceContext serviceContext)
           
static MBThreadFlag MBThreadFlagUtil.updateImpl(MBThreadFlag mbThreadFlag, boolean merge)
           
 MBThreadFlag MBThreadFlagPersistence.updateImpl(MBThreadFlag mbThreadFlag, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBThreadFlag
static List<MBThreadFlag> MBThreadFlagUtil.findAll()
          Returns all the message boards thread flags.
 List<MBThreadFlag> MBThreadFlagPersistence.findAll()
          Returns 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)
          Returns a 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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards thread flags.
static List<MBThreadFlag> MBThreadFlagUtil.findByThreadId(long threadId)
          Returns all the message boards thread flags where threadId = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByThreadId(long threadId)
          Returns 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)
          Returns a 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.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.findByUserId(long userId)
          Returns all the message boards thread flags where userId = ?.
 List<MBThreadFlag> MBThreadFlagPersistence.findByUserId(long userId)
          Returns 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)
          Returns a 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.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.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
static void MBThreadFlagUtil.cacheResult(MBThreadFlag mbThreadFlag)
          Caches the message boards thread flag in the entity cache if it is enabled.
 void MBThreadFlagPersistence.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, boolean merge)
           
static MBThreadFlag MBThreadFlagUtil.update(MBThreadFlag mbThreadFlag, boolean merge, ServiceContext serviceContext)
           
static MBThreadFlag MBThreadFlagUtil.updateImpl(MBThreadFlag mbThreadFlag, boolean merge)
           
 MBThreadFlag MBThreadFlagPersistence.updateImpl(MBThreadFlag mbThreadFlag, boolean merge)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBThreadFlag
static void MBThreadFlagUtil.cacheResult(List<MBThreadFlag> mbThreadFlags)
          Caches the message boards thread flags in the entity cache if it is enabled.
 void MBThreadFlagPersistence.cacheResult(List<MBThreadFlag> mbThreadFlags)
          Caches the message boards thread flags in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3