Liferay 6.0.5

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

Packages that use MBMailingList
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.messageboards.service.base   
com.liferay.portlet.messageboards.service.impl   
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()
           
 MBMailingList MBMailingListWrapper.toEscapedModel()
           
 MBMailingList MBMailingListModel.toEscapedModel()
          Gets a copy of this message boards mailing list as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBMailingList
 int MBMailingListWrapper.compareTo(MBMailingList mbMailingList)
           
 int MBMailingListModel.compareTo(MBMailingList mbMailingList)
           
 

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

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

Classes in com.liferay.portlet.messageboards.model.impl that implement MBMailingList
 class MBMailingListImpl
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return MBMailingList
 MBMailingList MBMailingListModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model.impl with parameters of type MBMailingList
 int MBMailingListModelImpl.compareTo(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 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 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 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.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)
          Gets the message boards mailing list with the primary key.
static MBMailingList MBMailingListLocalServiceUtil.getMBMailingList(long mailingListId)
          Gets the message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalService.getMBMailingList(long mailingListId)
          Gets the message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalServiceWrapper.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Gets the message boards mailing list with the UUID and group id.
static MBMailingList MBMailingListLocalServiceUtil.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Gets the message boards mailing list with the UUID and group id.
 MBMailingList MBMailingListLocalService.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Gets the message boards mailing list with the UUID and group id.
 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 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 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 active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalServiceWrapper.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database.
static MBMailingList MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database.
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database.
 MBMailingList MBMailingListLocalServiceWrapper.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
static MBMailingList MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBMailingList
 List<MBMailingList> MBMailingListLocalServiceWrapper.getMBMailingLists(int start, int end)
          Gets a range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListLocalServiceUtil.getMBMailingLists(int start, int end)
          Gets a range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListLocalService.getMBMailingLists(int start, int end)
          Gets 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)
           
 void MBMailingListLocalServiceWrapper.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
static void MBMailingListLocalServiceUtil.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 void 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.
static MBMailingList MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database.
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database.
 MBMailingList MBMailingListLocalServiceWrapper.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
static MBMailingList MBMailingListLocalServiceUtil.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
 MBMailingList MBMailingListLocalService.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
 

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

Methods in com.liferay.portlet.messageboards.service.base that return MBMailingList
 MBMailingList MBMailingListLocalServiceBaseImpl.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 MBMailingList MBMailingListLocalServiceBaseImpl.createMBMailingList(long mailingListId)
          Creates a new message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalServiceBaseImpl.getMBMailingList(long mailingListId)
          Gets the message boards mailing list with the primary key.
 MBMailingList MBMailingListLocalServiceBaseImpl.getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Gets the message boards mailing list with the UUID and group id.
 MBMailingList MBMailingListLocalServiceBaseImpl.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database.
 MBMailingList MBMailingListLocalServiceBaseImpl.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBMailingList
 List<MBMailingList> MBMailingListLocalServiceBaseImpl.getMBMailingLists(int start, int end)
          Gets a range of all the message boards mailing lists.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBMailingList
 MBMailingList MBMailingListLocalServiceBaseImpl.addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 void MBMailingListLocalServiceBaseImpl.deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 MBMailingList MBMailingListLocalServiceBaseImpl.updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database.
 MBMailingList MBMailingListLocalServiceBaseImpl.updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
 

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

Methods in com.liferay.portlet.messageboards.service.impl that return MBMailingList
 MBMailingList MBMailingListLocalServiceImpl.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 active, ServiceContext serviceContext)
           
 MBMailingList MBMailingListLocalServiceImpl.getCategoryMailingList(long groupId, long categoryId)
           
 MBMailingList MBMailingListLocalServiceImpl.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 active, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type MBMailingList
 void MBMailingListLocalServiceImpl.deleteMailingList(MBMailingList mailingList)
           
protected  String MBMailingListLocalServiceImpl.getSchedulerGroupName(MBMailingList mailingList)
           
protected  void MBMailingListLocalServiceImpl.scheduleMailingList(MBMailingList mailingList)
           
protected  void MBMailingListLocalServiceImpl.unscheduleMailingList(MBMailingList mailingList)
           
 

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.
 MBMailingList MBMailingListPersistenceImpl.create(long mailingListId)
          Creates a new message boards mailing list with the primary key.
static MBMailingList MBMailingListUtil.fetchByG_C(long groupId, long categoryId)
          Finds 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)
          Finds the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.fetchByG_C(long groupId, long categoryId)
          Finds 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)
          Finds 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)
          Finds the message boards mailing list where groupId = ? and categoryId = ? or returns null if it could not be found, optionally using the finder cache.
 MBMailingList MBMailingListPersistenceImpl.fetchByG_C(long groupId, long categoryId, boolean retrieveFromCache)
          Finds 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)
          Finds the message boards mailing list with the primary key or returns null if it could not be found.
 MBMailingList MBMailingListPersistence.fetchByPrimaryKey(long mailingListId)
          Finds the message boards mailing list with the primary key or returns null if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.fetchByPrimaryKey(long mailingListId)
          Finds the message boards mailing list with the primary key or returns null if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the message boards mailing list with the primary key or returns null if it could not be found.
static MBMailingList MBMailingListUtil.fetchByUUID_G(String uuid, long groupId)
          Finds 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)
          Finds the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Finds 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)
          Finds 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)
          Finds the message boards mailing list where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBMailingList MBMailingListPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds 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.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistenceImpl.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where active = ?.
static MBMailingList MBMailingListUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where active = ?.
 MBMailingList MBMailingListPersistenceImpl.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where active = ?.
static MBMailingList[] MBMailingListUtil.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Finds 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)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where active = ?.
 MBMailingList[] MBMailingListPersistenceImpl.findByActive_PrevAndNext(long mailingListId, boolean active, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the message boards mailing list where groupId = ? and categoryId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.findByG_C(long groupId, long categoryId)
          Finds 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)
          Finds the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistence.findByPrimaryKey(long mailingListId)
          Finds the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.findByPrimaryKey(long mailingListId)
          Finds the message boards mailing list with the primary key or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the message boards mailing list with the primary key or throws a NoSuchModelException if it could not be found.
static MBMailingList MBMailingListUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first message boards mailing list in the ordered set where uuid = ?.
static MBMailingList MBMailingListUtil.findByUUID_G(String uuid, long groupId)
          Finds 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)
          Finds the message boards mailing list where uuid = ? and groupId = ? or throws a NoSuchMailingListException if it could not be found.
 MBMailingList MBMailingListPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds 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)
          Finds the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where uuid = ?.
 MBMailingList MBMailingListPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last message boards mailing list in the ordered set where uuid = ?.
static MBMailingList[] MBMailingListUtil.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Finds 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)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
 MBMailingList[] MBMailingListPersistenceImpl.findByUuid_PrevAndNext(long mailingListId, String uuid, OrderByComparator orderByComparator)
          Finds the message boards mailing lists before and after the current message boards mailing list in the ordered set where uuid = ?.
protected  MBMailingList MBMailingListPersistenceImpl.getByActive_PrevAndNext(Session session, MBMailingList mbMailingList, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMailingList MBMailingListPersistenceImpl.getByUuid_PrevAndNext(Session session, MBMailingList mbMailingList, String uuid, OrderByComparator orderByComparator, boolean previous)
           
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.
 MBMailingList MBMailingListPersistenceImpl.remove(long mailingListId)
          Removes the message boards mailing list with the primary key from the database.
static MBMailingList MBMailingListUtil.remove(MBMailingList mbMailingList)
           
 MBMailingList MBMailingListPersistenceImpl.remove(Serializable primaryKey)
          Removes the message boards mailing list with the primary key from the database.
protected  MBMailingList MBMailingListPersistenceImpl.removeImpl(MBMailingList mbMailingList)
           
protected  MBMailingList MBMailingListPersistenceImpl.toUnwrappedModel(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)
           
 MBMailingList MBMailingListPersistenceImpl.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()
          Finds all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistence.findAll()
          Finds all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistenceImpl.findAll()
          Finds all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findAll(int start, int end)
          Finds a range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistence.findAll(int start, int end)
          Finds a range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistenceImpl.findAll(int start, int end)
          Finds a range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards mailing lists.
 List<MBMailingList> MBMailingListPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards mailing lists.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active)
          Finds all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active)
          Finds all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByActive(boolean active)
          Finds all the message boards mailing lists where active = ?.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active, int start, int end)
          Finds a range of all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active, int start, int end)
          Finds a range of all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByActive(boolean active, int start, int end)
          Finds a range of all the message boards mailing lists where active = ?.
static List<MBMailingList> MBMailingListUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards mailing lists where active = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards mailing lists where active = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid(String uuid)
          Finds all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid)
          Finds all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByUuid(String uuid)
          Finds all the message boards mailing lists where uuid = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the message boards mailing lists where uuid = ?.
static List<MBMailingList> MBMailingListUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards mailing lists where uuid = ?.
 List<MBMailingList> MBMailingListPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
 void MBMailingListPersistenceImpl.cacheResult(MBMailingList mbMailingList)
          Caches the message boards mailing list in the entity cache if it is enabled.
static void MBMailingListUtil.clearCache(MBMailingList mbMailingList)
           
 void MBMailingListPersistenceImpl.clearCache(MBMailingList mbMailingList)
          Clears the cache for the message boards mailing list.
protected  MBMailingList MBMailingListPersistenceImpl.getByActive_PrevAndNext(Session session, MBMailingList mbMailingList, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  MBMailingList MBMailingListPersistenceImpl.getByUuid_PrevAndNext(Session session, MBMailingList mbMailingList, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static MBMailingList MBMailingListUtil.remove(MBMailingList mbMailingList)
           
protected  MBMailingList MBMailingListPersistenceImpl.removeImpl(MBMailingList mbMailingList)
           
protected  MBMailingList MBMailingListPersistenceImpl.toUnwrappedModel(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)
           
 MBMailingList MBMailingListPersistenceImpl.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.
 void MBMailingListPersistenceImpl.cacheResult(List<MBMailingList> mbMailingLists)
          Caches the message boards mailing lists in the entity cache if it is enabled.
 


Liferay 6.0.5