1   /**
2    * Copyright (c) 2000-2010 Liferay, Inc. All rights reserved.
3    *
4    * The contents of this file are subject to the terms of the Liferay Enterprise
5    * Subscription License ("License"). You may not use this file except in
6    * compliance with the License. You can obtain a copy of the License by
7    * contacting Liferay, Inc. See the License for the specific language governing
8    * permissions and limitations under the License, including but not limited to
9    * distribution rights of the Software.
10   *
11   *
12   *
13   */
14  
15  package com.liferay.portlet.journal.service;
16  
17  /**
18   * <a href="JournalContentSearchLocalServiceUtil.java.html"><b><i>View Source</i></b></a>
19   *
20   * <p>
21   * ServiceBuilder generated this class. Modifications in this class will be
22   * overwritten the next time is generated.
23   * </p>
24   *
25   * <p>
26   * This class is a wrapper for {@link JournalContentSearchLocalService}.
27   * </p>
28   *
29   * @author    Brian Wing Shun Chan
30   * @see       JournalContentSearchLocalService
31   * @generated
32   */
33  public class JournalContentSearchLocalServiceWrapper
34      implements JournalContentSearchLocalService {
35      public JournalContentSearchLocalServiceWrapper(
36          JournalContentSearchLocalService journalContentSearchLocalService) {
37          _journalContentSearchLocalService = journalContentSearchLocalService;
38      }
39  
40      public com.liferay.portlet.journal.model.JournalContentSearch addJournalContentSearch(
41          com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
42          throws com.liferay.portal.SystemException {
43          return _journalContentSearchLocalService.addJournalContentSearch(journalContentSearch);
44      }
45  
46      public com.liferay.portlet.journal.model.JournalContentSearch createJournalContentSearch(
47          long contentSearchId) {
48          return _journalContentSearchLocalService.createJournalContentSearch(contentSearchId);
49      }
50  
51      public void deleteJournalContentSearch(long contentSearchId)
52          throws com.liferay.portal.PortalException,
53              com.liferay.portal.SystemException {
54          _journalContentSearchLocalService.deleteJournalContentSearch(contentSearchId);
55      }
56  
57      public void deleteJournalContentSearch(
58          com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
59          throws com.liferay.portal.SystemException {
60          _journalContentSearchLocalService.deleteJournalContentSearch(journalContentSearch);
61      }
62  
63      @SuppressWarnings("rawtypes")
64      public java.util.List dynamicQuery(
65          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
66          throws com.liferay.portal.SystemException {
67          return _journalContentSearchLocalService.dynamicQuery(dynamicQuery);
68      }
69  
70      @SuppressWarnings("rawtypes")
71      public java.util.List dynamicQuery(
72          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
73          int end) throws com.liferay.portal.SystemException {
74          return _journalContentSearchLocalService.dynamicQuery(dynamicQuery,
75              start, end);
76      }
77  
78      @SuppressWarnings("rawtypes")
79      public java.util.List dynamicQuery(
80          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
81          int end,
82          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
83          throws com.liferay.portal.SystemException {
84          return _journalContentSearchLocalService.dynamicQuery(dynamicQuery,
85              start, end, orderByComparator);
86      }
87  
88      public int dynamicQueryCount(
89          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
90          throws com.liferay.portal.SystemException {
91          return _journalContentSearchLocalService.dynamicQueryCount(dynamicQuery);
92      }
93  
94      public com.liferay.portlet.journal.model.JournalContentSearch getJournalContentSearch(
95          long contentSearchId)
96          throws com.liferay.portal.PortalException,
97              com.liferay.portal.SystemException {
98          return _journalContentSearchLocalService.getJournalContentSearch(contentSearchId);
99      }
100 
101     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getJournalContentSearchs(
102         int start, int end) throws com.liferay.portal.SystemException {
103         return _journalContentSearchLocalService.getJournalContentSearchs(start,
104             end);
105     }
106 
107     public int getJournalContentSearchsCount()
108         throws com.liferay.portal.SystemException {
109         return _journalContentSearchLocalService.getJournalContentSearchsCount();
110     }
111 
112     public com.liferay.portlet.journal.model.JournalContentSearch updateJournalContentSearch(
113         com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
114         throws com.liferay.portal.SystemException {
115         return _journalContentSearchLocalService.updateJournalContentSearch(journalContentSearch);
116     }
117 
118     public com.liferay.portlet.journal.model.JournalContentSearch updateJournalContentSearch(
119         com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch,
120         boolean merge) throws com.liferay.portal.SystemException {
121         return _journalContentSearchLocalService.updateJournalContentSearch(journalContentSearch,
122             merge);
123     }
124 
125     public void checkContentSearches(long companyId)
126         throws com.liferay.portal.PortalException,
127             com.liferay.portal.SystemException {
128         _journalContentSearchLocalService.checkContentSearches(companyId);
129     }
130 
131     public void deleteArticleContentSearch(long groupId, boolean privateLayout,
132         long layoutId, java.lang.String portletId, java.lang.String articleId)
133         throws com.liferay.portal.PortalException,
134             com.liferay.portal.SystemException {
135         _journalContentSearchLocalService.deleteArticleContentSearch(groupId,
136             privateLayout, layoutId, portletId, articleId);
137     }
138 
139     public void deleteArticleContentSearches(long groupId,
140         java.lang.String articleId) throws com.liferay.portal.SystemException {
141         _journalContentSearchLocalService.deleteArticleContentSearches(groupId,
142             articleId);
143     }
144 
145     public void deleteLayoutContentSearches(long groupId,
146         boolean privateLayout, long layoutId)
147         throws com.liferay.portal.SystemException {
148         _journalContentSearchLocalService.deleteLayoutContentSearches(groupId,
149             privateLayout, layoutId);
150     }
151 
152     public void deleteOwnerContentSearches(long groupId, boolean privateLayout)
153         throws com.liferay.portal.SystemException {
154         _journalContentSearchLocalService.deleteOwnerContentSearches(groupId,
155             privateLayout);
156     }
157 
158     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches()
159         throws com.liferay.portal.SystemException {
160         return _journalContentSearchLocalService.getArticleContentSearches();
161     }
162 
163     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(
164         long groupId, java.lang.String articleId)
165         throws com.liferay.portal.SystemException {
166         return _journalContentSearchLocalService.getArticleContentSearches(groupId,
167             articleId);
168     }
169 
170     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(
171         java.lang.String articleId) throws com.liferay.portal.SystemException {
172         return _journalContentSearchLocalService.getArticleContentSearches(articleId);
173     }
174 
175     public java.util.List<java.lang.Long> getLayoutIds(long groupId,
176         boolean privateLayout, java.lang.String articleId)
177         throws com.liferay.portal.SystemException {
178         return _journalContentSearchLocalService.getLayoutIds(groupId,
179             privateLayout, articleId);
180     }
181 
182     public int getLayoutIdsCount(long groupId, boolean privateLayout,
183         java.lang.String articleId) throws com.liferay.portal.SystemException {
184         return _journalContentSearchLocalService.getLayoutIdsCount(groupId,
185             privateLayout, articleId);
186     }
187 
188     public int getLayoutIdsCount(java.lang.String articleId)
189         throws com.liferay.portal.SystemException {
190         return _journalContentSearchLocalService.getLayoutIdsCount(articleId);
191     }
192 
193     public com.liferay.portlet.journal.model.JournalContentSearch updateContentSearch(
194         long groupId, boolean privateLayout, long layoutId,
195         java.lang.String portletId, java.lang.String articleId)
196         throws com.liferay.portal.PortalException,
197             com.liferay.portal.SystemException {
198         return _journalContentSearchLocalService.updateContentSearch(groupId,
199             privateLayout, layoutId, portletId, articleId);
200     }
201 
202     public com.liferay.portlet.journal.model.JournalContentSearch updateContentSearch(
203         long groupId, boolean privateLayout, long layoutId,
204         java.lang.String portletId, java.lang.String articleId, boolean purge)
205         throws com.liferay.portal.PortalException,
206             com.liferay.portal.SystemException {
207         return _journalContentSearchLocalService.updateContentSearch(groupId,
208             privateLayout, layoutId, portletId, articleId, purge);
209     }
210 
211     public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> updateContentSearch(
212         long groupId, boolean privateLayout, long layoutId,
213         java.lang.String portletId, java.lang.String[] articleIds)
214         throws com.liferay.portal.PortalException,
215             com.liferay.portal.SystemException {
216         return _journalContentSearchLocalService.updateContentSearch(groupId,
217             privateLayout, layoutId, portletId, articleIds);
218     }
219 
220     public JournalContentSearchLocalService getWrappedJournalContentSearchLocalService() {
221         return _journalContentSearchLocalService;
222     }
223 
224     private JournalContentSearchLocalService _journalContentSearchLocalService;
225 }