|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BlogsStatsUser in com.liferay.portal.tools.samplesqlbuilder |
---|
Methods in com.liferay.portal.tools.samplesqlbuilder that return BlogsStatsUser | |
---|---|
BlogsStatsUser |
DataFactory.addBlogsStatsUser(long groupId,
long userId)
|
Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type BlogsStatsUser | |
---|---|
void |
SampleSQLBuilder.insertBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
Uses of BlogsStatsUser in com.liferay.portlet.blogs.model |
---|
Classes in com.liferay.portlet.blogs.model that implement BlogsStatsUser | |
---|---|
class |
BlogsStatsUserWrapper
This class is a wrapper for BlogsStatsUser . |
Methods in com.liferay.portlet.blogs.model that return BlogsStatsUser | |
---|---|
BlogsStatsUser |
BlogsStatsUserWrapper.getWrappedBlogsStatsUser()
|
BlogsStatsUser |
BlogsStatsUserWrapper.toEscapedModel()
|
BlogsStatsUser |
BlogsStatsUserModel.toEscapedModel()
Gets a copy of this blogs stats user as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
Methods in com.liferay.portlet.blogs.model with parameters of type BlogsStatsUser | |
---|---|
int |
BlogsStatsUserWrapper.compareTo(BlogsStatsUser blogsStatsUser)
|
int |
BlogsStatsUserModel.compareTo(BlogsStatsUser blogsStatsUser)
|
Constructors in com.liferay.portlet.blogs.model with parameters of type BlogsStatsUser | |
---|---|
BlogsStatsUserWrapper(BlogsStatsUser blogsStatsUser)
|
Uses of BlogsStatsUser in com.liferay.portlet.blogs.model.impl |
---|
Classes in com.liferay.portlet.blogs.model.impl that implement BlogsStatsUser | |
---|---|
class |
BlogsStatsUserImpl
|
Methods in com.liferay.portlet.blogs.model.impl that return BlogsStatsUser | |
---|---|
BlogsStatsUser |
BlogsStatsUserModelImpl.toEscapedModel()
|
Methods in com.liferay.portlet.blogs.model.impl with parameters of type BlogsStatsUser | |
---|---|
int |
BlogsStatsUserModelImpl.compareTo(BlogsStatsUser blogsStatsUser)
|
Uses of BlogsStatsUser in com.liferay.portlet.blogs.service |
---|
Methods in com.liferay.portlet.blogs.service that return BlogsStatsUser | |
---|---|
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.createBlogsStatsUser(long statsUserId)
Creates a new blogs stats user with the primary key. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.createBlogsStatsUser(long statsUserId)
Creates a new blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserLocalService.createBlogsStatsUser(long statsUserId)
Creates a new blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.getBlogsStatsUser(long statsUserId)
Gets the blogs stats user with the primary key. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.getBlogsStatsUser(long statsUserId)
Gets the blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserLocalService.getBlogsStatsUser(long statsUserId)
Gets the blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.getStatsUser(long groupId,
long userId)
|
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.getStatsUser(long groupId,
long userId)
|
BlogsStatsUser |
BlogsStatsUserLocalService.getStatsUser(long groupId,
long userId)
|
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user in the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user in the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user in the database. |
Methods in com.liferay.portlet.blogs.service that return types with arguments of type BlogsStatsUser | |
---|---|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getBlogsStatsUsers(int start,
int end)
Gets a range of all the blogs stats users. |
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getBlogsStatsUsers(int start,
int end)
Gets a range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getBlogsStatsUsers(int start,
int end)
Gets a range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceWrapper.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserLocalServiceUtil.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalService.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
|
Methods in com.liferay.portlet.blogs.service with parameters of type BlogsStatsUser | |
---|---|
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
void |
BlogsStatsUserLocalServiceWrapper.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database. |
static void |
BlogsStatsUserLocalServiceUtil.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database. |
void |
BlogsStatsUserLocalService.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceWrapper.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user in the database. |
static BlogsStatsUser |
BlogsStatsUserLocalServiceUtil.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user in the database. |
BlogsStatsUser |
BlogsStatsUserLocalService.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user in the database. |
Uses of BlogsStatsUser in com.liferay.portlet.blogs.service.base |
---|
Methods in com.liferay.portlet.blogs.service.base that return BlogsStatsUser | |
---|---|
BlogsStatsUser |
BlogsStatsUserLocalServiceBaseImpl.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceBaseImpl.createBlogsStatsUser(long statsUserId)
Creates a new blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserLocalServiceBaseImpl.getBlogsStatsUser(long statsUserId)
Gets the blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user in the database. |
Methods in com.liferay.portlet.blogs.service.base that return types with arguments of type BlogsStatsUser | |
---|---|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceBaseImpl.getBlogsStatsUsers(int start,
int end)
Gets a range of all the blogs stats users. |
Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsStatsUser | |
---|---|
BlogsStatsUser |
BlogsStatsUserLocalServiceBaseImpl.addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Adds the blogs stats user to the database. |
void |
BlogsStatsUserLocalServiceBaseImpl.deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Deletes the blogs stats user from the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
Updates the blogs stats user in the database. |
BlogsStatsUser |
BlogsStatsUserLocalServiceBaseImpl.updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
Updates the blogs stats user in the database. |
Uses of BlogsStatsUser in com.liferay.portlet.blogs.service.impl |
---|
Methods in com.liferay.portlet.blogs.service.impl that return BlogsStatsUser | |
---|---|
BlogsStatsUser |
BlogsStatsUserLocalServiceImpl.getStatsUser(long groupId,
long userId)
|
Methods in com.liferay.portlet.blogs.service.impl that return types with arguments of type BlogsStatsUser | |
---|---|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceImpl.getCompanyStatsUsers(long companyId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceImpl.getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceImpl.getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceImpl.getGroupStatsUsers(long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceImpl.getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceImpl.getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserLocalServiceImpl.getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
|
Uses of BlogsStatsUser in com.liferay.portlet.blogs.service.persistence |
---|
Methods in com.liferay.portlet.blogs.service.persistence that return BlogsStatsUser | |
---|---|
static BlogsStatsUser |
BlogsStatsUserUtil.create(long statsUserId)
Creates a new blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserPersistence.create(long statsUserId)
Creates a new blogs stats user with the primary key. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.create(long statsUserId)
Creates a new blogs stats user with the primary key. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByG_U(long groupId,
long userId)
Finds the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByG_U(long groupId,
long userId)
Finds the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.fetchByG_U(long groupId,
long userId)
Finds the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Finds the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Finds the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.fetchByG_U(long groupId,
long userId,
boolean retrieveFromCache)
Finds the blogs stats user where groupId = ? and userId = ? or returns null if it could not be found, optionally using the finder cache. |
static BlogsStatsUser |
BlogsStatsUserUtil.fetchByPrimaryKey(long statsUserId)
Finds the blogs stats user with the primary key or returns null if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistence.fetchByPrimaryKey(long statsUserId)
Finds the blogs stats user with the primary key or returns null if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.fetchByPrimaryKey(long statsUserId)
Finds the blogs stats user with the primary key or returns null if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the blogs stats user with the primary key or returns null if it could not be found. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByC_NotE_First(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByC_NotE_Last(long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistenceImpl.findByC_NotE_PrevAndNext(long statsUserId,
long companyId,
int entryCount,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where companyId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByG_NotE_First(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByG_NotE_Last(long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistenceImpl.findByG_NotE_PrevAndNext(long statsUserId,
long groupId,
int entryCount,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ? and entryCount ≠ ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByG_U(long groupId,
long userId)
Finds the blogs stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByG_U(long groupId,
long userId)
Finds the blogs stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByG_U(long groupId,
long userId)
Finds the blogs stats user where groupId = ? and userId = ? or throws a NoSuchStatsUserException if it could not be found. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where groupId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where groupId = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistenceImpl.findByGroupId_PrevAndNext(long statsUserId,
long groupId,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where groupId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByPrimaryKey(long statsUserId)
Finds the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByPrimaryKey(long statsUserId)
Finds the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByPrimaryKey(long statsUserId)
Finds the blogs stats user with the primary key or throws a NoSuchStatsUserException if it could not be found. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the blogs stats user with the primary key or throws a NoSuchModelException if it could not be found. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByU_L_First(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByU_L_Last(long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistenceImpl.findByU_L_PrevAndNext(long statsUserId,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where userId = ? and lastPostDate = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first blogs stats user in the ordered set where userId = ?. |
static BlogsStatsUser |
BlogsStatsUserUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last blogs stats user in the ordered set where userId = ?. |
static BlogsStatsUser[] |
BlogsStatsUserUtil.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistence.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?. |
BlogsStatsUser[] |
BlogsStatsUserPersistenceImpl.findByUserId_PrevAndNext(long statsUserId,
long userId,
OrderByComparator orderByComparator)
Finds the blogs stats users before and after the current blogs stats user in the ordered set where userId = ?. |
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByC_NotE_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long companyId,
int entryCount,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByG_NotE_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long groupId,
int entryCount,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByGroupId_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByU_L_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByUserId_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
static BlogsStatsUser |
BlogsStatsUserUtil.remove(BlogsStatsUser blogsStatsUser)
|
static BlogsStatsUser |
BlogsStatsUserUtil.remove(long statsUserId)
Removes the blogs stats user with the primary key from the database. |
BlogsStatsUser |
BlogsStatsUserPersistence.remove(long statsUserId)
Removes the blogs stats user with the primary key from the database. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.remove(long statsUserId)
Removes the blogs stats user with the primary key from the database. |
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.remove(Serializable primaryKey)
Removes the blogs stats user with the primary key from the database. |
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.removeImpl(BlogsStatsUser blogsStatsUser)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.toUnwrappedModel(BlogsStatsUser blogsStatsUser)
|
static BlogsStatsUser |
BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser,
boolean merge)
|
static BlogsStatsUser |
BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser,
boolean merge,
ServiceContext serviceContext)
|
static BlogsStatsUser |
BlogsStatsUserUtil.updateImpl(BlogsStatsUser blogsStatsUser,
boolean merge)
|
BlogsStatsUser |
BlogsStatsUserPersistence.updateImpl(BlogsStatsUser blogsStatsUser,
boolean merge)
|
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.updateImpl(BlogsStatsUser blogsStatsUser,
boolean merge)
|
Methods in com.liferay.portlet.blogs.service.persistence that return types with arguments of type BlogsStatsUser | |
---|---|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll()
Finds all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll()
Finds all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findAll()
Finds all the blogs stats users. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll(int start,
int end)
Finds a range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end)
Finds a range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findAll(int start,
int end)
Finds a range of all the blogs stats users. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByC_NotE(long companyId,
int entryCount)
Finds all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByC_NotE(long companyId,
int entryCount)
Finds all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByC_NotE(long companyId,
int entryCount)
Finds all the blogs stats users where companyId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByC_NotE(long companyId,
int entryCount,
int start,
int end)
Finds a range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByC_NotE(long companyId,
int entryCount,
int start,
int end)
Finds a range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByC_NotE(long companyId,
int entryCount,
int start,
int end)
Finds a range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByC_NotE(long companyId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where companyId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByG_NotE(long groupId,
int entryCount)
Finds all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByG_NotE(long groupId,
int entryCount)
Finds all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByG_NotE(long groupId,
int entryCount)
Finds all the blogs stats users where groupId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByG_NotE(long groupId,
int entryCount,
int start,
int end)
Finds a range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByG_NotE(long groupId,
int entryCount,
int start,
int end)
Finds a range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByG_NotE(long groupId,
int entryCount,
int start,
int end)
Finds a range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByG_NotE(long groupId,
int entryCount,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where groupId = ? and entryCount ≠ ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByGroupId(long groupId)
Finds all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId)
Finds all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByGroupId(long groupId)
Finds all the blogs stats users where groupId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the blogs stats users where groupId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where groupId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where groupId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByGroupIds(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByGroupIds(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
BlogsStatsUserFinderImpl.findByGroupIds(long companyId,
long groupId,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserFinderImpl.findByOrganizationId(long organizationId,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserFinderUtil.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserFinder.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator obc)
|
List<BlogsStatsUser> |
BlogsStatsUserFinderImpl.findByOrganizationIds(List<Long> organizationIds,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByU_L(long userId,
Date lastPostDate)
Finds all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByU_L(long userId,
Date lastPostDate)
Finds all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByU_L(long userId,
Date lastPostDate)
Finds all the blogs stats users where userId = ? and lastPostDate = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByU_L(long userId,
Date lastPostDate,
int start,
int end)
Finds a range of all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByU_L(long userId,
Date lastPostDate,
int start,
int end)
Finds a range of all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByU_L(long userId,
Date lastPostDate,
int start,
int end)
Finds a range of all the blogs stats users where userId = ? and lastPostDate = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByU_L(long userId,
Date lastPostDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where userId = ? and lastPostDate = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByUserId(long userId)
Finds all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId)
Finds all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByUserId(long userId)
Finds all the blogs stats users where userId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByUserId(long userId,
int start,
int end)
Finds a range of all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end)
Finds a range of all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByUserId(long userId,
int start,
int end)
Finds a range of all the blogs stats users where userId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where userId = ?. |
List<BlogsStatsUser> |
BlogsStatsUserPersistenceImpl.findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs stats users where userId = ?. |
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<BlogsStatsUser> |
BlogsStatsUserUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.blogs.service.persistence with parameters of type BlogsStatsUser | |
---|---|
static void |
BlogsStatsUserUtil.cacheResult(BlogsStatsUser blogsStatsUser)
Caches the blogs stats user in the entity cache if it is enabled. |
void |
BlogsStatsUserPersistence.cacheResult(BlogsStatsUser blogsStatsUser)
Caches the blogs stats user in the entity cache if it is enabled. |
void |
BlogsStatsUserPersistenceImpl.cacheResult(BlogsStatsUser blogsStatsUser)
Caches the blogs stats user in the entity cache if it is enabled. |
static void |
BlogsStatsUserUtil.clearCache(BlogsStatsUser blogsStatsUser)
|
void |
BlogsStatsUserPersistenceImpl.clearCache(BlogsStatsUser blogsStatsUser)
Clears the cache for the blogs stats user. |
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByC_NotE_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long companyId,
int entryCount,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByG_NotE_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long groupId,
int entryCount,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByGroupId_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByU_L_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long userId,
Date lastPostDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.getByUserId_PrevAndNext(Session session,
BlogsStatsUser blogsStatsUser,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
static BlogsStatsUser |
BlogsStatsUserUtil.remove(BlogsStatsUser blogsStatsUser)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.removeImpl(BlogsStatsUser blogsStatsUser)
|
protected BlogsStatsUser |
BlogsStatsUserPersistenceImpl.toUnwrappedModel(BlogsStatsUser blogsStatsUser)
|
static BlogsStatsUser |
BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser,
boolean merge)
|
static BlogsStatsUser |
BlogsStatsUserUtil.update(BlogsStatsUser blogsStatsUser,
boolean merge,
ServiceContext serviceContext)
|
static BlogsStatsUser |
BlogsStatsUserUtil.updateImpl(BlogsStatsUser blogsStatsUser,
boolean merge)
|
BlogsStatsUser |
BlogsStatsUserPersistence.updateImpl(BlogsStatsUser blogsStatsUser,
boolean merge)
|
BlogsStatsUser |
BlogsStatsUserPersistenceImpl.updateImpl(BlogsStatsUser blogsStatsUser,
boolean merge)
|
Method parameters in com.liferay.portlet.blogs.service.persistence with type arguments of type BlogsStatsUser | |
---|---|
static void |
BlogsStatsUserUtil.cacheResult(List<BlogsStatsUser> blogsStatsUsers)
Caches the blogs stats users in the entity cache if it is enabled. |
void |
BlogsStatsUserPersistence.cacheResult(List<BlogsStatsUser> blogsStatsUsers)
Caches the blogs stats users in the entity cache if it is enabled. |
void |
BlogsStatsUserPersistenceImpl.cacheResult(List<BlogsStatsUser> blogsStatsUsers)
Caches the blogs stats users in the entity cache if it is enabled. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |