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