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="ExpandoRowLocalServiceUtil.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 ExpandoRowLocalService}.
28   * </p>
29   *
30   * @author    Brian Wing Shun Chan
31   * @see       ExpandoRowLocalService
32   * @generated
33   */
34  public class ExpandoRowLocalServiceWrapper implements ExpandoRowLocalService {
35      public ExpandoRowLocalServiceWrapper(
36          ExpandoRowLocalService expandoRowLocalService) {
37          _expandoRowLocalService = expandoRowLocalService;
38      }
39  
40      public com.liferay.portlet.expando.model.ExpandoRow addExpandoRow(
41          com.liferay.portlet.expando.model.ExpandoRow expandoRow)
42          throws com.liferay.portal.SystemException {
43          return _expandoRowLocalService.addExpandoRow(expandoRow);
44      }
45  
46      public com.liferay.portlet.expando.model.ExpandoRow createExpandoRow(
47          long rowId) {
48          return _expandoRowLocalService.createExpandoRow(rowId);
49      }
50  
51      public void deleteExpandoRow(long rowId)
52          throws com.liferay.portal.PortalException,
53              com.liferay.portal.SystemException {
54          _expandoRowLocalService.deleteExpandoRow(rowId);
55      }
56  
57      public void deleteExpandoRow(
58          com.liferay.portlet.expando.model.ExpandoRow expandoRow)
59          throws com.liferay.portal.SystemException {
60          _expandoRowLocalService.deleteExpandoRow(expandoRow);
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 _expandoRowLocalService.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 _expandoRowLocalService.dynamicQuery(dynamicQuery, start, end);
73      }
74  
75      public java.util.List<Object> dynamicQuery(
76          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
77          int end,
78          com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
79          throws com.liferay.portal.SystemException {
80          return _expandoRowLocalService.dynamicQuery(dynamicQuery, start, end,
81              orderByComparator);
82      }
83  
84      public int dynamicQueryCount(
85          com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
86          throws com.liferay.portal.SystemException {
87          return _expandoRowLocalService.dynamicQueryCount(dynamicQuery);
88      }
89  
90      public com.liferay.portlet.expando.model.ExpandoRow getExpandoRow(
91          long rowId)
92          throws com.liferay.portal.PortalException,
93              com.liferay.portal.SystemException {
94          return _expandoRowLocalService.getExpandoRow(rowId);
95      }
96  
97      public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getExpandoRows(
98          int start, int end) throws com.liferay.portal.SystemException {
99          return _expandoRowLocalService.getExpandoRows(start, end);
100     }
101 
102     public int getExpandoRowsCount() throws com.liferay.portal.SystemException {
103         return _expandoRowLocalService.getExpandoRowsCount();
104     }
105 
106     public com.liferay.portlet.expando.model.ExpandoRow updateExpandoRow(
107         com.liferay.portlet.expando.model.ExpandoRow expandoRow)
108         throws com.liferay.portal.SystemException {
109         return _expandoRowLocalService.updateExpandoRow(expandoRow);
110     }
111 
112     public com.liferay.portlet.expando.model.ExpandoRow updateExpandoRow(
113         com.liferay.portlet.expando.model.ExpandoRow expandoRow, boolean merge)
114         throws com.liferay.portal.SystemException {
115         return _expandoRowLocalService.updateExpandoRow(expandoRow, merge);
116     }
117 
118     public com.liferay.portlet.expando.model.ExpandoRow addRow(long tableId,
119         long classPK)
120         throws com.liferay.portal.PortalException,
121             com.liferay.portal.SystemException {
122         return _expandoRowLocalService.addRow(tableId, classPK);
123     }
124 
125     public void deleteRow(long rowId)
126         throws com.liferay.portal.PortalException,
127             com.liferay.portal.SystemException {
128         _expandoRowLocalService.deleteRow(rowId);
129     }
130 
131     public void deleteRow(long tableId, long classPK)
132         throws com.liferay.portal.PortalException,
133             com.liferay.portal.SystemException {
134         _expandoRowLocalService.deleteRow(tableId, classPK);
135     }
136 
137     public void deleteRow(long classNameId, java.lang.String tableName,
138         long classPK)
139         throws com.liferay.portal.PortalException,
140             com.liferay.portal.SystemException {
141         _expandoRowLocalService.deleteRow(classNameId, tableName, classPK);
142     }
143 
144     public void deleteRow(java.lang.String className,
145         java.lang.String tableName, long classPK)
146         throws com.liferay.portal.PortalException,
147             com.liferay.portal.SystemException {
148         _expandoRowLocalService.deleteRow(className, tableName, classPK);
149     }
150 
151     public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(
152         long classNameId, int start, int end)
153         throws com.liferay.portal.SystemException {
154         return _expandoRowLocalService.getDefaultTableRows(classNameId, start,
155             end);
156     }
157 
158     public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(
159         java.lang.String className, int start, int end)
160         throws com.liferay.portal.SystemException {
161         return _expandoRowLocalService.getDefaultTableRows(className, start, end);
162     }
163 
164     public int getDefaultTableRowsCount(long classNameId)
165         throws com.liferay.portal.SystemException {
166         return _expandoRowLocalService.getDefaultTableRowsCount(classNameId);
167     }
168 
169     public int getDefaultTableRowsCount(java.lang.String className)
170         throws com.liferay.portal.SystemException {
171         return _expandoRowLocalService.getDefaultTableRowsCount(className);
172     }
173 
174     public com.liferay.portlet.expando.model.ExpandoRow getRow(long rowId)
175         throws com.liferay.portal.PortalException,
176             com.liferay.portal.SystemException {
177         return _expandoRowLocalService.getRow(rowId);
178     }
179 
180     public com.liferay.portlet.expando.model.ExpandoRow getRow(long tableId,
181         long classPK)
182         throws com.liferay.portal.PortalException,
183             com.liferay.portal.SystemException {
184         return _expandoRowLocalService.getRow(tableId, classPK);
185     }
186 
187     public com.liferay.portlet.expando.model.ExpandoRow getRow(
188         long classNameId, java.lang.String tableName, long classPK)
189         throws com.liferay.portal.SystemException {
190         return _expandoRowLocalService.getRow(classNameId, tableName, classPK);
191     }
192 
193     public com.liferay.portlet.expando.model.ExpandoRow getRow(
194         java.lang.String className, java.lang.String tableName, long classPK)
195         throws com.liferay.portal.SystemException {
196         return _expandoRowLocalService.getRow(className, tableName, classPK);
197     }
198 
199     public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(
200         long tableId, int start, int end)
201         throws com.liferay.portal.SystemException {
202         return _expandoRowLocalService.getRows(tableId, start, end);
203     }
204 
205     public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(
206         long classNameId, java.lang.String tableName, int start, int end)
207         throws com.liferay.portal.SystemException {
208         return _expandoRowLocalService.getRows(classNameId, tableName, start,
209             end);
210     }
211 
212     public java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(
213         java.lang.String className, java.lang.String tableName, int start,
214         int end) throws com.liferay.portal.SystemException {
215         return _expandoRowLocalService.getRows(className, tableName, start, end);
216     }
217 
218     public int getRowsCount(long tableId)
219         throws com.liferay.portal.SystemException {
220         return _expandoRowLocalService.getRowsCount(tableId);
221     }
222 
223     public int getRowsCount(long classNameId, java.lang.String tableName)
224         throws com.liferay.portal.SystemException {
225         return _expandoRowLocalService.getRowsCount(classNameId, tableName);
226     }
227 
228     public int getRowsCount(java.lang.String className,
229         java.lang.String tableName) throws com.liferay.portal.SystemException {
230         return _expandoRowLocalService.getRowsCount(className, tableName);
231     }
232 
233     public ExpandoRowLocalService getWrappedExpandoRowLocalService() {
234         return _expandoRowLocalService;
235     }
236 
237     private ExpandoRowLocalService _expandoRowLocalService;
238 }