Liferay 6.1.2-ce-ga3

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. Renamed to MBMailingListWrapper.getWrappedModel()
 MBMailingList MBMailingListWrapper.getWrappedModel()
           
 MBMailingList MBMailingListModel.toEscapedModel()
           
 MBMailingList MBMailingListWrapper.toEscapedModel()
           
 MBMailingList MBMailingListModel.toUnescapedModel()
           
 MBMailingList MBMailingListWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.messageboards.model with parameters of type MBMailingList
 int MBMailingListModel.compareTo(MBMailingList mbMailingList)
           
 int MBMailingListWrapper.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 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)
           
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 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)
           
 MBMailingList MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 MBMailingList MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.createMBMailingList(long mailingListId)
          Creates a new message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMailingList MBMailingListLocalServiceWrapper.fetchMBMailingList(long mailingListId)
           
static MBMailingList MBMailingListLocalServiceUtil.fetchMBMailingList(long mailingListId)
           
 MBMailingList MBMailingListLocalService.fetchMBMailingList(long mailingListId)
           
 MBMailingList MBMailingListLocalServiceWrapper.getCategoryMailingList(long groupId, long categoryId)
           
static MBMailingList MBMailingListLocalServiceUtil.getCategoryMailingList(long groupId, long categoryId)
           
 MBMailingList MBMailingListLocalService.getCategoryMailingList(long groupId, long categoryId)
           
 MBMailingList MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.getMBMailingList(long mailingListId)
          Returns the message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalServiceWrapper.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list with the UUID in the group.
static MBMailingList MBMailingListLocalServiceUtil.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list with the UUID in the group.
 MBMailingList MBMailingListLocalService.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards mailing list with the UUID in the group.
 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)
           
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 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)
           
 MBMailingList MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.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, boolean merge)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
static MBMailingList MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          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> MBMailingListLocalServiceWrapper.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> MBMailingListLocalService.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 MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 void MBMailingListLocalServiceWrapper.deleteMailingList(MBMailingList mailingList)
           
static void MBMailingListLocalServiceUtil.deleteMailingList(MBMailingList mailingList)
           
 void MBMailingListLocalService.deleteMailingList(MBMailingList mailingList)
           
 MBMailingList MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMailingList MBMailingListLocalServiceWrapper.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 MBMailingListLocalService.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, boolean merge)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
static MBMailingList MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database or adds it if it does not yet exist.
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          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
static MBMailingList MBMailingListUtil.create(long mailingListId)
          Creates a new message boards mailing list with the primary key.
 MBMailingList MBMailingListPersistence.create(long mailingListId)
          Creates a new message boards mailing list with the primary key.
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_First(boolean active, OrderByComparator orderByComparator)
          Returns the first 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.fetchByActive_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where active = ?.
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)
          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, 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.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.fetchByPrimaryKey(long mailingListId)
          Returns the message boards mailing list with the primary key or returns null if it could not be found.
 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.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 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_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)
          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, 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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
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_First(boolean active, OrderByComparator orderByComparator)
          Returns the first 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_Last(boolean active, OrderByComparator orderByComparator)
          Returns the last 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.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.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.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.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.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.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards mailing list in the ordered set where uuid = ?.
 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_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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards mailing list in the ordered set where uuid = ?.
 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_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.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.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
 MBMailingList MBMailingListPersistence.remove(long mailingListId)
          Removes the message boards mailing list with the primary key 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.removeByG_C(long groupId, long categoryId)
          Removes the message boards mailing list where groupId = ? and categoryId = ? 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.
 MBMailingList MBMailingListPersistence.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, boolean merge)
           
static MBMailingList MBMailingListUtil.update(MBMailingList mbMailingList, boolean merge, ServiceContext serviceContext)
           
static MBMailingList MBMailingListUtil.updateImpl(MBMailingList mbMailingList, boolean merge)
           
 MBMailingList MBMailingListPersistence.updateImpl(MBMailingList mbMailingList, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBMailingList
static List<MBMailingList> MBMailingListUtil.findAll()
          Returns all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistence.findAll()
          Returns 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)
          Returns a 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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active)
          Returns all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active)
          Returns 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)
          Returns a 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.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.findByUuid(String uuid)
          Returns all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid)
          Returns 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)
          Returns a 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 = ?.
 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.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
static void MBMailingListUtil.cacheResult(MBMailingList mbMailingList)
          Caches the message boards mailing list in the entity cache if it is enabled.
 void MBMailingListPersistence.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, boolean merge)
           
static MBMailingList MBMailingListUtil.update(MBMailingList mbMailingList, boolean merge, ServiceContext serviceContext)
           
static MBMailingList MBMailingListUtil.updateImpl(MBMailingList mbMailingList, boolean merge)
           
 MBMailingList MBMailingListPersistence.updateImpl(MBMailingList mbMailingList, boolean merge)
           
 

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


Liferay 6.1.2-ce-ga3