Liferay 6.2-ce-ga5

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

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

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

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

Methods in com.liferay.portlet.messageboards.model that return MBMailingList
 MBMailingList MBMailingListWrapper.getWrappedMBMailingList()
          Deprecated. As of 6.1.0, replaced by MBMailingListWrapper.getWrappedModel()
 MBMailingList MBMailingListWrapper.getWrappedModel()
           
 MBMailingList MBMailingListWrapper.toEscapedModel()
           
 MBMailingList MBMailingListModel.toEscapedModel()
           
 MBMailingList MBMailingListWrapper.toUnescapedModel()
           
 MBMailingList MBMailingListModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBMailingList
 CacheModel<MBMailingList> MBMailingListWrapper.toCacheModel()
           
 CacheModel<MBMailingList> MBMailingListModel.toCacheModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBMailingList
 int MBMailingListWrapper.compareTo(MBMailingList mbMailingList)
           
 int MBMailingListModel.compareTo(MBMailingList mbMailingList)
           
static MBMailingListSoap MBMailingListSoap.toSoapModel(MBMailingList model)
           
static MBMailingListSoap[] MBMailingListSoap.toSoapModels(MBMailingList[] models)
           
static MBMailingListSoap[][] MBMailingListSoap.toSoapModels(MBMailingList[][] models)
           
 

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

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBMailingList
MBMailingListWrapper(MBMailingList mbMailingList)
           
 

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

Methods in com.liferay.portlet.messageboards.service that return MBMailingList
 MBMailingList MBMailingListLocalService.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
static MBMailingList MBMailingListLocalServiceUtil.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalServiceWrapper.addMailingList(long userId, long groupId, long categoryId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalService.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
static MBMailingList MBMailingListLocalServiceUtil.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 MBMailingList MBMailingListLocalServiceWrapper.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 MBMailingList MBMailingListLocalService.createMBMailingList(long mailingListId)
          Creates a new message boards mailing list with the primary key.
static MBMailingList MBMailingListLocalServiceUtil.createMBMailingList(long mailingListId)
          Creates a new message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalServiceWrapper.createMBMailingList(long mailingListId)
          Creates a new message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalService.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
static MBMailingList MBMailingListLocalServiceUtil.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListLocalServiceWrapper.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListLocalService.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
static MBMailingList MBMailingListLocalServiceUtil.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMailingList MBMailingListLocalServiceWrapper.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMailingList MBMailingListLocalService.fetchMBMailingList(long mailingListId)
           
static MBMailingList MBMailingListLocalServiceUtil.fetchMBMailingList(long mailingListId)
           
 MBMailingList MBMailingListLocalServiceWrapper.fetchMBMailingList(long mailingListId)
           
 MBMailingList MBMailingListLocalService.fetchMBMailingListByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards mailing list with the matching UUID and company.
static MBMailingList MBMailingListLocalServiceUtil.fetchMBMailingListByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards mailing list with the matching UUID and company.
 MBMailingList MBMailingListLocalServiceWrapper.fetchMBMailingListByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards mailing list with the matching UUID and company.
 MBMailingList MBMailingListLocalService.fetchMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list matching the UUID and group.
static MBMailingList MBMailingListLocalServiceUtil.fetchMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list matching the UUID and group.
 MBMailingList MBMailingListLocalServiceWrapper.fetchMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list matching the UUID and group.
 MBMailingList MBMailingListLocalService.getCategoryMailingList(long groupId, long categoryId)
           
static MBMailingList MBMailingListLocalServiceUtil.getCategoryMailingList(long groupId, long categoryId)
           
 MBMailingList MBMailingListLocalServiceWrapper.getCategoryMailingList(long groupId, long categoryId)
           
 MBMailingList MBMailingListLocalService.getMBMailingList(long mailingListId)
          Returns the message boards mailing list with the primary key.
static MBMailingList MBMailingListLocalServiceUtil.getMBMailingList(long mailingListId)
          Returns the message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalServiceWrapper.getMBMailingList(long mailingListId)
          Returns the message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalService.getMBMailingListByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards mailing list with the matching UUID and company.
static MBMailingList MBMailingListLocalServiceUtil.getMBMailingListByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards mailing list with the matching UUID and company.
 MBMailingList MBMailingListLocalServiceWrapper.getMBMailingListByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards mailing list with the matching UUID and company.
 MBMailingList MBMailingListLocalService.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list matching the UUID and group.
static MBMailingList MBMailingListLocalServiceUtil.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list matching the UUID and group.
 MBMailingList MBMailingListLocalServiceWrapper.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list matching the UUID and group.
 MBMailingList MBMailingListLocalService.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
static MBMailingList MBMailingListLocalServiceUtil.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalServiceWrapper.updateMailingList(long mailingListId, String emailAddress, String inProtocol, String inServerName, int inServerPort, boolean inUseSSL, String inUserName, String inPassword, int inReadInterval, String outEmailAddress, boolean outCustom, String outServerName, int outServerPort, boolean outUseSSL, String outUserName, String outPassword, boolean allowAnonymous, boolean active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
static MBMailingList MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
 MBMailingList MBMailingListLocalServiceWrapper.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list 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 MBMailingList
 List<MBMailingList> MBMailingListLocalService.getMBMailingLists(int start, int end)
          Returns a range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListLocalServiceUtil.getMBMailingLists(int start, int end)
          Returns a range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListLocalServiceWrapper.getMBMailingLists(int start, int end)
          Returns a range of all the message boards mailing lists.
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBMailingList
 MBMailingList MBMailingListLocalService.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
static MBMailingList MBMailingListLocalServiceUtil.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 MBMailingList MBMailingListLocalServiceWrapper.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 void MBMailingListLocalService.deleteMailingList(MBMailingList mailingList)
           
static void MBMailingListLocalServiceUtil.deleteMailingList(MBMailingList mailingList)
           
 void MBMailingListLocalServiceWrapper.deleteMailingList(MBMailingList mailingList)
           
 MBMailingList MBMailingListLocalService.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
static MBMailingList MBMailingListLocalServiceUtil.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMailingList MBMailingListLocalServiceWrapper.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
static MBMailingList MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
 MBMailingList MBMailingListLocalServiceWrapper.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBMailingList
 MBMailingList MBMailingListPersistence.create(long mailingListId)
          Creates a new message boards mailing list with the primary key.
static MBMailingList MBMailingListUtil.create(long mailingListId)
          Creates a new message boards mailing list with the primary key.
 MBMailingList MBMailingListPersistence.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.fetchByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.fetchByG_C(long groupId, long categoryId)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found.
static MBMailingList MBMailingListUtil.fetchByG_C(long groupId, long categoryId)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found.
 MBMailingList MBMailingListPersistence.fetchByG_C(long groupId, long categoryId, boolean retrieveFromCache)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache.
static MBMailingList MBMailingListUtil.fetchByG_C(long groupId, long categoryId, boolean retrieveFromCache)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache.
 MBMailingList MBMailingListPersistence.fetchByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or returns null if it could not be found.
static MBMailingList MBMailingListUtil.fetchByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or returns null if it could not be found.
 MBMailingList MBMailingListPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found.
static MBMailingList MBMailingListUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found.
 MBMailingList MBMailingListPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MBMailingList MBMailingListUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBMailingList MBMailingListPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
 MBMailingList[] MBMailingListPersistence.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
static MBMailingList[] MBMailingListUtil.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByG_C(long groupId, long categoryId)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByG_C(long groupId, long categoryId)
          Returns the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList MBMailingListUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_C_PrevAndNext(long mailingListId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ? and companyId = ?.
 MBMailingList MBMailingListPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
static MBMailingList MBMailingListUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList[] MBMailingListPersistence.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
static MBMailingList MBMailingListUtil.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListPersistence.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
static MBMailingList MBMailingListUtil.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? from the database.
 MBMailingList MBMailingListPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
static MBMailingList MBMailingListUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards mailing list where uuid = ? and groupId = ? from the database.
static MBMailingList MBMailingListUtil.update(MBMailingList mbMailingList)
           
static MBMailingList MBMailingListUtil.update(MBMailingList mbMailingList, ServiceContext serviceContext)
           
 MBMailingList MBMailingListPersistence.updateImpl(MBMailingList mbMailingList)
           
static MBMailingList MBMailingListUtil.updateImpl(MBMailingList mbMailingList)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBMailingList
 List<MBMailingList> MBMailingListPersistence.findAll()
          Returns all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findAll()
          Returns all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistence.findAll(int start, int end)
          Returns a range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findAll(int start, int end)
          Returns a range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active)
          Returns all the message boards mailing lists where active = ?.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active)
          Returns all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active, int start, int end)
          Returns a range of all the message boards mailing lists where active = ?.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active, int start, int end)
          Returns a range of all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where active = ?.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the message boards mailing lists where uuid = ? and companyId = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid_C(String uuid, long companyId)
          Returns all the message boards mailing lists where uuid = ? and companyId = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards mailing lists where uuid = ? and companyId = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards mailing lists where uuid = ? and companyId = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ? and companyId = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid)
          Returns all the message boards mailing lists where uuid = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid(String uuid)
          Returns all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards mailing lists where uuid = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists where uuid = ?.
static List<MBMailingList> MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBMailingList> MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBMailingList> MBMailingListUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBMailingList
 void MBMailingListPersistence.cacheResult(MBMailingList mbMailingList)
          Caches the message boards mailing list in the entity cache if it is enabled.
static void MBMailingListUtil.cacheResult(MBMailingList mbMailingList)
          Caches the message boards mailing list in the entity cache if it is enabled.
static void MBMailingListUtil.clearCache(MBMailingList mbMailingList)
           
static MBMailingList MBMailingListUtil.update(MBMailingList mbMailingList)
           
static MBMailingList MBMailingListUtil.update(MBMailingList mbMailingList, ServiceContext serviceContext)
           
 MBMailingList MBMailingListPersistence.updateImpl(MBMailingList mbMailingList)
           
static MBMailingList MBMailingListUtil.updateImpl(MBMailingList mbMailingList)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBMailingList
 void MBMailingListPersistence.cacheResult(List<MBMailingList> mbMailingLists)
          Caches the message boards mailing lists in the entity cache if it is enabled.
static void MBMailingListUtil.cacheResult(List<MBMailingList> mbMailingLists)
          Caches the message boards mailing lists in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5