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) voidsetWrappedService(BlogsStatsUserLocalService blogsStatsUserLocalService)
-
Constructor Details
-
BlogsStatsUserLocalServiceWrapper
public BlogsStatsUserLocalServiceWrapper() -
BlogsStatsUserLocalServiceWrapper
-
-
Method Details
-
getGroupsStatsUsers
- Specified by:
getGroupsStatsUsersin interfaceBlogsStatsUserLocalService
-
getGroupStatsUsers
- Specified by:
getGroupStatsUsersin interfaceBlogsStatsUserLocalService
-
getOrganizationStatsUsers
- Specified by:
getOrganizationStatsUsersin interfaceBlogsStatsUserLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceBlogsStatsUserLocalService- Returns:
- the OSGi service identifier
-
getStatsUser
public BlogsStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStatsUserin interfaceBlogsStatsUserLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>
-