1
22
23 package com.liferay.portlet.expando.service;
24
25
26
53 public class ExpandoValueLocalServiceUtil {
54 public static com.liferay.portlet.expando.model.ExpandoValue addExpandoValue(
55 com.liferay.portlet.expando.model.ExpandoValue expandoValue)
56 throws com.liferay.portal.SystemException {
57 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
58
59 return expandoValueLocalService.addExpandoValue(expandoValue);
60 }
61
62 public static void deleteExpandoValue(long valueId)
63 throws com.liferay.portal.PortalException,
64 com.liferay.portal.SystemException {
65 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
66
67 expandoValueLocalService.deleteExpandoValue(valueId);
68 }
69
70 public static void deleteExpandoValue(
71 com.liferay.portlet.expando.model.ExpandoValue expandoValue)
72 throws com.liferay.portal.SystemException {
73 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
74
75 expandoValueLocalService.deleteExpandoValue(expandoValue);
76 }
77
78 public static java.util.List<Object> dynamicQuery(
79 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
80 throws com.liferay.portal.SystemException {
81 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
82
83 return expandoValueLocalService.dynamicQuery(dynamicQuery);
84 }
85
86 public static java.util.List<Object> dynamicQuery(
87 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
88 int end) throws com.liferay.portal.SystemException {
89 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
90
91 return expandoValueLocalService.dynamicQuery(dynamicQuery, start, end);
92 }
93
94 public static com.liferay.portlet.expando.model.ExpandoValue getExpandoValue(
95 long valueId)
96 throws com.liferay.portal.PortalException,
97 com.liferay.portal.SystemException {
98 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
99
100 return expandoValueLocalService.getExpandoValue(valueId);
101 }
102
103 public static com.liferay.portlet.expando.model.ExpandoValue updateExpandoValue(
104 com.liferay.portlet.expando.model.ExpandoValue expandoValue)
105 throws com.liferay.portal.SystemException {
106 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
107
108 return expandoValueLocalService.updateExpandoValue(expandoValue);
109 }
110
111 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
112 java.lang.String className, java.lang.String tableName,
113 java.lang.String columnName, long classPK, boolean data)
114 throws com.liferay.portal.PortalException,
115 com.liferay.portal.SystemException {
116 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
117
118 return expandoValueLocalService.addValue(className, tableName,
119 columnName, classPK, data);
120 }
121
122 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
123 java.lang.String className, java.lang.String tableName,
124 java.lang.String columnName, long classPK, boolean[] data)
125 throws com.liferay.portal.PortalException,
126 com.liferay.portal.SystemException {
127 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
128
129 return expandoValueLocalService.addValue(className, tableName,
130 columnName, classPK, data);
131 }
132
133 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
134 java.lang.String className, java.lang.String tableName,
135 java.lang.String columnName, long classPK, java.util.Date data)
136 throws com.liferay.portal.PortalException,
137 com.liferay.portal.SystemException {
138 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
139
140 return expandoValueLocalService.addValue(className, tableName,
141 columnName, classPK, data);
142 }
143
144 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
145 java.lang.String className, java.lang.String tableName,
146 java.lang.String columnName, long classPK, java.util.Date[] data)
147 throws com.liferay.portal.PortalException,
148 com.liferay.portal.SystemException {
149 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
150
151 return expandoValueLocalService.addValue(className, tableName,
152 columnName, classPK, data);
153 }
154
155 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
156 java.lang.String className, java.lang.String tableName,
157 java.lang.String columnName, long classPK, double data)
158 throws com.liferay.portal.PortalException,
159 com.liferay.portal.SystemException {
160 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
161
162 return expandoValueLocalService.addValue(className, tableName,
163 columnName, classPK, data);
164 }
165
166 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
167 java.lang.String className, java.lang.String tableName,
168 java.lang.String columnName, long classPK, double[] data)
169 throws com.liferay.portal.PortalException,
170 com.liferay.portal.SystemException {
171 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
172
173 return expandoValueLocalService.addValue(className, tableName,
174 columnName, classPK, data);
175 }
176
177 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
178 java.lang.String className, java.lang.String tableName,
179 java.lang.String columnName, long classPK, float data)
180 throws com.liferay.portal.PortalException,
181 com.liferay.portal.SystemException {
182 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
183
184 return expandoValueLocalService.addValue(className, tableName,
185 columnName, classPK, data);
186 }
187
188 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
189 java.lang.String className, java.lang.String tableName,
190 java.lang.String columnName, long classPK, float[] data)
191 throws com.liferay.portal.PortalException,
192 com.liferay.portal.SystemException {
193 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
194
195 return expandoValueLocalService.addValue(className, tableName,
196 columnName, classPK, data);
197 }
198
199 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
200 java.lang.String className, java.lang.String tableName,
201 java.lang.String columnName, long classPK, int data)
202 throws com.liferay.portal.PortalException,
203 com.liferay.portal.SystemException {
204 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
205
206 return expandoValueLocalService.addValue(className, tableName,
207 columnName, classPK, data);
208 }
209
210 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
211 java.lang.String className, java.lang.String tableName,
212 java.lang.String columnName, long classPK, int[] data)
213 throws com.liferay.portal.PortalException,
214 com.liferay.portal.SystemException {
215 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
216
217 return expandoValueLocalService.addValue(className, tableName,
218 columnName, classPK, data);
219 }
220
221 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
222 java.lang.String className, java.lang.String tableName,
223 java.lang.String columnName, long classPK, long data)
224 throws com.liferay.portal.PortalException,
225 com.liferay.portal.SystemException {
226 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
227
228 return expandoValueLocalService.addValue(className, tableName,
229 columnName, classPK, data);
230 }
231
232 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
233 java.lang.String className, java.lang.String tableName,
234 java.lang.String columnName, long classPK, long[] data)
235 throws com.liferay.portal.PortalException,
236 com.liferay.portal.SystemException {
237 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
238
239 return expandoValueLocalService.addValue(className, tableName,
240 columnName, classPK, data);
241 }
242
243 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
244 java.lang.String className, java.lang.String tableName,
245 java.lang.String columnName, long classPK, short data)
246 throws com.liferay.portal.PortalException,
247 com.liferay.portal.SystemException {
248 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
249
250 return expandoValueLocalService.addValue(className, tableName,
251 columnName, classPK, data);
252 }
253
254 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
255 java.lang.String className, java.lang.String tableName,
256 java.lang.String columnName, long classPK, short[] data)
257 throws com.liferay.portal.PortalException,
258 com.liferay.portal.SystemException {
259 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
260
261 return expandoValueLocalService.addValue(className, tableName,
262 columnName, classPK, data);
263 }
264
265 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
266 java.lang.String className, java.lang.String tableName,
267 java.lang.String columnName, long classPK, java.lang.String data)
268 throws com.liferay.portal.PortalException,
269 com.liferay.portal.SystemException {
270 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
271
272 return expandoValueLocalService.addValue(className, tableName,
273 columnName, classPK, data);
274 }
275
276 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
277 java.lang.String className, java.lang.String tableName,
278 java.lang.String columnName, long classPK, java.lang.String[] data)
279 throws com.liferay.portal.PortalException,
280 com.liferay.portal.SystemException {
281 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
282
283 return expandoValueLocalService.addValue(className, tableName,
284 columnName, classPK, data);
285 }
286
287 public static com.liferay.portlet.expando.model.ExpandoValue addValue(
288 long classNameId, long tableId, long columnId, long classPK,
289 java.lang.String data) throws com.liferay.portal.SystemException {
290 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
291
292 return expandoValueLocalService.addValue(classNameId, tableId,
293 columnId, classPK, data);
294 }
295
296 public static void deleteColumnValues(long columnId)
297 throws com.liferay.portal.SystemException {
298 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
299
300 expandoValueLocalService.deleteColumnValues(columnId);
301 }
302
303 public static void deleteRowValues(long rowId)
304 throws com.liferay.portal.SystemException {
305 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
306
307 expandoValueLocalService.deleteRowValues(rowId);
308 }
309
310 public static void deleteTableValues(long tableId)
311 throws com.liferay.portal.SystemException {
312 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
313
314 expandoValueLocalService.deleteTableValues(tableId);
315 }
316
317 public static void deleteValue(long valueId)
318 throws com.liferay.portal.PortalException,
319 com.liferay.portal.SystemException {
320 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
321
322 expandoValueLocalService.deleteValue(valueId);
323 }
324
325 public static void deleteValue(long columnId, long rowId)
326 throws com.liferay.portal.PortalException,
327 com.liferay.portal.SystemException {
328 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
329
330 expandoValueLocalService.deleteValue(columnId, rowId);
331 }
332
333 public static void deleteValue(java.lang.String className,
334 java.lang.String tableName, java.lang.String columnName, long classPK)
335 throws com.liferay.portal.PortalException,
336 com.liferay.portal.SystemException {
337 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
338
339 expandoValueLocalService.deleteValue(className, tableName, columnName,
340 classPK);
341 }
342
343 public static void deleteValue(long classNameId,
344 java.lang.String tableName, java.lang.String columnName, long classPK)
345 throws com.liferay.portal.PortalException,
346 com.liferay.portal.SystemException {
347 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
348
349 expandoValueLocalService.deleteValue(classNameId, tableName,
350 columnName, classPK);
351 }
352
353 public static void deleteValues(java.lang.String className, long classPK)
354 throws com.liferay.portal.SystemException {
355 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
356
357 expandoValueLocalService.deleteValues(className, classPK);
358 }
359
360 public static void deleteValues(long classNameId, long classPK)
361 throws com.liferay.portal.SystemException {
362 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
363
364 expandoValueLocalService.deleteValues(classNameId, classPK);
365 }
366
367 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(
368 long columnId, int start, int end)
369 throws com.liferay.portal.SystemException {
370 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
371
372 return expandoValueLocalService.getColumnValues(columnId, start, end);
373 }
374
375 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(
376 java.lang.String className, java.lang.String tableName,
377 java.lang.String columnName, int start, int end)
378 throws com.liferay.portal.SystemException {
379 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
380
381 return expandoValueLocalService.getColumnValues(className, tableName,
382 columnName, start, end);
383 }
384
385 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(
386 long classNameId, java.lang.String tableName,
387 java.lang.String columnName, int start, int end)
388 throws com.liferay.portal.SystemException {
389 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
390
391 return expandoValueLocalService.getColumnValues(classNameId, tableName,
392 columnName, start, end);
393 }
394
395 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(
396 java.lang.String className, java.lang.String tableName,
397 java.lang.String columnName, java.lang.String data, int start, int end)
398 throws com.liferay.portal.SystemException {
399 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
400
401 return expandoValueLocalService.getColumnValues(className, tableName,
402 columnName, data, start, end);
403 }
404
405 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getColumnValues(
406 long classNameId, java.lang.String tableName,
407 java.lang.String columnName, java.lang.String data, int start, int end)
408 throws com.liferay.portal.SystemException {
409 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
410
411 return expandoValueLocalService.getColumnValues(classNameId, tableName,
412 columnName, data, start, end);
413 }
414
415 public static int getColumnValuesCount(long columnId)
416 throws com.liferay.portal.SystemException {
417 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
418
419 return expandoValueLocalService.getColumnValuesCount(columnId);
420 }
421
422 public static int getColumnValuesCount(java.lang.String className,
423 java.lang.String tableName, java.lang.String columnName)
424 throws com.liferay.portal.SystemException {
425 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
426
427 return expandoValueLocalService.getColumnValuesCount(className,
428 tableName, columnName);
429 }
430
431 public static int getColumnValuesCount(long classNameId,
432 java.lang.String tableName, java.lang.String columnName)
433 throws com.liferay.portal.SystemException {
434 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
435
436 return expandoValueLocalService.getColumnValuesCount(classNameId,
437 tableName, columnName);
438 }
439
440 public static int getColumnValuesCount(java.lang.String className,
441 java.lang.String tableName, java.lang.String columnName,
442 java.lang.String data) throws com.liferay.portal.SystemException {
443 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
444
445 return expandoValueLocalService.getColumnValuesCount(className,
446 tableName, columnName, data);
447 }
448
449 public static int getColumnValuesCount(long classNameId,
450 java.lang.String tableName, java.lang.String columnName,
451 java.lang.String data) throws com.liferay.portal.SystemException {
452 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
453
454 return expandoValueLocalService.getColumnValuesCount(classNameId,
455 tableName, columnName, data);
456 }
457
458 public static boolean getData(java.lang.String className,
459 java.lang.String tableName, java.lang.String columnName, long classPK,
460 boolean defaultData)
461 throws com.liferay.portal.PortalException,
462 com.liferay.portal.SystemException {
463 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
464
465 return expandoValueLocalService.getData(className, tableName,
466 columnName, classPK, defaultData);
467 }
468
469 public static boolean[] getData(java.lang.String className,
470 java.lang.String tableName, java.lang.String columnName, long classPK,
471 boolean[] defaultData)
472 throws com.liferay.portal.PortalException,
473 com.liferay.portal.SystemException {
474 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
475
476 return expandoValueLocalService.getData(className, tableName,
477 columnName, classPK, defaultData);
478 }
479
480 public static java.util.Date getData(java.lang.String className,
481 java.lang.String tableName, java.lang.String columnName, long classPK,
482 java.util.Date defaultData)
483 throws com.liferay.portal.PortalException,
484 com.liferay.portal.SystemException {
485 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
486
487 return expandoValueLocalService.getData(className, tableName,
488 columnName, classPK, defaultData);
489 }
490
491 public static java.util.Date[] getData(java.lang.String className,
492 java.lang.String tableName, java.lang.String columnName, long classPK,
493 java.util.Date[] defaultData)
494 throws com.liferay.portal.PortalException,
495 com.liferay.portal.SystemException {
496 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
497
498 return expandoValueLocalService.getData(className, tableName,
499 columnName, classPK, defaultData);
500 }
501
502 public static double getData(java.lang.String className,
503 java.lang.String tableName, java.lang.String columnName, long classPK,
504 double defaultData)
505 throws com.liferay.portal.PortalException,
506 com.liferay.portal.SystemException {
507 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
508
509 return expandoValueLocalService.getData(className, tableName,
510 columnName, classPK, defaultData);
511 }
512
513 public static double[] getData(java.lang.String className,
514 java.lang.String tableName, java.lang.String columnName, long classPK,
515 double[] defaultData)
516 throws com.liferay.portal.PortalException,
517 com.liferay.portal.SystemException {
518 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
519
520 return expandoValueLocalService.getData(className, tableName,
521 columnName, classPK, defaultData);
522 }
523
524 public static float getData(java.lang.String className,
525 java.lang.String tableName, java.lang.String columnName, long classPK,
526 float defaultData)
527 throws com.liferay.portal.PortalException,
528 com.liferay.portal.SystemException {
529 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
530
531 return expandoValueLocalService.getData(className, tableName,
532 columnName, classPK, defaultData);
533 }
534
535 public static float[] getData(java.lang.String className,
536 java.lang.String tableName, java.lang.String columnName, long classPK,
537 float[] defaultData)
538 throws com.liferay.portal.PortalException,
539 com.liferay.portal.SystemException {
540 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
541
542 return expandoValueLocalService.getData(className, tableName,
543 columnName, classPK, defaultData);
544 }
545
546 public static int getData(java.lang.String className,
547 java.lang.String tableName, java.lang.String columnName, long classPK,
548 int defaultData)
549 throws com.liferay.portal.PortalException,
550 com.liferay.portal.SystemException {
551 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
552
553 return expandoValueLocalService.getData(className, tableName,
554 columnName, classPK, defaultData);
555 }
556
557 public static int[] getData(java.lang.String className,
558 java.lang.String tableName, java.lang.String columnName, long classPK,
559 int[] defaultData)
560 throws com.liferay.portal.PortalException,
561 com.liferay.portal.SystemException {
562 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
563
564 return expandoValueLocalService.getData(className, tableName,
565 columnName, classPK, defaultData);
566 }
567
568 public static long getData(java.lang.String className,
569 java.lang.String tableName, java.lang.String columnName, long classPK,
570 long defaultData)
571 throws com.liferay.portal.PortalException,
572 com.liferay.portal.SystemException {
573 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
574
575 return expandoValueLocalService.getData(className, tableName,
576 columnName, classPK, defaultData);
577 }
578
579 public static long[] getData(java.lang.String className,
580 java.lang.String tableName, java.lang.String columnName, long classPK,
581 long[] defaultData)
582 throws com.liferay.portal.PortalException,
583 com.liferay.portal.SystemException {
584 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
585
586 return expandoValueLocalService.getData(className, tableName,
587 columnName, classPK, defaultData);
588 }
589
590 public static short getData(java.lang.String className,
591 java.lang.String tableName, java.lang.String columnName, long classPK,
592 short defaultData)
593 throws com.liferay.portal.PortalException,
594 com.liferay.portal.SystemException {
595 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
596
597 return expandoValueLocalService.getData(className, tableName,
598 columnName, classPK, defaultData);
599 }
600
601 public static short[] getData(java.lang.String className,
602 java.lang.String tableName, java.lang.String columnName, long classPK,
603 short[] defaultData)
604 throws com.liferay.portal.PortalException,
605 com.liferay.portal.SystemException {
606 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
607
608 return expandoValueLocalService.getData(className, tableName,
609 columnName, classPK, defaultData);
610 }
611
612 public static java.lang.String getData(java.lang.String className,
613 java.lang.String tableName, java.lang.String columnName, long classPK,
614 java.lang.String defaultData)
615 throws com.liferay.portal.PortalException,
616 com.liferay.portal.SystemException {
617 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
618
619 return expandoValueLocalService.getData(className, tableName,
620 columnName, classPK, defaultData);
621 }
622
623 public static java.lang.String[] getData(java.lang.String className,
624 java.lang.String tableName, java.lang.String columnName, long classPK,
625 java.lang.String[] defaultData)
626 throws com.liferay.portal.PortalException,
627 com.liferay.portal.SystemException {
628 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
629
630 return expandoValueLocalService.getData(className, tableName,
631 columnName, classPK, defaultData);
632 }
633
634 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getDefaultTableColumnValues(
635 java.lang.String className, java.lang.String columnName, int start,
636 int end) throws com.liferay.portal.SystemException {
637 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
638
639 return expandoValueLocalService.getDefaultTableColumnValues(className,
640 columnName, start, end);
641 }
642
643 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getDefaultTableColumnValues(
644 long classNameId, java.lang.String columnName, int start, int end)
645 throws com.liferay.portal.SystemException {
646 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
647
648 return expandoValueLocalService.getDefaultTableColumnValues(classNameId,
649 columnName, start, end);
650 }
651
652 public static int getDefaultTableColumnValuesCount(
653 java.lang.String className, java.lang.String columnName)
654 throws com.liferay.portal.SystemException {
655 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
656
657 return expandoValueLocalService.getDefaultTableColumnValuesCount(className,
658 columnName);
659 }
660
661 public static int getDefaultTableColumnValuesCount(long classNameId,
662 java.lang.String columnName) throws com.liferay.portal.SystemException {
663 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
664
665 return expandoValueLocalService.getDefaultTableColumnValuesCount(classNameId,
666 columnName);
667 }
668
669 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getRowValues(
670 long rowId) throws com.liferay.portal.SystemException {
671 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
672
673 return expandoValueLocalService.getRowValues(rowId);
674 }
675
676 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getRowValues(
677 long rowId, int start, int end)
678 throws com.liferay.portal.SystemException {
679 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
680
681 return expandoValueLocalService.getRowValues(rowId, start, end);
682 }
683
684 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getRowValues(
685 java.lang.String className, java.lang.String tableName, long classPK,
686 int start, int end) throws com.liferay.portal.SystemException {
687 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
688
689 return expandoValueLocalService.getRowValues(className, tableName,
690 classPK, start, end);
691 }
692
693 public static java.util.List<com.liferay.portlet.expando.model.ExpandoValue> getRowValues(
694 long classNameId, java.lang.String tableName, long classPK, int start,
695 int end) throws com.liferay.portal.SystemException {
696 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
697
698 return expandoValueLocalService.getRowValues(classNameId, tableName,
699 classPK, start, end);
700 }
701
702 public static int getRowValuesCount(long rowId)
703 throws com.liferay.portal.SystemException {
704 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
705
706 return expandoValueLocalService.getRowValuesCount(rowId);
707 }
708
709 public static int getRowValuesCount(java.lang.String className,
710 java.lang.String tableName, long classPK)
711 throws com.liferay.portal.SystemException {
712 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
713
714 return expandoValueLocalService.getRowValuesCount(className, tableName,
715 classPK);
716 }
717
718 public static int getRowValuesCount(long classNameId,
719 java.lang.String tableName, long classPK)
720 throws com.liferay.portal.SystemException {
721 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
722
723 return expandoValueLocalService.getRowValuesCount(classNameId,
724 tableName, classPK);
725 }
726
727 public static com.liferay.portlet.expando.model.ExpandoValue getValue(
728 long valueId)
729 throws com.liferay.portal.PortalException,
730 com.liferay.portal.SystemException {
731 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
732
733 return expandoValueLocalService.getValue(valueId);
734 }
735
736 public static com.liferay.portlet.expando.model.ExpandoValue getValue(
737 long columnId, long rowId)
738 throws com.liferay.portal.PortalException,
739 com.liferay.portal.SystemException {
740 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
741
742 return expandoValueLocalService.getValue(columnId, rowId);
743 }
744
745 public static com.liferay.portlet.expando.model.ExpandoValue getValue(
746 java.lang.String className, java.lang.String tableName,
747 java.lang.String columnName, long classPK)
748 throws com.liferay.portal.SystemException {
749 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
750
751 return expandoValueLocalService.getValue(className, tableName,
752 columnName, classPK);
753 }
754
755 public static com.liferay.portlet.expando.model.ExpandoValue getValue(
756 long classNameId, java.lang.String tableName,
757 java.lang.String columnName, long classPK)
758 throws com.liferay.portal.SystemException {
759 ExpandoValueLocalService expandoValueLocalService = ExpandoValueLocalServiceFactory.getService();
760
761 return expandoValueLocalService.getValue(classNameId, tableName,
762 columnName, classPK);
763 }
764 }