1
22
23 package com.liferay.portlet.expando.service;
24
25
26
47 public class ExpandoRowLocalServiceUtil {
48 public static com.liferay.portlet.expando.model.ExpandoRow addExpandoRow(
49 com.liferay.portlet.expando.model.ExpandoRow expandoRow)
50 throws com.liferay.portal.SystemException {
51 return _service.addExpandoRow(expandoRow);
52 }
53
54 public static void deleteExpandoRow(long rowId)
55 throws com.liferay.portal.PortalException,
56 com.liferay.portal.SystemException {
57 _service.deleteExpandoRow(rowId);
58 }
59
60 public static void deleteExpandoRow(
61 com.liferay.portlet.expando.model.ExpandoRow expandoRow)
62 throws com.liferay.portal.SystemException {
63 _service.deleteExpandoRow(expandoRow);
64 }
65
66 public static java.util.List<Object> dynamicQuery(
67 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
68 throws com.liferay.portal.SystemException {
69 return _service.dynamicQuery(dynamicQuery);
70 }
71
72 public static java.util.List<Object> dynamicQuery(
73 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
74 int end) throws com.liferay.portal.SystemException {
75 return _service.dynamicQuery(dynamicQuery, start, end);
76 }
77
78 public static com.liferay.portlet.expando.model.ExpandoRow getExpandoRow(
79 long rowId)
80 throws com.liferay.portal.PortalException,
81 com.liferay.portal.SystemException {
82 return _service.getExpandoRow(rowId);
83 }
84
85 public static java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getExpandoRows(
86 int start, int end) throws com.liferay.portal.SystemException {
87 return _service.getExpandoRows(start, end);
88 }
89
90 public static int getExpandoRowsCount()
91 throws com.liferay.portal.SystemException {
92 return _service.getExpandoRowsCount();
93 }
94
95 public static com.liferay.portlet.expando.model.ExpandoRow updateExpandoRow(
96 com.liferay.portlet.expando.model.ExpandoRow expandoRow)
97 throws com.liferay.portal.SystemException {
98 return _service.updateExpandoRow(expandoRow);
99 }
100
101 public static com.liferay.portlet.expando.model.ExpandoRow addRow(
102 long tableId, long classPK) throws com.liferay.portal.SystemException {
103 return _service.addRow(tableId, classPK);
104 }
105
106 public static void deleteRow(long rowId)
107 throws com.liferay.portal.PortalException,
108 com.liferay.portal.SystemException {
109 _service.deleteRow(rowId);
110 }
111
112 public static void deleteRow(long tableId, long classPK)
113 throws com.liferay.portal.PortalException,
114 com.liferay.portal.SystemException {
115 _service.deleteRow(tableId, classPK);
116 }
117
118 public static void deleteRow(java.lang.String className,
119 java.lang.String tableName, long classPK)
120 throws com.liferay.portal.PortalException,
121 com.liferay.portal.SystemException {
122 _service.deleteRow(className, tableName, classPK);
123 }
124
125 public static void deleteRow(long classNameId, java.lang.String tableName,
126 long classPK)
127 throws com.liferay.portal.PortalException,
128 com.liferay.portal.SystemException {
129 _service.deleteRow(classNameId, tableName, classPK);
130 }
131
132 public static java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(
133 java.lang.String className, int start, int end)
134 throws com.liferay.portal.SystemException {
135 return _service.getDefaultTableRows(className, start, end);
136 }
137
138 public static java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getDefaultTableRows(
139 long classNameId, int start, int end)
140 throws com.liferay.portal.SystemException {
141 return _service.getDefaultTableRows(classNameId, start, end);
142 }
143
144 public static int getDefaultTableRowsCount(java.lang.String className)
145 throws com.liferay.portal.SystemException {
146 return _service.getDefaultTableRowsCount(className);
147 }
148
149 public static int getDefaultTableRowsCount(long classNameId)
150 throws com.liferay.portal.SystemException {
151 return _service.getDefaultTableRowsCount(classNameId);
152 }
153
154 public static com.liferay.portlet.expando.model.ExpandoRow getRow(
155 long rowId)
156 throws com.liferay.portal.PortalException,
157 com.liferay.portal.SystemException {
158 return _service.getRow(rowId);
159 }
160
161 public static com.liferay.portlet.expando.model.ExpandoRow getRow(
162 long tableId, long classPK)
163 throws com.liferay.portal.PortalException,
164 com.liferay.portal.SystemException {
165 return _service.getRow(tableId, classPK);
166 }
167
168 public static com.liferay.portlet.expando.model.ExpandoRow getRow(
169 java.lang.String className, java.lang.String tableName, long classPK)
170 throws com.liferay.portal.SystemException {
171 return _service.getRow(className, tableName, classPK);
172 }
173
174 public static com.liferay.portlet.expando.model.ExpandoRow getRow(
175 long classNameId, java.lang.String tableName, long classPK)
176 throws com.liferay.portal.SystemException {
177 return _service.getRow(classNameId, tableName, classPK);
178 }
179
180 public static java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(
181 long tableId, int start, int end)
182 throws com.liferay.portal.SystemException {
183 return _service.getRows(tableId, start, end);
184 }
185
186 public static java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(
187 java.lang.String className, java.lang.String tableName, int start,
188 int end) throws com.liferay.portal.SystemException {
189 return _service.getRows(className, tableName, start, end);
190 }
191
192 public static java.util.List<com.liferay.portlet.expando.model.ExpandoRow> getRows(
193 long classNameId, java.lang.String tableName, int start, int end)
194 throws com.liferay.portal.SystemException {
195 return _service.getRows(classNameId, tableName, start, end);
196 }
197
198 public static int getRowsCount(long tableId)
199 throws com.liferay.portal.SystemException {
200 return _service.getRowsCount(tableId);
201 }
202
203 public static int getRowsCount(java.lang.String className,
204 java.lang.String tableName) throws com.liferay.portal.SystemException {
205 return _service.getRowsCount(className, tableName);
206 }
207
208 public static int getRowsCount(long classNameId, java.lang.String tableName)
209 throws com.liferay.portal.SystemException {
210 return _service.getRowsCount(classNameId, tableName);
211 }
212
213 public static ExpandoRowLocalService getService() {
214 return _service;
215 }
216
217 public void setService(ExpandoRowLocalService service) {
218 _service = service;
219 }
220
221 private static ExpandoRowLocalService _service;
222 }