1
14
15 package com.liferay.portlet.blogs.service;
16
17
18
34 public class BlogsStatsUserLocalServiceWrapper
35 implements BlogsStatsUserLocalService {
36 public BlogsStatsUserLocalServiceWrapper(
37 BlogsStatsUserLocalService blogsStatsUserLocalService) {
38 _blogsStatsUserLocalService = blogsStatsUserLocalService;
39 }
40
41 public com.liferay.portlet.blogs.model.BlogsStatsUser addBlogsStatsUser(
42 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
43 throws com.liferay.portal.SystemException {
44 return _blogsStatsUserLocalService.addBlogsStatsUser(blogsStatsUser);
45 }
46
47 public com.liferay.portlet.blogs.model.BlogsStatsUser createBlogsStatsUser(
48 long statsUserId) {
49 return _blogsStatsUserLocalService.createBlogsStatsUser(statsUserId);
50 }
51
52 public void deleteBlogsStatsUser(long statsUserId)
53 throws com.liferay.portal.PortalException,
54 com.liferay.portal.SystemException {
55 _blogsStatsUserLocalService.deleteBlogsStatsUser(statsUserId);
56 }
57
58 public void deleteBlogsStatsUser(
59 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
60 throws com.liferay.portal.SystemException {
61 _blogsStatsUserLocalService.deleteBlogsStatsUser(blogsStatsUser);
62 }
63
64 public java.util.List<Object> dynamicQuery(
65 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
66 throws com.liferay.portal.SystemException {
67 return _blogsStatsUserLocalService.dynamicQuery(dynamicQuery);
68 }
69
70 public java.util.List<Object> dynamicQuery(
71 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
72 int end) throws com.liferay.portal.SystemException {
73 return _blogsStatsUserLocalService.dynamicQuery(dynamicQuery, start, end);
74 }
75
76 public com.liferay.portlet.blogs.model.BlogsStatsUser getBlogsStatsUser(
77 long statsUserId)
78 throws com.liferay.portal.PortalException,
79 com.liferay.portal.SystemException {
80 return _blogsStatsUserLocalService.getBlogsStatsUser(statsUserId);
81 }
82
83 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getBlogsStatsUsers(
84 int start, int end) throws com.liferay.portal.SystemException {
85 return _blogsStatsUserLocalService.getBlogsStatsUsers(start, end);
86 }
87
88 public int getBlogsStatsUsersCount()
89 throws com.liferay.portal.SystemException {
90 return _blogsStatsUserLocalService.getBlogsStatsUsersCount();
91 }
92
93 public com.liferay.portlet.blogs.model.BlogsStatsUser updateBlogsStatsUser(
94 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
95 throws com.liferay.portal.SystemException {
96 return _blogsStatsUserLocalService.updateBlogsStatsUser(blogsStatsUser);
97 }
98
99 public com.liferay.portlet.blogs.model.BlogsStatsUser updateBlogsStatsUser(
100 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser,
101 boolean merge) throws com.liferay.portal.SystemException {
102 return _blogsStatsUserLocalService.updateBlogsStatsUser(blogsStatsUser,
103 merge);
104 }
105
106 public void deleteStatsUserByGroupId(long groupId)
107 throws com.liferay.portal.SystemException {
108 _blogsStatsUserLocalService.deleteStatsUserByGroupId(groupId);
109 }
110
111 public void deleteStatsUserByUserId(long userId)
112 throws com.liferay.portal.SystemException {
113 _blogsStatsUserLocalService.deleteStatsUserByUserId(userId);
114 }
115
116 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(
117 long companyId, int start, int end)
118 throws com.liferay.portal.SystemException {
119 return _blogsStatsUserLocalService.getCompanyStatsUsers(companyId,
120 start, end);
121 }
122
123 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(
124 long companyId, int start, int end,
125 com.liferay.portal.kernel.util.OrderByComparator obc)
126 throws com.liferay.portal.SystemException {
127 return _blogsStatsUserLocalService.getCompanyStatsUsers(companyId,
128 start, end, obc);
129 }
130
131 public int getCompanyStatsUsersCount(long companyId)
132 throws com.liferay.portal.SystemException {
133 return _blogsStatsUserLocalService.getCompanyStatsUsersCount(companyId);
134 }
135
136 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(
137 long groupId, int start, int end)
138 throws com.liferay.portal.SystemException {
139 return _blogsStatsUserLocalService.getGroupStatsUsers(groupId, start,
140 end);
141 }
142
143 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(
144 long groupId, int start, int end,
145 com.liferay.portal.kernel.util.OrderByComparator obc)
146 throws com.liferay.portal.SystemException {
147 return _blogsStatsUserLocalService.getGroupStatsUsers(groupId, start,
148 end, obc);
149 }
150
151 public int getGroupStatsUsersCount(long groupId)
152 throws com.liferay.portal.SystemException {
153 return _blogsStatsUserLocalService.getGroupStatsUsersCount(groupId);
154 }
155
156 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(
157 long organizationId, int start, int end)
158 throws com.liferay.portal.SystemException {
159 return _blogsStatsUserLocalService.getOrganizationStatsUsers(organizationId,
160 start, end);
161 }
162
163 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(
164 long organizationId, int start, int end,
165 com.liferay.portal.kernel.util.OrderByComparator obc)
166 throws com.liferay.portal.SystemException {
167 return _blogsStatsUserLocalService.getOrganizationStatsUsers(organizationId,
168 start, end, obc);
169 }
170
171 public int getOrganizationStatsUsersCount(long organizationId)
172 throws com.liferay.portal.SystemException {
173 return _blogsStatsUserLocalService.getOrganizationStatsUsersCount(organizationId);
174 }
175
176 public com.liferay.portlet.blogs.model.BlogsStatsUser getStatsUser(
177 long groupId, long userId)
178 throws com.liferay.portal.PortalException,
179 com.liferay.portal.SystemException {
180 return _blogsStatsUserLocalService.getStatsUser(groupId, userId);
181 }
182
183 public void updateStatsUser(long groupId, long userId)
184 throws com.liferay.portal.PortalException,
185 com.liferay.portal.SystemException {
186 _blogsStatsUserLocalService.updateStatsUser(groupId, userId);
187 }
188
189 public void updateStatsUser(long groupId, long userId,
190 java.util.Date displayDate)
191 throws com.liferay.portal.PortalException,
192 com.liferay.portal.SystemException {
193 _blogsStatsUserLocalService.updateStatsUser(groupId, userId, displayDate);
194 }
195
196 public BlogsStatsUserLocalService getWrappedBlogsStatsUserLocalService() {
197 return _blogsStatsUserLocalService;
198 }
199
200 private BlogsStatsUserLocalService _blogsStatsUserLocalService;
201 }