Liferay 6.2-ce-ga5

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 MBBanStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, MBBan ban)
           
protected  void MBBanStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, 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. As of 6.1.0, replaced by 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.
 

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)
           
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)
           
 MBBan MBBanService.addBan(long banUserId, ServiceContext serviceContext)
           
static MBBan MBBanServiceUtil.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.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 MBBanLocalService.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.
static MBBan MBBanLocalServiceUtil.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalService.deleteMBBan(MBBan mbBan)
          Deletes the message boards ban from the database.
 MBBan MBBanLocalServiceWrapper.fetchMBBan(long banId)
           
static MBBan MBBanLocalServiceUtil.fetchMBBan(long banId)
           
 MBBan MBBanLocalService.fetchMBBan(long banId)
           
 MBBan MBBanLocalServiceWrapper.fetchMBBanByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards ban with the matching UUID and company.
static MBBan MBBanLocalServiceUtil.fetchMBBanByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards ban with the matching UUID and company.
 MBBan MBBanLocalService.fetchMBBanByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards ban with the matching UUID and company.
 MBBan MBBanLocalServiceWrapper.fetchMBBanByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards ban matching the UUID and group.
static MBBan MBBanLocalServiceUtil.fetchMBBanByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards ban matching the UUID and group.
 MBBan MBBanLocalService.fetchMBBanByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards ban matching the UUID and group.
 MBBan MBBanLocalServiceWrapper.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 MBBanLocalService.getMBBan(long banId)
          Returns the message boards ban with the primary key.
 MBBan MBBanLocalServiceWrapper.getMBBanByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards ban with the matching UUID and company.
static MBBan MBBanLocalServiceUtil.getMBBanByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards ban with the matching UUID and company.
 MBBan MBBanLocalService.getMBBanByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards ban with the matching UUID and company.
 MBBan MBBanLocalServiceWrapper.getMBBanByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards ban matching the UUID and group.
static MBBan MBBanLocalServiceUtil.getMBBanByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards ban matching the UUID and group.
 MBBan MBBanLocalService.getMBBanByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards ban matching the UUID and group.
 MBBan MBBanLocalServiceWrapper.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 MBBanLocalService.updateMBBan(MBBan mbBan)
          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)
           
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)
          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.
 List<MBBan> MBBanLocalService.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.
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.deleteBan(MBBan ban)
           
static void MBBanLocalServiceUtil.deleteBan(MBBan ban)
           
 void MBBanLocalService.deleteBan(MBBan ban)
           
 MBBan MBBanLocalServiceWrapper.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 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 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 MBBanLocalService.updateMBBan(MBBan mbBan)
          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.fetchMBBanByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards ban with the matching UUID and company.
 MBBan MBBanLocalServiceBaseImpl.fetchMBBanByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards ban matching the UUID and group.
 MBBan MBBanLocalServiceBaseImpl.getMBBan(long banId)
          Returns the message boards ban with the primary key.
 MBBan MBBanLocalServiceBaseImpl.getMBBanByUuidAndCompanyId(String uuid, long companyId)
          Returns the message boards ban with the matching UUID and company.
 MBBan MBBanLocalServiceBaseImpl.getMBBanByUuidAndGroupId(String uuid, long groupId)
          Returns the message boards ban matching the UUID and group.
 MBBan MBBanLocalServiceBaseImpl.updateMBBan(MBBan mbBan)
          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.
 

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.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
static MBBan MBBanUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found.
 MBBan MBBanPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found.
 MBBan MBBanPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found.
static MBBan MBBanUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBBan MBBanPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 MBBan MBBanPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards ban where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static MBBan MBBanUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
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 = ?.
static MBBan MBBanUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan MBBanPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBBan[] MBBanUtil.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan[] MBBanPersistence.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
 MBBan[] MBBanPersistenceImpl.findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
static MBBan MBBanUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first message boards ban in the ordered set where uuid = ?.
static MBBan MBBanUtil.findByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistence.findByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or throws a NoSuchBanException if it could not be found.
 MBBan MBBanPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the message boards ban where uuid = ? and groupId = ? or throws a NoSuchBanException if it could not be found.
static MBBan MBBanUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
 MBBan MBBanPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last message boards ban in the ordered set where uuid = ?.
static MBBan[] MBBanUtil.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
 MBBan[] MBBanPersistence.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
 MBBan[] MBBanPersistenceImpl.findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator orderByComparator)
          Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
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.getByUuid_C_PrevAndNext(Session session, MBBan mbBan, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByUuid_PrevAndNext(Session session, MBBan mbBan, String uuid, 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.
static MBBan MBBanUtil.removeByUUID_G(String uuid, long groupId)
          Removes the message boards ban where uuid = ? and groupId = ? from the database.
 MBBan MBBanPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the message boards ban where uuid = ? and groupId = ? from the database.
 MBBan MBBanPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the message boards ban where uuid = ? and groupId = ? from the database.
protected  MBBan MBBanPersistenceImpl.removeImpl(MBBan mbBan)
           
protected  MBBan MBBanPersistenceImpl.toUnwrappedModel(MBBan mbBan)
           
static MBBan MBBanUtil.update(MBBan mbBan)
           
static MBBan MBBanUtil.update(MBBan mbBan, ServiceContext serviceContext)
           
static MBBan MBBanUtil.updateImpl(MBBan mbBan)
           
 MBBan MBBanPersistence.updateImpl(MBBan mbBan)
           
 MBBan MBBanPersistenceImpl.updateImpl(MBBan mbBan)
           
 

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.findByUuid_C(String uuid, long companyId)
          Returns all the message boards bans where uuid = ? and companyId = ?.
 List<MBBan> MBBanPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the message boards bans where uuid = ? and companyId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the message boards bans where uuid = ? and companyId = ?.
static List<MBBan> MBBanUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards bans where uuid = ? and companyId = ?.
 List<MBBan> MBBanPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards bans where uuid = ? and companyId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards bans where uuid = ? and companyId = ?.
static List<MBBan> MBBanUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
 List<MBBan> MBBanPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
 List<MBBan> MBBanPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
static List<MBBan> MBBanUtil.findByUuid(String uuid)
          Returns all the message boards bans where uuid = ?.
 List<MBBan> MBBanPersistence.findByUuid(String uuid)
          Returns all the message boards bans where uuid = ?.
 List<MBBan> MBBanPersistenceImpl.findByUuid(String uuid)
          Returns all the message boards bans where uuid = ?.
static List<MBBan> MBBanUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards bans where uuid = ?.
 List<MBBan> MBBanPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards bans where uuid = ?.
 List<MBBan> MBBanPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards bans where uuid = ?.
static List<MBBan> MBBanUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
 List<MBBan> MBBanPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
 List<MBBan> MBBanPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the message boards bans where uuid = ?.
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.getByUuid_C_PrevAndNext(Session session, MBBan mbBan, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.getByUuid_PrevAndNext(Session session, MBBan mbBan, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  MBBan MBBanPersistenceImpl.removeImpl(MBBan mbBan)
           
protected  MBBan MBBanPersistenceImpl.toUnwrappedModel(MBBan mbBan)
           
static MBBan MBBanUtil.update(MBBan mbBan)
           
static MBBan MBBanUtil.update(MBBan mbBan, ServiceContext serviceContext)
           
static MBBan MBBanUtil.updateImpl(MBBan mbBan)
           
 MBBan MBBanPersistence.updateImpl(MBBan mbBan)
           
 MBBan MBBanPersistenceImpl.updateImpl(MBBan mbBan)
           
 

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.2-ce-ga5