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(DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(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,
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,
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,
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 SystemException
- Throws:
SystemException
createBlogsStatsUser
public static BlogsStatsUser createBlogsStatsUser(long statsUserId)
deleteBlogsStatsUser
public static void deleteBlogsStatsUser(long statsUserId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteBlogsStatsUser
public static void deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getBlogsStatsUser
public static BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getBlogsStatsUsers
public static java.util.List<BlogsStatsUser> getBlogsStatsUsers(int start,
int end)
throws SystemException
- Throws:
SystemException
getBlogsStatsUsersCount
public static int getBlogsStatsUsersCount()
throws SystemException
- Throws:
SystemException
updateBlogsStatsUser
public static BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
- Throws:
SystemException
updateBlogsStatsUser
public static BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
throws SystemException
- Throws:
SystemException
deleteStatsUserByGroupId
public static void deleteStatsUserByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
deleteStatsUserByUserId
public static void deleteStatsUserByUserId(long userId)
throws SystemException
- Throws:
SystemException
getCompanyStatsUsers
public static java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getCompanyStatsUsers
public static java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getCompanyStatsUsersCount
public static int getCompanyStatsUsersCount(long companyId)
throws SystemException
- Throws:
SystemException
getGroupsStatsUsers
public static java.util.List<BlogsStatsUser> getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getGroupStatsUsers
public static java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getGroupStatsUsers
public static java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getGroupStatsUsersCount
public static int getGroupStatsUsersCount(long groupId)
throws SystemException
- Throws:
SystemException
getOrganizationStatsUsers
public static java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end)
throws SystemException
- Throws:
SystemException
getOrganizationStatsUsers
public static java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getOrganizationStatsUsersCount
public static int getOrganizationStatsUsersCount(long organizationId)
throws SystemException
- Throws:
SystemException
getStatsUser
public static BlogsStatsUser getStatsUser(long groupId,
long userId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateStatsUser
public static void updateStatsUser(long groupId,
long userId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateStatsUser
public static void updateStatsUser(long groupId,
long userId,
java.util.Date displayDate)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static BlogsStatsUserLocalService getService()
setService
public void setService(BlogsStatsUserLocalService service)