com.liferay.portlet.blogs.service
Class BlogsStatsUserLocalServiceUtil
java.lang.Object
com.liferay.portlet.blogs.service.BlogsStatsUserLocalServiceUtil
public class BlogsStatsUserLocalServiceUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
BlogsStatsUserLocalService
bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- Author:
- Brian Wing Shun Chan
- See Also:
BlogsStatsUserLocalService
- Generated:
Method Summary |
static BlogsStatsUser |
addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
static BlogsStatsUser |
createBlogsStatsUser(long statsUserId)
|
static void |
deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
static void |
deleteBlogsStatsUser(long statsUserId)
|
static void |
deleteStatsUserByGroupId(long groupId)
|
static void |
deleteStatsUserByUserId(long userId)
|
static java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static BlogsStatsUser |
getBlogsStatsUser(long statsUserId)
|
static java.util.List<BlogsStatsUser> |
getBlogsStatsUsers(int start,
int end)
|
static int |
getBlogsStatsUsersCount()
|
static java.util.List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end)
|
static java.util.List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static int |
getCompanyStatsUsersCount(long companyId)
|
static java.util.List<BlogsStatsUser> |
getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
static java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end)
|
static java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static int |
getGroupStatsUsersCount(long groupId)
|
static java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
static java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static int |
getOrganizationStatsUsersCount(long organizationId)
|
static BlogsStatsUserLocalService |
getService()
|
static BlogsStatsUser |
getStatsUser(long groupId,
long userId)
|
void |
setService(BlogsStatsUserLocalService service)
|
static BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
static BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
|
static void |
updateStatsUser(long groupId,
long userId)
|
static void |
updateStatsUser(long groupId,
long userId,
java.util.Date displayDate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsStatsUserLocalServiceUtil
public BlogsStatsUserLocalServiceUtil()
addBlogsStatsUser
public static BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createBlogsStatsUser
public static BlogsStatsUser createBlogsStatsUser(long statsUserId)
deleteBlogsStatsUser
public static void deleteBlogsStatsUser(long statsUserId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteBlogsStatsUser
public static void deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public static int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getBlogsStatsUser
public static BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBlogsStatsUsers
public static java.util.List<BlogsStatsUser> getBlogsStatsUsers(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getBlogsStatsUsersCount
public static int getBlogsStatsUsersCount()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateBlogsStatsUser
public static BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateBlogsStatsUser
public static BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteStatsUserByGroupId
public static void deleteStatsUserByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteStatsUserByUserId
public static void deleteStatsUserByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getCompanyStatsUsers
public static java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getCompanyStatsUsers
public static java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getCompanyStatsUsersCount
public static int getCompanyStatsUsersCount(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getGroupsStatsUsers
public static java.util.List<BlogsStatsUser> getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getGroupStatsUsers
public static java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getGroupStatsUsers
public static java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getGroupStatsUsersCount
public static int getGroupStatsUsersCount(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getOrganizationStatsUsers
public static java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getOrganizationStatsUsers
public static java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getOrganizationStatsUsersCount
public static int getOrganizationStatsUsersCount(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getStatsUser
public static BlogsStatsUser getStatsUser(long groupId,
long userId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateStatsUser
public static void updateStatsUser(long groupId,
long userId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateStatsUser
public static void updateStatsUser(long groupId,
long userId,
java.util.Date displayDate)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getService
public static BlogsStatsUserLocalService getService()
setService
public void setService(BlogsStatsUserLocalService service)