001
014
015 package com.liferay.portlet.asset.service.base;
016
017 import com.liferay.counter.service.CounterLocalService;
018
019 import com.liferay.portal.kernel.bean.BeanReference;
020 import com.liferay.portal.kernel.bean.IdentifiableBean;
021 import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
022 import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
023 import com.liferay.portal.kernel.dao.orm.DynamicQuery;
024 import com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil;
025 import com.liferay.portal.kernel.exception.PortalException;
026 import com.liferay.portal.kernel.exception.SystemException;
027 import com.liferay.portal.kernel.search.Indexable;
028 import com.liferay.portal.kernel.search.IndexableType;
029 import com.liferay.portal.kernel.util.OrderByComparator;
030 import com.liferay.portal.model.PersistedModel;
031 import com.liferay.portal.service.BaseLocalServiceImpl;
032 import com.liferay.portal.service.CompanyLocalService;
033 import com.liferay.portal.service.CompanyService;
034 import com.liferay.portal.service.GroupLocalService;
035 import com.liferay.portal.service.GroupService;
036 import com.liferay.portal.service.PersistedModelLocalServiceRegistry;
037 import com.liferay.portal.service.ResourceLocalService;
038 import com.liferay.portal.service.UserLocalService;
039 import com.liferay.portal.service.UserService;
040 import com.liferay.portal.service.persistence.CompanyPersistence;
041 import com.liferay.portal.service.persistence.GroupFinder;
042 import com.liferay.portal.service.persistence.GroupPersistence;
043 import com.liferay.portal.service.persistence.UserFinder;
044 import com.liferay.portal.service.persistence.UserPersistence;
045
046 import com.liferay.portlet.asset.model.AssetEntry;
047 import com.liferay.portlet.asset.service.AssetCategoryLocalService;
048 import com.liferay.portlet.asset.service.AssetCategoryPropertyLocalService;
049 import com.liferay.portlet.asset.service.AssetCategoryPropertyService;
050 import com.liferay.portlet.asset.service.AssetCategoryService;
051 import com.liferay.portlet.asset.service.AssetEntryLocalService;
052 import com.liferay.portlet.asset.service.AssetEntryService;
053 import com.liferay.portlet.asset.service.AssetLinkLocalService;
054 import com.liferay.portlet.asset.service.AssetTagLocalService;
055 import com.liferay.portlet.asset.service.AssetTagPropertyLocalService;
056 import com.liferay.portlet.asset.service.AssetTagPropertyService;
057 import com.liferay.portlet.asset.service.AssetTagService;
058 import com.liferay.portlet.asset.service.AssetTagStatsLocalService;
059 import com.liferay.portlet.asset.service.AssetVocabularyLocalService;
060 import com.liferay.portlet.asset.service.AssetVocabularyService;
061 import com.liferay.portlet.asset.service.persistence.AssetCategoryFinder;
062 import com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence;
063 import com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyFinder;
064 import com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence;
065 import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
066 import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
067 import com.liferay.portlet.asset.service.persistence.AssetLinkFinder;
068 import com.liferay.portlet.asset.service.persistence.AssetLinkPersistence;
069 import com.liferay.portlet.asset.service.persistence.AssetTagFinder;
070 import com.liferay.portlet.asset.service.persistence.AssetTagPersistence;
071 import com.liferay.portlet.asset.service.persistence.AssetTagPropertyFinder;
072 import com.liferay.portlet.asset.service.persistence.AssetTagPropertyKeyFinder;
073 import com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence;
074 import com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence;
075 import com.liferay.portlet.asset.service.persistence.AssetVocabularyFinder;
076 import com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence;
077 import com.liferay.portlet.blogs.service.BlogsEntryLocalService;
078 import com.liferay.portlet.blogs.service.BlogsEntryService;
079 import com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder;
080 import com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence;
081 import com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService;
082 import com.liferay.portlet.bookmarks.service.BookmarksEntryService;
083 import com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder;
084 import com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence;
085 import com.liferay.portlet.documentlibrary.service.DLAppLocalService;
086 import com.liferay.portlet.documentlibrary.service.DLAppService;
087 import com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService;
088 import com.liferay.portlet.documentlibrary.service.DLFileEntryService;
089 import com.liferay.portlet.documentlibrary.service.DLFolderLocalService;
090 import com.liferay.portlet.documentlibrary.service.DLFolderService;
091 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder;
092 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence;
093 import com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder;
094 import com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence;
095 import com.liferay.portlet.journal.service.JournalArticleLocalService;
096 import com.liferay.portlet.journal.service.JournalArticleResourceLocalService;
097 import com.liferay.portlet.journal.service.JournalArticleService;
098 import com.liferay.portlet.journal.service.persistence.JournalArticleFinder;
099 import com.liferay.portlet.journal.service.persistence.JournalArticlePersistence;
100 import com.liferay.portlet.journal.service.persistence.JournalArticleResourcePersistence;
101 import com.liferay.portlet.messageboards.service.MBMessageLocalService;
102 import com.liferay.portlet.messageboards.service.MBMessageService;
103 import com.liferay.portlet.messageboards.service.persistence.MBMessageFinder;
104 import com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence;
105 import com.liferay.portlet.social.service.SocialActivityCounterLocalService;
106 import com.liferay.portlet.social.service.SocialActivityLocalService;
107 import com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder;
108 import com.liferay.portlet.social.service.persistence.SocialActivityCounterPersistence;
109 import com.liferay.portlet.social.service.persistence.SocialActivityFinder;
110 import com.liferay.portlet.social.service.persistence.SocialActivityPersistence;
111 import com.liferay.portlet.wiki.service.WikiPageLocalService;
112 import com.liferay.portlet.wiki.service.WikiPageResourceLocalService;
113 import com.liferay.portlet.wiki.service.WikiPageService;
114 import com.liferay.portlet.wiki.service.persistence.WikiPageFinder;
115 import com.liferay.portlet.wiki.service.persistence.WikiPagePersistence;
116 import com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence;
117
118 import java.io.Serializable;
119
120 import java.util.List;
121
122 import javax.sql.DataSource;
123
124
136 public abstract class AssetEntryLocalServiceBaseImpl
137 extends BaseLocalServiceImpl implements AssetEntryLocalService,
138 IdentifiableBean {
139
144
145
152 @Indexable(type = IndexableType.REINDEX)
153 public AssetEntry addAssetEntry(AssetEntry assetEntry)
154 throws SystemException {
155 assetEntry.setNew(true);
156
157 return assetEntryPersistence.update(assetEntry);
158 }
159
160
166 public AssetEntry createAssetEntry(long entryId) {
167 return assetEntryPersistence.create(entryId);
168 }
169
170
178 @Indexable(type = IndexableType.DELETE)
179 public AssetEntry deleteAssetEntry(long entryId)
180 throws PortalException, SystemException {
181 return assetEntryPersistence.remove(entryId);
182 }
183
184
191 @Indexable(type = IndexableType.DELETE)
192 public AssetEntry deleteAssetEntry(AssetEntry assetEntry)
193 throws SystemException {
194 return assetEntryPersistence.remove(assetEntry);
195 }
196
197 public DynamicQuery dynamicQuery() {
198 Class<?> clazz = getClass();
199
200 return DynamicQueryFactoryUtil.forClass(AssetEntry.class,
201 clazz.getClassLoader());
202 }
203
204
211 @SuppressWarnings("rawtypes")
212 public List dynamicQuery(DynamicQuery dynamicQuery)
213 throws SystemException {
214 return assetEntryPersistence.findWithDynamicQuery(dynamicQuery);
215 }
216
217
230 @SuppressWarnings("rawtypes")
231 public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
232 throws SystemException {
233 return assetEntryPersistence.findWithDynamicQuery(dynamicQuery, start,
234 end);
235 }
236
237
251 @SuppressWarnings("rawtypes")
252 public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
253 OrderByComparator orderByComparator) throws SystemException {
254 return assetEntryPersistence.findWithDynamicQuery(dynamicQuery, start,
255 end, orderByComparator);
256 }
257
258
265 public long dynamicQueryCount(DynamicQuery dynamicQuery)
266 throws SystemException {
267 return assetEntryPersistence.countWithDynamicQuery(dynamicQuery);
268 }
269
270 public AssetEntry fetchAssetEntry(long entryId) throws SystemException {
271 return assetEntryPersistence.fetchByPrimaryKey(entryId);
272 }
273
274
282 public AssetEntry getAssetEntry(long entryId)
283 throws PortalException, SystemException {
284 return assetEntryPersistence.findByPrimaryKey(entryId);
285 }
286
287 public PersistedModel getPersistedModel(Serializable primaryKeyObj)
288 throws PortalException, SystemException {
289 return assetEntryPersistence.findByPrimaryKey(primaryKeyObj);
290 }
291
292
304 public List<AssetEntry> getAssetEntries(int start, int end)
305 throws SystemException {
306 return assetEntryPersistence.findAll(start, end);
307 }
308
309
315 public int getAssetEntriesCount() throws SystemException {
316 return assetEntryPersistence.countAll();
317 }
318
319
326 @Indexable(type = IndexableType.REINDEX)
327 public AssetEntry updateAssetEntry(AssetEntry assetEntry)
328 throws SystemException {
329 return assetEntryPersistence.update(assetEntry);
330 }
331
332
335 public void addAssetCategoryAssetEntry(long categoryId, long entryId)
336 throws SystemException {
337 assetCategoryPersistence.addAssetEntry(categoryId, entryId);
338 }
339
340
343 public void addAssetCategoryAssetEntry(long categoryId,
344 AssetEntry assetEntry) throws SystemException {
345 assetCategoryPersistence.addAssetEntry(categoryId, assetEntry);
346 }
347
348
351 public void addAssetCategoryAssetEntries(long categoryId, long[] entryIds)
352 throws SystemException {
353 assetCategoryPersistence.addAssetEntries(categoryId, entryIds);
354 }
355
356
359 public void addAssetCategoryAssetEntries(long categoryId,
360 List<AssetEntry> AssetEntries) throws SystemException {
361 assetCategoryPersistence.addAssetEntries(categoryId, AssetEntries);
362 }
363
364
367 public void clearAssetCategoryAssetEntries(long categoryId)
368 throws SystemException {
369 assetCategoryPersistence.clearAssetEntries(categoryId);
370 }
371
372
375 public void deleteAssetCategoryAssetEntry(long categoryId, long entryId)
376 throws SystemException {
377 assetCategoryPersistence.removeAssetEntry(categoryId, entryId);
378 }
379
380
383 public void deleteAssetCategoryAssetEntry(long categoryId,
384 AssetEntry assetEntry) throws SystemException {
385 assetCategoryPersistence.removeAssetEntry(categoryId, assetEntry);
386 }
387
388
391 public void deleteAssetCategoryAssetEntries(long categoryId, long[] entryIds)
392 throws SystemException {
393 assetCategoryPersistence.removeAssetEntries(categoryId, entryIds);
394 }
395
396
399 public void deleteAssetCategoryAssetEntries(long categoryId,
400 List<AssetEntry> AssetEntries) throws SystemException {
401 assetCategoryPersistence.removeAssetEntries(categoryId, AssetEntries);
402 }
403
404
407 public List<AssetEntry> getAssetCategoryAssetEntries(long categoryId)
408 throws SystemException {
409 return assetCategoryPersistence.getAssetEntries(categoryId);
410 }
411
412
415 public List<AssetEntry> getAssetCategoryAssetEntries(long categoryId,
416 int start, int end) throws SystemException {
417 return assetCategoryPersistence.getAssetEntries(categoryId, start, end);
418 }
419
420
423 public List<AssetEntry> getAssetCategoryAssetEntries(long categoryId,
424 int start, int end, OrderByComparator orderByComparator)
425 throws SystemException {
426 return assetCategoryPersistence.getAssetEntries(categoryId, start, end,
427 orderByComparator);
428 }
429
430
433 public int getAssetCategoryAssetEntriesCount(long categoryId)
434 throws SystemException {
435 return assetCategoryPersistence.getAssetEntriesSize(categoryId);
436 }
437
438
441 public boolean hasAssetCategoryAssetEntry(long categoryId, long entryId)
442 throws SystemException {
443 return assetCategoryPersistence.containsAssetEntry(categoryId, entryId);
444 }
445
446
449 public boolean hasAssetCategoryAssetEntries(long categoryId)
450 throws SystemException {
451 return assetCategoryPersistence.containsAssetEntries(categoryId);
452 }
453
454
457 public void setAssetCategoryAssetEntries(long categoryId, long[] entryIds)
458 throws SystemException {
459 assetCategoryPersistence.setAssetEntries(categoryId, entryIds);
460 }
461
462
465 public void addAssetTagAssetEntry(long tagId, long entryId)
466 throws SystemException {
467 assetTagPersistence.addAssetEntry(tagId, entryId);
468 }
469
470
473 public void addAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
474 throws SystemException {
475 assetTagPersistence.addAssetEntry(tagId, assetEntry);
476 }
477
478
481 public void addAssetTagAssetEntries(long tagId, long[] entryIds)
482 throws SystemException {
483 assetTagPersistence.addAssetEntries(tagId, entryIds);
484 }
485
486
489 public void addAssetTagAssetEntries(long tagId,
490 List<AssetEntry> AssetEntries) throws SystemException {
491 assetTagPersistence.addAssetEntries(tagId, AssetEntries);
492 }
493
494
497 public void clearAssetTagAssetEntries(long tagId) throws SystemException {
498 assetTagPersistence.clearAssetEntries(tagId);
499 }
500
501
504 public void deleteAssetTagAssetEntry(long tagId, long entryId)
505 throws SystemException {
506 assetTagPersistence.removeAssetEntry(tagId, entryId);
507 }
508
509
512 public void deleteAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
513 throws SystemException {
514 assetTagPersistence.removeAssetEntry(tagId, assetEntry);
515 }
516
517
520 public void deleteAssetTagAssetEntries(long tagId, long[] entryIds)
521 throws SystemException {
522 assetTagPersistence.removeAssetEntries(tagId, entryIds);
523 }
524
525
528 public void deleteAssetTagAssetEntries(long tagId,
529 List<AssetEntry> AssetEntries) throws SystemException {
530 assetTagPersistence.removeAssetEntries(tagId, AssetEntries);
531 }
532
533
536 public List<AssetEntry> getAssetTagAssetEntries(long tagId)
537 throws SystemException {
538 return assetTagPersistence.getAssetEntries(tagId);
539 }
540
541
544 public List<AssetEntry> getAssetTagAssetEntries(long tagId, int start,
545 int end) throws SystemException {
546 return assetTagPersistence.getAssetEntries(tagId, start, end);
547 }
548
549
552 public List<AssetEntry> getAssetTagAssetEntries(long tagId, int start,
553 int end, OrderByComparator orderByComparator) throws SystemException {
554 return assetTagPersistence.getAssetEntries(tagId, start, end,
555 orderByComparator);
556 }
557
558
561 public int getAssetTagAssetEntriesCount(long tagId)
562 throws SystemException {
563 return assetTagPersistence.getAssetEntriesSize(tagId);
564 }
565
566
569 public boolean hasAssetTagAssetEntry(long tagId, long entryId)
570 throws SystemException {
571 return assetTagPersistence.containsAssetEntry(tagId, entryId);
572 }
573
574
577 public boolean hasAssetTagAssetEntries(long tagId)
578 throws SystemException {
579 return assetTagPersistence.containsAssetEntries(tagId);
580 }
581
582
585 public void setAssetTagAssetEntries(long tagId, long[] entryIds)
586 throws SystemException {
587 assetTagPersistence.setAssetEntries(tagId, entryIds);
588 }
589
590
595 public AssetCategoryLocalService getAssetCategoryLocalService() {
596 return assetCategoryLocalService;
597 }
598
599
604 public void setAssetCategoryLocalService(
605 AssetCategoryLocalService assetCategoryLocalService) {
606 this.assetCategoryLocalService = assetCategoryLocalService;
607 }
608
609
614 public AssetCategoryService getAssetCategoryService() {
615 return assetCategoryService;
616 }
617
618
623 public void setAssetCategoryService(
624 AssetCategoryService assetCategoryService) {
625 this.assetCategoryService = assetCategoryService;
626 }
627
628
633 public AssetCategoryPersistence getAssetCategoryPersistence() {
634 return assetCategoryPersistence;
635 }
636
637
642 public void setAssetCategoryPersistence(
643 AssetCategoryPersistence assetCategoryPersistence) {
644 this.assetCategoryPersistence = assetCategoryPersistence;
645 }
646
647
652 public AssetCategoryFinder getAssetCategoryFinder() {
653 return assetCategoryFinder;
654 }
655
656
661 public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder) {
662 this.assetCategoryFinder = assetCategoryFinder;
663 }
664
665
670 public AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService() {
671 return assetCategoryPropertyLocalService;
672 }
673
674
679 public void setAssetCategoryPropertyLocalService(
680 AssetCategoryPropertyLocalService assetCategoryPropertyLocalService) {
681 this.assetCategoryPropertyLocalService = assetCategoryPropertyLocalService;
682 }
683
684
689 public AssetCategoryPropertyService getAssetCategoryPropertyService() {
690 return assetCategoryPropertyService;
691 }
692
693
698 public void setAssetCategoryPropertyService(
699 AssetCategoryPropertyService assetCategoryPropertyService) {
700 this.assetCategoryPropertyService = assetCategoryPropertyService;
701 }
702
703
708 public AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence() {
709 return assetCategoryPropertyPersistence;
710 }
711
712
717 public void setAssetCategoryPropertyPersistence(
718 AssetCategoryPropertyPersistence assetCategoryPropertyPersistence) {
719 this.assetCategoryPropertyPersistence = assetCategoryPropertyPersistence;
720 }
721
722
727 public AssetCategoryPropertyFinder getAssetCategoryPropertyFinder() {
728 return assetCategoryPropertyFinder;
729 }
730
731
736 public void setAssetCategoryPropertyFinder(
737 AssetCategoryPropertyFinder assetCategoryPropertyFinder) {
738 this.assetCategoryPropertyFinder = assetCategoryPropertyFinder;
739 }
740
741
746 public AssetEntryLocalService getAssetEntryLocalService() {
747 return assetEntryLocalService;
748 }
749
750
755 public void setAssetEntryLocalService(
756 AssetEntryLocalService assetEntryLocalService) {
757 this.assetEntryLocalService = assetEntryLocalService;
758 }
759
760
765 public AssetEntryService getAssetEntryService() {
766 return assetEntryService;
767 }
768
769
774 public void setAssetEntryService(AssetEntryService assetEntryService) {
775 this.assetEntryService = assetEntryService;
776 }
777
778
783 public AssetEntryPersistence getAssetEntryPersistence() {
784 return assetEntryPersistence;
785 }
786
787
792 public void setAssetEntryPersistence(
793 AssetEntryPersistence assetEntryPersistence) {
794 this.assetEntryPersistence = assetEntryPersistence;
795 }
796
797
802 public AssetEntryFinder getAssetEntryFinder() {
803 return assetEntryFinder;
804 }
805
806
811 public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
812 this.assetEntryFinder = assetEntryFinder;
813 }
814
815
820 public AssetLinkLocalService getAssetLinkLocalService() {
821 return assetLinkLocalService;
822 }
823
824
829 public void setAssetLinkLocalService(
830 AssetLinkLocalService assetLinkLocalService) {
831 this.assetLinkLocalService = assetLinkLocalService;
832 }
833
834
839 public AssetLinkPersistence getAssetLinkPersistence() {
840 return assetLinkPersistence;
841 }
842
843
848 public void setAssetLinkPersistence(
849 AssetLinkPersistence assetLinkPersistence) {
850 this.assetLinkPersistence = assetLinkPersistence;
851 }
852
853
858 public AssetLinkFinder getAssetLinkFinder() {
859 return assetLinkFinder;
860 }
861
862
867 public void setAssetLinkFinder(AssetLinkFinder assetLinkFinder) {
868 this.assetLinkFinder = assetLinkFinder;
869 }
870
871
876 public AssetTagLocalService getAssetTagLocalService() {
877 return assetTagLocalService;
878 }
879
880
885 public void setAssetTagLocalService(
886 AssetTagLocalService assetTagLocalService) {
887 this.assetTagLocalService = assetTagLocalService;
888 }
889
890
895 public AssetTagService getAssetTagService() {
896 return assetTagService;
897 }
898
899
904 public void setAssetTagService(AssetTagService assetTagService) {
905 this.assetTagService = assetTagService;
906 }
907
908
913 public AssetTagPersistence getAssetTagPersistence() {
914 return assetTagPersistence;
915 }
916
917
922 public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence) {
923 this.assetTagPersistence = assetTagPersistence;
924 }
925
926
931 public AssetTagFinder getAssetTagFinder() {
932 return assetTagFinder;
933 }
934
935
940 public void setAssetTagFinder(AssetTagFinder assetTagFinder) {
941 this.assetTagFinder = assetTagFinder;
942 }
943
944
949 public AssetTagPropertyLocalService getAssetTagPropertyLocalService() {
950 return assetTagPropertyLocalService;
951 }
952
953
958 public void setAssetTagPropertyLocalService(
959 AssetTagPropertyLocalService assetTagPropertyLocalService) {
960 this.assetTagPropertyLocalService = assetTagPropertyLocalService;
961 }
962
963
968 public AssetTagPropertyService getAssetTagPropertyService() {
969 return assetTagPropertyService;
970 }
971
972
977 public void setAssetTagPropertyService(
978 AssetTagPropertyService assetTagPropertyService) {
979 this.assetTagPropertyService = assetTagPropertyService;
980 }
981
982
987 public AssetTagPropertyPersistence getAssetTagPropertyPersistence() {
988 return assetTagPropertyPersistence;
989 }
990
991
996 public void setAssetTagPropertyPersistence(
997 AssetTagPropertyPersistence assetTagPropertyPersistence) {
998 this.assetTagPropertyPersistence = assetTagPropertyPersistence;
999 }
1000
1001
1006 public AssetTagPropertyFinder getAssetTagPropertyFinder() {
1007 return assetTagPropertyFinder;
1008 }
1009
1010
1015 public void setAssetTagPropertyFinder(
1016 AssetTagPropertyFinder assetTagPropertyFinder) {
1017 this.assetTagPropertyFinder = assetTagPropertyFinder;
1018 }
1019
1020
1025 public AssetTagPropertyKeyFinder getAssetTagPropertyKeyFinder() {
1026 return assetTagPropertyKeyFinder;
1027 }
1028
1029
1034 public void setAssetTagPropertyKeyFinder(
1035 AssetTagPropertyKeyFinder assetTagPropertyKeyFinder) {
1036 this.assetTagPropertyKeyFinder = assetTagPropertyKeyFinder;
1037 }
1038
1039
1044 public AssetTagStatsLocalService getAssetTagStatsLocalService() {
1045 return assetTagStatsLocalService;
1046 }
1047
1048
1053 public void setAssetTagStatsLocalService(
1054 AssetTagStatsLocalService assetTagStatsLocalService) {
1055 this.assetTagStatsLocalService = assetTagStatsLocalService;
1056 }
1057
1058
1063 public AssetTagStatsPersistence getAssetTagStatsPersistence() {
1064 return assetTagStatsPersistence;
1065 }
1066
1067
1072 public void setAssetTagStatsPersistence(
1073 AssetTagStatsPersistence assetTagStatsPersistence) {
1074 this.assetTagStatsPersistence = assetTagStatsPersistence;
1075 }
1076
1077
1082 public AssetVocabularyLocalService getAssetVocabularyLocalService() {
1083 return assetVocabularyLocalService;
1084 }
1085
1086
1091 public void setAssetVocabularyLocalService(
1092 AssetVocabularyLocalService assetVocabularyLocalService) {
1093 this.assetVocabularyLocalService = assetVocabularyLocalService;
1094 }
1095
1096
1101 public AssetVocabularyService getAssetVocabularyService() {
1102 return assetVocabularyService;
1103 }
1104
1105
1110 public void setAssetVocabularyService(
1111 AssetVocabularyService assetVocabularyService) {
1112 this.assetVocabularyService = assetVocabularyService;
1113 }
1114
1115
1120 public AssetVocabularyPersistence getAssetVocabularyPersistence() {
1121 return assetVocabularyPersistence;
1122 }
1123
1124
1129 public void setAssetVocabularyPersistence(
1130 AssetVocabularyPersistence assetVocabularyPersistence) {
1131 this.assetVocabularyPersistence = assetVocabularyPersistence;
1132 }
1133
1134
1139 public AssetVocabularyFinder getAssetVocabularyFinder() {
1140 return assetVocabularyFinder;
1141 }
1142
1143
1148 public void setAssetVocabularyFinder(
1149 AssetVocabularyFinder assetVocabularyFinder) {
1150 this.assetVocabularyFinder = assetVocabularyFinder;
1151 }
1152
1153
1158 public CounterLocalService getCounterLocalService() {
1159 return counterLocalService;
1160 }
1161
1162
1167 public void setCounterLocalService(CounterLocalService counterLocalService) {
1168 this.counterLocalService = counterLocalService;
1169 }
1170
1171
1176 public CompanyLocalService getCompanyLocalService() {
1177 return companyLocalService;
1178 }
1179
1180
1185 public void setCompanyLocalService(CompanyLocalService companyLocalService) {
1186 this.companyLocalService = companyLocalService;
1187 }
1188
1189
1194 public CompanyService getCompanyService() {
1195 return companyService;
1196 }
1197
1198
1203 public void setCompanyService(CompanyService companyService) {
1204 this.companyService = companyService;
1205 }
1206
1207
1212 public CompanyPersistence getCompanyPersistence() {
1213 return companyPersistence;
1214 }
1215
1216
1221 public void setCompanyPersistence(CompanyPersistence companyPersistence) {
1222 this.companyPersistence = companyPersistence;
1223 }
1224
1225
1230 public GroupLocalService getGroupLocalService() {
1231 return groupLocalService;
1232 }
1233
1234
1239 public void setGroupLocalService(GroupLocalService groupLocalService) {
1240 this.groupLocalService = groupLocalService;
1241 }
1242
1243
1248 public GroupService getGroupService() {
1249 return groupService;
1250 }
1251
1252
1257 public void setGroupService(GroupService groupService) {
1258 this.groupService = groupService;
1259 }
1260
1261
1266 public GroupPersistence getGroupPersistence() {
1267 return groupPersistence;
1268 }
1269
1270
1275 public void setGroupPersistence(GroupPersistence groupPersistence) {
1276 this.groupPersistence = groupPersistence;
1277 }
1278
1279
1284 public GroupFinder getGroupFinder() {
1285 return groupFinder;
1286 }
1287
1288
1293 public void setGroupFinder(GroupFinder groupFinder) {
1294 this.groupFinder = groupFinder;
1295 }
1296
1297
1302 public ResourceLocalService getResourceLocalService() {
1303 return resourceLocalService;
1304 }
1305
1306
1311 public void setResourceLocalService(
1312 ResourceLocalService resourceLocalService) {
1313 this.resourceLocalService = resourceLocalService;
1314 }
1315
1316
1321 public UserLocalService getUserLocalService() {
1322 return userLocalService;
1323 }
1324
1325
1330 public void setUserLocalService(UserLocalService userLocalService) {
1331 this.userLocalService = userLocalService;
1332 }
1333
1334
1339 public UserService getUserService() {
1340 return userService;
1341 }
1342
1343
1348 public void setUserService(UserService userService) {
1349 this.userService = userService;
1350 }
1351
1352
1357 public UserPersistence getUserPersistence() {
1358 return userPersistence;
1359 }
1360
1361
1366 public void setUserPersistence(UserPersistence userPersistence) {
1367 this.userPersistence = userPersistence;
1368 }
1369
1370
1375 public UserFinder getUserFinder() {
1376 return userFinder;
1377 }
1378
1379
1384 public void setUserFinder(UserFinder userFinder) {
1385 this.userFinder = userFinder;
1386 }
1387
1388
1393 public BlogsEntryLocalService getBlogsEntryLocalService() {
1394 return blogsEntryLocalService;
1395 }
1396
1397
1402 public void setBlogsEntryLocalService(
1403 BlogsEntryLocalService blogsEntryLocalService) {
1404 this.blogsEntryLocalService = blogsEntryLocalService;
1405 }
1406
1407
1412 public BlogsEntryService getBlogsEntryService() {
1413 return blogsEntryService;
1414 }
1415
1416
1421 public void setBlogsEntryService(BlogsEntryService blogsEntryService) {
1422 this.blogsEntryService = blogsEntryService;
1423 }
1424
1425
1430 public BlogsEntryPersistence getBlogsEntryPersistence() {
1431 return blogsEntryPersistence;
1432 }
1433
1434
1439 public void setBlogsEntryPersistence(
1440 BlogsEntryPersistence blogsEntryPersistence) {
1441 this.blogsEntryPersistence = blogsEntryPersistence;
1442 }
1443
1444
1449 public BlogsEntryFinder getBlogsEntryFinder() {
1450 return blogsEntryFinder;
1451 }
1452
1453
1458 public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder) {
1459 this.blogsEntryFinder = blogsEntryFinder;
1460 }
1461
1462
1467 public BookmarksEntryLocalService getBookmarksEntryLocalService() {
1468 return bookmarksEntryLocalService;
1469 }
1470
1471
1476 public void setBookmarksEntryLocalService(
1477 BookmarksEntryLocalService bookmarksEntryLocalService) {
1478 this.bookmarksEntryLocalService = bookmarksEntryLocalService;
1479 }
1480
1481
1486 public BookmarksEntryService getBookmarksEntryService() {
1487 return bookmarksEntryService;
1488 }
1489
1490
1495 public void setBookmarksEntryService(
1496 BookmarksEntryService bookmarksEntryService) {
1497 this.bookmarksEntryService = bookmarksEntryService;
1498 }
1499
1500
1505 public BookmarksEntryPersistence getBookmarksEntryPersistence() {
1506 return bookmarksEntryPersistence;
1507 }
1508
1509
1514 public void setBookmarksEntryPersistence(
1515 BookmarksEntryPersistence bookmarksEntryPersistence) {
1516 this.bookmarksEntryPersistence = bookmarksEntryPersistence;
1517 }
1518
1519
1524 public BookmarksEntryFinder getBookmarksEntryFinder() {
1525 return bookmarksEntryFinder;
1526 }
1527
1528
1533 public void setBookmarksEntryFinder(
1534 BookmarksEntryFinder bookmarksEntryFinder) {
1535 this.bookmarksEntryFinder = bookmarksEntryFinder;
1536 }
1537
1538
1543 public DLAppLocalService getDLAppLocalService() {
1544 return dlAppLocalService;
1545 }
1546
1547
1552 public void setDLAppLocalService(DLAppLocalService dlAppLocalService) {
1553 this.dlAppLocalService = dlAppLocalService;
1554 }
1555
1556
1561 public DLAppService getDLAppService() {
1562 return dlAppService;
1563 }
1564
1565
1570 public void setDLAppService(DLAppService dlAppService) {
1571 this.dlAppService = dlAppService;
1572 }
1573
1574
1579 public DLFileEntryLocalService getDLFileEntryLocalService() {
1580 return dlFileEntryLocalService;
1581 }
1582
1583
1588 public void setDLFileEntryLocalService(
1589 DLFileEntryLocalService dlFileEntryLocalService) {
1590 this.dlFileEntryLocalService = dlFileEntryLocalService;
1591 }
1592
1593
1598 public DLFileEntryService getDLFileEntryService() {
1599 return dlFileEntryService;
1600 }
1601
1602
1607 public void setDLFileEntryService(DLFileEntryService dlFileEntryService) {
1608 this.dlFileEntryService = dlFileEntryService;
1609 }
1610
1611
1616 public DLFileEntryPersistence getDLFileEntryPersistence() {
1617 return dlFileEntryPersistence;
1618 }
1619
1620
1625 public void setDLFileEntryPersistence(
1626 DLFileEntryPersistence dlFileEntryPersistence) {
1627 this.dlFileEntryPersistence = dlFileEntryPersistence;
1628 }
1629
1630
1635 public DLFileEntryFinder getDLFileEntryFinder() {
1636 return dlFileEntryFinder;
1637 }
1638
1639
1644 public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder) {
1645 this.dlFileEntryFinder = dlFileEntryFinder;
1646 }
1647
1648
1653 public DLFolderLocalService getDLFolderLocalService() {
1654 return dlFolderLocalService;
1655 }
1656
1657
1662 public void setDLFolderLocalService(
1663 DLFolderLocalService dlFolderLocalService) {
1664 this.dlFolderLocalService = dlFolderLocalService;
1665 }
1666
1667
1672 public DLFolderService getDLFolderService() {
1673 return dlFolderService;
1674 }
1675
1676
1681 public void setDLFolderService(DLFolderService dlFolderService) {
1682 this.dlFolderService = dlFolderService;
1683 }
1684
1685
1690 public DLFolderPersistence getDLFolderPersistence() {
1691 return dlFolderPersistence;
1692 }
1693
1694
1699 public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence) {
1700 this.dlFolderPersistence = dlFolderPersistence;
1701 }
1702
1703
1708 public DLFolderFinder getDLFolderFinder() {
1709 return dlFolderFinder;
1710 }
1711
1712
1717 public void setDLFolderFinder(DLFolderFinder dlFolderFinder) {
1718 this.dlFolderFinder = dlFolderFinder;
1719 }
1720
1721
1726 public JournalArticleLocalService getJournalArticleLocalService() {
1727 return journalArticleLocalService;
1728 }
1729
1730
1735 public void setJournalArticleLocalService(
1736 JournalArticleLocalService journalArticleLocalService) {
1737 this.journalArticleLocalService = journalArticleLocalService;
1738 }
1739
1740
1745 public JournalArticleService getJournalArticleService() {
1746 return journalArticleService;
1747 }
1748
1749
1754 public void setJournalArticleService(
1755 JournalArticleService journalArticleService) {
1756 this.journalArticleService = journalArticleService;
1757 }
1758
1759
1764 public JournalArticlePersistence getJournalArticlePersistence() {
1765 return journalArticlePersistence;
1766 }
1767
1768
1773 public void setJournalArticlePersistence(
1774 JournalArticlePersistence journalArticlePersistence) {
1775 this.journalArticlePersistence = journalArticlePersistence;
1776 }
1777
1778
1783 public JournalArticleFinder getJournalArticleFinder() {
1784 return journalArticleFinder;
1785 }
1786
1787
1792 public void setJournalArticleFinder(
1793 JournalArticleFinder journalArticleFinder) {
1794 this.journalArticleFinder = journalArticleFinder;
1795 }
1796
1797
1802 public JournalArticleResourceLocalService getJournalArticleResourceLocalService() {
1803 return journalArticleResourceLocalService;
1804 }
1805
1806
1811 public void setJournalArticleResourceLocalService(
1812 JournalArticleResourceLocalService journalArticleResourceLocalService) {
1813 this.journalArticleResourceLocalService = journalArticleResourceLocalService;
1814 }
1815
1816
1821 public JournalArticleResourcePersistence getJournalArticleResourcePersistence() {
1822 return journalArticleResourcePersistence;
1823 }
1824
1825
1830 public void setJournalArticleResourcePersistence(
1831 JournalArticleResourcePersistence journalArticleResourcePersistence) {
1832 this.journalArticleResourcePersistence = journalArticleResourcePersistence;
1833 }
1834
1835
1840 public MBMessageLocalService getMBMessageLocalService() {
1841 return mbMessageLocalService;
1842 }
1843
1844
1849 public void setMBMessageLocalService(
1850 MBMessageLocalService mbMessageLocalService) {
1851 this.mbMessageLocalService = mbMessageLocalService;
1852 }
1853
1854
1859 public MBMessageService getMBMessageService() {
1860 return mbMessageService;
1861 }
1862
1863
1868 public void setMBMessageService(MBMessageService mbMessageService) {
1869 this.mbMessageService = mbMessageService;
1870 }
1871
1872
1877 public MBMessagePersistence getMBMessagePersistence() {
1878 return mbMessagePersistence;
1879 }
1880
1881
1886 public void setMBMessagePersistence(
1887 MBMessagePersistence mbMessagePersistence) {
1888 this.mbMessagePersistence = mbMessagePersistence;
1889 }
1890
1891
1896 public MBMessageFinder getMBMessageFinder() {
1897 return mbMessageFinder;
1898 }
1899
1900
1905 public void setMBMessageFinder(MBMessageFinder mbMessageFinder) {
1906 this.mbMessageFinder = mbMessageFinder;
1907 }
1908
1909
1914 public SocialActivityLocalService getSocialActivityLocalService() {
1915 return socialActivityLocalService;
1916 }
1917
1918
1923 public void setSocialActivityLocalService(
1924 SocialActivityLocalService socialActivityLocalService) {
1925 this.socialActivityLocalService = socialActivityLocalService;
1926 }
1927
1928
1933 public SocialActivityPersistence getSocialActivityPersistence() {
1934 return socialActivityPersistence;
1935 }
1936
1937
1942 public void setSocialActivityPersistence(
1943 SocialActivityPersistence socialActivityPersistence) {
1944 this.socialActivityPersistence = socialActivityPersistence;
1945 }
1946
1947
1952 public SocialActivityFinder getSocialActivityFinder() {
1953 return socialActivityFinder;
1954 }
1955
1956
1961 public void setSocialActivityFinder(
1962 SocialActivityFinder socialActivityFinder) {
1963 this.socialActivityFinder = socialActivityFinder;
1964 }
1965
1966
1971 public SocialActivityCounterLocalService getSocialActivityCounterLocalService() {
1972 return socialActivityCounterLocalService;
1973 }
1974
1975
1980 public void setSocialActivityCounterLocalService(
1981 SocialActivityCounterLocalService socialActivityCounterLocalService) {
1982 this.socialActivityCounterLocalService = socialActivityCounterLocalService;
1983 }
1984
1985
1990 public SocialActivityCounterPersistence getSocialActivityCounterPersistence() {
1991 return socialActivityCounterPersistence;
1992 }
1993
1994
1999 public void setSocialActivityCounterPersistence(
2000 SocialActivityCounterPersistence socialActivityCounterPersistence) {
2001 this.socialActivityCounterPersistence = socialActivityCounterPersistence;
2002 }
2003
2004
2009 public SocialActivityCounterFinder getSocialActivityCounterFinder() {
2010 return socialActivityCounterFinder;
2011 }
2012
2013
2018 public void setSocialActivityCounterFinder(
2019 SocialActivityCounterFinder socialActivityCounterFinder) {
2020 this.socialActivityCounterFinder = socialActivityCounterFinder;
2021 }
2022
2023
2028 public WikiPageLocalService getWikiPageLocalService() {
2029 return wikiPageLocalService;
2030 }
2031
2032
2037 public void setWikiPageLocalService(
2038 WikiPageLocalService wikiPageLocalService) {
2039 this.wikiPageLocalService = wikiPageLocalService;
2040 }
2041
2042
2047 public WikiPageService getWikiPageService() {
2048 return wikiPageService;
2049 }
2050
2051
2056 public void setWikiPageService(WikiPageService wikiPageService) {
2057 this.wikiPageService = wikiPageService;
2058 }
2059
2060
2065 public WikiPagePersistence getWikiPagePersistence() {
2066 return wikiPagePersistence;
2067 }
2068
2069
2074 public void setWikiPagePersistence(WikiPagePersistence wikiPagePersistence) {
2075 this.wikiPagePersistence = wikiPagePersistence;
2076 }
2077
2078
2083 public WikiPageFinder getWikiPageFinder() {
2084 return wikiPageFinder;
2085 }
2086
2087
2092 public void setWikiPageFinder(WikiPageFinder wikiPageFinder) {
2093 this.wikiPageFinder = wikiPageFinder;
2094 }
2095
2096
2101 public WikiPageResourceLocalService getWikiPageResourceLocalService() {
2102 return wikiPageResourceLocalService;
2103 }
2104
2105
2110 public void setWikiPageResourceLocalService(
2111 WikiPageResourceLocalService wikiPageResourceLocalService) {
2112 this.wikiPageResourceLocalService = wikiPageResourceLocalService;
2113 }
2114
2115
2120 public WikiPageResourcePersistence getWikiPageResourcePersistence() {
2121 return wikiPageResourcePersistence;
2122 }
2123
2124
2129 public void setWikiPageResourcePersistence(
2130 WikiPageResourcePersistence wikiPageResourcePersistence) {
2131 this.wikiPageResourcePersistence = wikiPageResourcePersistence;
2132 }
2133
2134 public void afterPropertiesSet() {
2135 persistedModelLocalServiceRegistry.register("com.liferay.portlet.asset.model.AssetEntry",
2136 assetEntryLocalService);
2137 }
2138
2139 public void destroy() {
2140 persistedModelLocalServiceRegistry.unregister(
2141 "com.liferay.portlet.asset.model.AssetEntry");
2142 }
2143
2144
2149 public String getBeanIdentifier() {
2150 return _beanIdentifier;
2151 }
2152
2153
2158 public void setBeanIdentifier(String beanIdentifier) {
2159 _beanIdentifier = beanIdentifier;
2160 }
2161
2162 protected Class<?> getModelClass() {
2163 return AssetEntry.class;
2164 }
2165
2166 protected String getModelClassName() {
2167 return AssetEntry.class.getName();
2168 }
2169
2170
2175 protected void runSQL(String sql) throws SystemException {
2176 try {
2177 DataSource dataSource = assetEntryPersistence.getDataSource();
2178
2179 SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
2180 sql, new int[0]);
2181
2182 sqlUpdate.update();
2183 }
2184 catch (Exception e) {
2185 throw new SystemException(e);
2186 }
2187 }
2188
2189 @BeanReference(type = AssetCategoryLocalService.class)
2190 protected AssetCategoryLocalService assetCategoryLocalService;
2191 @BeanReference(type = AssetCategoryService.class)
2192 protected AssetCategoryService assetCategoryService;
2193 @BeanReference(type = AssetCategoryPersistence.class)
2194 protected AssetCategoryPersistence assetCategoryPersistence;
2195 @BeanReference(type = AssetCategoryFinder.class)
2196 protected AssetCategoryFinder assetCategoryFinder;
2197 @BeanReference(type = AssetCategoryPropertyLocalService.class)
2198 protected AssetCategoryPropertyLocalService assetCategoryPropertyLocalService;
2199 @BeanReference(type = AssetCategoryPropertyService.class)
2200 protected AssetCategoryPropertyService assetCategoryPropertyService;
2201 @BeanReference(type = AssetCategoryPropertyPersistence.class)
2202 protected AssetCategoryPropertyPersistence assetCategoryPropertyPersistence;
2203 @BeanReference(type = AssetCategoryPropertyFinder.class)
2204 protected AssetCategoryPropertyFinder assetCategoryPropertyFinder;
2205 @BeanReference(type = AssetEntryLocalService.class)
2206 protected AssetEntryLocalService assetEntryLocalService;
2207 @BeanReference(type = AssetEntryService.class)
2208 protected AssetEntryService assetEntryService;
2209 @BeanReference(type = AssetEntryPersistence.class)
2210 protected AssetEntryPersistence assetEntryPersistence;
2211 @BeanReference(type = AssetEntryFinder.class)
2212 protected AssetEntryFinder assetEntryFinder;
2213 @BeanReference(type = AssetLinkLocalService.class)
2214 protected AssetLinkLocalService assetLinkLocalService;
2215 @BeanReference(type = AssetLinkPersistence.class)
2216 protected AssetLinkPersistence assetLinkPersistence;
2217 @BeanReference(type = AssetLinkFinder.class)
2218 protected AssetLinkFinder assetLinkFinder;
2219 @BeanReference(type = AssetTagLocalService.class)
2220 protected AssetTagLocalService assetTagLocalService;
2221 @BeanReference(type = AssetTagService.class)
2222 protected AssetTagService assetTagService;
2223 @BeanReference(type = AssetTagPersistence.class)
2224 protected AssetTagPersistence assetTagPersistence;
2225 @BeanReference(type = AssetTagFinder.class)
2226 protected AssetTagFinder assetTagFinder;
2227 @BeanReference(type = AssetTagPropertyLocalService.class)
2228 protected AssetTagPropertyLocalService assetTagPropertyLocalService;
2229 @BeanReference(type = AssetTagPropertyService.class)
2230 protected AssetTagPropertyService assetTagPropertyService;
2231 @BeanReference(type = AssetTagPropertyPersistence.class)
2232 protected AssetTagPropertyPersistence assetTagPropertyPersistence;
2233 @BeanReference(type = AssetTagPropertyFinder.class)
2234 protected AssetTagPropertyFinder assetTagPropertyFinder;
2235 @BeanReference(type = AssetTagPropertyKeyFinder.class)
2236 protected AssetTagPropertyKeyFinder assetTagPropertyKeyFinder;
2237 @BeanReference(type = AssetTagStatsLocalService.class)
2238 protected AssetTagStatsLocalService assetTagStatsLocalService;
2239 @BeanReference(type = AssetTagStatsPersistence.class)
2240 protected AssetTagStatsPersistence assetTagStatsPersistence;
2241 @BeanReference(type = AssetVocabularyLocalService.class)
2242 protected AssetVocabularyLocalService assetVocabularyLocalService;
2243 @BeanReference(type = AssetVocabularyService.class)
2244 protected AssetVocabularyService assetVocabularyService;
2245 @BeanReference(type = AssetVocabularyPersistence.class)
2246 protected AssetVocabularyPersistence assetVocabularyPersistence;
2247 @BeanReference(type = AssetVocabularyFinder.class)
2248 protected AssetVocabularyFinder assetVocabularyFinder;
2249 @BeanReference(type = CounterLocalService.class)
2250 protected CounterLocalService counterLocalService;
2251 @BeanReference(type = CompanyLocalService.class)
2252 protected CompanyLocalService companyLocalService;
2253 @BeanReference(type = CompanyService.class)
2254 protected CompanyService companyService;
2255 @BeanReference(type = CompanyPersistence.class)
2256 protected CompanyPersistence companyPersistence;
2257 @BeanReference(type = GroupLocalService.class)
2258 protected GroupLocalService groupLocalService;
2259 @BeanReference(type = GroupService.class)
2260 protected GroupService groupService;
2261 @BeanReference(type = GroupPersistence.class)
2262 protected GroupPersistence groupPersistence;
2263 @BeanReference(type = GroupFinder.class)
2264 protected GroupFinder groupFinder;
2265 @BeanReference(type = ResourceLocalService.class)
2266 protected ResourceLocalService resourceLocalService;
2267 @BeanReference(type = UserLocalService.class)
2268 protected UserLocalService userLocalService;
2269 @BeanReference(type = UserService.class)
2270 protected UserService userService;
2271 @BeanReference(type = UserPersistence.class)
2272 protected UserPersistence userPersistence;
2273 @BeanReference(type = UserFinder.class)
2274 protected UserFinder userFinder;
2275 @BeanReference(type = BlogsEntryLocalService.class)
2276 protected BlogsEntryLocalService blogsEntryLocalService;
2277 @BeanReference(type = BlogsEntryService.class)
2278 protected BlogsEntryService blogsEntryService;
2279 @BeanReference(type = BlogsEntryPersistence.class)
2280 protected BlogsEntryPersistence blogsEntryPersistence;
2281 @BeanReference(type = BlogsEntryFinder.class)
2282 protected BlogsEntryFinder blogsEntryFinder;
2283 @BeanReference(type = BookmarksEntryLocalService.class)
2284 protected BookmarksEntryLocalService bookmarksEntryLocalService;
2285 @BeanReference(type = BookmarksEntryService.class)
2286 protected BookmarksEntryService bookmarksEntryService;
2287 @BeanReference(type = BookmarksEntryPersistence.class)
2288 protected BookmarksEntryPersistence bookmarksEntryPersistence;
2289 @BeanReference(type = BookmarksEntryFinder.class)
2290 protected BookmarksEntryFinder bookmarksEntryFinder;
2291 @BeanReference(type = DLAppLocalService.class)
2292 protected DLAppLocalService dlAppLocalService;
2293 @BeanReference(type = DLAppService.class)
2294 protected DLAppService dlAppService;
2295 @BeanReference(type = DLFileEntryLocalService.class)
2296 protected DLFileEntryLocalService dlFileEntryLocalService;
2297 @BeanReference(type = DLFileEntryService.class)
2298 protected DLFileEntryService dlFileEntryService;
2299 @BeanReference(type = DLFileEntryPersistence.class)
2300 protected DLFileEntryPersistence dlFileEntryPersistence;
2301 @BeanReference(type = DLFileEntryFinder.class)
2302 protected DLFileEntryFinder dlFileEntryFinder;
2303 @BeanReference(type = DLFolderLocalService.class)
2304 protected DLFolderLocalService dlFolderLocalService;
2305 @BeanReference(type = DLFolderService.class)
2306 protected DLFolderService dlFolderService;
2307 @BeanReference(type = DLFolderPersistence.class)
2308 protected DLFolderPersistence dlFolderPersistence;
2309 @BeanReference(type = DLFolderFinder.class)
2310 protected DLFolderFinder dlFolderFinder;
2311 @BeanReference(type = JournalArticleLocalService.class)
2312 protected JournalArticleLocalService journalArticleLocalService;
2313 @BeanReference(type = JournalArticleService.class)
2314 protected JournalArticleService journalArticleService;
2315 @BeanReference(type = JournalArticlePersistence.class)
2316 protected JournalArticlePersistence journalArticlePersistence;
2317 @BeanReference(type = JournalArticleFinder.class)
2318 protected JournalArticleFinder journalArticleFinder;
2319 @BeanReference(type = JournalArticleResourceLocalService.class)
2320 protected JournalArticleResourceLocalService journalArticleResourceLocalService;
2321 @BeanReference(type = JournalArticleResourcePersistence.class)
2322 protected JournalArticleResourcePersistence journalArticleResourcePersistence;
2323 @BeanReference(type = MBMessageLocalService.class)
2324 protected MBMessageLocalService mbMessageLocalService;
2325 @BeanReference(type = MBMessageService.class)
2326 protected MBMessageService mbMessageService;
2327 @BeanReference(type = MBMessagePersistence.class)
2328 protected MBMessagePersistence mbMessagePersistence;
2329 @BeanReference(type = MBMessageFinder.class)
2330 protected MBMessageFinder mbMessageFinder;
2331 @BeanReference(type = SocialActivityLocalService.class)
2332 protected SocialActivityLocalService socialActivityLocalService;
2333 @BeanReference(type = SocialActivityPersistence.class)
2334 protected SocialActivityPersistence socialActivityPersistence;
2335 @BeanReference(type = SocialActivityFinder.class)
2336 protected SocialActivityFinder socialActivityFinder;
2337 @BeanReference(type = SocialActivityCounterLocalService.class)
2338 protected SocialActivityCounterLocalService socialActivityCounterLocalService;
2339 @BeanReference(type = SocialActivityCounterPersistence.class)
2340 protected SocialActivityCounterPersistence socialActivityCounterPersistence;
2341 @BeanReference(type = SocialActivityCounterFinder.class)
2342 protected SocialActivityCounterFinder socialActivityCounterFinder;
2343 @BeanReference(type = WikiPageLocalService.class)
2344 protected WikiPageLocalService wikiPageLocalService;
2345 @BeanReference(type = WikiPageService.class)
2346 protected WikiPageService wikiPageService;
2347 @BeanReference(type = WikiPagePersistence.class)
2348 protected WikiPagePersistence wikiPagePersistence;
2349 @BeanReference(type = WikiPageFinder.class)
2350 protected WikiPageFinder wikiPageFinder;
2351 @BeanReference(type = WikiPageResourceLocalService.class)
2352 protected WikiPageResourceLocalService wikiPageResourceLocalService;
2353 @BeanReference(type = WikiPageResourcePersistence.class)
2354 protected WikiPageResourcePersistence wikiPageResourcePersistence;
2355 @BeanReference(type = PersistedModelLocalServiceRegistry.class)
2356 protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry;
2357 private String _beanIdentifier;
2358 }