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.expando.service;
16  
17  
18  /**
19   * <a href="ExpandoColumnLocalServiceUtil.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 ExpandoColumnLocalService}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       ExpandoColumnLocalService
32   * @generated
33   */
34  public class ExpandoColumnLocalServiceWrapper
35      implements ExpandoColumnLocalService {
36      public ExpandoColumnLocalServiceWrapper(
37          ExpandoColumnLocalService expandoColumnLocalService) {
38          _expandoColumnLocalService = expandoColumnLocalService;
39      }
40  
41      public com.liferay.portlet.expando.model.ExpandoColumn addExpandoColumn(
42          com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
43          throws com.liferay.portal.SystemException {
44          return _expandoColumnLocalService.addExpandoColumn(expandoColumn);
45      }
46  
47      public com.liferay.portlet.expando.model.ExpandoColumn createExpandoColumn(
48          long columnId) {
49          return _expandoColumnLocalService.createExpandoColumn(columnId);
50      }
51  
52      public void deleteExpandoColumn(long columnId)
53          throws com.liferay.portal.PortalException,
54              com.liferay.portal.SystemException {
55          _expandoColumnLocalService.deleteExpandoColumn(columnId);
56      }
57  
58      public void deleteExpandoColumn(
59          com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
60          throws com.liferay.portal.SystemException {
61          _expandoColumnLocalService.deleteExpandoColumn(expandoColumn);
62      }
63  
64      public java.util.List<Object> dynamicQuery(
65          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
66          throws com.liferay.portal.SystemException {
67          return _expandoColumnLocalService.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.SystemException {
73          return _expandoColumnLocalService.dynamicQuery(dynamicQuery, start, end);
74      }
75  
76      public java.util.List<Object> dynamicQuery(
77          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
78          int end,
79          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
80          throws com.liferay.portal.SystemException {
81          return _expandoColumnLocalService.dynamicQuery(dynamicQuery, start,
82              end, orderByComparator);
83      }
84  
85      public int dynamicQueryCount(
86          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
87          throws com.liferay.portal.SystemException {
88          return _expandoColumnLocalService.dynamicQueryCount(dynamicQuery);
89      }
90  
91      public com.liferay.portlet.expando.model.ExpandoColumn getExpandoColumn(
92          long columnId)
93          throws com.liferay.portal.PortalException,
94              com.liferay.portal.SystemException {
95          return _expandoColumnLocalService.getExpandoColumn(columnId);
96      }
97  
98      public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getExpandoColumns(
99          int start, int end) throws com.liferay.portal.SystemException {
100         return _expandoColumnLocalService.getExpandoColumns(start, end);
101     }
102 
103     public int getExpandoColumnsCount()
104         throws com.liferay.portal.SystemException {
105         return _expandoColumnLocalService.getExpandoColumnsCount();
106     }
107 
108     public com.liferay.portlet.expando.model.ExpandoColumn updateExpandoColumn(
109         com.liferay.portlet.expando.model.ExpandoColumn expandoColumn)
110         throws com.liferay.portal.SystemException {
111         return _expandoColumnLocalService.updateExpandoColumn(expandoColumn);
112     }
113 
114     public com.liferay.portlet.expando.model.ExpandoColumn updateExpandoColumn(
115         com.liferay.portlet.expando.model.ExpandoColumn expandoColumn,
116         boolean merge) throws com.liferay.portal.SystemException {
117         return _expandoColumnLocalService.updateExpandoColumn(expandoColumn,
118             merge);
119     }
120 
121     public com.liferay.portlet.expando.model.ExpandoColumn addColumn(
122         long tableId, java.lang.String name, int type)
123         throws com.liferay.portal.PortalException,
124             com.liferay.portal.SystemException {
125         return _expandoColumnLocalService.addColumn(tableId, name, type);
126     }
127 
128     public com.liferay.portlet.expando.model.ExpandoColumn addColumn(
129         long tableId, java.lang.String name, int type,
130         java.lang.Object defaultData)
131         throws com.liferay.portal.PortalException,
132             com.liferay.portal.SystemException {
133         return _expandoColumnLocalService.addColumn(tableId, name, type,
134             defaultData);
135     }
136 
137     public void deleteColumn(
138         com.liferay.portlet.expando.model.ExpandoColumn column)
139         throws com.liferay.portal.SystemException {
140         _expandoColumnLocalService.deleteColumn(column);
141     }
142 
143     public void deleteColumn(long columnId)
144         throws com.liferay.portal.PortalException,
145             com.liferay.portal.SystemException {
146         _expandoColumnLocalService.deleteColumn(columnId);
147     }
148 
149     public void deleteColumn(long tableId, java.lang.String name)
150         throws com.liferay.portal.PortalException,
151             com.liferay.portal.SystemException {
152         _expandoColumnLocalService.deleteColumn(tableId, name);
153     }
154 
155     public void deleteColumn(long classNameId, java.lang.String tableName,
156         java.lang.String name)
157         throws com.liferay.portal.PortalException,
158             com.liferay.portal.SystemException {
159         _expandoColumnLocalService.deleteColumn(classNameId, tableName, name);
160     }
161 
162     public void deleteColumn(java.lang.String className,
163         java.lang.String tableName, java.lang.String name)
164         throws com.liferay.portal.PortalException,
165             com.liferay.portal.SystemException {
166         _expandoColumnLocalService.deleteColumn(className, tableName, name);
167     }
168 
169     public void deleteColumns(long tableId)
170         throws com.liferay.portal.SystemException {
171         _expandoColumnLocalService.deleteColumns(tableId);
172     }
173 
174     public void deleteColumns(long classNameId, java.lang.String tableName)
175         throws com.liferay.portal.PortalException,
176             com.liferay.portal.SystemException {
177         _expandoColumnLocalService.deleteColumns(classNameId, tableName);
178     }
179 
180     public void deleteColumns(java.lang.String className,
181         java.lang.String tableName)
182         throws com.liferay.portal.PortalException,
183             com.liferay.portal.SystemException {
184         _expandoColumnLocalService.deleteColumns(className, tableName);
185     }
186 
187     public com.liferay.portlet.expando.model.ExpandoColumn getColumn(
188         long columnId)
189         throws com.liferay.portal.PortalException,
190             com.liferay.portal.SystemException {
191         return _expandoColumnLocalService.getColumn(columnId);
192     }
193 
194     public com.liferay.portlet.expando.model.ExpandoColumn getColumn(
195         long tableId, java.lang.String name)
196         throws com.liferay.portal.PortalException,
197             com.liferay.portal.SystemException {
198         return _expandoColumnLocalService.getColumn(tableId, name);
199     }
200 
201     public com.liferay.portlet.expando.model.ExpandoColumn getColumn(
202         long classNameId, java.lang.String tableName, java.lang.String name)
203         throws com.liferay.portal.SystemException {
204         return _expandoColumnLocalService.getColumn(classNameId, tableName, name);
205     }
206 
207     public com.liferay.portlet.expando.model.ExpandoColumn getColumn(
208         java.lang.String className, java.lang.String tableName,
209         java.lang.String name) throws com.liferay.portal.SystemException {
210         return _expandoColumnLocalService.getColumn(className, tableName, name);
211     }
212 
213     public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(
214         long tableId) throws com.liferay.portal.SystemException {
215         return _expandoColumnLocalService.getColumns(tableId);
216     }
217 
218     public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(
219         long classNameId, java.lang.String tableName)
220         throws com.liferay.portal.SystemException {
221         return _expandoColumnLocalService.getColumns(classNameId, tableName);
222     }
223 
224     public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getColumns(
225         java.lang.String className, java.lang.String tableName)
226         throws com.liferay.portal.SystemException {
227         return _expandoColumnLocalService.getColumns(className, tableName);
228     }
229 
230     public int getColumnsCount(long tableId)
231         throws com.liferay.portal.SystemException {
232         return _expandoColumnLocalService.getColumnsCount(tableId);
233     }
234 
235     public int getColumnsCount(long classNameId, java.lang.String tableName)
236         throws com.liferay.portal.SystemException {
237         return _expandoColumnLocalService.getColumnsCount(classNameId, tableName);
238     }
239 
240     public int getColumnsCount(java.lang.String className,
241         java.lang.String tableName) throws com.liferay.portal.SystemException {
242         return _expandoColumnLocalService.getColumnsCount(className, tableName);
243     }
244 
245     public com.liferay.portlet.expando.model.ExpandoColumn getDefaultTableColumn(
246         long classNameId, java.lang.String name)
247         throws com.liferay.portal.SystemException {
248         return _expandoColumnLocalService.getDefaultTableColumn(classNameId,
249             name);
250     }
251 
252     public com.liferay.portlet.expando.model.ExpandoColumn getDefaultTableColumn(
253         java.lang.String className, java.lang.String name)
254         throws com.liferay.portal.SystemException {
255         return _expandoColumnLocalService.getDefaultTableColumn(className, name);
256     }
257 
258     public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getDefaultTableColumns(
259         long classNameId) throws com.liferay.portal.SystemException {
260         return _expandoColumnLocalService.getDefaultTableColumns(classNameId);
261     }
262 
263     public java.util.List<com.liferay.portlet.expando.model.ExpandoColumn> getDefaultTableColumns(
264         java.lang.String className) throws com.liferay.portal.SystemException {
265         return _expandoColumnLocalService.getDefaultTableColumns(className);
266     }
267 
268     public int getDefaultTableColumnsCount(long classNameId)
269         throws com.liferay.portal.SystemException {
270         return _expandoColumnLocalService.getDefaultTableColumnsCount(classNameId);
271     }
272 
273     public int getDefaultTableColumnsCount(java.lang.String className)
274         throws com.liferay.portal.SystemException {
275         return _expandoColumnLocalService.getDefaultTableColumnsCount(className);
276     }
277 
278     public com.liferay.portlet.expando.model.ExpandoColumn updateColumn(
279         long columnId, java.lang.String name, int type)
280         throws com.liferay.portal.PortalException,
281             com.liferay.portal.SystemException {
282         return _expandoColumnLocalService.updateColumn(columnId, name, type);
283     }
284 
285     public com.liferay.portlet.expando.model.ExpandoColumn updateColumn(
286         long columnId, java.lang.String name, int type,
287         java.lang.Object defaultData)
288         throws com.liferay.portal.PortalException,
289             com.liferay.portal.SystemException {
290         return _expandoColumnLocalService.updateColumn(columnId, name, type,
291             defaultData);
292     }
293 
294     public com.liferay.portlet.expando.model.ExpandoColumn updateTypeSettings(
295         long columnId, java.lang.String typeSettings)
296         throws com.liferay.portal.PortalException,
297             com.liferay.portal.SystemException {
298         return _expandoColumnLocalService.updateTypeSettings(columnId,
299             typeSettings);
300     }
301 
302     public ExpandoColumnLocalService getWrappedExpandoColumnLocalService() {
303         return _expandoColumnLocalService;
304     }
305 
306     private ExpandoColumnLocalService _expandoColumnLocalService;
307 }