|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MBStatsUser | |
|---|---|
| com.liferay.portlet.messageboards.model | |
| com.liferay.portlet.messageboards.service | |
| com.liferay.portlet.messageboards.service.persistence | |
| Uses of MBStatsUser in com.liferay.portlet.messageboards.model |
|---|
| Classes in com.liferay.portlet.messageboards.model that implement MBStatsUser | |
|---|---|
class |
MBStatsUserWrapper
This class is a wrapper for MBStatsUser. |
| Fields in com.liferay.portlet.messageboards.model with type parameters of type MBStatsUser | |
|---|---|
static Accessor<MBStatsUser,Long> |
MBStatsUser.STATS_USER_ID_ACCESSOR
|
| Methods in com.liferay.portlet.messageboards.model that return MBStatsUser | |
|---|---|
MBStatsUser |
MBStatsUserWrapper.getWrappedModel()
|
MBStatsUser |
MBStatsUserModel.toEscapedModel()
|
MBStatsUser |
MBStatsUserWrapper.toEscapedModel()
|
MBStatsUser |
MBStatsUserModel.toUnescapedModel()
|
MBStatsUser |
MBStatsUserWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.messageboards.model that return types with arguments of type MBStatsUser | |
|---|---|
CacheModel<MBStatsUser> |
MBStatsUserModel.toCacheModel()
|
CacheModel<MBStatsUser> |
MBStatsUserWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.messageboards.model with parameters of type MBStatsUser | |
|---|---|
int |
MBStatsUserModel.compareTo(MBStatsUser mbStatsUser)
|
int |
MBStatsUserWrapper.compareTo(MBStatsUser mbStatsUser)
|
static MBStatsUserSoap |
MBStatsUserSoap.toSoapModel(MBStatsUser model)
|
static MBStatsUserSoap[] |
MBStatsUserSoap.toSoapModels(MBStatsUser[] models)
|
static MBStatsUserSoap[][] |
MBStatsUserSoap.toSoapModels(MBStatsUser[][] models)
|
| Method parameters in com.liferay.portlet.messageboards.model with type arguments of type MBStatsUser | |
|---|---|
static MBStatsUserSoap[] |
MBStatsUserSoap.toSoapModels(List<MBStatsUser> models)
|
| Constructors in com.liferay.portlet.messageboards.model with parameters of type MBStatsUser | |
|---|---|
MBStatsUserWrapper(MBStatsUser mbStatsUser)
|
|
| Uses of MBStatsUser in com.liferay.portlet.messageboards.service |
|---|
| Methods in com.liferay.portlet.messageboards.service that return MBStatsUser | |
|---|---|
MBStatsUser |
MBStatsUserLocalServiceWrapper.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
MBStatsUser |
MBStatsUserLocalService.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.addStatsUser(long groupId,
long userId)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.addStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalService.addStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.createMBStatsUser(long statsUserId)
Creates a new message boards stats user with the primary key. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.createMBStatsUser(long statsUserId)
Creates a new message boards stats user with the primary key. |
MBStatsUser |
MBStatsUserLocalService.createMBStatsUser(long statsUserId)
Creates a new message boards stats user with the primary key. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.deleteMBStatsUser(long statsUserId)
Deletes the message boards stats user with the primary key from the database. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.deleteMBStatsUser(long statsUserId)
Deletes the message boards stats user with the primary key from the database. |
MBStatsUser |
MBStatsUserLocalService.deleteMBStatsUser(long statsUserId)
Deletes the message boards stats user with the primary key from the database. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
MBStatsUser |
MBStatsUserLocalService.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.fetchMBStatsUser(long statsUserId)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.fetchMBStatsUser(long statsUserId)
|
MBStatsUser |
MBStatsUserLocalService.fetchMBStatsUser(long statsUserId)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.getMBStatsUser(long statsUserId)
Returns the message boards stats user with the primary key. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.getMBStatsUser(long statsUserId)
Returns the message boards stats user with the primary key. |
MBStatsUser |
MBStatsUserLocalService.getMBStatsUser(long statsUserId)
Returns the message boards stats user with the primary key. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.getStatsUser(long groupId,
long userId)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.getStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalService.getStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
MBStatsUser |
MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateStatsUser(long groupId,
long userId)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalService.updateStatsUser(long groupId,
long userId)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateStatsUser(long groupId,
long userId,
Date lastPostDate)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateStatsUser(long groupId,
long userId,
Date lastPostDate)
|
MBStatsUser |
MBStatsUserLocalService.updateStatsUser(long groupId,
long userId,
Date lastPostDate)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateStatsUser(long groupId,
long userId,
int messageCount,
Date lastPostDate)
|
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateStatsUser(long groupId,
long userId,
int messageCount,
Date lastPostDate)
|
MBStatsUser |
MBStatsUserLocalService.updateStatsUser(long groupId,
long userId,
int messageCount,
Date lastPostDate)
|
| Methods in com.liferay.portlet.messageboards.service that return types with arguments of type MBStatsUser | |
|---|---|
List<MBStatsUser> |
MBStatsUserLocalServiceWrapper.getMBStatsUsers(int start,
int end)
Returns a range of all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserLocalServiceUtil.getMBStatsUsers(int start,
int end)
Returns a range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserLocalService.getMBStatsUsers(int start,
int end)
Returns a range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserLocalServiceWrapper.getStatsUsersByGroupId(long groupId,
int start,
int end)
|
static List<MBStatsUser> |
MBStatsUserLocalServiceUtil.getStatsUsersByGroupId(long groupId,
int start,
int end)
|
List<MBStatsUser> |
MBStatsUserLocalService.getStatsUsersByGroupId(long groupId,
int start,
int end)
|
List<MBStatsUser> |
MBStatsUserLocalServiceWrapper.getStatsUsersByUserId(long userId)
|
static List<MBStatsUser> |
MBStatsUserLocalServiceUtil.getStatsUsersByUserId(long userId)
|
List<MBStatsUser> |
MBStatsUserLocalService.getStatsUsersByUserId(long userId)
|
| Methods in com.liferay.portlet.messageboards.service with parameters of type MBStatsUser | |
|---|---|
MBStatsUser |
MBStatsUserLocalServiceWrapper.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
MBStatsUser |
MBStatsUserLocalService.addMBStatsUser(MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. |
MBStatsUser |
MBStatsUserLocalServiceWrapper.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
MBStatsUser |
MBStatsUserLocalService.deleteMBStatsUser(MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. |
void |
MBStatsUserLocalServiceWrapper.deleteStatsUser(MBStatsUser statsUser)
|
static void |
MBStatsUserLocalServiceUtil.deleteStatsUser(MBStatsUser statsUser)
|
void |
MBStatsUserLocalService.deleteStatsUser(MBStatsUser statsUser)
|
MBStatsUser |
MBStatsUserLocalServiceWrapper.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
static MBStatsUser |
MBStatsUserLocalServiceUtil.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
MBStatsUser |
MBStatsUserLocalService.updateMBStatsUser(MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. |
| Uses of MBStatsUser in com.liferay.portlet.messageboards.service.persistence |
|---|
| Methods in com.liferay.portlet.messageboards.service.persistence that return MBStatsUser | |
|---|---|
MBStatsUser |
MBStatsUserPersistence.create(long statsUserId)
Creates a new message boards stats user with the primary key. |
static MBStatsUser |
MBStatsUserUtil.create(long statsUserId)
Creates a new message boards stats user with the primary key. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or returns null if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or returns null if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Returns the message boards stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Returns the message boards stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
MBStatsUser |
MBStatsUserPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or returns null if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.fetchByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or returns null if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.findByG_U(long groupId,
long userId)
Returns the message boards stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
static MBStatsUser |
MBStatsUserUtil.findByPrimaryKey(long statsUserId)
Returns the message boards stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database. |
static MBStatsUser |
MBStatsUserUtil.remove(long statsUserId)
Removes the message boards stats user with the primary key from the database. |
MBStatsUser |
MBStatsUserPersistence.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database. |
static MBStatsUser |
MBStatsUserUtil.removeByG_U(long groupId,
long userId)
Removes the message boards stats user where groupId = ? and userId = ? from the database. |
static MBStatsUser |
MBStatsUserUtil.update(MBStatsUser mbStatsUser)
|
static MBStatsUser |
MBStatsUserUtil.update(MBStatsUser mbStatsUser,
ServiceContext serviceContext)
|
MBStatsUser |
MBStatsUserPersistence.updateImpl(MBStatsUser mbStatsUser)
|
static MBStatsUser |
MBStatsUserUtil.updateImpl(MBStatsUser mbStatsUser)
|
| Methods in com.liferay.portlet.messageboards.service.persistence that return types with arguments of type MBStatsUser | |
|---|---|
Map<Serializable,MBStatsUser> |
MBStatsUserPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,MBStatsUser> |
MBStatsUserUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<MBStatsUser> |
MBStatsUserPersistence.findAll()
Returns all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll()
Returns all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll(int start,
int end)
Returns a range of all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll(int start,
int end)
Returns a range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount)
Returns all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount)
Returns all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end)
Returns a range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end)
Returns a range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId)
Returns all the message boards stats users where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId)
Returns all the message boards stats users where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards stats users where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards stats users where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId)
Returns all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId)
Returns all the message boards stats users where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards stats users where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBStatsUser> |
MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBStatsUser> |
MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
|
| Methods in com.liferay.portlet.messageboards.service.persistence with parameters of type MBStatsUser | |
|---|---|
void |
MBStatsUserPersistence.cacheResult(MBStatsUser mbStatsUser)
Caches the message boards stats user in the entity cache if it is enabled. |
static void |
MBStatsUserUtil.cacheResult(MBStatsUser mbStatsUser)
Caches the message boards stats user in the entity cache if it is enabled. |
static void |
MBStatsUserUtil.clearCache(MBStatsUser mbStatsUser)
|
static MBStatsUser |
MBStatsUserUtil.update(MBStatsUser mbStatsUser)
|
static MBStatsUser |
MBStatsUserUtil.update(MBStatsUser mbStatsUser,
ServiceContext serviceContext)
|
MBStatsUser |
MBStatsUserPersistence.updateImpl(MBStatsUser mbStatsUser)
|
static MBStatsUser |
MBStatsUserUtil.updateImpl(MBStatsUser mbStatsUser)
|
| Method parameters in com.liferay.portlet.messageboards.service.persistence with type arguments of type MBStatsUser | |
|---|---|
void |
MBStatsUserPersistence.cacheResult(List<MBStatsUser> mbStatsUsers)
Caches the message boards stats users in the entity cache if it is enabled. |
static void |
MBStatsUserUtil.cacheResult(List<MBStatsUser> mbStatsUsers)
Caches the message boards stats users in the entity cache if it is enabled. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.fetchByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.fetchByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users. |
List<MBStatsUser> |
MBStatsUserPersistence.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users. |
static List<MBStatsUser> |
MBStatsUserUtil.findAll(int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_First(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser |
MBStatsUserUtil.findByG_NotU_NotM_Last(long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByG_NotU_NotM_PrevAndNext(long statsUserId,
long groupId,
long userId,
int messageCount,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByG_NotU_NotM(long groupId,
long userId,
int messageCount,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where groupId = ? and userId ≠ ? and messageCount ≠ ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where groupId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where groupId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where groupId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where groupId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_First(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the first message boards stats user in the ordered set where userId = ?. |
MBStatsUser |
MBStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
static MBStatsUser |
MBStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the last message boards stats user in the ordered set where userId = ?. |
MBStatsUser[] |
MBStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
static MBStatsUser[] |
MBStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator<MBStatsUser> orderByComparator)
Returns the message boards stats users before and after the current message boards stats user in the ordered set where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
Returns an ordered range of all the message boards stats users where userId = ?. |
List<MBStatsUser> |
MBStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards stats users where userId = ?. |
static List<MBStatsUser> |
MBStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MBStatsUser> orderByComparator)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||