Package com.liferay.blogs.service
Class BlogsStatsUserLocalServiceUtil
java.lang.Object
com.liferay.blogs.service.BlogsStatsUserLocalServiceUtil
Provides the local service utility for BlogsStatsUser. This utility wraps
com.liferay.blogs.service.impl.BlogsStatsUserLocalServiceImpl
and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<BlogsStatsUser>
getGroupsStatsUsers
(long companyId, long groupId, int start, int end) static List<BlogsStatsUser>
getGroupStatsUsers
(long groupId, int start, int end) static List<BlogsStatsUser>
getOrganizationStatsUsers
(long organizationId, int start, int end) static String
Returns the OSGi service identifier.static BlogsStatsUserLocalService
static BlogsStatsUser
getStatsUser
(long groupId, long userId)
-
Constructor Details
-
BlogsStatsUserLocalServiceUtil
public BlogsStatsUserLocalServiceUtil()
-
-
Method Details
-
getGroupsStatsUsers
public static List<BlogsStatsUser> getGroupsStatsUsers(long companyId, long groupId, int start, int end) -
getGroupStatsUsers
-
getOrganizationStatsUsers
public static List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end) -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getStatsUser
public static BlogsStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-