Package | Description |
---|---|
com.liferay.message.boards.kernel.model | |
com.liferay.message.boards.kernel.service | |
com.liferay.message.boards.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
MBBanWrapper
This class is a wrapper for
MBBan . |
Modifier and Type | Field and Description |
---|---|
static Accessor<MBBan,Long> |
MBBan.BAN_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
MBBan |
MBBanWrapper.getWrappedModel() |
MBBan |
MBBanModel.toEscapedModel() |
MBBan |
MBBanWrapper.toEscapedModel() |
MBBan |
MBBanModel.toUnescapedModel() |
MBBan |
MBBanWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<MBBan> |
MBBanModel.toCacheModel() |
CacheModel<MBBan> |
MBBanWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static MBBanSoap[] |
MBBanSoap.toSoapModels(List<MBBan> models) |
Constructor and Description |
---|
MBBanWrapper(MBBan mbBan) |
Modifier and Type | Method and Description |
---|---|
MBBan |
MBBanLocalService.addBan(long userId,
long banUserId,
ServiceContext serviceContext) |
static MBBan |
MBBanLocalServiceUtil.addBan(long userId,
long banUserId,
ServiceContext serviceContext) |
MBBan |
MBBanLocalServiceWrapper.addBan(long userId,
long banUserId,
ServiceContext serviceContext) |
MBBan |
MBBanService.addBan(long banUserId,
ServiceContext serviceContext) |
static MBBan |
MBBanServiceUtil.addBan(long banUserId,
ServiceContext serviceContext) |
MBBan |
MBBanServiceWrapper.addBan(long banUserId,
ServiceContext serviceContext) |
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.addMBBan(MBBan mbBan)
Adds the message boards ban to the database.
|
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.createMBBan(long banId)
Creates a new message boards ban with the primary key.
|
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(long banId)
Deletes the message boards ban with the primary key 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.deleteMBBan(MBBan mbBan)
Deletes the message boards ban from the database.
|
MBBan |
MBBanLocalService.fetchMBBan(long banId) |
static MBBan |
MBBanLocalServiceUtil.fetchMBBan(long banId) |
MBBan |
MBBanLocalServiceWrapper.fetchMBBan(long banId) |
MBBan |
MBBanLocalService.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 |
MBBanLocalServiceWrapper.fetchMBBanByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards ban matching the UUID and group.
|
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.getMBBan(long banId)
Returns the message boards ban with the primary key.
|
MBBan |
MBBanLocalService.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 |
MBBanLocalServiceWrapper.getMBBanByUuidAndGroupId(String uuid,
long groupId)
Returns the message boards ban matching the UUID and group.
|
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)
Updates the message boards ban in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<MBBan> |
MBBanLocalService.getBans(long groupId,
int start,
int end) |
static List<MBBan> |
MBBanLocalServiceUtil.getBans(long groupId,
int start,
int end) |
List<MBBan> |
MBBanLocalServiceWrapper.getBans(long groupId,
int start,
int end) |
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.
|
List<MBBan> |
MBBanLocalServiceWrapper.getMBBans(int start,
int end)
Returns a range of all the message boards bans.
|
List<MBBan> |
MBBanLocalService.getMBBansByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards bans matching the UUID and company.
|
static List<MBBan> |
MBBanLocalServiceUtil.getMBBansByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards bans matching the UUID and company.
|
List<MBBan> |
MBBanLocalServiceWrapper.getMBBansByUuidAndCompanyId(String uuid,
long companyId)
Returns all the message boards bans matching the UUID and company.
|
List<MBBan> |
MBBanLocalService.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company.
|
static List<MBBan> |
MBBanLocalServiceUtil.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company.
|
List<MBBan> |
MBBanLocalServiceWrapper.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company.
|
Modifier and Type | Method and Description |
---|---|
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.addMBBan(MBBan mbBan)
Adds the message boards ban to the database.
|
void |
MBBanLocalService.deleteBan(MBBan ban) |
static void |
MBBanLocalServiceUtil.deleteBan(MBBan ban) |
void |
MBBanLocalServiceWrapper.deleteBan(MBBan ban) |
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.deleteMBBan(MBBan mbBan)
Deletes the message boards ban from the database.
|
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)
Updates the message boards ban in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<MBBan> |
MBBanLocalService.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company.
|
static List<MBBan> |
MBBanLocalServiceUtil.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company.
|
List<MBBan> |
MBBanLocalServiceWrapper.getMBBansByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns a range of message boards bans matching the UUID and company.
|
Modifier and Type | Method and Description |
---|---|
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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
MBBan |
MBBanPersistence.fetchByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
static MBBan |
MBBanUtil.fetchByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?.
|
MBBan |
MBBanPersistence.fetchByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
MBBan |
MBBanPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
static MBBan |
MBBanUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?.
|
MBBan |
MBBanPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
MBBan |
MBBanPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
static MBBan |
MBBanUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
MBBan |
MBBanPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
static MBBan |
MBBanUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
|
static MBBan |
MBBanUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?.
|
MBBan |
MBBanPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBBan> 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. |
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. |
static MBBan |
MBBanUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
MBBan |
MBBanPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
static MBBan |
MBBanUtil.findByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
MBBan |
MBBanPersistence.findByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
static MBBan |
MBBanUtil.findByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?.
|
MBBan |
MBBanPersistence.findByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?.
|
static MBBan[] |
MBBanUtil.findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator<MBBan> 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<MBBan> 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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
MBBan |
MBBanPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
static MBBan |
MBBanUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?.
|
MBBan |
MBBanPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?.
|
static MBBan[] |
MBBanUtil.findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator<MBBan> 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<MBBan> 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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
MBBan |
MBBanPersistence.findByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
static MBBan |
MBBanUtil.findByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
MBBan |
MBBanPersistence.findByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
static MBBan[] |
MBBanUtil.findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?.
|
MBBan |
MBBanPersistence.findByUuid_First(String uuid,
OrderByComparator<MBBan> 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. |
static MBBan |
MBBanUtil.findByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
MBBan |
MBBanPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
static MBBan[] |
MBBanUtil.findByUuid_PrevAndNext(long banId,
String uuid,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
|
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.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.
|
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) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,MBBan> |
MBBanUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,MBBan> |
MBBanPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
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<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans.
|
List<MBBan> |
MBBanPersistence.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans.
|
static List<MBBan> |
MBBanUtil.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans.
|
List<MBBan> |
MBBanPersistence.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
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<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?.
|
List<MBBan> |
MBBanPersistence.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?.
|
static List<MBBan> |
MBBanUtil.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where banUserId = ?.
|
List<MBBan> |
MBBanPersistence.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
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<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?.
|
List<MBBan> |
MBBanPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?.
|
static List<MBBan> |
MBBanUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where groupId = ?.
|
List<MBBan> |
MBBanPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
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<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?.
|
List<MBBan> |
MBBanPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?.
|
static List<MBBan> |
MBBanUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where userId = ?.
|
List<MBBan> |
MBBanPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
static List<MBBan> |
MBBanUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns an ordered 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<MBBan> orderByComparator,
boolean retrieveFromCache)
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<MBBan> orderByComparator,
boolean retrieveFromCache)
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 = ?.
|
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 = ?.
|
static List<MBBan> |
MBBanUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ?.
|
List<MBBan> |
MBBanPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ?.
|
static List<MBBan> |
MBBanUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where uuid = ?.
|
List<MBBan> |
MBBanPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
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<MBBan> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
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) |
static MBBan |
MBBanUtil.update(MBBan mbBan,
ServiceContext serviceContext) |
static MBBan |
MBBanUtil.updateImpl(MBBan mbBan) |
MBBan |
MBBanPersistence.updateImpl(MBBan mbBan) |
Modifier and Type | Method and Description |
---|---|
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.
|
static MBBan |
MBBanUtil.fetchByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
MBBan |
MBBanPersistence.fetchByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
static MBBan |
MBBanUtil.fetchByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?.
|
MBBan |
MBBanPersistence.fetchByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?.
|
static MBBan |
MBBanUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
MBBan |
MBBanPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
static MBBan |
MBBanUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?.
|
MBBan |
MBBanPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?.
|
static MBBan |
MBBanUtil.fetchByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
MBBan |
MBBanPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
static MBBan |
MBBanUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
MBBan |
MBBanPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
static MBBan |
MBBanUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
|
static MBBan |
MBBanUtil.fetchByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?.
|
MBBan |
MBBanPersistence.fetchByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?.
|
static MBBan |
MBBanUtil.fetchByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
MBBan |
MBBanPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
static List<MBBan> |
MBBanUtil.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans.
|
List<MBBan> |
MBBanPersistence.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans.
|
static List<MBBan> |
MBBanUtil.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans.
|
List<MBBan> |
MBBanPersistence.findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans.
|
static MBBan |
MBBanUtil.findByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
MBBan |
MBBanPersistence.findByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
static MBBan |
MBBanUtil.findByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?.
|
MBBan |
MBBanPersistence.findByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?.
|
static MBBan[] |
MBBanUtil.findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.
|
static List<MBBan> |
MBBanUtil.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?.
|
List<MBBan> |
MBBanPersistence.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?.
|
static List<MBBan> |
MBBanUtil.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where banUserId = ?.
|
List<MBBan> |
MBBanPersistence.findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where banUserId = ?.
|
static MBBan |
MBBanUtil.findByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
MBBan |
MBBanPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
static MBBan |
MBBanUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?.
|
MBBan |
MBBanPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?.
|
static MBBan[] |
MBBanUtil.findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.
|
static List<MBBan> |
MBBanUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?.
|
List<MBBan> |
MBBanPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?.
|
static List<MBBan> |
MBBanUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where groupId = ?.
|
List<MBBan> |
MBBanPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where groupId = ?.
|
static MBBan |
MBBanUtil.findByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
MBBan |
MBBanPersistence.findByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
static MBBan |
MBBanUtil.findByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
MBBan |
MBBanPersistence.findByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
static MBBan[] |
MBBanUtil.findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.
|
static List<MBBan> |
MBBanUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?.
|
List<MBBan> |
MBBanPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?.
|
static List<MBBan> |
MBBanUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where userId = ?.
|
List<MBBan> |
MBBanPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where userId = ?.
|
static MBBan |
MBBanUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> 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<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
|
static List<MBBan> |
MBBanUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns an ordered 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<MBBan> orderByComparator,
boolean retrieveFromCache)
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<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
|
static MBBan |
MBBanUtil.findByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?.
|
MBBan |
MBBanPersistence.findByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?.
|
static MBBan |
MBBanUtil.findByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
MBBan |
MBBanPersistence.findByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
static MBBan[] |
MBBanUtil.findByUuid_PrevAndNext(long banId,
String uuid,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
|
static List<MBBan> |
MBBanUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ?.
|
List<MBBan> |
MBBanPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ?.
|
static List<MBBan> |
MBBanUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where uuid = ?.
|
List<MBBan> |
MBBanPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where uuid = ?.
|
static List<MBBan> |
MBBanUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBBan> orderByComparator) |