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="ExpandoTableLocalServiceUtil.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 ExpandoTableLocalService}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       ExpandoTableLocalService
32   * @generated
33   */
34  public class ExpandoTableLocalServiceWrapper implements ExpandoTableLocalService {
35      public ExpandoTableLocalServiceWrapper(
36          ExpandoTableLocalService expandoTableLocalService) {
37          _expandoTableLocalService = expandoTableLocalService;
38      }
39  
40      public com.liferay.portlet.expando.model.ExpandoTable addExpandoTable(
41          com.liferay.portlet.expando.model.ExpandoTable expandoTable)
42          throws com.liferay.portal.SystemException {
43          return _expandoTableLocalService.addExpandoTable(expandoTable);
44      }
45  
46      public com.liferay.portlet.expando.model.ExpandoTable createExpandoTable(
47          long tableId) {
48          return _expandoTableLocalService.createExpandoTable(tableId);
49      }
50  
51      public void deleteExpandoTable(long tableId)
52          throws com.liferay.portal.PortalException,
53              com.liferay.portal.SystemException {
54          _expandoTableLocalService.deleteExpandoTable(tableId);
55      }
56  
57      public void deleteExpandoTable(
58          com.liferay.portlet.expando.model.ExpandoTable expandoTable)
59          throws com.liferay.portal.SystemException {
60          _expandoTableLocalService.deleteExpandoTable(expandoTable);
61      }
62  
63      public java.util.List<Object> dynamicQuery(
64          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
65          throws com.liferay.portal.SystemException {
66          return _expandoTableLocalService.dynamicQuery(dynamicQuery);
67      }
68  
69      public java.util.List<Object> dynamicQuery(
70          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
71          int end) throws com.liferay.portal.SystemException {
72          return _expandoTableLocalService.dynamicQuery(dynamicQuery, start, end);
73      }
74  
75      public com.liferay.portlet.expando.model.ExpandoTable getExpandoTable(
76          long tableId)
77          throws com.liferay.portal.PortalException,
78              com.liferay.portal.SystemException {
79          return _expandoTableLocalService.getExpandoTable(tableId);
80      }
81  
82      public java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getExpandoTables(
83          int start, int end) throws com.liferay.portal.SystemException {
84          return _expandoTableLocalService.getExpandoTables(start, end);
85      }
86  
87      public int getExpandoTablesCount()
88          throws com.liferay.portal.SystemException {
89          return _expandoTableLocalService.getExpandoTablesCount();
90      }
91  
92      public com.liferay.portlet.expando.model.ExpandoTable updateExpandoTable(
93          com.liferay.portlet.expando.model.ExpandoTable expandoTable)
94          throws com.liferay.portal.SystemException {
95          return _expandoTableLocalService.updateExpandoTable(expandoTable);
96      }
97  
98      public com.liferay.portlet.expando.model.ExpandoTable updateExpandoTable(
99          com.liferay.portlet.expando.model.ExpandoTable expandoTable,
100         boolean merge) throws com.liferay.portal.SystemException {
101         return _expandoTableLocalService.updateExpandoTable(expandoTable, merge);
102     }
103 
104     public com.liferay.portlet.expando.model.ExpandoTable addDefaultTable(
105         long classNameId)
106         throws com.liferay.portal.PortalException,
107             com.liferay.portal.SystemException {
108         return _expandoTableLocalService.addDefaultTable(classNameId);
109     }
110 
111     public com.liferay.portlet.expando.model.ExpandoTable addDefaultTable(
112         java.lang.String className)
113         throws com.liferay.portal.PortalException,
114             com.liferay.portal.SystemException {
115         return _expandoTableLocalService.addDefaultTable(className);
116     }
117 
118     public com.liferay.portlet.expando.model.ExpandoTable addTable(
119         long classNameId, java.lang.String name)
120         throws com.liferay.portal.PortalException,
121             com.liferay.portal.SystemException {
122         return _expandoTableLocalService.addTable(classNameId, name);
123     }
124 
125     public com.liferay.portlet.expando.model.ExpandoTable addTable(
126         java.lang.String className, java.lang.String name)
127         throws com.liferay.portal.PortalException,
128             com.liferay.portal.SystemException {
129         return _expandoTableLocalService.addTable(className, name);
130     }
131 
132     public void deleteTable(
133         com.liferay.portlet.expando.model.ExpandoTable table)
134         throws com.liferay.portal.SystemException {
135         _expandoTableLocalService.deleteTable(table);
136     }
137 
138     public void deleteTable(long tableId)
139         throws com.liferay.portal.PortalException,
140             com.liferay.portal.SystemException {
141         _expandoTableLocalService.deleteTable(tableId);
142     }
143 
144     public void deleteTable(long classNameId, java.lang.String name)
145         throws com.liferay.portal.PortalException,
146             com.liferay.portal.SystemException {
147         _expandoTableLocalService.deleteTable(classNameId, name);
148     }
149 
150     public void deleteTable(java.lang.String className, java.lang.String name)
151         throws com.liferay.portal.PortalException,
152             com.liferay.portal.SystemException {
153         _expandoTableLocalService.deleteTable(className, name);
154     }
155 
156     public void deleteTables(long classNameId)
157         throws com.liferay.portal.SystemException {
158         _expandoTableLocalService.deleteTables(classNameId);
159     }
160 
161     public void deleteTables(java.lang.String className)
162         throws com.liferay.portal.SystemException {
163         _expandoTableLocalService.deleteTables(className);
164     }
165 
166     public com.liferay.portlet.expando.model.ExpandoTable getDefaultTable(
167         long classNameId)
168         throws com.liferay.portal.PortalException,
169             com.liferay.portal.SystemException {
170         return _expandoTableLocalService.getDefaultTable(classNameId);
171     }
172 
173     public com.liferay.portlet.expando.model.ExpandoTable getDefaultTable(
174         java.lang.String className)
175         throws com.liferay.portal.PortalException,
176             com.liferay.portal.SystemException {
177         return _expandoTableLocalService.getDefaultTable(className);
178     }
179 
180     public com.liferay.portlet.expando.model.ExpandoTable getTable(long tableId)
181         throws com.liferay.portal.PortalException,
182             com.liferay.portal.SystemException {
183         return _expandoTableLocalService.getTable(tableId);
184     }
185 
186     public com.liferay.portlet.expando.model.ExpandoTable getTable(
187         long classNameId, java.lang.String name)
188         throws com.liferay.portal.PortalException,
189             com.liferay.portal.SystemException {
190         return _expandoTableLocalService.getTable(classNameId, name);
191     }
192 
193     public com.liferay.portlet.expando.model.ExpandoTable getTable(
194         java.lang.String className, java.lang.String name)
195         throws com.liferay.portal.PortalException,
196             com.liferay.portal.SystemException {
197         return _expandoTableLocalService.getTable(className, name);
198     }
199 
200     public java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getTables(
201         long classNameId) throws com.liferay.portal.SystemException {
202         return _expandoTableLocalService.getTables(classNameId);
203     }
204 
205     public java.util.List<com.liferay.portlet.expando.model.ExpandoTable> getTables(
206         java.lang.String className) throws com.liferay.portal.SystemException {
207         return _expandoTableLocalService.getTables(className);
208     }
209 
210     public com.liferay.portlet.expando.model.ExpandoTable updateTable(
211         long tableId, java.lang.String name)
212         throws com.liferay.portal.PortalException,
213             com.liferay.portal.SystemException {
214         return _expandoTableLocalService.updateTable(tableId, name);
215     }
216 
217     public ExpandoTableLocalService getWrappedExpandoTableLocalService() {
218         return _expandoTableLocalService;
219     }
220 
221     private ExpandoTableLocalService _expandoTableLocalService;
222 }