Liferay 6.1.2-ce-ga3

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 portletDataContext, Element userBansElement, MBBan ban)
           
protected  String MBPortletDataHandlerImpl.getUserBanPath(PortletDataContext portletDataContext, MBBan ban)
           
protected  void MBPortletDataHandlerImpl.importBan(PortletDataContext portletDataContext, Element userBanElement, 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()
          Deprecated. Renamed to MBBanWrapper.getWrappedModel()
 MBBan MBBanWrapper.getWrappedModel()
           
 MBBan MBBanModel.toEscapedModel()
           
 MBBan MBBanWrapper.toEscapedModel()
           
 MBBan MBBanModel.toUnescapedModel()
           
 MBBan MBBanWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBBan
 CacheModel<MBBan> MBBanModel.toCacheModel()
           
 CacheModel<MBBan> MBBanWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.messageboards.model with parameters of type MBBan
 int MBBanModel.compareTo(MBBan mbBan)
           
 int MBBanWrapper.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 MBBanBaseImpl
          The extended model base implementation for the MBBan service.
 class MBBanImpl
           
 

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

Methods in com.liferay.portlet.messageboards.model.impl that return types with arguments of type MBBan
 CacheModel<MBBan> MBBanModelImpl.toCacheModel()
           
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)
           
 MBBan MBBanLocalService.addBan(long userId, long banUserId, ServiceContext serviceContext)
           
static MBBan MBBanLocalServiceUtil.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.
 MBBan MBBanLocalService.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 MBBanLocalServiceWrapper.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.
static MBBan MBBanLocalServiceUtil.createMBBan(long banId)
          Creates a new message boards ban with the primary key.
 MBBan MBBanLocalServiceWrapper.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
 MBBan MBBanLocalService.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
static MBBan MBBanLocalServiceUtil.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
 MBBan MBBanLocalServiceWrapper.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalService.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
static MBBan MBBanLocalServiceUtil.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalServiceWrapper.fetchMBBan(long banId)
           
 MBBan MBBanLocalService.fetchMBBan(long banId)
           
static MBBan MBBanLocalServiceUtil.fetchMBBan(long banId)
           
 MBBan MBBanLocalServiceWrapper.getMBBan(long banId)
          Returns the message boards ban with the primary key.
 MBBan MBBanLocalService.getMBBan(long banId)
          Returns the message boards ban with the primary key.
static MBBan MBBanLocalServiceUtil.getMBBan(long banId)
          Returns the message boards ban with the primary key.
 MBBan MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
static MBBan MBBanLocalServiceUtil.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBBan MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database or adds it if it does not yet exist.
static MBBan MBBanLocalServiceUtil.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban 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 MBBan
 List<MBBan> MBBanLocalServiceWrapper.getBans(long groupId, int start, int end)
           
 List<MBBan> MBBanLocalService.getBans(long groupId, int start, int end)
           
static List<MBBan> MBBanLocalServiceUtil.getBans(long groupId, int start, int end)
           
 List<MBBan> MBBanLocalServiceWrapper.getMBBans(int start, int end)
          Returns a range of all the message boards bans.
 List<MBBan> MBBanLocalService.getMBBans(int start, int end)
          Returns a range of all the message boards bans.
static List<MBBan> MBBanLocalServiceUtil.getMBBans(int start, int end)
          Returns 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.
 MBBan MBBanLocalService.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.
 void MBBanLocalServiceWrapper.deleteBan(MBBan ban)
           
 void MBBanLocalService.deleteBan(MBBan ban)
           
static void MBBanLocalServiceUtil.deleteBan(MBBan ban)
           
 MBBan MBBanLocalServiceWrapper.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalService.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
static MBBan MBBanLocalServiceUtil.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
static MBBan MBBanLocalServiceUtil.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBBan MBBanLocalServiceWrapper.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBBan MBBanLocalService.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database or adds it if it does not yet exist.
static MBBan MBBanLocalServiceUtil.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 

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.deleteMBBan(long banId)
          Deletes the message boards ban with the primary key from the database.
 MBBan MBBanLocalServiceBaseImpl.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalServiceBaseImpl.fetchMBBan(long banId)
           
 MBBan MBBanLocalServiceBaseImpl.getMBBan(long banId)
          Returns the message boards ban with the primary key.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.messageboards.service.base that return types with arguments of type MBBan
 List<MBBan> MBBanLocalServiceBaseImpl.getMBBans(int start, int end)
          Returns 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.
 MBBan 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 or adds it if it does not yet exist.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan, boolean merge)
          Updates the message boards ban in the database or adds it if it does not yet exist.
 

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)
           
 

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)
           
 

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type MBBan
 void MBBanLocalServiceImpl.deleteBan(MBBan ban)
           
 

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.fetchByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.fetchByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistenceImpl.fetchByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.fetchByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.fetchByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistenceImpl.fetchByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.fetchByG_B(long groupId, long banUserId)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
static MBBan MBBanUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
static MBBan MBBanUtil.fetchByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or returns null if it could not be found.
 MBBan MBBanPersistence.fetchByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or returns null if it could not be found.
 MBBan MBBanPersistenceImpl.fetchByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or returns null if it could not be found.
 MBBan MBBanPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the message boards ban with the primary key or returns null if it could not be found.
static MBBan MBBanUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
static MBBan MBBanUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
static MBBan MBBanUtil.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistenceImpl.findByBanUserId_First(long banUserId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where banUserId = ?.
static MBBan MBBanUtil.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistence.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
 MBBan MBBanPersistenceImpl.findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where banUserId = ?.
static MBBan[] MBBanUtil.findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
 MBBan MBBanPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where groupId = ?.
static MBBan[] MBBanUtil.findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
static MBBan MBBanUtil.findByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistence.findByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistenceImpl.findByPrimaryKey(long banId)
          Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where userId = ?.
static MBBan MBBanUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
 MBBan MBBanPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where userId = ?.
static MBBan[] MBBanUtil.findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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.
 MBBan MBBanPersistenceImpl.remove(Serializable primaryKey)
          Removes the message boards ban with the primary key from the database.
static MBBan MBBanUtil.removeByG_B(long groupId, long banUserId)
          Removes the message boards ban where groupId = ? and banUserId = ? from the database.
 MBBan MBBanPersistence.removeByG_B(long groupId, long banUserId)
          Removes the message boards ban where groupId = ? and banUserId = ? from the database.
 MBBan MBBanPersistenceImpl.removeByG_B(long groupId, long banUserId)
          Removes the message boards ban where groupId = ? and banUserId = ? 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()
          Returns all the message boards bans.
 List<MBBan> MBBanPersistence.findAll()
          Returns all the message boards bans.
 List<MBBan> MBBanPersistenceImpl.findAll()
          Returns all the message boards bans.
static List<MBBan> MBBanUtil.findAll(int start, int end)
          Returns a range of all the message boards bans.
 List<MBBan> MBBanPersistence.findAll(int start, int end)
          Returns a range of all the message boards bans.
 List<MBBan> MBBanPersistenceImpl.findAll(int start, int end)
          Returns a range of all the message boards bans.
static List<MBBan> MBBanUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans.
 List<MBBan> MBBanPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans.
 List<MBBan> MBBanPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans.
static List<MBBan> MBBanUtil.findByBanUserId(long banUserId)
          Returns all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistence.findByBanUserId(long banUserId)
          Returns all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistenceImpl.findByBanUserId(long banUserId)
          Returns all the message boards bans where banUserId = ?.
static List<MBBan> MBBanUtil.findByBanUserId(long banUserId, int start, int end)
          Returns a range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistence.findByBanUserId(long banUserId, int start, int end)
          Returns a range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistenceImpl.findByBanUserId(long banUserId, int start, int end)
          Returns a range of all the message boards bans where banUserId = ?.
static List<MBBan> MBBanUtil.findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistence.findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
 List<MBBan> MBBanPersistenceImpl.findByBanUserId(long banUserId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where banUserId = ?.
static List<MBBan> MBBanUtil.findByGroupId(long groupId)
          Returns all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistence.findByGroupId(long groupId)
          Returns all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistenceImpl.findByGroupId(long groupId)
          Returns all the message boards bans where groupId = ?.
static List<MBBan> MBBanUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the message boards bans where groupId = ?.
static List<MBBan> MBBanUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
 List<MBBan> MBBanPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where groupId = ?.
static List<MBBan> MBBanUtil.findByUserId(long userId)
          Returns all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistence.findByUserId(long userId)
          Returns all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUserId(long userId)
          Returns all the message boards bans where userId = ?.
static List<MBBan> MBBanUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the message boards bans where userId = ?.
static List<MBBan> MBBanUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where userId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns 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.
protected  void MBBanPersistenceImpl.cacheUniqueFindersCache(MBBan mbBan)
           
static void MBBanUtil.clearCache(MBBan mbBan)
           
 void MBBanPersistenceImpl.clearCache(MBBan mbBan)
          Clears the cache for the message boards ban.
protected  void MBBanPersistenceImpl.clearUniqueFindersCache(MBBan mbBan)
           
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)
           
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.
 void MBBanPersistenceImpl.clearCache(List<MBBan> mbBans)
           
 

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.1.2-ce-ga3