Package com.liferay.blogs.service
Class BlogsStatsUserLocalServiceWrapper
java.lang.Object
com.liferay.blogs.service.BlogsStatsUserLocalServiceWrapper
- All Implemented Interfaces:
BlogsStatsUserLocalService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>
public class BlogsStatsUserLocalServiceWrapper
extends Object
implements BlogsStatsUserLocalService, com.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>
Provides a wrapper for
BlogsStatsUserLocalService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionBlogsStatsUserLocalServiceWrapper
(BlogsStatsUserLocalService blogsStatsUserLocalService) -
Method Summary
Modifier and TypeMethodDescriptiongetGroupsStatsUsers
(long companyId, long groupId, int start, int end) getGroupStatsUsers
(long groupId, int start, int end) getOrganizationStatsUsers
(long organizationId, int start, int end) Returns the OSGi service identifier.getStatsUser
(long groupId, long userId) void
setWrappedService
(BlogsStatsUserLocalService blogsStatsUserLocalService)
-
Constructor Details
-
BlogsStatsUserLocalServiceWrapper
public BlogsStatsUserLocalServiceWrapper() -
BlogsStatsUserLocalServiceWrapper
-
-
Method Details
-
getGroupsStatsUsers
- Specified by:
getGroupsStatsUsers
in interfaceBlogsStatsUserLocalService
-
getGroupStatsUsers
- Specified by:
getGroupStatsUsers
in interfaceBlogsStatsUserLocalService
-
getOrganizationStatsUsers
- Specified by:
getOrganizationStatsUsers
in interfaceBlogsStatsUserLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceBlogsStatsUserLocalService
- Returns:
- the OSGi service identifier
-
getStatsUser
public BlogsStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStatsUser
in interfaceBlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>
-