001    /**
002     * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portlet.journal.service;
016    
017    
018    /**
019     * <p>
020     * This class is a wrapper for {@link JournalArticleLocalService}.
021     * </p>
022     *
023     * @author    Brian Wing Shun Chan
024     * @see       JournalArticleLocalService
025     * @generated
026     */
027    public class JournalArticleLocalServiceWrapper
028            implements JournalArticleLocalService {
029            public JournalArticleLocalServiceWrapper(
030                    JournalArticleLocalService journalArticleLocalService) {
031                    _journalArticleLocalService = journalArticleLocalService;
032            }
033    
034            public com.liferay.portlet.journal.model.JournalArticle addJournalArticle(
035                    com.liferay.portlet.journal.model.JournalArticle journalArticle)
036                    throws com.liferay.portal.kernel.exception.SystemException {
037                    return _journalArticleLocalService.addJournalArticle(journalArticle);
038            }
039    
040            public com.liferay.portlet.journal.model.JournalArticle createJournalArticle(
041                    long id) {
042                    return _journalArticleLocalService.createJournalArticle(id);
043            }
044    
045            public void deleteJournalArticle(long id)
046                    throws com.liferay.portal.kernel.exception.PortalException,
047                            com.liferay.portal.kernel.exception.SystemException {
048                    _journalArticleLocalService.deleteJournalArticle(id);
049            }
050    
051            public void deleteJournalArticle(
052                    com.liferay.portlet.journal.model.JournalArticle journalArticle)
053                    throws com.liferay.portal.kernel.exception.SystemException {
054                    _journalArticleLocalService.deleteJournalArticle(journalArticle);
055            }
056    
057            @SuppressWarnings("unchecked")
058            public java.util.List dynamicQuery(
059                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
060                    throws com.liferay.portal.kernel.exception.SystemException {
061                    return _journalArticleLocalService.dynamicQuery(dynamicQuery);
062            }
063    
064            @SuppressWarnings("unchecked")
065            public java.util.List dynamicQuery(
066                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
067                    int end) throws com.liferay.portal.kernel.exception.SystemException {
068                    return _journalArticleLocalService.dynamicQuery(dynamicQuery, start, end);
069            }
070    
071            @SuppressWarnings("unchecked")
072            public java.util.List dynamicQuery(
073                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
074                    int end,
075                    com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
076                    throws com.liferay.portal.kernel.exception.SystemException {
077                    return _journalArticleLocalService.dynamicQuery(dynamicQuery, start,
078                            end, orderByComparator);
079            }
080    
081            public long dynamicQueryCount(
082                    com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
083                    throws com.liferay.portal.kernel.exception.SystemException {
084                    return _journalArticleLocalService.dynamicQueryCount(dynamicQuery);
085            }
086    
087            public com.liferay.portlet.journal.model.JournalArticle getJournalArticle(
088                    long id)
089                    throws com.liferay.portal.kernel.exception.PortalException,
090                            com.liferay.portal.kernel.exception.SystemException {
091                    return _journalArticleLocalService.getJournalArticle(id);
092            }
093    
094            public com.liferay.portlet.journal.model.JournalArticle getJournalArticleByUuidAndGroupId(
095                    java.lang.String uuid, long groupId)
096                    throws com.liferay.portal.kernel.exception.PortalException,
097                            com.liferay.portal.kernel.exception.SystemException {
098                    return _journalArticleLocalService.getJournalArticleByUuidAndGroupId(uuid,
099                            groupId);
100            }
101    
102            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getJournalArticles(
103                    int start, int end)
104                    throws com.liferay.portal.kernel.exception.SystemException {
105                    return _journalArticleLocalService.getJournalArticles(start, end);
106            }
107    
108            public int getJournalArticlesCount()
109                    throws com.liferay.portal.kernel.exception.SystemException {
110                    return _journalArticleLocalService.getJournalArticlesCount();
111            }
112    
113            public com.liferay.portlet.journal.model.JournalArticle updateJournalArticle(
114                    com.liferay.portlet.journal.model.JournalArticle journalArticle)
115                    throws com.liferay.portal.kernel.exception.SystemException {
116                    return _journalArticleLocalService.updateJournalArticle(journalArticle);
117            }
118    
119            public com.liferay.portlet.journal.model.JournalArticle updateJournalArticle(
120                    com.liferay.portlet.journal.model.JournalArticle journalArticle,
121                    boolean merge)
122                    throws com.liferay.portal.kernel.exception.SystemException {
123                    return _journalArticleLocalService.updateJournalArticle(journalArticle,
124                            merge);
125            }
126    
127            public com.liferay.portlet.journal.model.JournalArticle addArticle(
128                    long userId, long groupId, java.lang.String articleId,
129                    boolean autoArticleId, double version, java.lang.String title,
130                    java.lang.String description, java.lang.String content,
131                    java.lang.String type, java.lang.String structureId,
132                    java.lang.String templateId, int displayDateMonth, int displayDateDay,
133                    int displayDateYear, int displayDateHour, int displayDateMinute,
134                    int expirationDateMonth, int expirationDateDay, int expirationDateYear,
135                    int expirationDateHour, int expirationDateMinute, boolean neverExpire,
136                    int reviewDateMonth, int reviewDateDay, int reviewDateYear,
137                    int reviewDateHour, int reviewDateMinute, boolean neverReview,
138                    boolean indexable, boolean smallImage, java.lang.String smallImageURL,
139                    java.io.File smallFile, java.util.Map<java.lang.String, byte[]> images,
140                    java.lang.String articleURL,
141                    com.liferay.portal.service.ServiceContext serviceContext)
142                    throws com.liferay.portal.kernel.exception.PortalException,
143                            com.liferay.portal.kernel.exception.SystemException {
144                    return _journalArticleLocalService.addArticle(userId, groupId,
145                            articleId, autoArticleId, version, title, description, content,
146                            type, structureId, templateId, displayDateMonth, displayDateDay,
147                            displayDateYear, displayDateHour, displayDateMinute,
148                            expirationDateMonth, expirationDateDay, expirationDateYear,
149                            expirationDateHour, expirationDateMinute, neverExpire,
150                            reviewDateMonth, reviewDateDay, reviewDateYear, reviewDateHour,
151                            reviewDateMinute, neverReview, indexable, smallImage,
152                            smallImageURL, smallFile, images, articleURL, serviceContext);
153            }
154    
155            public void addArticleResources(
156                    com.liferay.portlet.journal.model.JournalArticle article,
157                    boolean addCommunityPermissions, boolean addGuestPermissions)
158                    throws com.liferay.portal.kernel.exception.PortalException,
159                            com.liferay.portal.kernel.exception.SystemException {
160                    _journalArticleLocalService.addArticleResources(article,
161                            addCommunityPermissions, addGuestPermissions);
162            }
163    
164            public void addArticleResources(
165                    com.liferay.portlet.journal.model.JournalArticle article,
166                    java.lang.String[] communityPermissions,
167                    java.lang.String[] guestPermissions)
168                    throws com.liferay.portal.kernel.exception.PortalException,
169                            com.liferay.portal.kernel.exception.SystemException {
170                    _journalArticleLocalService.addArticleResources(article,
171                            communityPermissions, guestPermissions);
172            }
173    
174            public void addArticleResources(long groupId, java.lang.String articleId,
175                    boolean addCommunityPermissions, boolean addGuestPermissions)
176                    throws com.liferay.portal.kernel.exception.PortalException,
177                            com.liferay.portal.kernel.exception.SystemException {
178                    _journalArticleLocalService.addArticleResources(groupId, articleId,
179                            addCommunityPermissions, addGuestPermissions);
180            }
181    
182            public void addArticleResources(long groupId, java.lang.String articleId,
183                    java.lang.String[] communityPermissions,
184                    java.lang.String[] guestPermissions)
185                    throws com.liferay.portal.kernel.exception.PortalException,
186                            com.liferay.portal.kernel.exception.SystemException {
187                    _journalArticleLocalService.addArticleResources(groupId, articleId,
188                            communityPermissions, guestPermissions);
189            }
190    
191            public com.liferay.portlet.journal.model.JournalArticle checkArticleResourcePrimKey(
192                    long groupId, java.lang.String articleId, double version)
193                    throws com.liferay.portal.kernel.exception.PortalException,
194                            com.liferay.portal.kernel.exception.SystemException {
195                    return _journalArticleLocalService.checkArticleResourcePrimKey(groupId,
196                            articleId, version);
197            }
198    
199            public void checkArticles()
200                    throws com.liferay.portal.kernel.exception.PortalException,
201                            com.liferay.portal.kernel.exception.SystemException {
202                    _journalArticleLocalService.checkArticles();
203            }
204    
205            public void checkNewLine(long groupId, java.lang.String articleId,
206                    double version)
207                    throws com.liferay.portal.kernel.exception.PortalException,
208                            com.liferay.portal.kernel.exception.SystemException {
209                    _journalArticleLocalService.checkNewLine(groupId, articleId, version);
210            }
211    
212            public void checkStructure(long groupId, java.lang.String articleId,
213                    double version)
214                    throws com.liferay.portal.kernel.exception.PortalException,
215                            com.liferay.portal.kernel.exception.SystemException {
216                    _journalArticleLocalService.checkStructure(groupId, articleId, version);
217            }
218    
219            public com.liferay.portlet.journal.model.JournalArticle copyArticle(
220                    long userId, long groupId, java.lang.String oldArticleId,
221                    java.lang.String newArticleId, boolean autoArticleId, double version)
222                    throws com.liferay.portal.kernel.exception.PortalException,
223                            com.liferay.portal.kernel.exception.SystemException {
224                    return _journalArticleLocalService.copyArticle(userId, groupId,
225                            oldArticleId, newArticleId, autoArticleId, version);
226            }
227    
228            public void deleteArticle(
229                    com.liferay.portlet.journal.model.JournalArticle article,
230                    java.lang.String articleURL,
231                    com.liferay.portal.service.ServiceContext serviceContext)
232                    throws com.liferay.portal.kernel.exception.PortalException,
233                            com.liferay.portal.kernel.exception.SystemException {
234                    _journalArticleLocalService.deleteArticle(article, articleURL,
235                            serviceContext);
236            }
237    
238            public void deleteArticle(long groupId, java.lang.String articleId,
239                    double version, java.lang.String articleURL,
240                    com.liferay.portal.service.ServiceContext serviceContext)
241                    throws com.liferay.portal.kernel.exception.PortalException,
242                            com.liferay.portal.kernel.exception.SystemException {
243                    _journalArticleLocalService.deleteArticle(groupId, articleId, version,
244                            articleURL, serviceContext);
245            }
246    
247            public void deleteArticle(long groupId, java.lang.String articleId,
248                    com.liferay.portal.service.ServiceContext serviceContext)
249                    throws com.liferay.portal.kernel.exception.PortalException,
250                            com.liferay.portal.kernel.exception.SystemException {
251                    _journalArticleLocalService.deleteArticle(groupId, articleId,
252                            serviceContext);
253            }
254    
255            public void deleteArticles(long groupId)
256                    throws com.liferay.portal.kernel.exception.PortalException,
257                            com.liferay.portal.kernel.exception.SystemException {
258                    _journalArticleLocalService.deleteArticles(groupId);
259            }
260    
261            public com.liferay.portlet.journal.model.JournalArticle expireArticle(
262                    long userId, long groupId, java.lang.String articleId, double version,
263                    java.lang.String articleURL,
264                    com.liferay.portal.service.ServiceContext serviceContext)
265                    throws com.liferay.portal.kernel.exception.PortalException,
266                            com.liferay.portal.kernel.exception.SystemException {
267                    return _journalArticleLocalService.expireArticle(userId, groupId,
268                            articleId, version, articleURL, serviceContext);
269            }
270    
271            public com.liferay.portlet.journal.model.JournalArticle getArticle(long id)
272                    throws com.liferay.portal.kernel.exception.PortalException,
273                            com.liferay.portal.kernel.exception.SystemException {
274                    return _journalArticleLocalService.getArticle(id);
275            }
276    
277            public com.liferay.portlet.journal.model.JournalArticle getArticle(
278                    long groupId, java.lang.String articleId)
279                    throws com.liferay.portal.kernel.exception.PortalException,
280                            com.liferay.portal.kernel.exception.SystemException {
281                    return _journalArticleLocalService.getArticle(groupId, articleId);
282            }
283    
284            public com.liferay.portlet.journal.model.JournalArticle getArticle(
285                    long groupId, java.lang.String articleId, double version)
286                    throws com.liferay.portal.kernel.exception.PortalException,
287                            com.liferay.portal.kernel.exception.SystemException {
288                    return _journalArticleLocalService.getArticle(groupId, articleId,
289                            version);
290            }
291    
292            public com.liferay.portlet.journal.model.JournalArticle getArticleByUrlTitle(
293                    long groupId, java.lang.String urlTitle)
294                    throws com.liferay.portal.kernel.exception.PortalException,
295                            com.liferay.portal.kernel.exception.SystemException {
296                    return _journalArticleLocalService.getArticleByUrlTitle(groupId,
297                            urlTitle);
298            }
299    
300            public java.lang.String getArticleContent(
301                    com.liferay.portlet.journal.model.JournalArticle article,
302                    java.lang.String templateId, java.lang.String viewMode,
303                    java.lang.String languageId,
304                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
305                    throws com.liferay.portal.kernel.exception.PortalException,
306                            com.liferay.portal.kernel.exception.SystemException {
307                    return _journalArticleLocalService.getArticleContent(article,
308                            templateId, viewMode, languageId, themeDisplay);
309            }
310    
311            public java.lang.String getArticleContent(long groupId,
312                    java.lang.String articleId, double version, java.lang.String viewMode,
313                    java.lang.String templateId, java.lang.String languageId,
314                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
315                    throws com.liferay.portal.kernel.exception.PortalException,
316                            com.liferay.portal.kernel.exception.SystemException {
317                    return _journalArticleLocalService.getArticleContent(groupId,
318                            articleId, version, viewMode, templateId, languageId, themeDisplay);
319            }
320    
321            public java.lang.String getArticleContent(long groupId,
322                    java.lang.String articleId, double version, java.lang.String viewMode,
323                    java.lang.String languageId,
324                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
325                    throws com.liferay.portal.kernel.exception.PortalException,
326                            com.liferay.portal.kernel.exception.SystemException {
327                    return _journalArticleLocalService.getArticleContent(groupId,
328                            articleId, version, viewMode, languageId, themeDisplay);
329            }
330    
331            public java.lang.String getArticleContent(long groupId,
332                    java.lang.String articleId, java.lang.String viewMode,
333                    java.lang.String templateId, java.lang.String languageId,
334                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
335                    throws com.liferay.portal.kernel.exception.PortalException,
336                            com.liferay.portal.kernel.exception.SystemException {
337                    return _journalArticleLocalService.getArticleContent(groupId,
338                            articleId, viewMode, templateId, languageId, themeDisplay);
339            }
340    
341            public java.lang.String getArticleContent(long groupId,
342                    java.lang.String articleId, java.lang.String viewMode,
343                    java.lang.String languageId,
344                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
345                    throws com.liferay.portal.kernel.exception.PortalException,
346                            com.liferay.portal.kernel.exception.SystemException {
347                    return _journalArticleLocalService.getArticleContent(groupId,
348                            articleId, viewMode, languageId, themeDisplay);
349            }
350    
351            public com.liferay.portlet.journal.model.JournalArticleDisplay getArticleDisplay(
352                    com.liferay.portlet.journal.model.JournalArticle article,
353                    java.lang.String templateId, java.lang.String viewMode,
354                    java.lang.String languageId, int page, java.lang.String xmlRequest,
355                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
356                    throws com.liferay.portal.kernel.exception.PortalException,
357                            com.liferay.portal.kernel.exception.SystemException {
358                    return _journalArticleLocalService.getArticleDisplay(article,
359                            templateId, viewMode, languageId, page, xmlRequest, themeDisplay);
360            }
361    
362            public com.liferay.portlet.journal.model.JournalArticleDisplay getArticleDisplay(
363                    long groupId, java.lang.String articleId, double version,
364                    java.lang.String templateId, java.lang.String viewMode,
365                    java.lang.String languageId, int page, java.lang.String xmlRequest,
366                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
367                    throws com.liferay.portal.kernel.exception.PortalException,
368                            com.liferay.portal.kernel.exception.SystemException {
369                    return _journalArticleLocalService.getArticleDisplay(groupId,
370                            articleId, version, templateId, viewMode, languageId, page,
371                            xmlRequest, themeDisplay);
372            }
373    
374            public com.liferay.portlet.journal.model.JournalArticleDisplay getArticleDisplay(
375                    long groupId, java.lang.String articleId, double version,
376                    java.lang.String templateId, java.lang.String viewMode,
377                    java.lang.String languageId,
378                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
379                    throws com.liferay.portal.kernel.exception.PortalException,
380                            com.liferay.portal.kernel.exception.SystemException {
381                    return _journalArticleLocalService.getArticleDisplay(groupId,
382                            articleId, version, templateId, viewMode, languageId, themeDisplay);
383            }
384    
385            public com.liferay.portlet.journal.model.JournalArticleDisplay getArticleDisplay(
386                    long groupId, java.lang.String articleId, java.lang.String viewMode,
387                    java.lang.String languageId, int page, java.lang.String xmlRequest,
388                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
389                    throws com.liferay.portal.kernel.exception.PortalException,
390                            com.liferay.portal.kernel.exception.SystemException {
391                    return _journalArticleLocalService.getArticleDisplay(groupId,
392                            articleId, viewMode, languageId, page, xmlRequest, themeDisplay);
393            }
394    
395            public com.liferay.portlet.journal.model.JournalArticleDisplay getArticleDisplay(
396                    long groupId, java.lang.String articleId, java.lang.String templateId,
397                    java.lang.String viewMode, java.lang.String languageId, int page,
398                    java.lang.String xmlRequest,
399                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
400                    throws com.liferay.portal.kernel.exception.PortalException,
401                            com.liferay.portal.kernel.exception.SystemException {
402                    return _journalArticleLocalService.getArticleDisplay(groupId,
403                            articleId, templateId, viewMode, languageId, page, xmlRequest,
404                            themeDisplay);
405            }
406    
407            public com.liferay.portlet.journal.model.JournalArticleDisplay getArticleDisplay(
408                    long groupId, java.lang.String articleId, java.lang.String templateId,
409                    java.lang.String viewMode, java.lang.String languageId,
410                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
411                    throws com.liferay.portal.kernel.exception.PortalException,
412                            com.liferay.portal.kernel.exception.SystemException {
413                    return _journalArticleLocalService.getArticleDisplay(groupId,
414                            articleId, templateId, viewMode, languageId, themeDisplay);
415            }
416    
417            public com.liferay.portlet.journal.model.JournalArticleDisplay getArticleDisplay(
418                    long groupId, java.lang.String articleId, java.lang.String viewMode,
419                    java.lang.String languageId,
420                    com.liferay.portal.theme.ThemeDisplay themeDisplay)
421                    throws com.liferay.portal.kernel.exception.PortalException,
422                            com.liferay.portal.kernel.exception.SystemException {
423                    return _journalArticleLocalService.getArticleDisplay(groupId,
424                            articleId, viewMode, languageId, themeDisplay);
425            }
426    
427            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getArticles()
428                    throws com.liferay.portal.kernel.exception.SystemException {
429                    return _journalArticleLocalService.getArticles();
430            }
431    
432            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getArticles(
433                    long groupId)
434                    throws com.liferay.portal.kernel.exception.SystemException {
435                    return _journalArticleLocalService.getArticles(groupId);
436            }
437    
438            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getArticles(
439                    long groupId, int start, int end)
440                    throws com.liferay.portal.kernel.exception.SystemException {
441                    return _journalArticleLocalService.getArticles(groupId, start, end);
442            }
443    
444            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getArticles(
445                    long groupId, int start, int end,
446                    com.liferay.portal.kernel.util.OrderByComparator obc)
447                    throws com.liferay.portal.kernel.exception.SystemException {
448                    return _journalArticleLocalService.getArticles(groupId, start, end, obc);
449            }
450    
451            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getArticles(
452                    long groupId, java.lang.String articleId)
453                    throws com.liferay.portal.kernel.exception.SystemException {
454                    return _journalArticleLocalService.getArticles(groupId, articleId);
455            }
456    
457            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getArticlesBySmallImageId(
458                    long smallImageId)
459                    throws com.liferay.portal.kernel.exception.SystemException {
460                    return _journalArticleLocalService.getArticlesBySmallImageId(smallImageId);
461            }
462    
463            public int getArticlesCount(long groupId)
464                    throws com.liferay.portal.kernel.exception.SystemException {
465                    return _journalArticleLocalService.getArticlesCount(groupId);
466            }
467    
468            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getCompanyArticles(
469                    long companyId, int status, int start, int end)
470                    throws com.liferay.portal.kernel.exception.SystemException {
471                    return _journalArticleLocalService.getCompanyArticles(companyId,
472                            status, start, end);
473            }
474    
475            public int getCompanyArticlesCount(long companyId, int status)
476                    throws com.liferay.portal.kernel.exception.SystemException {
477                    return _journalArticleLocalService.getCompanyArticlesCount(companyId,
478                            status);
479            }
480    
481            public com.liferay.portlet.journal.model.JournalArticle getDisplayArticle(
482                    long groupId, java.lang.String articleId)
483                    throws com.liferay.portal.kernel.exception.PortalException,
484                            com.liferay.portal.kernel.exception.SystemException {
485                    return _journalArticleLocalService.getDisplayArticle(groupId, articleId);
486            }
487    
488            public com.liferay.portlet.journal.model.JournalArticle getLatestArticle(
489                    long resourcePrimKey)
490                    throws com.liferay.portal.kernel.exception.PortalException,
491                            com.liferay.portal.kernel.exception.SystemException {
492                    return _journalArticleLocalService.getLatestArticle(resourcePrimKey);
493            }
494    
495            public com.liferay.portlet.journal.model.JournalArticle getLatestArticle(
496                    long resourcePrimKey, int status)
497                    throws com.liferay.portal.kernel.exception.PortalException,
498                            com.liferay.portal.kernel.exception.SystemException {
499                    return _journalArticleLocalService.getLatestArticle(resourcePrimKey,
500                            status);
501            }
502    
503            public com.liferay.portlet.journal.model.JournalArticle getLatestArticle(
504                    long resourcePrimKey, int status, boolean preferApproved)
505                    throws com.liferay.portal.kernel.exception.PortalException,
506                            com.liferay.portal.kernel.exception.SystemException {
507                    return _journalArticleLocalService.getLatestArticle(resourcePrimKey,
508                            status, preferApproved);
509            }
510    
511            public com.liferay.portlet.journal.model.JournalArticle getLatestArticle(
512                    long groupId, java.lang.String articleId)
513                    throws com.liferay.portal.kernel.exception.PortalException,
514                            com.liferay.portal.kernel.exception.SystemException {
515                    return _journalArticleLocalService.getLatestArticle(groupId, articleId);
516            }
517    
518            public com.liferay.portlet.journal.model.JournalArticle getLatestArticle(
519                    long groupId, java.lang.String articleId, int status)
520                    throws com.liferay.portal.kernel.exception.PortalException,
521                            com.liferay.portal.kernel.exception.SystemException {
522                    return _journalArticleLocalService.getLatestArticle(groupId, articleId,
523                            status);
524            }
525    
526            public com.liferay.portlet.journal.model.JournalArticle getLatestArticleByUrlTitle(
527                    long groupId, java.lang.String urlTitle, int status)
528                    throws com.liferay.portal.kernel.exception.PortalException,
529                            com.liferay.portal.kernel.exception.SystemException {
530                    return _journalArticleLocalService.getLatestArticleByUrlTitle(groupId,
531                            urlTitle, status);
532            }
533    
534            public double getLatestVersion(long groupId, java.lang.String articleId)
535                    throws com.liferay.portal.kernel.exception.PortalException,
536                            com.liferay.portal.kernel.exception.SystemException {
537                    return _journalArticleLocalService.getLatestVersion(groupId, articleId);
538            }
539    
540            public double getLatestVersion(long groupId, java.lang.String articleId,
541                    int status)
542                    throws com.liferay.portal.kernel.exception.PortalException,
543                            com.liferay.portal.kernel.exception.SystemException {
544                    return _journalArticleLocalService.getLatestVersion(groupId, articleId,
545                            status);
546            }
547    
548            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getStructureArticles(
549                    long groupId, java.lang.String structureId)
550                    throws com.liferay.portal.kernel.exception.SystemException {
551                    return _journalArticleLocalService.getStructureArticles(groupId,
552                            structureId);
553            }
554    
555            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getStructureArticles(
556                    long groupId, java.lang.String structureId, int start, int end,
557                    com.liferay.portal.kernel.util.OrderByComparator obc)
558                    throws com.liferay.portal.kernel.exception.SystemException {
559                    return _journalArticleLocalService.getStructureArticles(groupId,
560                            structureId, start, end, obc);
561            }
562    
563            public int getStructureArticlesCount(long groupId,
564                    java.lang.String structureId)
565                    throws com.liferay.portal.kernel.exception.SystemException {
566                    return _journalArticleLocalService.getStructureArticlesCount(groupId,
567                            structureId);
568            }
569    
570            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getTemplateArticles(
571                    long groupId, java.lang.String templateId)
572                    throws com.liferay.portal.kernel.exception.SystemException {
573                    return _journalArticleLocalService.getTemplateArticles(groupId,
574                            templateId);
575            }
576    
577            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> getTemplateArticles(
578                    long groupId, java.lang.String templateId, int start, int end,
579                    com.liferay.portal.kernel.util.OrderByComparator obc)
580                    throws com.liferay.portal.kernel.exception.SystemException {
581                    return _journalArticleLocalService.getTemplateArticles(groupId,
582                            templateId, start, end, obc);
583            }
584    
585            public int getTemplateArticlesCount(long groupId,
586                    java.lang.String templateId)
587                    throws com.liferay.portal.kernel.exception.SystemException {
588                    return _journalArticleLocalService.getTemplateArticlesCount(groupId,
589                            templateId);
590            }
591    
592            public boolean hasArticle(long groupId, java.lang.String articleId)
593                    throws com.liferay.portal.kernel.exception.SystemException {
594                    return _journalArticleLocalService.hasArticle(groupId, articleId);
595            }
596    
597            public boolean isLatestVersion(long groupId, java.lang.String articleId,
598                    double version)
599                    throws com.liferay.portal.kernel.exception.PortalException,
600                            com.liferay.portal.kernel.exception.SystemException {
601                    return _journalArticleLocalService.isLatestVersion(groupId, articleId,
602                            version);
603            }
604    
605            public boolean isLatestVersion(long groupId, java.lang.String articleId,
606                    double version, int status)
607                    throws com.liferay.portal.kernel.exception.PortalException,
608                            com.liferay.portal.kernel.exception.SystemException {
609                    return _journalArticleLocalService.isLatestVersion(groupId, articleId,
610                            version, status);
611            }
612    
613            public com.liferay.portlet.journal.model.JournalArticle removeArticleLocale(
614                    long groupId, java.lang.String articleId, double version,
615                    java.lang.String languageId)
616                    throws com.liferay.portal.kernel.exception.PortalException,
617                            com.liferay.portal.kernel.exception.SystemException {
618                    return _journalArticleLocalService.removeArticleLocale(groupId,
619                            articleId, version, languageId);
620            }
621    
622            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> search(
623                    long companyId, long groupId, java.lang.String keywords,
624                    java.lang.Double version, java.lang.String type,
625                    java.lang.String structureId, java.lang.String templateId,
626                    java.util.Date displayDateGT, java.util.Date displayDateLT, int status,
627                    java.util.Date reviewDate, int start, int end,
628                    com.liferay.portal.kernel.util.OrderByComparator obc)
629                    throws com.liferay.portal.kernel.exception.SystemException {
630                    return _journalArticleLocalService.search(companyId, groupId, keywords,
631                            version, type, structureId, templateId, displayDateGT,
632                            displayDateLT, status, reviewDate, start, end, obc);
633            }
634    
635            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> search(
636                    long companyId, long groupId, java.lang.String articleId,
637                    java.lang.Double version, java.lang.String title,
638                    java.lang.String description, java.lang.String content,
639                    java.lang.String type, java.lang.String structureId,
640                    java.lang.String templateId, java.util.Date displayDateGT,
641                    java.util.Date displayDateLT, int status, java.util.Date reviewDate,
642                    boolean andOperator, int start, int end,
643                    com.liferay.portal.kernel.util.OrderByComparator obc)
644                    throws com.liferay.portal.kernel.exception.SystemException {
645                    return _journalArticleLocalService.search(companyId, groupId,
646                            articleId, version, title, description, content, type, structureId,
647                            templateId, displayDateGT, displayDateLT, status, reviewDate,
648                            andOperator, start, end, obc);
649            }
650    
651            public java.util.List<com.liferay.portlet.journal.model.JournalArticle> search(
652                    long companyId, long groupId, java.lang.String articleId,
653                    java.lang.Double version, java.lang.String title,
654                    java.lang.String description, java.lang.String content,
655                    java.lang.String type, java.lang.String[] structureIds,
656                    java.lang.String[] templateIds, java.util.Date displayDateGT,
657                    java.util.Date displayDateLT, int status, java.util.Date reviewDate,
658                    boolean andOperator, int start, int end,
659                    com.liferay.portal.kernel.util.OrderByComparator obc)
660                    throws com.liferay.portal.kernel.exception.SystemException {
661                    return _journalArticleLocalService.search(companyId, groupId,
662                            articleId, version, title, description, content, type,
663                            structureIds, templateIds, displayDateGT, displayDateLT, status,
664                            reviewDate, andOperator, start, end, obc);
665            }
666    
667            public int searchCount(long companyId, long groupId,
668                    java.lang.String keywords, java.lang.Double version,
669                    java.lang.String type, java.lang.String structureId,
670                    java.lang.String templateId, java.util.Date displayDateGT,
671                    java.util.Date displayDateLT, int status, java.util.Date reviewDate)
672                    throws com.liferay.portal.kernel.exception.SystemException {
673                    return _journalArticleLocalService.searchCount(companyId, groupId,
674                            keywords, version, type, structureId, templateId, displayDateGT,
675                            displayDateLT, status, reviewDate);
676            }
677    
678            public int searchCount(long companyId, long groupId,
679                    java.lang.String articleId, java.lang.Double version,
680                    java.lang.String title, java.lang.String description,
681                    java.lang.String content, java.lang.String type,
682                    java.lang.String structureId, java.lang.String templateId,
683                    java.util.Date displayDateGT, java.util.Date displayDateLT, int status,
684                    java.util.Date reviewDate, boolean andOperator)
685                    throws com.liferay.portal.kernel.exception.SystemException {
686                    return _journalArticleLocalService.searchCount(companyId, groupId,
687                            articleId, version, title, description, content, type, structureId,
688                            templateId, displayDateGT, displayDateLT, status, reviewDate,
689                            andOperator);
690            }
691    
692            public int searchCount(long companyId, long groupId,
693                    java.lang.String articleId, java.lang.Double version,
694                    java.lang.String title, java.lang.String description,
695                    java.lang.String content, java.lang.String type,
696                    java.lang.String[] structureIds, java.lang.String[] templateIds,
697                    java.util.Date displayDateGT, java.util.Date displayDateLT, int status,
698                    java.util.Date reviewDate, boolean andOperator)
699                    throws com.liferay.portal.kernel.exception.SystemException {
700                    return _journalArticleLocalService.searchCount(companyId, groupId,
701                            articleId, version, title, description, content, type,
702                            structureIds, templateIds, displayDateGT, displayDateLT, status,
703                            reviewDate, andOperator);
704            }
705    
706            public com.liferay.portlet.journal.model.JournalArticle updateArticle(
707                    long userId, long groupId, java.lang.String articleId, double version,
708                    java.lang.String content)
709                    throws com.liferay.portal.kernel.exception.PortalException,
710                            com.liferay.portal.kernel.exception.SystemException {
711                    return _journalArticleLocalService.updateArticle(userId, groupId,
712                            articleId, version, content);
713            }
714    
715            public com.liferay.portlet.journal.model.JournalArticle updateArticle(
716                    long userId, long groupId, java.lang.String articleId, double version,
717                    java.lang.String title, java.lang.String description,
718                    java.lang.String content, java.lang.String type,
719                    java.lang.String structureId, java.lang.String templateId,
720                    int displayDateMonth, int displayDateDay, int displayDateYear,
721                    int displayDateHour, int displayDateMinute, int expirationDateMonth,
722                    int expirationDateDay, int expirationDateYear, int expirationDateHour,
723                    int expirationDateMinute, boolean neverExpire, int reviewDateMonth,
724                    int reviewDateDay, int reviewDateYear, int reviewDateHour,
725                    int reviewDateMinute, boolean neverReview, boolean indexable,
726                    boolean smallImage, java.lang.String smallImageURL,
727                    java.io.File smallFile, java.util.Map<java.lang.String, byte[]> images,
728                    java.lang.String articleURL,
729                    com.liferay.portal.service.ServiceContext serviceContext)
730                    throws com.liferay.portal.kernel.exception.PortalException,
731                            com.liferay.portal.kernel.exception.SystemException {
732                    return _journalArticleLocalService.updateArticle(userId, groupId,
733                            articleId, version, title, description, content, type, structureId,
734                            templateId, displayDateMonth, displayDateDay, displayDateYear,
735                            displayDateHour, displayDateMinute, expirationDateMonth,
736                            expirationDateDay, expirationDateYear, expirationDateHour,
737                            expirationDateMinute, neverExpire, reviewDateMonth, reviewDateDay,
738                            reviewDateYear, reviewDateHour, reviewDateMinute, neverReview,
739                            indexable, smallImage, smallImageURL, smallFile, images,
740                            articleURL, serviceContext);
741            }
742    
743            public void updateAsset(long userId,
744                    com.liferay.portlet.journal.model.JournalArticle article,
745                    long[] assetCategoryIds, java.lang.String[] assetTagNames)
746                    throws com.liferay.portal.kernel.exception.PortalException,
747                            com.liferay.portal.kernel.exception.SystemException {
748                    _journalArticleLocalService.updateAsset(userId, article,
749                            assetCategoryIds, assetTagNames);
750            }
751    
752            public com.liferay.portlet.journal.model.JournalArticle updateContent(
753                    long groupId, java.lang.String articleId, double version,
754                    java.lang.String content)
755                    throws com.liferay.portal.kernel.exception.PortalException,
756                            com.liferay.portal.kernel.exception.SystemException {
757                    return _journalArticleLocalService.updateContent(groupId, articleId,
758                            version, content);
759            }
760    
761            public com.liferay.portlet.journal.model.JournalArticle updateStatus(
762                    long userId, com.liferay.portlet.journal.model.JournalArticle article,
763                    int status, java.lang.String articleURL,
764                    com.liferay.portal.service.ServiceContext serviceContext)
765                    throws com.liferay.portal.kernel.exception.PortalException,
766                            com.liferay.portal.kernel.exception.SystemException {
767                    return _journalArticleLocalService.updateStatus(userId, article,
768                            status, articleURL, serviceContext);
769            }
770    
771            public com.liferay.portlet.journal.model.JournalArticle updateStatus(
772                    long userId, long classPK, int status,
773                    com.liferay.portal.service.ServiceContext serviceContext)
774                    throws com.liferay.portal.kernel.exception.PortalException,
775                            com.liferay.portal.kernel.exception.SystemException {
776                    return _journalArticleLocalService.updateStatus(userId, classPK,
777                            status, serviceContext);
778            }
779    
780            public com.liferay.portlet.journal.model.JournalArticle updateStatus(
781                    long userId, long groupId, java.lang.String articleId, double version,
782                    int status, java.lang.String articleURL,
783                    com.liferay.portal.service.ServiceContext serviceContext)
784                    throws com.liferay.portal.kernel.exception.PortalException,
785                            com.liferay.portal.kernel.exception.SystemException {
786                    return _journalArticleLocalService.updateStatus(userId, groupId,
787                            articleId, version, status, articleURL, serviceContext);
788            }
789    
790            public JournalArticleLocalService getWrappedJournalArticleLocalService() {
791                    return _journalArticleLocalService;
792            }
793    
794            private JournalArticleLocalService _journalArticleLocalService;
795    }