|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBBan | |
---|---|
com.liferay.portlet.messageboards.model | |
com.liferay.portlet.messageboards.service | |
com.liferay.portlet.messageboards.service.persistence |
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.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.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. |
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 = ?. |
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 = ?. |
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. |
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. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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. |
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)
|
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. |
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. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
static void |
MBBanUtil.clearCache(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)
|
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. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |