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.kernel.exception.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.kernel.exception.PortalException,
54 com.liferay.portal.kernel.exception.SystemException {
55 _blogsStatsUserLocalService.deleteBlogsStatsUser(statsUserId);
56 }
57
58 public void deleteBlogsStatsUser(
59 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
60 throws com.liferay.portal.kernel.exception.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.kernel.exception.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.kernel.exception.SystemException {
73 return _blogsStatsUserLocalService.dynamicQuery(dynamicQuery, start, end);
74 }
75
76 public java.util.List<Object> dynamicQuery(
77 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
78 int end,
79 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
80 throws com.liferay.portal.kernel.exception.SystemException {
81 return _blogsStatsUserLocalService.dynamicQuery(dynamicQuery, start,
82 end, orderByComparator);
83 }
84
85 public int dynamicQueryCount(
86 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
87 throws com.liferay.portal.kernel.exception.SystemException {
88 return _blogsStatsUserLocalService.dynamicQueryCount(dynamicQuery);
89 }
90
91 public com.liferay.portlet.blogs.model.BlogsStatsUser getBlogsStatsUser(
92 long statsUserId)
93 throws com.liferay.portal.kernel.exception.PortalException,
94 com.liferay.portal.kernel.exception.SystemException {
95 return _blogsStatsUserLocalService.getBlogsStatsUser(statsUserId);
96 }
97
98 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getBlogsStatsUsers(
99 int start, int end)
100 throws com.liferay.portal.kernel.exception.SystemException {
101 return _blogsStatsUserLocalService.getBlogsStatsUsers(start, end);
102 }
103
104 public int getBlogsStatsUsersCount()
105 throws com.liferay.portal.kernel.exception.SystemException {
106 return _blogsStatsUserLocalService.getBlogsStatsUsersCount();
107 }
108
109 public com.liferay.portlet.blogs.model.BlogsStatsUser updateBlogsStatsUser(
110 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser)
111 throws com.liferay.portal.kernel.exception.SystemException {
112 return _blogsStatsUserLocalService.updateBlogsStatsUser(blogsStatsUser);
113 }
114
115 public com.liferay.portlet.blogs.model.BlogsStatsUser updateBlogsStatsUser(
116 com.liferay.portlet.blogs.model.BlogsStatsUser blogsStatsUser,
117 boolean merge)
118 throws com.liferay.portal.kernel.exception.SystemException {
119 return _blogsStatsUserLocalService.updateBlogsStatsUser(blogsStatsUser,
120 merge);
121 }
122
123 public void deleteStatsUserByGroupId(long groupId)
124 throws com.liferay.portal.kernel.exception.SystemException {
125 _blogsStatsUserLocalService.deleteStatsUserByGroupId(groupId);
126 }
127
128 public void deleteStatsUserByUserId(long userId)
129 throws com.liferay.portal.kernel.exception.SystemException {
130 _blogsStatsUserLocalService.deleteStatsUserByUserId(userId);
131 }
132
133 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(
134 long companyId, int start, int end)
135 throws com.liferay.portal.kernel.exception.SystemException {
136 return _blogsStatsUserLocalService.getCompanyStatsUsers(companyId,
137 start, end);
138 }
139
140 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(
141 long companyId, int start, int end,
142 com.liferay.portal.kernel.util.OrderByComparator obc)
143 throws com.liferay.portal.kernel.exception.SystemException {
144 return _blogsStatsUserLocalService.getCompanyStatsUsers(companyId,
145 start, end, obc);
146 }
147
148 public int getCompanyStatsUsersCount(long companyId)
149 throws com.liferay.portal.kernel.exception.SystemException {
150 return _blogsStatsUserLocalService.getCompanyStatsUsersCount(companyId);
151 }
152
153 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(
154 long groupId, int start, int end)
155 throws com.liferay.portal.kernel.exception.SystemException {
156 return _blogsStatsUserLocalService.getGroupStatsUsers(groupId, start,
157 end);
158 }
159
160 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(
161 long groupId, int start, int end,
162 com.liferay.portal.kernel.util.OrderByComparator obc)
163 throws com.liferay.portal.kernel.exception.SystemException {
164 return _blogsStatsUserLocalService.getGroupStatsUsers(groupId, start,
165 end, obc);
166 }
167
168 public int getGroupStatsUsersCount(long groupId)
169 throws com.liferay.portal.kernel.exception.SystemException {
170 return _blogsStatsUserLocalService.getGroupStatsUsersCount(groupId);
171 }
172
173 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(
174 long organizationId, int start, int end)
175 throws com.liferay.portal.kernel.exception.SystemException {
176 return _blogsStatsUserLocalService.getOrganizationStatsUsers(organizationId,
177 start, end);
178 }
179
180 public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(
181 long organizationId, int start, int end,
182 com.liferay.portal.kernel.util.OrderByComparator obc)
183 throws com.liferay.portal.kernel.exception.SystemException {
184 return _blogsStatsUserLocalService.getOrganizationStatsUsers(organizationId,
185 start, end, obc);
186 }
187
188 public int getOrganizationStatsUsersCount(long organizationId)
189 throws com.liferay.portal.kernel.exception.SystemException {
190 return _blogsStatsUserLocalService.getOrganizationStatsUsersCount(organizationId);
191 }
192
193 public com.liferay.portlet.blogs.model.BlogsStatsUser getStatsUser(
194 long groupId, long userId)
195 throws com.liferay.portal.kernel.exception.PortalException,
196 com.liferay.portal.kernel.exception.SystemException {
197 return _blogsStatsUserLocalService.getStatsUser(groupId, userId);
198 }
199
200 public void updateStatsUser(long groupId, long userId)
201 throws com.liferay.portal.kernel.exception.PortalException,
202 com.liferay.portal.kernel.exception.SystemException {
203 _blogsStatsUserLocalService.updateStatsUser(groupId, userId);
204 }
205
206 public void updateStatsUser(long groupId, long userId,
207 java.util.Date displayDate)
208 throws com.liferay.portal.kernel.exception.PortalException,
209 com.liferay.portal.kernel.exception.SystemException {
210 _blogsStatsUserLocalService.updateStatsUser(groupId, userId, displayDate);
211 }
212
213 public BlogsStatsUserLocalService getWrappedBlogsStatsUserLocalService() {
214 return _blogsStatsUserLocalService;
215 }
216
217 private BlogsStatsUserLocalService _blogsStatsUserLocalService;
218 }