001
014
015 package com.liferay.portlet.asset.service;
016
017 import aQute.bnd.annotation.ProviderType;
018
019 import com.liferay.portal.kernel.bean.PortalBeanLocatorUtil;
020 import com.liferay.portal.kernel.util.ReferenceRegistry;
021
022
036 @ProviderType
037 public class AssetEntryLocalServiceUtil {
038
043 public static void addAssetCategoryAssetEntries(long categoryId,
044 java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries) {
045 getService().addAssetCategoryAssetEntries(categoryId, AssetEntries);
046 }
047
048 public static void addAssetCategoryAssetEntries(long categoryId,
049 long[] entryIds) {
050 getService().addAssetCategoryAssetEntries(categoryId, entryIds);
051 }
052
053 public static void addAssetCategoryAssetEntry(long categoryId,
054 com.liferay.portlet.asset.model.AssetEntry assetEntry) {
055 getService().addAssetCategoryAssetEntry(categoryId, assetEntry);
056 }
057
058 public static void addAssetCategoryAssetEntry(long categoryId, long entryId) {
059 getService().addAssetCategoryAssetEntry(categoryId, entryId);
060 }
061
062
068 public static com.liferay.portlet.asset.model.AssetEntry addAssetEntry(
069 com.liferay.portlet.asset.model.AssetEntry assetEntry) {
070 return getService().addAssetEntry(assetEntry);
071 }
072
073 public static void addAssetTagAssetEntries(long tagId,
074 java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries) {
075 getService().addAssetTagAssetEntries(tagId, AssetEntries);
076 }
077
078 public static void addAssetTagAssetEntries(long tagId, long[] entryIds) {
079 getService().addAssetTagAssetEntries(tagId, entryIds);
080 }
081
082 public static void addAssetTagAssetEntry(long tagId,
083 com.liferay.portlet.asset.model.AssetEntry assetEntry) {
084 getService().addAssetTagAssetEntry(tagId, assetEntry);
085 }
086
087 public static void addAssetTagAssetEntry(long tagId, long entryId) {
088 getService().addAssetTagAssetEntry(tagId, entryId);
089 }
090
091 public static void clearAssetCategoryAssetEntries(long categoryId) {
092 getService().clearAssetCategoryAssetEntries(categoryId);
093 }
094
095 public static void clearAssetTagAssetEntries(long tagId) {
096 getService().clearAssetTagAssetEntries(tagId);
097 }
098
099
105 public static com.liferay.portlet.asset.model.AssetEntry createAssetEntry(
106 long entryId) {
107 return getService().createAssetEntry(entryId);
108 }
109
110 public static void deleteAssetCategoryAssetEntries(long categoryId,
111 java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries) {
112 getService().deleteAssetCategoryAssetEntries(categoryId, AssetEntries);
113 }
114
115 public static void deleteAssetCategoryAssetEntries(long categoryId,
116 long[] entryIds) {
117 getService().deleteAssetCategoryAssetEntries(categoryId, entryIds);
118 }
119
120 public static void deleteAssetCategoryAssetEntry(long categoryId,
121 com.liferay.portlet.asset.model.AssetEntry assetEntry) {
122 getService().deleteAssetCategoryAssetEntry(categoryId, assetEntry);
123 }
124
125 public static void deleteAssetCategoryAssetEntry(long categoryId,
126 long entryId) {
127 getService().deleteAssetCategoryAssetEntry(categoryId, entryId);
128 }
129
130
136 public static com.liferay.portlet.asset.model.AssetEntry deleteAssetEntry(
137 com.liferay.portlet.asset.model.AssetEntry assetEntry) {
138 return getService().deleteAssetEntry(assetEntry);
139 }
140
141
148 public static com.liferay.portlet.asset.model.AssetEntry deleteAssetEntry(
149 long entryId)
150 throws com.liferay.portal.kernel.exception.PortalException {
151 return getService().deleteAssetEntry(entryId);
152 }
153
154 public static void deleteAssetTagAssetEntries(long tagId,
155 java.util.List<com.liferay.portlet.asset.model.AssetEntry> AssetEntries) {
156 getService().deleteAssetTagAssetEntries(tagId, AssetEntries);
157 }
158
159 public static void deleteAssetTagAssetEntries(long tagId, long[] entryIds) {
160 getService().deleteAssetTagAssetEntries(tagId, entryIds);
161 }
162
163 public static void deleteAssetTagAssetEntry(long tagId,
164 com.liferay.portlet.asset.model.AssetEntry assetEntry) {
165 getService().deleteAssetTagAssetEntry(tagId, assetEntry);
166 }
167
168 public static void deleteAssetTagAssetEntry(long tagId, long entryId) {
169 getService().deleteAssetTagAssetEntry(tagId, entryId);
170 }
171
172 public static void deleteEntry(java.lang.String className, long classPK)
173 throws com.liferay.portal.kernel.exception.PortalException {
174 getService().deleteEntry(className, classPK);
175 }
176
177 public static void deleteEntry(
178 com.liferay.portlet.asset.model.AssetEntry entry)
179 throws com.liferay.portal.kernel.exception.PortalException {
180 getService().deleteEntry(entry);
181 }
182
183 public static void deleteEntry(long entryId)
184 throws com.liferay.portal.kernel.exception.PortalException {
185 getService().deleteEntry(entryId);
186 }
187
188 public static void deleteGroupEntries(long groupId)
189 throws com.liferay.portal.kernel.exception.PortalException {
190 getService().deleteGroupEntries(groupId);
191 }
192
193
196 public static com.liferay.portal.model.PersistedModel deletePersistedModel(
197 com.liferay.portal.model.PersistedModel persistedModel)
198 throws com.liferay.portal.kernel.exception.PortalException {
199 return getService().deletePersistedModel(persistedModel);
200 }
201
202 public static com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery() {
203 return getService().dynamicQuery();
204 }
205
206
212 public static <T> java.util.List<T> dynamicQuery(
213 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) {
214 return getService().dynamicQuery(dynamicQuery);
215 }
216
217
229 public static <T> java.util.List<T> dynamicQuery(
230 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
231 int end) {
232 return getService().dynamicQuery(dynamicQuery, start, end);
233 }
234
235
248 public static <T> java.util.List<T> dynamicQuery(
249 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start,
250 int end,
251 com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator) {
252 return getService()
253 .dynamicQuery(dynamicQuery, start, end, orderByComparator);
254 }
255
256
262 public static long dynamicQueryCount(
263 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) {
264 return getService().dynamicQueryCount(dynamicQuery);
265 }
266
267
274 public static long dynamicQueryCount(
275 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
276 com.liferay.portal.kernel.dao.orm.Projection projection) {
277 return getService().dynamicQueryCount(dynamicQuery, projection);
278 }
279
280 public static com.liferay.portlet.asset.model.AssetEntry fetchAssetEntry(
281 long entryId) {
282 return getService().fetchAssetEntry(entryId);
283 }
284
285 public static com.liferay.portlet.asset.model.AssetEntry fetchEntry(
286 java.lang.String className, long classPK) {
287 return getService().fetchEntry(className, classPK);
288 }
289
290 public static com.liferay.portlet.asset.model.AssetEntry fetchEntry(
291 long entryId) {
292 return getService().fetchEntry(entryId);
293 }
294
295 public static com.liferay.portlet.asset.model.AssetEntry fetchEntry(
296 long groupId, java.lang.String classUuid) {
297 return getService().fetchEntry(groupId, classUuid);
298 }
299
300 public static com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery() {
301 return getService().getActionableDynamicQuery();
302 }
303
304 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAncestorEntries(
305 long entryId)
306 throws com.liferay.portal.kernel.exception.PortalException {
307 return getService().getAncestorEntries(entryId);
308 }
309
310 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetCategoryAssetEntries(
311 long categoryId) {
312 return getService().getAssetCategoryAssetEntries(categoryId);
313 }
314
315 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetCategoryAssetEntries(
316 long categoryId, int start, int end) {
317 return getService().getAssetCategoryAssetEntries(categoryId, start, end);
318 }
319
320 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetCategoryAssetEntries(
321 long categoryId, int start, int end,
322 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetEntry> orderByComparator) {
323 return getService()
324 .getAssetCategoryAssetEntries(categoryId, start, end,
325 orderByComparator);
326 }
327
328 public static int getAssetCategoryAssetEntriesCount(long categoryId) {
329 return getService().getAssetCategoryAssetEntriesCount(categoryId);
330 }
331
332
338 public static long[] getAssetCategoryPrimaryKeys(long entryId) {
339 return getService().getAssetCategoryPrimaryKeys(entryId);
340 }
341
342
353 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(
354 int start, int end) {
355 return getService().getAssetEntries(start, end);
356 }
357
358
363 public static int getAssetEntriesCount() {
364 return getService().getAssetEntriesCount();
365 }
366
367
374 public static com.liferay.portlet.asset.model.AssetEntry getAssetEntry(
375 long entryId)
376 throws com.liferay.portal.kernel.exception.PortalException {
377 return getService().getAssetEntry(entryId);
378 }
379
380 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetTagAssetEntries(
381 long tagId) {
382 return getService().getAssetTagAssetEntries(tagId);
383 }
384
385 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetTagAssetEntries(
386 long tagId, int start, int end) {
387 return getService().getAssetTagAssetEntries(tagId, start, end);
388 }
389
390 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetTagAssetEntries(
391 long tagId, int start, int end,
392 com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetEntry> orderByComparator) {
393 return getService()
394 .getAssetTagAssetEntries(tagId, start, end, orderByComparator);
395 }
396
397 public static int getAssetTagAssetEntriesCount(long tagId) {
398 return getService().getAssetTagAssetEntriesCount(tagId);
399 }
400
401
407 public static long[] getAssetTagPrimaryKeys(long entryId) {
408 return getService().getAssetTagPrimaryKeys(entryId);
409 }
410
411
416 public static java.lang.String getBeanIdentifier() {
417 return getService().getBeanIdentifier();
418 }
419
420 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getChildEntries(
421 long entryId)
422 throws com.liferay.portal.kernel.exception.PortalException {
423 return getService().getChildEntries(entryId);
424 }
425
426 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getCompanyEntries(
427 long companyId, int start, int end) {
428 return getService().getCompanyEntries(companyId, start, end);
429 }
430
431 public static int getCompanyEntriesCount(long companyId) {
432 return getService().getCompanyEntriesCount(companyId);
433 }
434
435 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getEntries(
436 com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery) {
437 return getService().getEntries(entryQuery);
438 }
439
440 public static int getEntriesCount(
441 com.liferay.portlet.asset.service.persistence.AssetEntryQuery entryQuery) {
442 return getService().getEntriesCount(entryQuery);
443 }
444
445 public static com.liferay.portlet.asset.model.AssetEntry getEntry(
446 java.lang.String className, long classPK)
447 throws com.liferay.portal.kernel.exception.PortalException {
448 return getService().getEntry(className, classPK);
449 }
450
451 public static com.liferay.portlet.asset.model.AssetEntry getEntry(
452 long entryId)
453 throws com.liferay.portal.kernel.exception.PortalException {
454 return getService().getEntry(entryId);
455 }
456
457 public static com.liferay.portlet.asset.model.AssetEntry getEntry(
458 long groupId, java.lang.String classUuid)
459 throws com.liferay.portal.kernel.exception.PortalException {
460 return getService().getEntry(groupId, classUuid);
461 }
462
463 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getGroupEntries(
464 long groupId) {
465 return getService().getGroupEntries(groupId);
466 }
467
468 public static com.liferay.portlet.asset.model.AssetEntry getNextEntry(
469 long entryId)
470 throws com.liferay.portal.kernel.exception.PortalException {
471 return getService().getNextEntry(entryId);
472 }
473
474 public static com.liferay.portlet.asset.model.AssetEntry getParentEntry(
475 long entryId)
476 throws com.liferay.portal.kernel.exception.PortalException {
477 return getService().getParentEntry(entryId);
478 }
479
480 public static com.liferay.portal.model.PersistedModel getPersistedModel(
481 java.io.Serializable primaryKeyObj)
482 throws com.liferay.portal.kernel.exception.PortalException {
483 return getService().getPersistedModel(primaryKeyObj);
484 }
485
486 public static com.liferay.portlet.asset.model.AssetEntry getPreviousEntry(
487 long entryId)
488 throws com.liferay.portal.kernel.exception.PortalException {
489 return getService().getPreviousEntry(entryId);
490 }
491
492 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getTopViewedEntries(
493 java.lang.String className, boolean asc, int start, int end) {
494 return getService().getTopViewedEntries(className, asc, start, end);
495 }
496
497 public static java.util.List<com.liferay.portlet.asset.model.AssetEntry> getTopViewedEntries(
498 java.lang.String[] className, boolean asc, int start, int end) {
499 return getService().getTopViewedEntries(className, asc, start, end);
500 }
501
502 public static boolean hasAssetCategoryAssetEntries(long categoryId) {
503 return getService().hasAssetCategoryAssetEntries(categoryId);
504 }
505
506 public static boolean hasAssetCategoryAssetEntry(long categoryId,
507 long entryId) {
508 return getService().hasAssetCategoryAssetEntry(categoryId, entryId);
509 }
510
511 public static boolean hasAssetTagAssetEntries(long tagId) {
512 return getService().hasAssetTagAssetEntries(tagId);
513 }
514
515 public static boolean hasAssetTagAssetEntry(long tagId, long entryId) {
516 return getService().hasAssetTagAssetEntry(tagId, entryId);
517 }
518
519 public static com.liferay.portlet.asset.model.AssetEntry incrementViewCounter(
520 long userId, java.lang.String className, long classPK)
521 throws com.liferay.portal.kernel.exception.PortalException {
522 return getService().incrementViewCounter(userId, className, classPK);
523 }
524
525 public static void incrementViewCounter(long userId,
526 java.lang.String className, long classPK, int increment) {
527 getService().incrementViewCounter(userId, className, classPK, increment);
528 }
529
530 public static void reindex(
531 java.util.List<com.liferay.portlet.asset.model.AssetEntry> entries)
532 throws com.liferay.portal.kernel.exception.PortalException {
533 getService().reindex(entries);
534 }
535
536
540 @Deprecated
541 public static com.liferay.portal.kernel.search.Hits search(long companyId,
542 long[] groupIds, java.lang.String className, java.lang.String keywords,
543 int start, int end) {
544 return getService()
545 .search(companyId, groupIds, className, keywords, start, end);
546 }
547
548 public static com.liferay.portal.kernel.search.Hits search(long companyId,
549 long[] groupIds, long userId, java.lang.String className,
550 long classTypeId, java.lang.String keywords, int status, int start,
551 int end) {
552 return getService()
553 .search(companyId, groupIds, userId, className, classTypeId,
554 keywords, status, start, end);
555 }
556
557 public static com.liferay.portal.kernel.search.Hits search(long companyId,
558 long[] groupIds, long userId, java.lang.String className,
559 long classTypeId, java.lang.String userName, java.lang.String title,
560 java.lang.String description, java.lang.String assetCategoryIds,
561 java.lang.String assetTagNames, int status, boolean andSearch,
562 int start, int end) {
563 return getService()
564 .search(companyId, groupIds, userId, className, classTypeId,
565 userName, title, description, assetCategoryIds, assetTagNames,
566 status, andSearch, start, end);
567 }
568
569
573 @Deprecated
574 public static com.liferay.portal.kernel.search.Hits search(long companyId,
575 long[] groupIds, long userId, java.lang.String className,
576 java.lang.String keywords, int start, int end) {
577 return getService()
578 .search(companyId, groupIds, userId, className, keywords,
579 start, end);
580 }
581
582 public static com.liferay.portal.kernel.search.Hits search(long companyId,
583 long[] groupIds, long userId, java.lang.String className,
584 java.lang.String keywords, int status, int start, int end) {
585 return getService()
586 .search(companyId, groupIds, userId, className, keywords,
587 status, start, end);
588 }
589
590
595 @Deprecated
596 public static com.liferay.portal.kernel.search.Hits search(long companyId,
597 long[] groupIds, long userId, java.lang.String className,
598 java.lang.String userName, java.lang.String title,
599 java.lang.String description, java.lang.String assetCategoryIds,
600 java.lang.String assetTagNames, boolean andSearch, int start, int end) {
601 return getService()
602 .search(companyId, groupIds, userId, className, userName,
603 title, description, assetCategoryIds, assetTagNames, andSearch,
604 start, end);
605 }
606
607 public static com.liferay.portal.kernel.search.Hits search(long companyId,
608 long[] groupIds, long userId, java.lang.String className,
609 java.lang.String userName, java.lang.String title,
610 java.lang.String description, java.lang.String assetCategoryIds,
611 java.lang.String assetTagNames, int status, boolean andSearch,
612 int start, int end) {
613 return getService()
614 .search(companyId, groupIds, userId, className, userName,
615 title, description, assetCategoryIds, assetTagNames, status,
616 andSearch, start, end);
617 }
618
619 public static void setAssetCategoryAssetEntries(long categoryId,
620 long[] entryIds) {
621 getService().setAssetCategoryAssetEntries(categoryId, entryIds);
622 }
623
624 public static void setAssetTagAssetEntries(long tagId, long[] entryIds) {
625 getService().setAssetTagAssetEntries(tagId, entryIds);
626 }
627
628
633 public static void setBeanIdentifier(java.lang.String beanIdentifier) {
634 getService().setBeanIdentifier(beanIdentifier);
635 }
636
637
643 public static com.liferay.portlet.asset.model.AssetEntry updateAssetEntry(
644 com.liferay.portlet.asset.model.AssetEntry assetEntry) {
645 return getService().updateAssetEntry(assetEntry);
646 }
647
648 public static com.liferay.portlet.asset.model.AssetEntry updateEntry(
649 java.lang.String className, long classPK, java.util.Date publishDate,
650 java.util.Date expirationDate, boolean visible)
651 throws com.liferay.portal.kernel.exception.PortalException {
652 return getService()
653 .updateEntry(className, classPK, publishDate,
654 expirationDate, visible);
655 }
656
657 public static com.liferay.portlet.asset.model.AssetEntry updateEntry(
658 java.lang.String className, long classPK, java.util.Date publishDate,
659 boolean visible)
660 throws com.liferay.portal.kernel.exception.PortalException {
661 return getService().updateEntry(className, classPK, publishDate, visible);
662 }
663
664 public static com.liferay.portlet.asset.model.AssetEntry updateEntry(
665 long userId, long groupId, java.lang.String className, long classPK,
666 long[] categoryIds, java.lang.String[] tagNames)
667 throws com.liferay.portal.kernel.exception.PortalException {
668 return getService()
669 .updateEntry(userId, groupId, className, classPK,
670 categoryIds, tagNames);
671 }
672
673
679 @Deprecated
680 public static com.liferay.portlet.asset.model.AssetEntry updateEntry(
681 long userId, long groupId, java.lang.String className, long classPK,
682 java.lang.String classUuid, long classTypeId, long[] categoryIds,
683 java.lang.String[] tagNames, boolean visible, java.util.Date startDate,
684 java.util.Date endDate, java.util.Date expirationDate,
685 java.lang.String mimeType, java.lang.String title,
686 java.lang.String description, java.lang.String summary,
687 java.lang.String url, java.lang.String layoutUuid, int height,
688 int width, java.lang.Integer priority, boolean sync)
689 throws com.liferay.portal.kernel.exception.PortalException {
690 return getService()
691 .updateEntry(userId, groupId, className, classPK, classUuid,
692 classTypeId, categoryIds, tagNames, visible, startDate, endDate,
693 expirationDate, mimeType, title, description, summary, url,
694 layoutUuid, height, width, priority, sync);
695 }
696
697
703 @Deprecated
704 public static com.liferay.portlet.asset.model.AssetEntry updateEntry(
705 long userId, long groupId, java.lang.String className, long classPK,
706 java.lang.String classUuid, long classTypeId, long[] categoryIds,
707 java.lang.String[] tagNames, boolean visible, java.util.Date startDate,
708 java.util.Date endDate, java.util.Date publishDate,
709 java.util.Date expirationDate, java.lang.String mimeType,
710 java.lang.String title, java.lang.String description,
711 java.lang.String summary, java.lang.String url,
712 java.lang.String layoutUuid, int height, int width,
713 java.lang.Integer priority, boolean sync)
714 throws com.liferay.portal.kernel.exception.PortalException {
715 return getService()
716 .updateEntry(userId, groupId, className, classPK, classUuid,
717 classTypeId, categoryIds, tagNames, visible, startDate, endDate,
718 publishDate, expirationDate, mimeType, title, description, summary,
719 url, layoutUuid, height, width, priority, sync);
720 }
721
722 public static com.liferay.portlet.asset.model.AssetEntry updateEntry(
723 long userId, long groupId, java.util.Date createDate,
724 java.util.Date modifiedDate, java.lang.String className, long classPK,
725 java.lang.String classUuid, long classTypeId, long[] categoryIds,
726 java.lang.String[] tagNames, boolean visible, java.util.Date startDate,
727 java.util.Date endDate, java.util.Date expirationDate,
728 java.lang.String mimeType, java.lang.String title,
729 java.lang.String description, java.lang.String summary,
730 java.lang.String url, java.lang.String layoutUuid, int height,
731 int width, java.lang.Integer priority, boolean sync)
732 throws com.liferay.portal.kernel.exception.PortalException {
733 return getService()
734 .updateEntry(userId, groupId, createDate, modifiedDate,
735 className, classPK, classUuid, classTypeId, categoryIds, tagNames,
736 visible, startDate, endDate, expirationDate, mimeType, title,
737 description, summary, url, layoutUuid, height, width, priority, sync);
738 }
739
740 public static com.liferay.portlet.asset.model.AssetEntry updateVisible(
741 java.lang.String className, long classPK, boolean visible)
742 throws com.liferay.portal.kernel.exception.PortalException {
743 return getService().updateVisible(className, classPK, visible);
744 }
745
746
750 @Deprecated
751 public static void validate(long groupId, java.lang.String className,
752 long[] categoryIds, java.lang.String[] tagNames)
753 throws com.liferay.portal.kernel.exception.PortalException {
754 getService().validate(groupId, className, categoryIds, tagNames);
755 }
756
757 public static void validate(long groupId, java.lang.String className,
758 long classTypePK, long[] categoryIds, java.lang.String[] tagNames)
759 throws com.liferay.portal.kernel.exception.PortalException {
760 getService()
761 .validate(groupId, className, classTypePK, categoryIds, tagNames);
762 }
763
764 public static AssetEntryLocalService getService() {
765 if (_service == null) {
766 _service = (AssetEntryLocalService)PortalBeanLocatorUtil.locate(AssetEntryLocalService.class.getName());
767
768 ReferenceRegistry.registerReference(AssetEntryLocalServiceUtil.class,
769 "_service");
770 }
771
772 return _service;
773 }
774
775
778 @Deprecated
779 public void setService(AssetEntryLocalService service) {
780 }
781
782 private static AssetEntryLocalService _service;
783 }