Liferay 6.2-ce-ga5

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

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

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

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

Methods in com.liferay.portlet.messageboards.model that return MBDiscussion
 MBDiscussion MBDiscussionWrapper.getWrappedMBDiscussion()
          Deprecated. As of 6.1.0, replaced by MBDiscussionWrapper.getWrappedModel()
 MBDiscussion MBDiscussionWrapper.getWrappedModel()
           
 MBDiscussion MBDiscussionModel.toEscapedModel()
           
 MBDiscussion MBDiscussionWrapper.toEscapedModel()
           
 MBDiscussion MBDiscussionModel.toUnescapedModel()
           
 MBDiscussion MBDiscussionWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBDiscussion
 CacheModel<MBDiscussion> MBDiscussionModel.toCacheModel()
           
 CacheModel<MBDiscussion> MBDiscussionWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBDiscussion
 int MBDiscussionModel.compareTo(MBDiscussion mbDiscussion)
           
 int MBDiscussionWrapper.compareTo(MBDiscussion mbDiscussion)
           
static MBDiscussionSoap MBDiscussionSoap.toSoapModel(MBDiscussion model)
           
static MBDiscussionSoap[] MBDiscussionSoap.toSoapModels(MBDiscussion[] models)
           
static MBDiscussionSoap[][] MBDiscussionSoap.toSoapModels(MBDiscussion[][] models)
           
 

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

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBDiscussion
MBDiscussionWrapper(MBDiscussion mbDiscussion)
           
 

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

Methods in com.liferay.portlet.messageboards.service that return MBDiscussion
 MBDiscussion MBDiscussionLocalService.addDiscussion(long userId, long classNameId, long classPK, long threadId, ServiceContext serviceContext)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.addDiscussion(long userId, long classNameId, long classPK, long threadId, ServiceContext serviceContext)
           
static MBDiscussion MBDiscussionLocalServiceUtil.addDiscussion(long userId, long classNameId, long classPK, long threadId, ServiceContext serviceContext)
           
 MBDiscussion MBDiscussionLocalService.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
 MBDiscussion MBDiscussionLocalServiceWrapper.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
static MBDiscussion MBDiscussionLocalServiceUtil.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
 MBDiscussion MBDiscussionLocalService.createMBDiscussion(long discussionId)
          Creates a new message boards discussion with the primary key.
 MBDiscussion MBDiscussionLocalServiceWrapper.createMBDiscussion(long discussionId)
          Creates a new message boards discussion with the primary key.
static MBDiscussion MBDiscussionLocalServiceUtil.createMBDiscussion(long discussionId)
          Creates a new message boards discussion with the primary key.
 MBDiscussion MBDiscussionLocalService.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
 MBDiscussion MBDiscussionLocalServiceWrapper.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
static MBDiscussion MBDiscussionLocalServiceUtil.deleteMBDiscussion(long discussionId)
          Deletes the message boards discussion with the primary key from the database.
 MBDiscussion MBDiscussionLocalService.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
 MBDiscussion MBDiscussionLocalServiceWrapper.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
static MBDiscussion MBDiscussionLocalServiceUtil.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
 MBDiscussion MBDiscussionLocalService.fetchDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.fetchDiscussion(long discussionId)
           
static MBDiscussion MBDiscussionLocalServiceUtil.fetchDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalService.fetchDiscussion(String className, long classPK)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.fetchDiscussion(String className, long classPK)
           
static MBDiscussion MBDiscussionLocalServiceUtil.fetchDiscussion(String className, long classPK)
           
 MBDiscussion MBDiscussionLocalService.fetchMBDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.fetchMBDiscussion(long discussionId)
           
static MBDiscussion MBDiscussionLocalServiceUtil.fetchMBDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalService.fetchMBDiscussionByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards discussion with the matching UUID and company.
 MBDiscussion MBDiscussionLocalServiceWrapper.fetchMBDiscussionByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards discussion with the matching UUID and company.
static MBDiscussion MBDiscussionLocalServiceUtil.fetchMBDiscussionByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards discussion with the matching UUID and company.
 MBDiscussion MBDiscussionLocalService.fetchMBDiscussionByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards discussion matching the UUID and group.
 MBDiscussion MBDiscussionLocalServiceWrapper.fetchMBDiscussionByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards discussion matching the UUID and group.
static MBDiscussion MBDiscussionLocalServiceUtil.fetchMBDiscussionByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards discussion matching the UUID and group.
 MBDiscussion MBDiscussionLocalService.getDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.getDiscussion(long discussionId)
           
static MBDiscussion MBDiscussionLocalServiceUtil.getDiscussion(long discussionId)
           
 MBDiscussion MBDiscussionLocalService.getDiscussion(String className, long classPK)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.getDiscussion(String className, long classPK)
           
static MBDiscussion MBDiscussionLocalServiceUtil.getDiscussion(String className, long classPK)
           
 MBDiscussion MBDiscussionLocalService.getMBDiscussion(long discussionId)
          Returns the message boards discussion with the primary key.
 MBDiscussion MBDiscussionLocalServiceWrapper.getMBDiscussion(long discussionId)
          Returns the message boards discussion with the primary key.
static MBDiscussion MBDiscussionLocalServiceUtil.getMBDiscussion(long discussionId)
          Returns the message boards discussion with the primary key.
 MBDiscussion MBDiscussionLocalService.getMBDiscussionByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards discussion with the matching UUID and company.
 MBDiscussion MBDiscussionLocalServiceWrapper.getMBDiscussionByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards discussion with the matching UUID and company.
static MBDiscussion MBDiscussionLocalServiceUtil.getMBDiscussionByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards discussion with the matching UUID and company.
 MBDiscussion MBDiscussionLocalService.getMBDiscussionByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards discussion matching the UUID and group.
 MBDiscussion MBDiscussionLocalServiceWrapper.getMBDiscussionByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards discussion matching the UUID and group.
static MBDiscussion MBDiscussionLocalServiceUtil.getMBDiscussionByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards discussion matching the UUID and group.
 MBDiscussion MBDiscussionLocalService.getThreadDiscussion(long threadId)
           
 MBDiscussion MBDiscussionLocalServiceWrapper.getThreadDiscussion(long threadId)
           
static MBDiscussion MBDiscussionLocalServiceUtil.getThreadDiscussion(long threadId)
           
 MBDiscussion MBDiscussionLocalService.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion in the database or adds it if it does not yet exist.
 MBDiscussion MBDiscussionLocalServiceWrapper.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion in the database or adds it if it does not yet exist.
static MBDiscussion MBDiscussionLocalServiceUtil.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion 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 MBDiscussion
static List<MBDiscussion> MBMessageLocalServiceUtil.getDiscussions(String className)
           
 List<MBDiscussion> MBMessageLocalServiceWrapper.getDiscussions(String className)
           
 List<MBDiscussion> MBMessageLocalService.getDiscussions(String className)
           
 List<MBDiscussion> MBDiscussionLocalService.getMBDiscussions(int start, int end)
          Returns a range of all the message boards discussions.
 List<MBDiscussion> MBDiscussionLocalServiceWrapper.getMBDiscussions(int start, int end)
          Returns a range of all the message boards discussions.
static List<MBDiscussion> MBDiscussionLocalServiceUtil.getMBDiscussions(int start, int end)
          Returns a range of all the message boards discussions.
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBDiscussion
 MBDiscussion MBDiscussionLocalService.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
 MBDiscussion MBDiscussionLocalServiceWrapper.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
static MBDiscussion MBDiscussionLocalServiceUtil.addMBDiscussion(MBDiscussion mbDiscussion)
          Adds the message boards discussion to the database.
 MBDiscussion MBDiscussionLocalService.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
 MBDiscussion MBDiscussionLocalServiceWrapper.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
static MBDiscussion MBDiscussionLocalServiceUtil.deleteMBDiscussion(MBDiscussion mbDiscussion)
          Deletes the message boards discussion from the database.
 MBDiscussion MBDiscussionLocalService.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion in the database or adds it if it does not yet exist.
 MBDiscussion MBDiscussionLocalServiceWrapper.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion in the database or adds it if it does not yet exist.
static MBDiscussion MBDiscussionLocalServiceUtil.updateMBDiscussion(MBDiscussion mbDiscussion)
          Updates the message boards discussion in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBDiscussion
static MBDiscussion MBDiscussionUtil.create(long discussionId)
          Creates a new message boards discussion with the primary key.
 MBDiscussion MBDiscussionPersistence.create(long discussionId)
          Creates a new message boards discussion with the primary key.
static MBDiscussion MBDiscussionUtil.fetchByC_C(long classNameId, long classPK)
          Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found.
 MBDiscussion MBDiscussionPersistence.fetchByC_C(long classNameId, long classPK)
          Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found.
static MBDiscussion MBDiscussionUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 MBDiscussion MBDiscussionPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static MBDiscussion MBDiscussionUtil.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.fetchByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or returns null if it could not be found.
 MBDiscussion MBDiscussionPersistence.fetchByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or returns null if it could not be found.
static MBDiscussion MBDiscussionUtil.fetchByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or returns null if it could not be found.
 MBDiscussion MBDiscussionPersistence.fetchByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or returns null if it could not be found.
static MBDiscussion MBDiscussionUtil.fetchByThreadId(long threadId, boolean retrieveFromCache)
          Returns the message boards discussion where threadId = ? or returns null if it could not be found, optionally using the finder cache.
 MBDiscussion MBDiscussionPersistence.fetchByThreadId(long threadId, boolean retrieveFromCache)
          Returns the message boards discussion where threadId = ? or returns null if it could not be found, optionally using the finder cache.
static MBDiscussion MBDiscussionUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found.
 MBDiscussion MBDiscussionPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found.
static MBDiscussion MBDiscussionUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBDiscussion MBDiscussionPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MBDiscussion MBDiscussionUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.findByC_C(long classNameId, long classPK)
          Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistence.findByC_C(long classNameId, long classPK)
          Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found.
static MBDiscussion MBDiscussionUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion MBDiscussionPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion[] MBDiscussionUtil.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion[] MBDiscussionPersistence.findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
static MBDiscussion MBDiscussionUtil.findByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistence.findByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
static MBDiscussion MBDiscussionUtil.findByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistence.findByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
static MBDiscussion MBDiscussionUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion[] MBDiscussionPersistence.findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
static MBDiscussion MBDiscussionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion MBDiscussionPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.
static MBDiscussion MBDiscussionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion MBDiscussionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
static MBDiscussion[] MBDiscussionUtil.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 MBDiscussion[] MBDiscussionPersistence.findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
static MBDiscussion MBDiscussionUtil.remove(long discussionId)
          Removes the message boards discussion with the primary key from the database.
 MBDiscussion MBDiscussionPersistence.remove(long discussionId)
          Removes the message boards discussion with the primary key from the database.
static MBDiscussion MBDiscussionUtil.removeByC_C(long classNameId, long classPK)
          Removes the message boards discussion where classNameId = ? and classPK = ? from the database.
 MBDiscussion MBDiscussionPersistence.removeByC_C(long classNameId, long classPK)
          Removes the message boards discussion where classNameId = ? and classPK = ? from the database.
static MBDiscussion MBDiscussionUtil.removeByThreadId(long threadId)
          Removes the message boards discussion where threadId = ? from the database.
 MBDiscussion MBDiscussionPersistence.removeByThreadId(long threadId)
          Removes the message boards discussion where threadId = ? from the database.
static MBDiscussion MBDiscussionUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards discussion where uuid = ? and groupId = ? from the database.
 MBDiscussion MBDiscussionPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards discussion where uuid = ? and groupId = ? from the database.
static MBDiscussion MBDiscussionUtil.update(MBDiscussion mbDiscussion)
           
static MBDiscussion MBDiscussionUtil.update(MBDiscussion mbDiscussion, ServiceContext serviceContext)
           
static MBDiscussion MBDiscussionUtil.updateImpl(MBDiscussion mbDiscussion)
           
 MBDiscussion MBDiscussionPersistence.updateImpl(MBDiscussion mbDiscussion)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBDiscussion
static List<MBDiscussion> MBDiscussionUtil.findAll()
          Returns all the message boards discussions.
 List<MBDiscussion> MBDiscussionPersistence.findAll()
          Returns all the message boards discussions.
static List<MBDiscussion> MBDiscussionUtil.findAll(int start, int end)
          Returns a range of all the message boards discussions.
 List<MBDiscussion> MBDiscussionPersistence.findAll(int start, int end)
          Returns a range of all the message boards discussions.
static List<MBDiscussion> MBDiscussionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions.
 List<MBDiscussion> MBDiscussionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions.
static List<MBDiscussion> MBDiscussionUtil.findByClassNameId(long classNameId)
          Returns all the message boards discussions where classNameId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByClassNameId(long classNameId)
          Returns all the message boards discussions where classNameId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the message boards discussions where classNameId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the message boards discussions where classNameId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByClassNameId(long classNameId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid_C(String uuid, long companyId)
          Returns all the message boards discussions where uuid = ? and companyId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the message boards discussions where uuid = ? and companyId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards discussions where uuid = ? and companyId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards discussions where uuid = ? and companyId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid(String uuid)
          Returns all the message boards discussions where uuid = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid(String uuid)
          Returns all the message boards discussions where uuid = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards discussions where uuid = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards discussions where uuid = ?.
static List<MBDiscussion> MBDiscussionUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 List<MBDiscussion> MBDiscussionPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
static List<MBDiscussion> MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBDiscussion> MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBDiscussion> MBDiscussionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBDiscussion
static void MBDiscussionUtil.cacheResult(MBDiscussion mbDiscussion)
          Caches the message boards discussion in the entity cache if it is enabled.
 void MBDiscussionPersistence.cacheResult(MBDiscussion mbDiscussion)
          Caches the message boards discussion in the entity cache if it is enabled.
static void MBDiscussionUtil.clearCache(MBDiscussion mbDiscussion)
           
static MBDiscussion MBDiscussionUtil.update(MBDiscussion mbDiscussion)
           
static MBDiscussion MBDiscussionUtil.update(MBDiscussion mbDiscussion, ServiceContext serviceContext)
           
static MBDiscussion MBDiscussionUtil.updateImpl(MBDiscussion mbDiscussion)
           
 MBDiscussion MBDiscussionPersistence.updateImpl(MBDiscussion mbDiscussion)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBDiscussion
static void MBDiscussionUtil.cacheResult(List<MBDiscussion> mbDiscussions)
          Caches the message boards discussions in the entity cache if it is enabled.
 void MBDiscussionPersistence.cacheResult(List<MBDiscussion> mbDiscussions)
          Caches the message boards discussions in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5