001
014
015 package com.liferay.portlet.blogs.service;
016
017 import com.liferay.portal.service.ServiceWrapper;
018
019
028 public class BlogsStatsUserLocalServiceWrapper
029 implements BlogsStatsUserLocalService,
030 ServiceWrapper<BlogsStatsUserLocalService> {
031 public BlogsStatsUserLocalServiceWrapper(
032 BlogsStatsUserLocalService blogsStatsUserLocalService) {
033 _blogsStatsUserLocalService = blogsStatsUserLocalService;
034 }
035
036
043 public com.liferay.portlet.blogs.model.BlogsStatsUser addBlogsStatsUser(
044 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
045 throws com.liferay.portal.kernel.exception.SystemException {
046 return _blogsStatsUserLocalService.addBlogsStatsUser(blogsStatsUser);
047 }
048
049
055 public com.liferay.portlet.blogs.model.BlogsStatsUser createBlogsStatsUser(
056 long statsUserId) {
057 return _blogsStatsUserLocalService.createBlogsStatsUser(statsUserId);
058 }
059
060
068 public com.liferay.portlet.blogs.model.BlogsStatsUser deleteBlogsStatsUser(
069 long statsUserId)
070 throws com.liferay.portal.kernel.exception.PortalException,
071 com.liferay.portal.kernel.exception.SystemException {
072 return _blogsStatsUserLocalService.deleteBlogsStatsUser(statsUserId);
073 }
074
075
082 public com.liferay.portlet.blogs.model.BlogsStatsUser deleteBlogsStatsUser(
083 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
084 throws com.liferay.portal.kernel.exception.SystemException {
085 return _blogsStatsUserLocalService.deleteBlogsStatsUser(blogsStatsUser);
086 }
087
088 public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
089 return _blogsStatsUserLocalService.dynamicQuery();
090 }
091
092
099 @SuppressWarnings("rawtypes")
100 public java.util.List dynamicQuery(
101 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
102 throws com.liferay.portal.kernel.exception.SystemException {
103 return _blogsStatsUserLocalService.dynamicQuery(dynamicQuery);
104 }
105
106
119 @SuppressWarnings("rawtypes")
120 public java.util.List dynamicQuery(
121 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
122 int end) throws com.liferay.portal.kernel.exception.SystemException {
123 return _blogsStatsUserLocalService.dynamicQuery(dynamicQuery, start, end);
124 }
125
126
140 @SuppressWarnings("rawtypes")
141 public java.util.List dynamicQuery(
142 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
143 int end,
144 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
145 throws com.liferay.portal.kernel.exception.SystemException {
146 return _blogsStatsUserLocalService.dynamicQuery(dynamicQuery, start,
147 end, orderByComparator);
148 }
149
150
157 public long dynamicQueryCount(
158 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
159 throws com.liferay.portal.kernel.exception.SystemException {
160 return _blogsStatsUserLocalService.dynamicQueryCount(dynamicQuery);
161 }
162
163 public com.liferay.portlet.blogs.model.BlogsStatsUser fetchBlogsStatsUser(
164 long statsUserId)
165 throws com.liferay.portal.kernel.exception.SystemException {
166 return _blogsStatsUserLocalService.fetchBlogsStatsUser(statsUserId);
167 }
168
169
177 public com.liferay.portlet.blogs.model.BlogsStatsUser getBlogsStatsUser(
178 long statsUserId)
179 throws com.liferay.portal.kernel.exception.PortalException,
180 com.liferay.portal.kernel.exception.SystemException {
181 return _blogsStatsUserLocalService.getBlogsStatsUser(statsUserId);
182 }
183
184 public com.liferay.portal.model.PersistedModel getPersistedModel(
185 java.io.Serializable primaryKeyObj)
186 throws com.liferay.portal.kernel.exception.PortalException,
187 com.liferay.portal.kernel.exception.SystemException {
188 return _blogsStatsUserLocalService.getPersistedModel(primaryKeyObj);
189 }
190
191
203 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getBlogsStatsUsers(
204 int start, int end)
205 throws com.liferay.portal.kernel.exception.SystemException {
206 return _blogsStatsUserLocalService.getBlogsStatsUsers(start, end);
207 }
208
209
215 public int getBlogsStatsUsersCount()
216 throws com.liferay.portal.kernel.exception.SystemException {
217 return _blogsStatsUserLocalService.getBlogsStatsUsersCount();
218 }
219
220
227 public com.liferay.portlet.blogs.model.BlogsStatsUser updateBlogsStatsUser(
228 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
229 throws com.liferay.portal.kernel.exception.SystemException {
230 return _blogsStatsUserLocalService.updateBlogsStatsUser(blogsStatsUser);
231 }
232
233
238 public java.lang.String getBeanIdentifier() {
239 return _blogsStatsUserLocalService.getBeanIdentifier();
240 }
241
242
247 public void setBeanIdentifier(java.lang.String beanIdentifier) {
248 _blogsStatsUserLocalService.setBeanIdentifier(beanIdentifier);
249 }
250
251 public void deleteStatsUser(
252 com.liferay.portlet.blogs.model.BlogsStatsUser statsUsers)
253 throws com.liferay.portal.kernel.exception.SystemException {
254 _blogsStatsUserLocalService.deleteStatsUser(statsUsers);
255 }
256
257 public void deleteStatsUser(long statsUserId)
258 throws com.liferay.portal.kernel.exception.PortalException,
259 com.liferay.portal.kernel.exception.SystemException {
260 _blogsStatsUserLocalService.deleteStatsUser(statsUserId);
261 }
262
263 public void deleteStatsUserByGroupId(long groupId)
264 throws com.liferay.portal.kernel.exception.SystemException {
265 _blogsStatsUserLocalService.deleteStatsUserByGroupId(groupId);
266 }
267
268 public void deleteStatsUserByUserId(long userId)
269 throws com.liferay.portal.kernel.exception.SystemException {
270 _blogsStatsUserLocalService.deleteStatsUserByUserId(userId);
271 }
272
273 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(
274 long companyId, int start, int end)
275 throws com.liferay.portal.kernel.exception.SystemException {
276 return _blogsStatsUserLocalService.getCompanyStatsUsers(companyId,
277 start, end);
278 }
279
280 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(
281 long companyId, int start, int end,
282 com.liferay.portal.kernel.util.OrderByComparator obc)
283 throws com.liferay.portal.kernel.exception.SystemException {
284 return _blogsStatsUserLocalService.getCompanyStatsUsers(companyId,
285 start, end, obc);
286 }
287
288 public int getCompanyStatsUsersCount(long companyId)
289 throws com.liferay.portal.kernel.exception.SystemException {
290 return _blogsStatsUserLocalService.getCompanyStatsUsersCount(companyId);
291 }
292
293 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupsStatsUsers(
294 long companyId, long groupId, int start, int end)
295 throws com.liferay.portal.kernel.exception.SystemException {
296 return _blogsStatsUserLocalService.getGroupsStatsUsers(companyId,
297 groupId, start, end);
298 }
299
300 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(
301 long groupId, int start, int end)
302 throws com.liferay.portal.kernel.exception.SystemException {
303 return _blogsStatsUserLocalService.getGroupStatsUsers(groupId, start,
304 end);
305 }
306
307 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(
308 long groupId, int start, int end,
309 com.liferay.portal.kernel.util.OrderByComparator obc)
310 throws com.liferay.portal.kernel.exception.SystemException {
311 return _blogsStatsUserLocalService.getGroupStatsUsers(groupId, start,
312 end, obc);
313 }
314
315 public int getGroupStatsUsersCount(long groupId)
316 throws com.liferay.portal.kernel.exception.SystemException {
317 return _blogsStatsUserLocalService.getGroupStatsUsersCount(groupId);
318 }
319
320 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(
321 long organizationId, int start, int end)
322 throws com.liferay.portal.kernel.exception.SystemException {
323 return _blogsStatsUserLocalService.getOrganizationStatsUsers(organizationId,
324 start, end);
325 }
326
327 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(
328 long organizationId, int start, int end,
329 com.liferay.portal.kernel.util.OrderByComparator obc)
330 throws com.liferay.portal.kernel.exception.SystemException {
331 return _blogsStatsUserLocalService.getOrganizationStatsUsers(organizationId,
332 start, end, obc);
333 }
334
335 public int getOrganizationStatsUsersCount(long organizationId)
336 throws com.liferay.portal.kernel.exception.SystemException {
337 return _blogsStatsUserLocalService.getOrganizationStatsUsersCount(organizationId);
338 }
339
340 public com.liferay.portlet.blogs.model.BlogsStatsUser getStatsUser(
341 long groupId, long userId)
342 throws com.liferay.portal.kernel.exception.PortalException,
343 com.liferay.portal.kernel.exception.SystemException {
344 return _blogsStatsUserLocalService.getStatsUser(groupId, userId);
345 }
346
347 public void updateStatsUser(long groupId, long userId)
348 throws com.liferay.portal.kernel.exception.PortalException,
349 com.liferay.portal.kernel.exception.SystemException {
350 _blogsStatsUserLocalService.updateStatsUser(groupId, userId);
351 }
352
353 public void updateStatsUser(long groupId, long userId,
354 java.util.Date displayDate)
355 throws com.liferay.portal.kernel.exception.PortalException,
356 com.liferay.portal.kernel.exception.SystemException {
357 _blogsStatsUserLocalService.updateStatsUser(groupId, userId, displayDate);
358 }
359
360
363 public BlogsStatsUserLocalService getWrappedBlogsStatsUserLocalService() {
364 return _blogsStatsUserLocalService;
365 }
366
367
370 public void setWrappedBlogsStatsUserLocalService(
371 BlogsStatsUserLocalService blogsStatsUserLocalService) {
372 _blogsStatsUserLocalService = blogsStatsUserLocalService;
373 }
374
375 public BlogsStatsUserLocalService getWrappedService() {
376 return _blogsStatsUserLocalService;
377 }
378
379 public void setWrappedService(
380 BlogsStatsUserLocalService blogsStatsUserLocalService) {
381 _blogsStatsUserLocalService = blogsStatsUserLocalService;
382 }
383
384 private BlogsStatsUserLocalService _blogsStatsUserLocalService;
385 }