001
014
015 package com.liferay.portlet.journal.service;
016
017
026 public class JournalFeedLocalServiceWrapper implements JournalFeedLocalService {
027 public JournalFeedLocalServiceWrapper(
028 JournalFeedLocalService journalFeedLocalService) {
029 _journalFeedLocalService = journalFeedLocalService;
030 }
031
032
039 public com.liferay.portlet.journal.model.JournalFeed addJournalFeed(
040 com.liferay.portlet.journal.model.JournalFeed journalFeed)
041 throws com.liferay.portal.kernel.exception.SystemException {
042 return _journalFeedLocalService.addJournalFeed(journalFeed);
043 }
044
045
051 public com.liferay.portlet.journal.model.JournalFeed createJournalFeed(
052 long id) {
053 return _journalFeedLocalService.createJournalFeed(id);
054 }
055
056
063 public void deleteJournalFeed(long id)
064 throws com.liferay.portal.kernel.exception.PortalException,
065 com.liferay.portal.kernel.exception.SystemException {
066 _journalFeedLocalService.deleteJournalFeed(id);
067 }
068
069
075 public void deleteJournalFeed(
076 com.liferay.portlet.journal.model.JournalFeed journalFeed)
077 throws com.liferay.portal.kernel.exception.SystemException {
078 _journalFeedLocalService.deleteJournalFeed(journalFeed);
079 }
080
081
088 @SuppressWarnings("rawtypes")
089 public java.util.List dynamicQuery(
090 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
091 throws com.liferay.portal.kernel.exception.SystemException {
092 return _journalFeedLocalService.dynamicQuery(dynamicQuery);
093 }
094
095
108 @SuppressWarnings("rawtypes")
109 public java.util.List dynamicQuery(
110 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
111 int end) throws com.liferay.portal.kernel.exception.SystemException {
112 return _journalFeedLocalService.dynamicQuery(dynamicQuery, start, end);
113 }
114
115
129 @SuppressWarnings("rawtypes")
130 public java.util.List dynamicQuery(
131 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
132 int end,
133 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
134 throws com.liferay.portal.kernel.exception.SystemException {
135 return _journalFeedLocalService.dynamicQuery(dynamicQuery, start, end,
136 orderByComparator);
137 }
138
139
146 public long dynamicQueryCount(
147 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
148 throws com.liferay.portal.kernel.exception.SystemException {
149 return _journalFeedLocalService.dynamicQueryCount(dynamicQuery);
150 }
151
152
160 public com.liferay.portlet.journal.model.JournalFeed getJournalFeed(long id)
161 throws com.liferay.portal.kernel.exception.PortalException,
162 com.liferay.portal.kernel.exception.SystemException {
163 return _journalFeedLocalService.getJournalFeed(id);
164 }
165
166 public com.liferay.portal.model.PersistedModel getPersistedModel(
167 java.io.Serializable primaryKeyObj)
168 throws com.liferay.portal.kernel.exception.PortalException,
169 com.liferay.portal.kernel.exception.SystemException {
170 return _journalFeedLocalService.getPersistedModel(primaryKeyObj);
171 }
172
173
182 public com.liferay.portlet.journal.model.JournalFeed getJournalFeedByUuidAndGroupId(
183 java.lang.String uuid, long groupId)
184 throws com.liferay.portal.kernel.exception.PortalException,
185 com.liferay.portal.kernel.exception.SystemException {
186 return _journalFeedLocalService.getJournalFeedByUuidAndGroupId(uuid,
187 groupId);
188 }
189
190
202 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> getJournalFeeds(
203 int start, int end)
204 throws com.liferay.portal.kernel.exception.SystemException {
205 return _journalFeedLocalService.getJournalFeeds(start, end);
206 }
207
208
214 public int getJournalFeedsCount()
215 throws com.liferay.portal.kernel.exception.SystemException {
216 return _journalFeedLocalService.getJournalFeedsCount();
217 }
218
219
226 public com.liferay.portlet.journal.model.JournalFeed updateJournalFeed(
227 com.liferay.portlet.journal.model.JournalFeed journalFeed)
228 throws com.liferay.portal.kernel.exception.SystemException {
229 return _journalFeedLocalService.updateJournalFeed(journalFeed);
230 }
231
232
240 public com.liferay.portlet.journal.model.JournalFeed updateJournalFeed(
241 com.liferay.portlet.journal.model.JournalFeed journalFeed, boolean merge)
242 throws com.liferay.portal.kernel.exception.SystemException {
243 return _journalFeedLocalService.updateJournalFeed(journalFeed, merge);
244 }
245
246
251 public java.lang.String getBeanIdentifier() {
252 return _journalFeedLocalService.getBeanIdentifier();
253 }
254
255
260 public void setBeanIdentifier(java.lang.String beanIdentifier) {
261 _journalFeedLocalService.setBeanIdentifier(beanIdentifier);
262 }
263
264 public com.liferay.portlet.journal.model.JournalFeed addFeed(long userId,
265 long groupId, java.lang.String feedId, boolean autoFeedId,
266 java.lang.String name, java.lang.String description,
267 java.lang.String type, java.lang.String structureId,
268 java.lang.String templateId, java.lang.String rendererTemplateId,
269 int delta, java.lang.String orderByCol, java.lang.String orderByType,
270 java.lang.String targetLayoutFriendlyUrl,
271 java.lang.String targetPortletId, java.lang.String contentField,
272 java.lang.String feedType, double feedVersion,
273 com.liferay.portal.service.ServiceContext serviceContext)
274 throws com.liferay.portal.kernel.exception.PortalException,
275 com.liferay.portal.kernel.exception.SystemException {
276 return _journalFeedLocalService.addFeed(userId, groupId, feedId,
277 autoFeedId, name, description, type, structureId, templateId,
278 rendererTemplateId, delta, orderByCol, orderByType,
279 targetLayoutFriendlyUrl, targetPortletId, contentField, feedType,
280 feedVersion, serviceContext);
281 }
282
283 public void addFeedResources(long feedId, boolean addCommunityPermissions,
284 boolean addGuestPermissions)
285 throws com.liferay.portal.kernel.exception.PortalException,
286 com.liferay.portal.kernel.exception.SystemException {
287 _journalFeedLocalService.addFeedResources(feedId,
288 addCommunityPermissions, addGuestPermissions);
289 }
290
291 public void addFeedResources(
292 com.liferay.portlet.journal.model.JournalFeed feed,
293 boolean addCommunityPermissions, boolean addGuestPermissions)
294 throws com.liferay.portal.kernel.exception.PortalException,
295 com.liferay.portal.kernel.exception.SystemException {
296 _journalFeedLocalService.addFeedResources(feed,
297 addCommunityPermissions, addGuestPermissions);
298 }
299
300 public void addFeedResources(long feedId,
301 java.lang.String[] communityPermissions,
302 java.lang.String[] guestPermissions)
303 throws com.liferay.portal.kernel.exception.PortalException,
304 com.liferay.portal.kernel.exception.SystemException {
305 _journalFeedLocalService.addFeedResources(feedId, communityPermissions,
306 guestPermissions);
307 }
308
309 public void addFeedResources(
310 com.liferay.portlet.journal.model.JournalFeed feed,
311 java.lang.String[] communityPermissions,
312 java.lang.String[] guestPermissions)
313 throws com.liferay.portal.kernel.exception.PortalException,
314 com.liferay.portal.kernel.exception.SystemException {
315 _journalFeedLocalService.addFeedResources(feed, communityPermissions,
316 guestPermissions);
317 }
318
319 public void deleteFeed(long feedId)
320 throws com.liferay.portal.kernel.exception.PortalException,
321 com.liferay.portal.kernel.exception.SystemException {
322 _journalFeedLocalService.deleteFeed(feedId);
323 }
324
325 public void deleteFeed(long groupId, java.lang.String feedId)
326 throws com.liferay.portal.kernel.exception.PortalException,
327 com.liferay.portal.kernel.exception.SystemException {
328 _journalFeedLocalService.deleteFeed(groupId, feedId);
329 }
330
331 public void deleteFeed(com.liferay.portlet.journal.model.JournalFeed feed)
332 throws com.liferay.portal.kernel.exception.PortalException,
333 com.liferay.portal.kernel.exception.SystemException {
334 _journalFeedLocalService.deleteFeed(feed);
335 }
336
337 public com.liferay.portlet.journal.model.JournalFeed getFeed(long feedId)
338 throws com.liferay.portal.kernel.exception.PortalException,
339 com.liferay.portal.kernel.exception.SystemException {
340 return _journalFeedLocalService.getFeed(feedId);
341 }
342
343 public com.liferay.portlet.journal.model.JournalFeed getFeed(long groupId,
344 java.lang.String feedId)
345 throws com.liferay.portal.kernel.exception.PortalException,
346 com.liferay.portal.kernel.exception.SystemException {
347 return _journalFeedLocalService.getFeed(groupId, feedId);
348 }
349
350 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> getFeeds()
351 throws com.liferay.portal.kernel.exception.SystemException {
352 return _journalFeedLocalService.getFeeds();
353 }
354
355 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> getFeeds(
356 long groupId)
357 throws com.liferay.portal.kernel.exception.SystemException {
358 return _journalFeedLocalService.getFeeds(groupId);
359 }
360
361 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> getFeeds(
362 long groupId, int start, int end)
363 throws com.liferay.portal.kernel.exception.SystemException {
364 return _journalFeedLocalService.getFeeds(groupId, start, end);
365 }
366
367 public int getFeedsCount(long groupId)
368 throws com.liferay.portal.kernel.exception.SystemException {
369 return _journalFeedLocalService.getFeedsCount(groupId);
370 }
371
372 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> search(
373 long companyId, long groupId, java.lang.String keywords, int start,
374 int end, com.liferay.portal.kernel.util.OrderByComparator obc)
375 throws com.liferay.portal.kernel.exception.SystemException {
376 return _journalFeedLocalService.search(companyId, groupId, keywords,
377 start, end, obc);
378 }
379
380 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> search(
381 long companyId, long groupId, java.lang.String feedId,
382 java.lang.String name, java.lang.String description,
383 boolean andOperator, int start, int end,
384 com.liferay.portal.kernel.util.OrderByComparator obc)
385 throws com.liferay.portal.kernel.exception.SystemException {
386 return _journalFeedLocalService.search(companyId, groupId, feedId,
387 name, description, andOperator, start, end, obc);
388 }
389
390 public int searchCount(long companyId, long groupId,
391 java.lang.String keywords)
392 throws com.liferay.portal.kernel.exception.SystemException {
393 return _journalFeedLocalService.searchCount(companyId, groupId, keywords);
394 }
395
396 public int searchCount(long companyId, long groupId,
397 java.lang.String feedId, java.lang.String name,
398 java.lang.String description, boolean andOperator)
399 throws com.liferay.portal.kernel.exception.SystemException {
400 return _journalFeedLocalService.searchCount(companyId, groupId, feedId,
401 name, description, andOperator);
402 }
403
404 public com.liferay.portlet.journal.model.JournalFeed updateFeed(
405 long groupId, java.lang.String feedId, java.lang.String name,
406 java.lang.String description, java.lang.String type,
407 java.lang.String structureId, java.lang.String templateId,
408 java.lang.String rendererTemplateId, int delta,
409 java.lang.String orderByCol, java.lang.String orderByType,
410 java.lang.String targetLayoutFriendlyUrl,
411 java.lang.String targetPortletId, java.lang.String contentField,
412 java.lang.String feedType, double feedVersion,
413 com.liferay.portal.service.ServiceContext serviceContext)
414 throws com.liferay.portal.kernel.exception.PortalException,
415 com.liferay.portal.kernel.exception.SystemException {
416 return _journalFeedLocalService.updateFeed(groupId, feedId, name,
417 description, type, structureId, templateId, rendererTemplateId,
418 delta, orderByCol, orderByType, targetLayoutFriendlyUrl,
419 targetPortletId, contentField, feedType, feedVersion, serviceContext);
420 }
421
422 public JournalFeedLocalService getWrappedJournalFeedLocalService() {
423 return _journalFeedLocalService;
424 }
425
426 public void setWrappedJournalFeedLocalService(
427 JournalFeedLocalService journalFeedLocalService) {
428 _journalFeedLocalService = journalFeedLocalService;
429 }
430
431 private JournalFeedLocalService _journalFeedLocalService;
432 }