1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * This library is free software; you can redistribute it and/or modify it under
5    * the terms of the GNU Lesser General Public License as published by the Free
6    * Software Foundation; either version 2.1 of the License, or (at your option)
7    * any later version.
8    *
9    * This library is distributed in the hope that it will be useful, but WITHOUT
10   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11   * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12   * details.
13   */
14  
15  package com.liferay.portlet.journal.service;
16  
17  
18  /**
19   * <a href="JournalContentSearchLocalServiceUtil.java.html"><b><i>View Source</i></b></a>
20   *
21   * <p>
22   * ServiceBuilder generated this class. Modifications in this class will be
23   * overwritten the next time is generated.
24   * </p>
25   *
26   * <p>
27   * This class is a wrapper for {@link JournalContentSearchLocalService}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       JournalContentSearchLocalService
32   * @generated
33   */
34  public class JournalContentSearchLocalServiceWrapper
35      implements JournalContentSearchLocalService {
36      public JournalContentSearchLocalServiceWrapper(
37          JournalContentSearchLocalService journalContentSearchLocalService) {
38          _journalContentSearchLocalService = journalContentSearchLocalService;
39      }
40  
41      public com.liferay.portlet.journal.model.JournalContentSearch addJournalContentSearch(
42          com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
43          throws com.liferay.portal.kernel.exception.SystemException {
44          return _journalContentSearchLocalService.addJournalContentSearch(journalContentSearch);
45      }
46  
47      public com.liferay.portlet.journal.model.JournalContentSearch createJournalContentSearch(
48          long contentSearchId) {
49          return _journalContentSearchLocalService.createJournalContentSearch(contentSearchId);
50      }
51  
52      public void deleteJournalContentSearch(long contentSearchId)
53          throws com.liferay.portal.kernel.exception.PortalException,
54              com.liferay.portal.kernel.exception.SystemException {
55          _journalContentSearchLocalService.deleteJournalContentSearch(contentSearchId);
56      }
57  
58      public void deleteJournalContentSearch(
59          com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
60          throws com.liferay.portal.kernel.exception.SystemException {
61          _journalContentSearchLocalService.deleteJournalContentSearch(journalContentSearch);
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 _journalContentSearchLocalService.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 _journalContentSearchLocalService.dynamicQuery(dynamicQuery,
74              start, end);
75      }
76  
77      public com.liferay.portlet.journal.model.JournalContentSearch getJournalContentSearch(
78          long contentSearchId)
79          throws com.liferay.portal.kernel.exception.PortalException,
80              com.liferay.portal.kernel.exception.SystemException {
81          return _journalContentSearchLocalService.getJournalContentSearch(contentSearchId);
82      }
83  
84      public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getJournalContentSearchs(
85          int start, int end)
86          throws com.liferay.portal.kernel.exception.SystemException {
87          return _journalContentSearchLocalService.getJournalContentSearchs(start,
88              end);
89      }
90  
91      public int getJournalContentSearchsCount()
92          throws com.liferay.portal.kernel.exception.SystemException {
93          return _journalContentSearchLocalService.getJournalContentSearchsCount();
94      }
95  
96      public com.liferay.portlet.journal.model.JournalContentSearch updateJournalContentSearch(
97          com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
98          throws com.liferay.portal.kernel.exception.SystemException {
99          return _journalContentSearchLocalService.updateJournalContentSearch(journalContentSearch);
100     }
101 
102     public com.liferay.portlet.journal.model.JournalContentSearch updateJournalContentSearch(
103         com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch,
104         boolean merge)
105         throws com.liferay.portal.kernel.exception.SystemException {
106         return _journalContentSearchLocalService.updateJournalContentSearch(journalContentSearch,
107             merge);
108     }
109 
110     public void checkContentSearches(long companyId)
111         throws com.liferay.portal.kernel.exception.PortalException,
112             com.liferay.portal.kernel.exception.SystemException {
113         _journalContentSearchLocalService.checkContentSearches(companyId);
114     }
115 
116     public void deleteArticleContentSearch(long groupId, boolean privateLayout,
117         long layoutId, java.lang.String portletId, java.lang.String articleId)
118         throws com.liferay.portal.kernel.exception.PortalException,
119             com.liferay.portal.kernel.exception.SystemException {
120         _journalContentSearchLocalService.deleteArticleContentSearch(groupId,
121             privateLayout, layoutId, portletId, articleId);
122     }
123 
124     public void deleteArticleContentSearches(long groupId,
125         java.lang.String articleId)
126         throws com.liferay.portal.kernel.exception.SystemException {
127         _journalContentSearchLocalService.deleteArticleContentSearches(groupId,
128             articleId);
129     }
130 
131     public void deleteLayoutContentSearches(long groupId,
132         boolean privateLayout, long layoutId)
133         throws com.liferay.portal.kernel.exception.SystemException {
134         _journalContentSearchLocalService.deleteLayoutContentSearches(groupId,
135             privateLayout, layoutId);
136     }
137 
138     public void deleteOwnerContentSearches(long groupId, boolean privateLayout)
139         throws com.liferay.portal.kernel.exception.SystemException {
140         _journalContentSearchLocalService.deleteOwnerContentSearches(groupId,
141             privateLayout);
142     }
143 
144     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches()
145         throws com.liferay.portal.kernel.exception.SystemException {
146         return _journalContentSearchLocalService.getArticleContentSearches();
147     }
148 
149     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(
150         long groupId, java.lang.String articleId)
151         throws com.liferay.portal.kernel.exception.SystemException {
152         return _journalContentSearchLocalService.getArticleContentSearches(groupId,
153             articleId);
154     }
155 
156     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(
157         java.lang.String articleId)
158         throws com.liferay.portal.kernel.exception.SystemException {
159         return _journalContentSearchLocalService.getArticleContentSearches(articleId);
160     }
161 
162     public java.util.List<Long> getLayoutIds(long groupId,
163         boolean privateLayout, java.lang.String articleId)
164         throws com.liferay.portal.kernel.exception.SystemException {
165         return _journalContentSearchLocalService.getLayoutIds(groupId,
166             privateLayout, articleId);
167     }
168 
169     public int getLayoutIdsCount(long groupId, boolean privateLayout,
170         java.lang.String articleId)
171         throws com.liferay.portal.kernel.exception.SystemException {
172         return _journalContentSearchLocalService.getLayoutIdsCount(groupId,
173             privateLayout, articleId);
174     }
175 
176     public int getLayoutIdsCount(java.lang.String articleId)
177         throws com.liferay.portal.kernel.exception.SystemException {
178         return _journalContentSearchLocalService.getLayoutIdsCount(articleId);
179     }
180 
181     public com.liferay.portlet.journal.model.JournalContentSearch updateContentSearch(
182         long groupId, boolean privateLayout, long layoutId,
183         java.lang.String portletId, java.lang.String articleId)
184         throws com.liferay.portal.kernel.exception.PortalException,
185             com.liferay.portal.kernel.exception.SystemException {
186         return _journalContentSearchLocalService.updateContentSearch(groupId,
187             privateLayout, layoutId, portletId, articleId);
188     }
189 
190     public com.liferay.portlet.journal.model.JournalContentSearch updateContentSearch(
191         long groupId, boolean privateLayout, long layoutId,
192         java.lang.String portletId, java.lang.String articleId, boolean purge)
193         throws com.liferay.portal.kernel.exception.PortalException,
194             com.liferay.portal.kernel.exception.SystemException {
195         return _journalContentSearchLocalService.updateContentSearch(groupId,
196             privateLayout, layoutId, portletId, articleId, purge);
197     }
198 
199     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> updateContentSearch(
200         long groupId, boolean privateLayout, long layoutId,
201         java.lang.String portletId, java.lang.String[] articleIds)
202         throws com.liferay.portal.kernel.exception.PortalException,
203             com.liferay.portal.kernel.exception.SystemException {
204         return _journalContentSearchLocalService.updateContentSearch(groupId,
205             privateLayout, layoutId, portletId, articleIds);
206     }
207 
208     public JournalContentSearchLocalService getWrappedJournalContentSearchLocalService() {
209         return _journalContentSearchLocalService;
210     }
211 
212     private JournalContentSearchLocalService _journalContentSearchLocalService;
213 }