public class BlogsStatsUserLocalServiceWrapper extends java.lang.Object implements BlogsStatsUserLocalService, com.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>
BlogsStatsUserLocalService.BlogsStatsUserLocalService| Constructor and Description |
|---|
BlogsStatsUserLocalServiceWrapper() |
BlogsStatsUserLocalServiceWrapper(BlogsStatsUserLocalService blogsStatsUserLocalService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BlogsStatsUser> |
getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end) |
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end) |
java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
BlogsStatsUser |
getStatsUser(long groupId,
long userId) |
BlogsStatsUserLocalService |
getWrappedService() |
void |
setWrappedService(BlogsStatsUserLocalService blogsStatsUserLocalService) |
public BlogsStatsUserLocalServiceWrapper()
public BlogsStatsUserLocalServiceWrapper(BlogsStatsUserLocalService blogsStatsUserLocalService)
public java.util.List<BlogsStatsUser> getGroupsStatsUsers(long companyId, long groupId, int start, int end)
getGroupsStatsUsers in interface BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end)
getGroupStatsUsers in interface BlogsStatsUserLocalServicepublic java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end)
getOrganizationStatsUsers in interface BlogsStatsUserLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BlogsStatsUserLocalServicepublic BlogsStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
getStatsUser in interface BlogsStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BlogsStatsUserLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>public void setWrappedService(BlogsStatsUserLocalService blogsStatsUserLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BlogsStatsUserLocalService>