001
014
015 package com.liferay.portlet.journal.service;
016
017 import com.liferay.portal.service.ServiceWrapper;
018
019
028 public class JournalFeedLocalServiceWrapper implements JournalFeedLocalService,
029 ServiceWrapper<JournalFeedLocalService> {
030 public JournalFeedLocalServiceWrapper(
031 JournalFeedLocalService journalFeedLocalService) {
032 _journalFeedLocalService = journalFeedLocalService;
033 }
034
035
042 public com.liferay.portlet.journal.model.JournalFeed addJournalFeed(
043 com.liferay.portlet.journal.model.JournalFeed journalFeed)
044 throws com.liferay.portal.kernel.exception.SystemException {
045 return _journalFeedLocalService.addJournalFeed(journalFeed);
046 }
047
048
054 public com.liferay.portlet.journal.model.JournalFeed createJournalFeed(
055 long id) {
056 return _journalFeedLocalService.createJournalFeed(id);
057 }
058
059
067 public com.liferay.portlet.journal.model.JournalFeed deleteJournalFeed(
068 long id)
069 throws com.liferay.portal.kernel.exception.PortalException,
070 com.liferay.portal.kernel.exception.SystemException {
071 return _journalFeedLocalService.deleteJournalFeed(id);
072 }
073
074
081 public com.liferay.portlet.journal.model.JournalFeed deleteJournalFeed(
082 com.liferay.portlet.journal.model.JournalFeed journalFeed)
083 throws com.liferay.portal.kernel.exception.SystemException {
084 return _journalFeedLocalService.deleteJournalFeed(journalFeed);
085 }
086
087 public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
088 return _journalFeedLocalService.dynamicQuery();
089 }
090
091
098 @SuppressWarnings("rawtypes")
099 public java.util.List dynamicQuery(
100 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
101 throws com.liferay.portal.kernel.exception.SystemException {
102 return _journalFeedLocalService.dynamicQuery(dynamicQuery);
103 }
104
105
118 @SuppressWarnings("rawtypes")
119 public java.util.List dynamicQuery(
120 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
121 int end) throws com.liferay.portal.kernel.exception.SystemException {
122 return _journalFeedLocalService.dynamicQuery(dynamicQuery, start, end);
123 }
124
125
139 @SuppressWarnings("rawtypes")
140 public java.util.List dynamicQuery(
141 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
142 int end,
143 com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
144 throws com.liferay.portal.kernel.exception.SystemException {
145 return _journalFeedLocalService.dynamicQuery(dynamicQuery, start, end,
146 orderByComparator);
147 }
148
149
156 public long dynamicQueryCount(
157 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
158 throws com.liferay.portal.kernel.exception.SystemException {
159 return _journalFeedLocalService.dynamicQueryCount(dynamicQuery);
160 }
161
162 public com.liferay.portlet.journal.model.JournalFeed fetchJournalFeed(
163 long id) throws com.liferay.portal.kernel.exception.SystemException {
164 return _journalFeedLocalService.fetchJournalFeed(id);
165 }
166
167
175 public com.liferay.portlet.journal.model.JournalFeed getJournalFeed(long id)
176 throws com.liferay.portal.kernel.exception.PortalException,
177 com.liferay.portal.kernel.exception.SystemException {
178 return _journalFeedLocalService.getJournalFeed(id);
179 }
180
181 public com.liferay.portal.model.PersistedModel getPersistedModel(
182 java.io.Serializable primaryKeyObj)
183 throws com.liferay.portal.kernel.exception.PortalException,
184 com.liferay.portal.kernel.exception.SystemException {
185 return _journalFeedLocalService.getPersistedModel(primaryKeyObj);
186 }
187
188
197 public com.liferay.portlet.journal.model.JournalFeed getJournalFeedByUuidAndGroupId(
198 java.lang.String uuid, long groupId)
199 throws com.liferay.portal.kernel.exception.PortalException,
200 com.liferay.portal.kernel.exception.SystemException {
201 return _journalFeedLocalService.getJournalFeedByUuidAndGroupId(uuid,
202 groupId);
203 }
204
205
217 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> getJournalFeeds(
218 int start, int end)
219 throws com.liferay.portal.kernel.exception.SystemException {
220 return _journalFeedLocalService.getJournalFeeds(start, end);
221 }
222
223
229 public int getJournalFeedsCount()
230 throws com.liferay.portal.kernel.exception.SystemException {
231 return _journalFeedLocalService.getJournalFeedsCount();
232 }
233
234
241 public com.liferay.portlet.journal.model.JournalFeed updateJournalFeed(
242 com.liferay.portlet.journal.model.JournalFeed journalFeed)
243 throws com.liferay.portal.kernel.exception.SystemException {
244 return _journalFeedLocalService.updateJournalFeed(journalFeed);
245 }
246
247
252 public java.lang.String getBeanIdentifier() {
253 return _journalFeedLocalService.getBeanIdentifier();
254 }
255
256
261 public void setBeanIdentifier(java.lang.String beanIdentifier) {
262 _journalFeedLocalService.setBeanIdentifier(beanIdentifier);
263 }
264
265 public com.liferay.portlet.journal.model.JournalFeed addFeed(long userId,
266 long groupId, java.lang.String feedId, boolean autoFeedId,
267 java.lang.String name, java.lang.String description,
268 java.lang.String type, java.lang.String structureId,
269 java.lang.String templateId, java.lang.String rendererTemplateId,
270 int delta, java.lang.String orderByCol, java.lang.String orderByType,
271 java.lang.String targetLayoutFriendlyUrl,
272 java.lang.String targetPortletId, java.lang.String contentField,
273 java.lang.String feedType, double feedVersion,
274 com.liferay.portal.service.ServiceContext serviceContext)
275 throws com.liferay.portal.kernel.exception.PortalException,
276 com.liferay.portal.kernel.exception.SystemException {
277 return _journalFeedLocalService.addFeed(userId, groupId, feedId,
278 autoFeedId, name, description, type, structureId, templateId,
279 rendererTemplateId, delta, orderByCol, orderByType,
280 targetLayoutFriendlyUrl, targetPortletId, contentField, feedType,
281 feedVersion, serviceContext);
282 }
283
284 public void addFeedResources(
285 com.liferay.portlet.journal.model.JournalFeed feed,
286 boolean addGroupPermissions, boolean addGuestPermissions)
287 throws com.liferay.portal.kernel.exception.PortalException,
288 com.liferay.portal.kernel.exception.SystemException {
289 _journalFeedLocalService.addFeedResources(feed, addGroupPermissions,
290 addGuestPermissions);
291 }
292
293 public void addFeedResources(
294 com.liferay.portlet.journal.model.JournalFeed feed,
295 java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
296 throws com.liferay.portal.kernel.exception.PortalException,
297 com.liferay.portal.kernel.exception.SystemException {
298 _journalFeedLocalService.addFeedResources(feed, groupPermissions,
299 guestPermissions);
300 }
301
302 public void addFeedResources(long feedId, boolean addGroupPermissions,
303 boolean addGuestPermissions)
304 throws com.liferay.portal.kernel.exception.PortalException,
305 com.liferay.portal.kernel.exception.SystemException {
306 _journalFeedLocalService.addFeedResources(feedId, addGroupPermissions,
307 addGuestPermissions);
308 }
309
310 public void addFeedResources(long feedId,
311 java.lang.String[] groupPermissions, java.lang.String[] guestPermissions)
312 throws com.liferay.portal.kernel.exception.PortalException,
313 com.liferay.portal.kernel.exception.SystemException {
314 _journalFeedLocalService.addFeedResources(feedId, groupPermissions,
315 guestPermissions);
316 }
317
318 public void deleteFeed(com.liferay.portlet.journal.model.JournalFeed feed)
319 throws com.liferay.portal.kernel.exception.PortalException,
320 com.liferay.portal.kernel.exception.SystemException {
321 _journalFeedLocalService.deleteFeed(feed);
322 }
323
324 public void deleteFeed(long feedId)
325 throws com.liferay.portal.kernel.exception.PortalException,
326 com.liferay.portal.kernel.exception.SystemException {
327 _journalFeedLocalService.deleteFeed(feedId);
328 }
329
330 public void deleteFeed(long groupId, java.lang.String feedId)
331 throws com.liferay.portal.kernel.exception.PortalException,
332 com.liferay.portal.kernel.exception.SystemException {
333 _journalFeedLocalService.deleteFeed(groupId, feedId);
334 }
335
336 public com.liferay.portlet.journal.model.JournalFeed getFeed(long feedId)
337 throws com.liferay.portal.kernel.exception.PortalException,
338 com.liferay.portal.kernel.exception.SystemException {
339 return _journalFeedLocalService.getFeed(feedId);
340 }
341
342 public com.liferay.portlet.journal.model.JournalFeed getFeed(long groupId,
343 java.lang.String feedId)
344 throws com.liferay.portal.kernel.exception.PortalException,
345 com.liferay.portal.kernel.exception.SystemException {
346 return _journalFeedLocalService.getFeed(groupId, feedId);
347 }
348
349 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> getFeeds()
350 throws com.liferay.portal.kernel.exception.SystemException {
351 return _journalFeedLocalService.getFeeds();
352 }
353
354 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> getFeeds(
355 long groupId)
356 throws com.liferay.portal.kernel.exception.SystemException {
357 return _journalFeedLocalService.getFeeds(groupId);
358 }
359
360 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> getFeeds(
361 long groupId, int start, int end)
362 throws com.liferay.portal.kernel.exception.SystemException {
363 return _journalFeedLocalService.getFeeds(groupId, start, end);
364 }
365
366 public int getFeedsCount(long groupId)
367 throws com.liferay.portal.kernel.exception.SystemException {
368 return _journalFeedLocalService.getFeedsCount(groupId);
369 }
370
371 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> search(
372 long companyId, long groupId, java.lang.String keywords, int start,
373 int end, com.liferay.portal.kernel.util.OrderByComparator obc)
374 throws com.liferay.portal.kernel.exception.SystemException {
375 return _journalFeedLocalService.search(companyId, groupId, keywords,
376 start, end, obc);
377 }
378
379 public java.util.List<com.liferay.portlet.journal.model.JournalFeed> search(
380 long companyId, long groupId, java.lang.String feedId,
381 java.lang.String name, java.lang.String description,
382 boolean andOperator, int start, int end,
383 com.liferay.portal.kernel.util.OrderByComparator obc)
384 throws com.liferay.portal.kernel.exception.SystemException {
385 return _journalFeedLocalService.search(companyId, groupId, feedId,
386 name, description, andOperator, start, end, obc);
387 }
388
389 public int searchCount(long companyId, long groupId,
390 java.lang.String keywords)
391 throws com.liferay.portal.kernel.exception.SystemException {
392 return _journalFeedLocalService.searchCount(companyId, groupId, keywords);
393 }
394
395 public int searchCount(long companyId, long groupId,
396 java.lang.String feedId, java.lang.String name,
397 java.lang.String description, boolean andOperator)
398 throws com.liferay.portal.kernel.exception.SystemException {
399 return _journalFeedLocalService.searchCount(companyId, groupId, feedId,
400 name, description, andOperator);
401 }
402
403 public com.liferay.portlet.journal.model.JournalFeed updateFeed(
404 long groupId, java.lang.String feedId, java.lang.String name,
405 java.lang.String description, java.lang.String type,
406 java.lang.String structureId, java.lang.String templateId,
407 java.lang.String rendererTemplateId, int delta,
408 java.lang.String orderByCol, java.lang.String orderByType,
409 java.lang.String targetLayoutFriendlyUrl,
410 java.lang.String targetPortletId, java.lang.String contentField,
411 java.lang.String feedType, double feedVersion,
412 com.liferay.portal.service.ServiceContext serviceContext)
413 throws com.liferay.portal.kernel.exception.PortalException,
414 com.liferay.portal.kernel.exception.SystemException {
415 return _journalFeedLocalService.updateFeed(groupId, feedId, name,
416 description, type, structureId, templateId, rendererTemplateId,
417 delta, orderByCol, orderByType, targetLayoutFriendlyUrl,
418 targetPortletId, contentField, feedType, feedVersion, serviceContext);
419 }
420
421
424 public JournalFeedLocalService getWrappedJournalFeedLocalService() {
425 return _journalFeedLocalService;
426 }
427
428
431 public void setWrappedJournalFeedLocalService(
432 JournalFeedLocalService journalFeedLocalService) {
433 _journalFeedLocalService = journalFeedLocalService;
434 }
435
436 public JournalFeedLocalService getWrappedService() {
437 return _journalFeedLocalService;
438 }
439
440 public void setWrappedService(
441 JournalFeedLocalService journalFeedLocalService) {
442 _journalFeedLocalService = journalFeedLocalService;
443 }
444
445 private JournalFeedLocalService _journalFeedLocalService;
446 }