Liferay 6.0-ee

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

Packages that use MBBan
com.liferay.portlet.messageboards.lar   
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.http   
com.liferay.portlet.messageboards.service.impl   
com.liferay.portlet.messageboards.service.persistence   
com.liferay.portlet.messageboards.util   
 

Uses of MBBan in com.liferay.portlet.messageboards.lar
 

Methods in com.liferay.portlet.messageboards.lar with parameters of type MBBan
protected  void MBPortletDataHandlerImpl.exportBan(PortletDataContext context, Element userBansElement, MBBan ban)
           
protected  String MBPortletDataHandlerImpl.getUserBanPath(PortletDataContext context, MBBan ban)
           
protected  void MBPortletDataHandlerImpl.importBan(PortletDataContext context, MBBan ban)
           
 

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

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

Methods in com.liferay.portlet.messageboards.model that return MBBan
 MBBan MBBanWrapper.getWrappedMBBan()
           
 MBBan MBBanWrapper.toEscapedModel()
           
 MBBan MBBanModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBBan
 int MBBanWrapper.compareTo(MBBan mbBan)
           
 int MBBanModel.compareTo(MBBan mbBan)
           
static MBBanSoap MBBanSoap.toSoapModel(MBBan model)
           
static MBBanSoap[] MBBanSoap.toSoapModels(MBBan[] models)
           
static MBBanSoap[][] MBBanSoap.toSoapModels(MBBan[][] models)
           
 

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

Constructors in com.liferay.portlet.messageboards.model with parameters of type MBBan
MBBanWrapper(MBBan mbBan)
           
 

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

Classes in com.liferay.portlet.messageboards.model.impl that implement MBBan
 class MBBanImpl
           
 

Methods in com.liferay.portlet.messageboards.model.impl that return MBBan
 MBBan MBBanModelImpl.toEscapedModel()
           
static MBBan MBBanModelImpl.toModel(MBBanSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.messageboards.model.impl that return types with arguments of type MBBan
static List<MBBan> MBBanModelImpl.toModels(MBBanSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.messageboards.model.impl with parameters of type MBBan
 int MBBanModelImpl.compareTo(MBBan mbBan)
           
 

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

Methods in com.liferay.portlet.messageboards.service that return MBBan
 MBBan MBBanLocalServiceWrapper.addBan(long userId, long banUserId, ServiceContext serviceContext)
           
static MBBan MBBanLocalServiceUtil.addBan(long userId, long banUserId, ServiceContext serviceContext)
           
 MBBan MBBanLocalService.addBan(long userId, long banUserId, ServiceContext serviceContext)
           
 MBBan MBBanServiceWrapper.addBan(long banUserId, ServiceContext serviceContext)
           
static MBBan MBBanServiceUtil.addBan(long banUserId, ServiceContext serviceContext)
           
 MBBan MBBanService.addBan(long banUserId, ServiceContext serviceContext)
           
 MBBan MBBanLocalServiceWrapper.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
static MBBan MBBanLocalServiceUtil.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
 MBBan MBBanLocalService.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
 MBBan MBBanLocalServiceWrapper.createMBBan(long banId)
          Creates a new message boards ban with the primary key.
static MBBan MBBanLocalServiceUtil.createMBBan(long banId)
          Creates a new message boards ban with the primary key.
 MBBan MBBanLocalService.createMBBan(long banId)
          Creates a new message boards ban with the primary key.
 MBBan MBBanLocalServiceWrapper.getMBBan(long banId)
          Gets the message boards ban with the primary key.
static MBBan MBBanLocalServiceUtil.getMBBan(long banId)
          Gets the message boards ban with the primary key.
 MBBan MBBanLocalService.getMBBan(long banId)
          Gets the message boards ban with the primary key.
 MBBan MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database.
static MBBan MBBanLocalServiceUtil.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database.
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database.
 MBBan MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database.
static MBBan MBBanLocalServiceUtil.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database.
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database.
 

Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBBan
 List<MBBan> MBBanLocalServiceWrapper.getBans(long groupId, int start, int end)
           
static List<MBBan> MBBanLocalServiceUtil.getBans(long groupId, int start, int end)
           
 List<MBBan> MBBanLocalService.getBans(long groupId, int start, int end)
           
 List<MBBan> MBBanLocalServiceWrapper.getMBBans(int start, int end)
          Gets a range of all the message boards bans.
static List<MBBan> MBBanLocalServiceUtil.getMBBans(int start, int end)
          Gets a range of all the message boards bans.
 List<MBBan> MBBanLocalService.getMBBans(int start, int end)
          Gets a range of all the message boards bans.
 

Methods in com.liferay.portlet.messageboards.service with parameters of type MBBan
 MBBan MBBanLocalServiceWrapper.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
static MBBan MBBanLocalServiceUtil.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
 MBBan MBBanLocalService.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
 void MBBanLocalServiceWrapper.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
static void MBBanLocalServiceUtil.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 void MBBanLocalService.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database.
static MBBan MBBanLocalServiceUtil.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database.
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database.
 MBBan MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database.
static MBBan MBBanLocalServiceUtil.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database.
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database.
 

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

Methods in com.liferay.portlet.messageboards.service.base that return MBBan
 MBBan MBBanLocalServiceBaseImpl.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
 MBBan MBBanLocalServiceBaseImpl.createMBBan(long banId)
          Creates a new message boards ban with the primary key.
 MBBan MBBanLocalServiceBaseImpl.getMBBan(long banId)
          Gets the message boards ban with the primary key.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database.
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBBan
 List<MBBan> MBBanLocalServiceBaseImpl.getMBBans(int start, int end)
          Gets a range of all the message boards bans.
 

Methods in com.liferay.portlet.messageboards.service.base with parameters of type MBBan
 MBBan MBBanLocalServiceBaseImpl.addMBBan(MBBan mbBan)
          Adds the message boards ban to the database.
 void MBBanLocalServiceBaseImpl.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database.
 

Uses of MBBan in com.liferay.portlet.messageboards.service.http
 

Methods in com.liferay.portlet.messageboards.service.http that return MBBan
static MBBan MBBanServiceHttp.addBan(HttpPrincipal httpPrincipal, long banUserId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service.http with parameters of type MBBan
static JSONArray MBBanJSONSerializer.toJSONArray(MBBan[] models)
           
static JSONArray MBBanJSONSerializer.toJSONArray(MBBan[][] models)
           
static JSONObject MBBanJSONSerializer.toJSONObject(MBBan model)
           
 

Method parameters in com.liferay.portlet.messageboards.service.http with type arguments of type MBBan
static JSONArray MBBanJSONSerializer.toJSONArray(List<MBBan> models)
           
 

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

Methods in com.liferay.portlet.messageboards.service.impl that return MBBan
 MBBan MBBanLocalServiceImpl.addBan(long userId, long banUserId, ServiceContext serviceContext)
           
 MBBan MBBanServiceImpl.addBan(long banUserId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.messageboards.service.impl that return types with arguments of type MBBan
 List<MBBan> MBBanLocalServiceImpl.getBans(long groupId, int start, int end)
           
 

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

Methods in com.liferay.portlet.messageboards.service.persistence that return MBBan
static MBBan MBBanUtil.create(long banId)
          Creates a new message boards ban with the primary key.
 MBBan MBBanPersistence.create(long banId)
          Creates a new message boards ban with the primary key.
 MBBan MBBanPersistenceImpl.create(long banId)
          Creates a new message boards ban with the primary key.
static MBBan MBBanUtil.fetchByG_B(long groupId, long banUserId)
          Finds the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found.
 MBBan MBBanPersistence.fetchByG_B(long groupId, long banUserId)
          Finds the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found.
 MBBan MBBanPersistenceImpl.fetchByG_B(long groupId, long banUserId)
          Finds the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found.
static MBBan MBBanUtil.fetchByG_B(long groupId, long banUserId, boolean retrieveFromCache)
          Finds the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache.
 MBBan MBBanPersistence.fetchByG_B(long groupId, long banUserId, boolean retrieveFromCache)
          Finds the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache.
 MBBan MBBanPersistenceImpl.fetchByG_B(long groupId, long banUserId, boolean retrieveFromCache)
          Finds the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache.
static MBBan MBBanUtil.fetchByPrimaryKey(long banId)
          Finds the message boards ban with the primary key or returns null if it could not be found.
 MBBan MBBanPersistence.fetchByPrimaryKey(long banId)
          Finds the message boards ban with the primary key or returns null if it could not be found.
 MBBan MBBanPersistenceImpl.fetchByPrimaryKey(long banId)
          Finds the message boards ban with the primary key or returns null if it could not be found.
 MBBan MBBanPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the message boards ban with the primary key or returns null if it could not be found.
static MBBan MBBanUtil.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistenceImpl.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistenceImpl.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where banUserId = ?.
static MBBan[] MBBanUtil.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
 MBBan[] MBBanPersistence.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
 MBBan[] MBBanPersistenceImpl.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.findByG_B(long groupId, long banUserId)
          Finds the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistence.findByG_B(long groupId, long banUserId)
          Finds the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistenceImpl.findByG_B(long groupId, long banUserId)
          Finds the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found.
static MBBan MBBanUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where groupId = ?.
static MBBan[] MBBanUtil.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
 MBBan[] MBBanPersistence.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
 MBBan[] MBBanPersistenceImpl.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByPrimaryKey(long banId)
          Finds the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistence.findByPrimaryKey(long banId)
          Finds the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistenceImpl.findByPrimaryKey(long banId)
          Finds the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the message boards ban with the primary key or throws a NoSuchModelException if it could not be found.
static MBBan MBBanUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first message boards ban in the ordered set where userId = ?.
static MBBan MBBanUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last message boards ban in the ordered set where userId = ?.
static MBBan[] MBBanUtil.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
 MBBan[] MBBanPersistence.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
 MBBan[] MBBanPersistenceImpl.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator)
          Finds the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
protected  MBBan MBBanPersistenceImpl.getByBanUserId_PrevAndNext(Session session, MBBan mbBan, long banUserId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBBan mbBan, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByUserId_PrevAndNext(Session session, MBBan mbBan, long userId, OrderByComparator orderByComparator, boolean previous)
           
static MBBan MBBanUtil.remove(long banId)
          Removes the message boards ban with the primary key from the database.
 MBBan MBBanPersistence.remove(long banId)
          Removes the message boards ban with the primary key from the database.
 MBBan MBBanPersistenceImpl.remove(long banId)
          Removes the message boards ban with the primary key from the database.
static MBBan MBBanUtil.remove(MBBan mbBan)
           
 MBBan MBBanPersistenceImpl.remove(Serializable primaryKey)
          Removes the message boards ban with the primary key from the database.
protected  MBBan MBBanPersistenceImpl.removeImpl(MBBan mbBan)
           
protected  MBBan MBBanPersistenceImpl.toUnwrappedModel(MBBan mbBan)
           
static MBBan MBBanUtil.update(MBBan mbBan, boolean merge)
           
static MBBan MBBanUtil.update(MBBan mbBan, boolean merge, ServiceContext serviceContext)
           
static MBBan MBBanUtil.updateImpl(MBBan mbBan, boolean merge)
           
 MBBan MBBanPersistence.updateImpl(MBBan mbBan, boolean merge)
           
 MBBan MBBanPersistenceImpl.updateImpl(MBBan mbBan, boolean merge)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBBan
static List<MBBan> MBBanUtil.findAll()
          Finds all the message boards bans.
 List<MBBan> MBBanPersistence.findAll()
          Finds all the message boards bans.
 List<MBBan> MBBanPersistenceImpl.findAll()
          Finds all the message boards bans.
static List<MBBan> MBBanUtil.findAll(int start, int end)
          Finds a range of all the message boards bans.
 List<MBBan> MBBanPersistence.findAll(int start, int end)
          Finds a range of all the message boards bans.
 List<MBBan> MBBanPersistenceImpl.findAll(int start, int end)
          Finds a range of all the message boards bans.
static List<MBBan> MBBanUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans.
 List<MBBan> MBBanPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans.
 List<MBBan> MBBanPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans.
static List<MBBan> MBBanUtil.findByBanUserId(long banUserId)
          Finds all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistence.findByBanUserId(long banUserId)
          Finds all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistenceImpl.findByBanUserId(long banUserId)
          Finds all the message boards bans where banUserId = ?.
static List<MBBan> MBBanUtil.findByBanUserId(long banUserId, int start, int end)
          Finds a range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistence.findByBanUserId(long banUserId, int start, int end)
          Finds a range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistenceImpl.findByBanUserId(long banUserId, int start, int end)
          Finds a range of all the message boards bans where banUserId = ?.
static List<MBBan> MBBanUtil.findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistence.findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistenceImpl.findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where banUserId = ?.
static List<MBBan> MBBanUtil.findByGroupId(long groupId)
          Finds all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistence.findByGroupId(long groupId)
          Finds all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistenceImpl.findByGroupId(long groupId)
          Finds all the message boards bans where groupId = ?.
static List<MBBan> MBBanUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the message boards bans where groupId = ?.
static List<MBBan> MBBanUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where groupId = ?.
static List<MBBan> MBBanUtil.findByUserId(long userId)
          Finds all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistence.findByUserId(long userId)
          Finds all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUserId(long userId)
          Finds all the message boards bans where userId = ?.
static List<MBBan> MBBanUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUserId(long userId, int start, int end)
          Finds a range of all the message boards bans where userId = ?.
static List<MBBan> MBBanUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the message boards bans where userId = ?.
static List<MBBan> MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<MBBan> MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<MBBan> MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBBan
static void MBBanUtil.cacheResult(MBBan mbBan)
          Caches the message boards ban in the entity cache if it is enabled.
 void MBBanPersistence.cacheResult(MBBan mbBan)
          Caches the message boards ban in the entity cache if it is enabled.
 void MBBanPersistenceImpl.cacheResult(MBBan mbBan)
          Caches the message boards ban in the entity cache if it is enabled.
static void MBBanUtil.clearCache(MBBan mbBan)
           
 void MBBanPersistenceImpl.clearCache(MBBan mbBan)
          Clears the cache for the message boards ban.
protected  MBBan MBBanPersistenceImpl.getByBanUserId_PrevAndNext(Session session, MBBan mbBan, long banUserId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByGroupId_PrevAndNext(Session session, MBBan mbBan, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByUserId_PrevAndNext(Session session, MBBan mbBan, long userId, OrderByComparator orderByComparator, boolean previous)
           
static MBBan MBBanUtil.remove(MBBan mbBan)
           
protected  MBBan MBBanPersistenceImpl.removeImpl(MBBan mbBan)
           
protected  MBBan MBBanPersistenceImpl.toUnwrappedModel(MBBan mbBan)
           
static MBBan MBBanUtil.update(MBBan mbBan, boolean merge)
           
static MBBan MBBanUtil.update(MBBan mbBan, boolean merge, ServiceContext serviceContext)
           
static MBBan MBBanUtil.updateImpl(MBBan mbBan, boolean merge)
           
 MBBan MBBanPersistence.updateImpl(MBBan mbBan, boolean merge)
           
 MBBan MBBanPersistenceImpl.updateImpl(MBBan mbBan, boolean merge)
           
 

Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBBan
static void MBBanUtil.cacheResult(List<MBBan> mbBans)
          Caches the message boards bans in the entity cache if it is enabled.
 void MBBanPersistence.cacheResult(List<MBBan> mbBans)
          Caches the message boards bans in the entity cache if it is enabled.
 void MBBanPersistenceImpl.cacheResult(List<MBBan> mbBans)
          Caches the message boards bans in the entity cache if it is enabled.
 

Uses of MBBan in com.liferay.portlet.messageboards.util
 

Methods in com.liferay.portlet.messageboards.util with parameters of type MBBan
static Date MBUtil.getUnbanDate(MBBan ban, int expireInterval)
           
 


Liferay 6.0-ee