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.annotation.BeanReference;
020 import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
021 import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
022 import com.liferay.portal.kernel.dao.orm.DynamicQuery;
023 import com.liferay.portal.kernel.exception.PortalException;
024 import com.liferay.portal.kernel.exception.SystemException;
025 import com.liferay.portal.kernel.util.OrderByComparator;
026 import com.liferay.portal.service.CompanyLocalService;
027 import com.liferay.portal.service.CompanyService;
028 import com.liferay.portal.service.GroupLocalService;
029 import com.liferay.portal.service.GroupService;
030 import com.liferay.portal.service.ResourceLocalService;
031 import com.liferay.portal.service.ResourceService;
032 import com.liferay.portal.service.UserLocalService;
033 import com.liferay.portal.service.UserService;
034 import com.liferay.portal.service.persistence.CompanyPersistence;
035 import com.liferay.portal.service.persistence.GroupFinder;
036 import com.liferay.portal.service.persistence.GroupPersistence;
037 import com.liferay.portal.service.persistence.ResourceFinder;
038 import com.liferay.portal.service.persistence.ResourcePersistence;
039 import com.liferay.portal.service.persistence.UserFinder;
040 import com.liferay.portal.service.persistence.UserPersistence;
041
042 import com.liferay.portlet.asset.model.AssetEntry;
043 import com.liferay.portlet.asset.service.AssetCategoryLocalService;
044 import com.liferay.portlet.asset.service.AssetCategoryPropertyLocalService;
045 import com.liferay.portlet.asset.service.AssetCategoryPropertyService;
046 import com.liferay.portlet.asset.service.AssetCategoryService;
047 import com.liferay.portlet.asset.service.AssetEntryLocalService;
048 import com.liferay.portlet.asset.service.AssetEntryService;
049 import com.liferay.portlet.asset.service.AssetLinkLocalService;
050 import com.liferay.portlet.asset.service.AssetTagLocalService;
051 import com.liferay.portlet.asset.service.AssetTagPropertyLocalService;
052 import com.liferay.portlet.asset.service.AssetTagPropertyService;
053 import com.liferay.portlet.asset.service.AssetTagService;
054 import com.liferay.portlet.asset.service.AssetTagStatsLocalService;
055 import com.liferay.portlet.asset.service.AssetVocabularyLocalService;
056 import com.liferay.portlet.asset.service.AssetVocabularyService;
057 import com.liferay.portlet.asset.service.persistence.AssetCategoryFinder;
058 import com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence;
059 import com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyFinder;
060 import com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence;
061 import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
062 import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
063 import com.liferay.portlet.asset.service.persistence.AssetLinkPersistence;
064 import com.liferay.portlet.asset.service.persistence.AssetTagFinder;
065 import com.liferay.portlet.asset.service.persistence.AssetTagPersistence;
066 import com.liferay.portlet.asset.service.persistence.AssetTagPropertyFinder;
067 import com.liferay.portlet.asset.service.persistence.AssetTagPropertyKeyFinder;
068 import com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence;
069 import com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence;
070 import com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence;
071 import com.liferay.portlet.blogs.service.BlogsEntryLocalService;
072 import com.liferay.portlet.blogs.service.BlogsEntryService;
073 import com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder;
074 import com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence;
075 import com.liferay.portlet.bookmarks.service.BookmarksEntryLocalService;
076 import com.liferay.portlet.bookmarks.service.BookmarksEntryService;
077 import com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder;
078 import com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistence;
079 import com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService;
080 import com.liferay.portlet.documentlibrary.service.DLFileEntryService;
081 import com.liferay.portlet.documentlibrary.service.DLFolderLocalService;
082 import com.liferay.portlet.documentlibrary.service.DLFolderService;
083 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder;
084 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence;
085 import com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder;
086 import com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence;
087 import com.liferay.portlet.journal.service.JournalArticleLocalService;
088 import com.liferay.portlet.journal.service.JournalArticleResourceLocalService;
089 import com.liferay.portlet.journal.service.JournalArticleService;
090 import com.liferay.portlet.journal.service.persistence.JournalArticleFinder;
091 import com.liferay.portlet.journal.service.persistence.JournalArticlePersistence;
092 import com.liferay.portlet.journal.service.persistence.JournalArticleResourcePersistence;
093 import com.liferay.portlet.messageboards.service.MBMessageLocalService;
094 import com.liferay.portlet.messageboards.service.MBMessageService;
095 import com.liferay.portlet.messageboards.service.persistence.MBMessageFinder;
096 import com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence;
097 import com.liferay.portlet.social.service.SocialEquityLogLocalService;
098 import com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence;
099 import com.liferay.portlet.wiki.service.WikiPageLocalService;
100 import com.liferay.portlet.wiki.service.WikiPageResourceLocalService;
101 import com.liferay.portlet.wiki.service.WikiPageService;
102 import com.liferay.portlet.wiki.service.persistence.WikiPageFinder;
103 import com.liferay.portlet.wiki.service.persistence.WikiPagePersistence;
104 import com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence;
105
106 import java.util.List;
107
108 import javax.sql.DataSource;
109
110
126 public abstract class AssetEntryLocalServiceBaseImpl
127 implements AssetEntryLocalService {
128
135 public AssetEntry addAssetEntry(AssetEntry assetEntry)
136 throws SystemException {
137 assetEntry.setNew(true);
138
139 return assetEntryPersistence.update(assetEntry, false);
140 }
141
142
148 public AssetEntry createAssetEntry(long entryId) {
149 return assetEntryPersistence.create(entryId);
150 }
151
152
159 public void deleteAssetEntry(long entryId)
160 throws PortalException, SystemException {
161 assetEntryPersistence.remove(entryId);
162 }
163
164
170 public void deleteAssetEntry(AssetEntry assetEntry)
171 throws SystemException {
172 assetEntryPersistence.remove(assetEntry);
173 }
174
175
182 @SuppressWarnings("rawtypes")
183 public List dynamicQuery(DynamicQuery dynamicQuery)
184 throws SystemException {
185 return assetEntryPersistence.findWithDynamicQuery(dynamicQuery);
186 }
187
188
201 @SuppressWarnings("rawtypes")
202 public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
203 throws SystemException {
204 return assetEntryPersistence.findWithDynamicQuery(dynamicQuery, start,
205 end);
206 }
207
208
222 @SuppressWarnings("rawtypes")
223 public List dynamicQuery(DynamicQuery dynamicQuery, int start, int end,
224 OrderByComparator orderByComparator) throws SystemException {
225 return assetEntryPersistence.findWithDynamicQuery(dynamicQuery, start,
226 end, orderByComparator);
227 }
228
229
236 public long dynamicQueryCount(DynamicQuery dynamicQuery)
237 throws SystemException {
238 return assetEntryPersistence.countWithDynamicQuery(dynamicQuery);
239 }
240
241
249 public AssetEntry getAssetEntry(long entryId)
250 throws PortalException, SystemException {
251 return assetEntryPersistence.findByPrimaryKey(entryId);
252 }
253
254
266 public List<AssetEntry> getAssetEntries(int start, int end)
267 throws SystemException {
268 return assetEntryPersistence.findAll(start, end);
269 }
270
271
277 public int getAssetEntriesCount() throws SystemException {
278 return assetEntryPersistence.countAll();
279 }
280
281
288 public AssetEntry updateAssetEntry(AssetEntry assetEntry)
289 throws SystemException {
290 assetEntry.setNew(false);
291
292 return assetEntryPersistence.update(assetEntry, true);
293 }
294
295
303 public AssetEntry updateAssetEntry(AssetEntry assetEntry, boolean merge)
304 throws SystemException {
305 assetEntry.setNew(false);
306
307 return assetEntryPersistence.update(assetEntry, merge);
308 }
309
310
315 public AssetCategoryLocalService getAssetCategoryLocalService() {
316 return assetCategoryLocalService;
317 }
318
319
324 public void setAssetCategoryLocalService(
325 AssetCategoryLocalService assetCategoryLocalService) {
326 this.assetCategoryLocalService = assetCategoryLocalService;
327 }
328
329
334 public AssetCategoryService getAssetCategoryService() {
335 return assetCategoryService;
336 }
337
338
343 public void setAssetCategoryService(
344 AssetCategoryService assetCategoryService) {
345 this.assetCategoryService = assetCategoryService;
346 }
347
348
353 public AssetCategoryPersistence getAssetCategoryPersistence() {
354 return assetCategoryPersistence;
355 }
356
357
362 public void setAssetCategoryPersistence(
363 AssetCategoryPersistence assetCategoryPersistence) {
364 this.assetCategoryPersistence = assetCategoryPersistence;
365 }
366
367
372 public AssetCategoryFinder getAssetCategoryFinder() {
373 return assetCategoryFinder;
374 }
375
376
381 public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder) {
382 this.assetCategoryFinder = assetCategoryFinder;
383 }
384
385
390 public AssetCategoryPropertyLocalService getAssetCategoryPropertyLocalService() {
391 return assetCategoryPropertyLocalService;
392 }
393
394
399 public void setAssetCategoryPropertyLocalService(
400 AssetCategoryPropertyLocalService assetCategoryPropertyLocalService) {
401 this.assetCategoryPropertyLocalService = assetCategoryPropertyLocalService;
402 }
403
404
409 public AssetCategoryPropertyService getAssetCategoryPropertyService() {
410 return assetCategoryPropertyService;
411 }
412
413
418 public void setAssetCategoryPropertyService(
419 AssetCategoryPropertyService assetCategoryPropertyService) {
420 this.assetCategoryPropertyService = assetCategoryPropertyService;
421 }
422
423
428 public AssetCategoryPropertyPersistence getAssetCategoryPropertyPersistence() {
429 return assetCategoryPropertyPersistence;
430 }
431
432
437 public void setAssetCategoryPropertyPersistence(
438 AssetCategoryPropertyPersistence assetCategoryPropertyPersistence) {
439 this.assetCategoryPropertyPersistence = assetCategoryPropertyPersistence;
440 }
441
442
447 public AssetCategoryPropertyFinder getAssetCategoryPropertyFinder() {
448 return assetCategoryPropertyFinder;
449 }
450
451
456 public void setAssetCategoryPropertyFinder(
457 AssetCategoryPropertyFinder assetCategoryPropertyFinder) {
458 this.assetCategoryPropertyFinder = assetCategoryPropertyFinder;
459 }
460
461
466 public AssetEntryLocalService getAssetEntryLocalService() {
467 return assetEntryLocalService;
468 }
469
470
475 public void setAssetEntryLocalService(
476 AssetEntryLocalService assetEntryLocalService) {
477 this.assetEntryLocalService = assetEntryLocalService;
478 }
479
480
485 public AssetEntryService getAssetEntryService() {
486 return assetEntryService;
487 }
488
489
494 public void setAssetEntryService(AssetEntryService assetEntryService) {
495 this.assetEntryService = assetEntryService;
496 }
497
498
503 public AssetEntryPersistence getAssetEntryPersistence() {
504 return assetEntryPersistence;
505 }
506
507
512 public void setAssetEntryPersistence(
513 AssetEntryPersistence assetEntryPersistence) {
514 this.assetEntryPersistence = assetEntryPersistence;
515 }
516
517
522 public AssetEntryFinder getAssetEntryFinder() {
523 return assetEntryFinder;
524 }
525
526
531 public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
532 this.assetEntryFinder = assetEntryFinder;
533 }
534
535
540 public AssetLinkLocalService getAssetLinkLocalService() {
541 return assetLinkLocalService;
542 }
543
544
549 public void setAssetLinkLocalService(
550 AssetLinkLocalService assetLinkLocalService) {
551 this.assetLinkLocalService = assetLinkLocalService;
552 }
553
554
559 public AssetLinkPersistence getAssetLinkPersistence() {
560 return assetLinkPersistence;
561 }
562
563
568 public void setAssetLinkPersistence(
569 AssetLinkPersistence assetLinkPersistence) {
570 this.assetLinkPersistence = assetLinkPersistence;
571 }
572
573
578 public AssetTagLocalService getAssetTagLocalService() {
579 return assetTagLocalService;
580 }
581
582
587 public void setAssetTagLocalService(
588 AssetTagLocalService assetTagLocalService) {
589 this.assetTagLocalService = assetTagLocalService;
590 }
591
592
597 public AssetTagService getAssetTagService() {
598 return assetTagService;
599 }
600
601
606 public void setAssetTagService(AssetTagService assetTagService) {
607 this.assetTagService = assetTagService;
608 }
609
610
615 public AssetTagPersistence getAssetTagPersistence() {
616 return assetTagPersistence;
617 }
618
619
624 public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence) {
625 this.assetTagPersistence = assetTagPersistence;
626 }
627
628
633 public AssetTagFinder getAssetTagFinder() {
634 return assetTagFinder;
635 }
636
637
642 public void setAssetTagFinder(AssetTagFinder assetTagFinder) {
643 this.assetTagFinder = assetTagFinder;
644 }
645
646
651 public AssetTagPropertyLocalService getAssetTagPropertyLocalService() {
652 return assetTagPropertyLocalService;
653 }
654
655
660 public void setAssetTagPropertyLocalService(
661 AssetTagPropertyLocalService assetTagPropertyLocalService) {
662 this.assetTagPropertyLocalService = assetTagPropertyLocalService;
663 }
664
665
670 public AssetTagPropertyService getAssetTagPropertyService() {
671 return assetTagPropertyService;
672 }
673
674
679 public void setAssetTagPropertyService(
680 AssetTagPropertyService assetTagPropertyService) {
681 this.assetTagPropertyService = assetTagPropertyService;
682 }
683
684
689 public AssetTagPropertyPersistence getAssetTagPropertyPersistence() {
690 return assetTagPropertyPersistence;
691 }
692
693
698 public void setAssetTagPropertyPersistence(
699 AssetTagPropertyPersistence assetTagPropertyPersistence) {
700 this.assetTagPropertyPersistence = assetTagPropertyPersistence;
701 }
702
703
708 public AssetTagPropertyFinder getAssetTagPropertyFinder() {
709 return assetTagPropertyFinder;
710 }
711
712
717 public void setAssetTagPropertyFinder(
718 AssetTagPropertyFinder assetTagPropertyFinder) {
719 this.assetTagPropertyFinder = assetTagPropertyFinder;
720 }
721
722
727 public AssetTagPropertyKeyFinder getAssetTagPropertyKeyFinder() {
728 return assetTagPropertyKeyFinder;
729 }
730
731
736 public void setAssetTagPropertyKeyFinder(
737 AssetTagPropertyKeyFinder assetTagPropertyKeyFinder) {
738 this.assetTagPropertyKeyFinder = assetTagPropertyKeyFinder;
739 }
740
741
746 public AssetTagStatsLocalService getAssetTagStatsLocalService() {
747 return assetTagStatsLocalService;
748 }
749
750
755 public void setAssetTagStatsLocalService(
756 AssetTagStatsLocalService assetTagStatsLocalService) {
757 this.assetTagStatsLocalService = assetTagStatsLocalService;
758 }
759
760
765 public AssetTagStatsPersistence getAssetTagStatsPersistence() {
766 return assetTagStatsPersistence;
767 }
768
769
774 public void setAssetTagStatsPersistence(
775 AssetTagStatsPersistence assetTagStatsPersistence) {
776 this.assetTagStatsPersistence = assetTagStatsPersistence;
777 }
778
779
784 public AssetVocabularyLocalService getAssetVocabularyLocalService() {
785 return assetVocabularyLocalService;
786 }
787
788
793 public void setAssetVocabularyLocalService(
794 AssetVocabularyLocalService assetVocabularyLocalService) {
795 this.assetVocabularyLocalService = assetVocabularyLocalService;
796 }
797
798
803 public AssetVocabularyService getAssetVocabularyService() {
804 return assetVocabularyService;
805 }
806
807
812 public void setAssetVocabularyService(
813 AssetVocabularyService assetVocabularyService) {
814 this.assetVocabularyService = assetVocabularyService;
815 }
816
817
822 public AssetVocabularyPersistence getAssetVocabularyPersistence() {
823 return assetVocabularyPersistence;
824 }
825
826
831 public void setAssetVocabularyPersistence(
832 AssetVocabularyPersistence assetVocabularyPersistence) {
833 this.assetVocabularyPersistence = assetVocabularyPersistence;
834 }
835
836
841 public CounterLocalService getCounterLocalService() {
842 return counterLocalService;
843 }
844
845
850 public void setCounterLocalService(CounterLocalService counterLocalService) {
851 this.counterLocalService = counterLocalService;
852 }
853
854
859 public CompanyLocalService getCompanyLocalService() {
860 return companyLocalService;
861 }
862
863
868 public void setCompanyLocalService(CompanyLocalService companyLocalService) {
869 this.companyLocalService = companyLocalService;
870 }
871
872
877 public CompanyService getCompanyService() {
878 return companyService;
879 }
880
881
886 public void setCompanyService(CompanyService companyService) {
887 this.companyService = companyService;
888 }
889
890
895 public CompanyPersistence getCompanyPersistence() {
896 return companyPersistence;
897 }
898
899
904 public void setCompanyPersistence(CompanyPersistence companyPersistence) {
905 this.companyPersistence = companyPersistence;
906 }
907
908
913 public GroupLocalService getGroupLocalService() {
914 return groupLocalService;
915 }
916
917
922 public void setGroupLocalService(GroupLocalService groupLocalService) {
923 this.groupLocalService = groupLocalService;
924 }
925
926
931 public GroupService getGroupService() {
932 return groupService;
933 }
934
935
940 public void setGroupService(GroupService groupService) {
941 this.groupService = groupService;
942 }
943
944
949 public GroupPersistence getGroupPersistence() {
950 return groupPersistence;
951 }
952
953
958 public void setGroupPersistence(GroupPersistence groupPersistence) {
959 this.groupPersistence = groupPersistence;
960 }
961
962
967 public GroupFinder getGroupFinder() {
968 return groupFinder;
969 }
970
971
976 public void setGroupFinder(GroupFinder groupFinder) {
977 this.groupFinder = groupFinder;
978 }
979
980
985 public ResourceLocalService getResourceLocalService() {
986 return resourceLocalService;
987 }
988
989
994 public void setResourceLocalService(
995 ResourceLocalService resourceLocalService) {
996 this.resourceLocalService = resourceLocalService;
997 }
998
999
1004 public ResourceService getResourceService() {
1005 return resourceService;
1006 }
1007
1008
1013 public void setResourceService(ResourceService resourceService) {
1014 this.resourceService = resourceService;
1015 }
1016
1017
1022 public ResourcePersistence getResourcePersistence() {
1023 return resourcePersistence;
1024 }
1025
1026
1031 public void setResourcePersistence(ResourcePersistence resourcePersistence) {
1032 this.resourcePersistence = resourcePersistence;
1033 }
1034
1035
1040 public ResourceFinder getResourceFinder() {
1041 return resourceFinder;
1042 }
1043
1044
1049 public void setResourceFinder(ResourceFinder resourceFinder) {
1050 this.resourceFinder = resourceFinder;
1051 }
1052
1053
1058 public UserLocalService getUserLocalService() {
1059 return userLocalService;
1060 }
1061
1062
1067 public void setUserLocalService(UserLocalService userLocalService) {
1068 this.userLocalService = userLocalService;
1069 }
1070
1071
1076 public UserService getUserService() {
1077 return userService;
1078 }
1079
1080
1085 public void setUserService(UserService userService) {
1086 this.userService = userService;
1087 }
1088
1089
1094 public UserPersistence getUserPersistence() {
1095 return userPersistence;
1096 }
1097
1098
1103 public void setUserPersistence(UserPersistence userPersistence) {
1104 this.userPersistence = userPersistence;
1105 }
1106
1107
1112 public UserFinder getUserFinder() {
1113 return userFinder;
1114 }
1115
1116
1121 public void setUserFinder(UserFinder userFinder) {
1122 this.userFinder = userFinder;
1123 }
1124
1125
1130 public BlogsEntryLocalService getBlogsEntryLocalService() {
1131 return blogsEntryLocalService;
1132 }
1133
1134
1139 public void setBlogsEntryLocalService(
1140 BlogsEntryLocalService blogsEntryLocalService) {
1141 this.blogsEntryLocalService = blogsEntryLocalService;
1142 }
1143
1144
1149 public BlogsEntryService getBlogsEntryService() {
1150 return blogsEntryService;
1151 }
1152
1153
1158 public void setBlogsEntryService(BlogsEntryService blogsEntryService) {
1159 this.blogsEntryService = blogsEntryService;
1160 }
1161
1162
1167 public BlogsEntryPersistence getBlogsEntryPersistence() {
1168 return blogsEntryPersistence;
1169 }
1170
1171
1176 public void setBlogsEntryPersistence(
1177 BlogsEntryPersistence blogsEntryPersistence) {
1178 this.blogsEntryPersistence = blogsEntryPersistence;
1179 }
1180
1181
1186 public BlogsEntryFinder getBlogsEntryFinder() {
1187 return blogsEntryFinder;
1188 }
1189
1190
1195 public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder) {
1196 this.blogsEntryFinder = blogsEntryFinder;
1197 }
1198
1199
1204 public BookmarksEntryLocalService getBookmarksEntryLocalService() {
1205 return bookmarksEntryLocalService;
1206 }
1207
1208
1213 public void setBookmarksEntryLocalService(
1214 BookmarksEntryLocalService bookmarksEntryLocalService) {
1215 this.bookmarksEntryLocalService = bookmarksEntryLocalService;
1216 }
1217
1218
1223 public BookmarksEntryService getBookmarksEntryService() {
1224 return bookmarksEntryService;
1225 }
1226
1227
1232 public void setBookmarksEntryService(
1233 BookmarksEntryService bookmarksEntryService) {
1234 this.bookmarksEntryService = bookmarksEntryService;
1235 }
1236
1237
1242 public BookmarksEntryPersistence getBookmarksEntryPersistence() {
1243 return bookmarksEntryPersistence;
1244 }
1245
1246
1251 public void setBookmarksEntryPersistence(
1252 BookmarksEntryPersistence bookmarksEntryPersistence) {
1253 this.bookmarksEntryPersistence = bookmarksEntryPersistence;
1254 }
1255
1256
1261 public BookmarksEntryFinder getBookmarksEntryFinder() {
1262 return bookmarksEntryFinder;
1263 }
1264
1265
1270 public void setBookmarksEntryFinder(
1271 BookmarksEntryFinder bookmarksEntryFinder) {
1272 this.bookmarksEntryFinder = bookmarksEntryFinder;
1273 }
1274
1275
1280 public DLFileEntryLocalService getDLFileEntryLocalService() {
1281 return dlFileEntryLocalService;
1282 }
1283
1284
1289 public void setDLFileEntryLocalService(
1290 DLFileEntryLocalService dlFileEntryLocalService) {
1291 this.dlFileEntryLocalService = dlFileEntryLocalService;
1292 }
1293
1294
1299 public DLFileEntryService getDLFileEntryService() {
1300 return dlFileEntryService;
1301 }
1302
1303
1308 public void setDLFileEntryService(DLFileEntryService dlFileEntryService) {
1309 this.dlFileEntryService = dlFileEntryService;
1310 }
1311
1312
1317 public DLFileEntryPersistence getDLFileEntryPersistence() {
1318 return dlFileEntryPersistence;
1319 }
1320
1321
1326 public void setDLFileEntryPersistence(
1327 DLFileEntryPersistence dlFileEntryPersistence) {
1328 this.dlFileEntryPersistence = dlFileEntryPersistence;
1329 }
1330
1331
1336 public DLFileEntryFinder getDLFileEntryFinder() {
1337 return dlFileEntryFinder;
1338 }
1339
1340
1345 public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder) {
1346 this.dlFileEntryFinder = dlFileEntryFinder;
1347 }
1348
1349
1354 public DLFolderLocalService getDLFolderLocalService() {
1355 return dlFolderLocalService;
1356 }
1357
1358
1363 public void setDLFolderLocalService(
1364 DLFolderLocalService dlFolderLocalService) {
1365 this.dlFolderLocalService = dlFolderLocalService;
1366 }
1367
1368
1373 public DLFolderService getDLFolderService() {
1374 return dlFolderService;
1375 }
1376
1377
1382 public void setDLFolderService(DLFolderService dlFolderService) {
1383 this.dlFolderService = dlFolderService;
1384 }
1385
1386
1391 public DLFolderPersistence getDLFolderPersistence() {
1392 return dlFolderPersistence;
1393 }
1394
1395
1400 public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence) {
1401 this.dlFolderPersistence = dlFolderPersistence;
1402 }
1403
1404
1409 public DLFolderFinder getDLFolderFinder() {
1410 return dlFolderFinder;
1411 }
1412
1413
1418 public void setDLFolderFinder(DLFolderFinder dlFolderFinder) {
1419 this.dlFolderFinder = dlFolderFinder;
1420 }
1421
1422
1427 public JournalArticleLocalService getJournalArticleLocalService() {
1428 return journalArticleLocalService;
1429 }
1430
1431
1436 public void setJournalArticleLocalService(
1437 JournalArticleLocalService journalArticleLocalService) {
1438 this.journalArticleLocalService = journalArticleLocalService;
1439 }
1440
1441
1446 public JournalArticleService getJournalArticleService() {
1447 return journalArticleService;
1448 }
1449
1450
1455 public void setJournalArticleService(
1456 JournalArticleService journalArticleService) {
1457 this.journalArticleService = journalArticleService;
1458 }
1459
1460
1465 public JournalArticlePersistence getJournalArticlePersistence() {
1466 return journalArticlePersistence;
1467 }
1468
1469
1474 public void setJournalArticlePersistence(
1475 JournalArticlePersistence journalArticlePersistence) {
1476 this.journalArticlePersistence = journalArticlePersistence;
1477 }
1478
1479
1484 public JournalArticleFinder getJournalArticleFinder() {
1485 return journalArticleFinder;
1486 }
1487
1488
1493 public void setJournalArticleFinder(
1494 JournalArticleFinder journalArticleFinder) {
1495 this.journalArticleFinder = journalArticleFinder;
1496 }
1497
1498
1503 public JournalArticleResourceLocalService getJournalArticleResourceLocalService() {
1504 return journalArticleResourceLocalService;
1505 }
1506
1507
1512 public void setJournalArticleResourceLocalService(
1513 JournalArticleResourceLocalService journalArticleResourceLocalService) {
1514 this.journalArticleResourceLocalService = journalArticleResourceLocalService;
1515 }
1516
1517
1522 public JournalArticleResourcePersistence getJournalArticleResourcePersistence() {
1523 return journalArticleResourcePersistence;
1524 }
1525
1526
1531 public void setJournalArticleResourcePersistence(
1532 JournalArticleResourcePersistence journalArticleResourcePersistence) {
1533 this.journalArticleResourcePersistence = journalArticleResourcePersistence;
1534 }
1535
1536
1541 public MBMessageLocalService getMBMessageLocalService() {
1542 return mbMessageLocalService;
1543 }
1544
1545
1550 public void setMBMessageLocalService(
1551 MBMessageLocalService mbMessageLocalService) {
1552 this.mbMessageLocalService = mbMessageLocalService;
1553 }
1554
1555
1560 public MBMessageService getMBMessageService() {
1561 return mbMessageService;
1562 }
1563
1564
1569 public void setMBMessageService(MBMessageService mbMessageService) {
1570 this.mbMessageService = mbMessageService;
1571 }
1572
1573
1578 public MBMessagePersistence getMBMessagePersistence() {
1579 return mbMessagePersistence;
1580 }
1581
1582
1587 public void setMBMessagePersistence(
1588 MBMessagePersistence mbMessagePersistence) {
1589 this.mbMessagePersistence = mbMessagePersistence;
1590 }
1591
1592
1597 public MBMessageFinder getMBMessageFinder() {
1598 return mbMessageFinder;
1599 }
1600
1601
1606 public void setMBMessageFinder(MBMessageFinder mbMessageFinder) {
1607 this.mbMessageFinder = mbMessageFinder;
1608 }
1609
1610
1615 public SocialEquityLogLocalService getSocialEquityLogLocalService() {
1616 return socialEquityLogLocalService;
1617 }
1618
1619
1624 public void setSocialEquityLogLocalService(
1625 SocialEquityLogLocalService socialEquityLogLocalService) {
1626 this.socialEquityLogLocalService = socialEquityLogLocalService;
1627 }
1628
1629
1634 public SocialEquityLogPersistence getSocialEquityLogPersistence() {
1635 return socialEquityLogPersistence;
1636 }
1637
1638
1643 public void setSocialEquityLogPersistence(
1644 SocialEquityLogPersistence socialEquityLogPersistence) {
1645 this.socialEquityLogPersistence = socialEquityLogPersistence;
1646 }
1647
1648
1653 public WikiPageLocalService getWikiPageLocalService() {
1654 return wikiPageLocalService;
1655 }
1656
1657
1662 public void setWikiPageLocalService(
1663 WikiPageLocalService wikiPageLocalService) {
1664 this.wikiPageLocalService = wikiPageLocalService;
1665 }
1666
1667
1672 public WikiPageService getWikiPageService() {
1673 return wikiPageService;
1674 }
1675
1676
1681 public void setWikiPageService(WikiPageService wikiPageService) {
1682 this.wikiPageService = wikiPageService;
1683 }
1684
1685
1690 public WikiPagePersistence getWikiPagePersistence() {
1691 return wikiPagePersistence;
1692 }
1693
1694
1699 public void setWikiPagePersistence(WikiPagePersistence wikiPagePersistence) {
1700 this.wikiPagePersistence = wikiPagePersistence;
1701 }
1702
1703
1708 public WikiPageFinder getWikiPageFinder() {
1709 return wikiPageFinder;
1710 }
1711
1712
1717 public void setWikiPageFinder(WikiPageFinder wikiPageFinder) {
1718 this.wikiPageFinder = wikiPageFinder;
1719 }
1720
1721
1726 public WikiPageResourceLocalService getWikiPageResourceLocalService() {
1727 return wikiPageResourceLocalService;
1728 }
1729
1730
1735 public void setWikiPageResourceLocalService(
1736 WikiPageResourceLocalService wikiPageResourceLocalService) {
1737 this.wikiPageResourceLocalService = wikiPageResourceLocalService;
1738 }
1739
1740
1745 public WikiPageResourcePersistence getWikiPageResourcePersistence() {
1746 return wikiPageResourcePersistence;
1747 }
1748
1749
1754 public void setWikiPageResourcePersistence(
1755 WikiPageResourcePersistence wikiPageResourcePersistence) {
1756 this.wikiPageResourcePersistence = wikiPageResourcePersistence;
1757 }
1758
1759
1764 protected void runSQL(String sql) throws SystemException {
1765 try {
1766 DataSource dataSource = assetEntryPersistence.getDataSource();
1767
1768 SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
1769 sql, new int[0]);
1770
1771 sqlUpdate.update();
1772 }
1773 catch (Exception e) {
1774 throw new SystemException(e);
1775 }
1776 }
1777
1778 @BeanReference(type = AssetCategoryLocalService.class)
1779 protected AssetCategoryLocalService assetCategoryLocalService;
1780 @BeanReference(type = AssetCategoryService.class)
1781 protected AssetCategoryService assetCategoryService;
1782 @BeanReference(type = AssetCategoryPersistence.class)
1783 protected AssetCategoryPersistence assetCategoryPersistence;
1784 @BeanReference(type = AssetCategoryFinder.class)
1785 protected AssetCategoryFinder assetCategoryFinder;
1786 @BeanReference(type = AssetCategoryPropertyLocalService.class)
1787 protected AssetCategoryPropertyLocalService assetCategoryPropertyLocalService;
1788 @BeanReference(type = AssetCategoryPropertyService.class)
1789 protected AssetCategoryPropertyService assetCategoryPropertyService;
1790 @BeanReference(type = AssetCategoryPropertyPersistence.class)
1791 protected AssetCategoryPropertyPersistence assetCategoryPropertyPersistence;
1792 @BeanReference(type = AssetCategoryPropertyFinder.class)
1793 protected AssetCategoryPropertyFinder assetCategoryPropertyFinder;
1794 @BeanReference(type = AssetEntryLocalService.class)
1795 protected AssetEntryLocalService assetEntryLocalService;
1796 @BeanReference(type = AssetEntryService.class)
1797 protected AssetEntryService assetEntryService;
1798 @BeanReference(type = AssetEntryPersistence.class)
1799 protected AssetEntryPersistence assetEntryPersistence;
1800 @BeanReference(type = AssetEntryFinder.class)
1801 protected AssetEntryFinder assetEntryFinder;
1802 @BeanReference(type = AssetLinkLocalService.class)
1803 protected AssetLinkLocalService assetLinkLocalService;
1804 @BeanReference(type = AssetLinkPersistence.class)
1805 protected AssetLinkPersistence assetLinkPersistence;
1806 @BeanReference(type = AssetTagLocalService.class)
1807 protected AssetTagLocalService assetTagLocalService;
1808 @BeanReference(type = AssetTagService.class)
1809 protected AssetTagService assetTagService;
1810 @BeanReference(type = AssetTagPersistence.class)
1811 protected AssetTagPersistence assetTagPersistence;
1812 @BeanReference(type = AssetTagFinder.class)
1813 protected AssetTagFinder assetTagFinder;
1814 @BeanReference(type = AssetTagPropertyLocalService.class)
1815 protected AssetTagPropertyLocalService assetTagPropertyLocalService;
1816 @BeanReference(type = AssetTagPropertyService.class)
1817 protected AssetTagPropertyService assetTagPropertyService;
1818 @BeanReference(type = AssetTagPropertyPersistence.class)
1819 protected AssetTagPropertyPersistence assetTagPropertyPersistence;
1820 @BeanReference(type = AssetTagPropertyFinder.class)
1821 protected AssetTagPropertyFinder assetTagPropertyFinder;
1822 @BeanReference(type = AssetTagPropertyKeyFinder.class)
1823 protected AssetTagPropertyKeyFinder assetTagPropertyKeyFinder;
1824 @BeanReference(type = AssetTagStatsLocalService.class)
1825 protected AssetTagStatsLocalService assetTagStatsLocalService;
1826 @BeanReference(type = AssetTagStatsPersistence.class)
1827 protected AssetTagStatsPersistence assetTagStatsPersistence;
1828 @BeanReference(type = AssetVocabularyLocalService.class)
1829 protected AssetVocabularyLocalService assetVocabularyLocalService;
1830 @BeanReference(type = AssetVocabularyService.class)
1831 protected AssetVocabularyService assetVocabularyService;
1832 @BeanReference(type = AssetVocabularyPersistence.class)
1833 protected AssetVocabularyPersistence assetVocabularyPersistence;
1834 @BeanReference(type = CounterLocalService.class)
1835 protected CounterLocalService counterLocalService;
1836 @BeanReference(type = CompanyLocalService.class)
1837 protected CompanyLocalService companyLocalService;
1838 @BeanReference(type = CompanyService.class)
1839 protected CompanyService companyService;
1840 @BeanReference(type = CompanyPersistence.class)
1841 protected CompanyPersistence companyPersistence;
1842 @BeanReference(type = GroupLocalService.class)
1843 protected GroupLocalService groupLocalService;
1844 @BeanReference(type = GroupService.class)
1845 protected GroupService groupService;
1846 @BeanReference(type = GroupPersistence.class)
1847 protected GroupPersistence groupPersistence;
1848 @BeanReference(type = GroupFinder.class)
1849 protected GroupFinder groupFinder;
1850 @BeanReference(type = ResourceLocalService.class)
1851 protected ResourceLocalService resourceLocalService;
1852 @BeanReference(type = ResourceService.class)
1853 protected ResourceService resourceService;
1854 @BeanReference(type = ResourcePersistence.class)
1855 protected ResourcePersistence resourcePersistence;
1856 @BeanReference(type = ResourceFinder.class)
1857 protected ResourceFinder resourceFinder;
1858 @BeanReference(type = UserLocalService.class)
1859 protected UserLocalService userLocalService;
1860 @BeanReference(type = UserService.class)
1861 protected UserService userService;
1862 @BeanReference(type = UserPersistence.class)
1863 protected UserPersistence userPersistence;
1864 @BeanReference(type = UserFinder.class)
1865 protected UserFinder userFinder;
1866 @BeanReference(type = BlogsEntryLocalService.class)
1867 protected BlogsEntryLocalService blogsEntryLocalService;
1868 @BeanReference(type = BlogsEntryService.class)
1869 protected BlogsEntryService blogsEntryService;
1870 @BeanReference(type = BlogsEntryPersistence.class)
1871 protected BlogsEntryPersistence blogsEntryPersistence;
1872 @BeanReference(type = BlogsEntryFinder.class)
1873 protected BlogsEntryFinder blogsEntryFinder;
1874 @BeanReference(type = BookmarksEntryLocalService.class)
1875 protected BookmarksEntryLocalService bookmarksEntryLocalService;
1876 @BeanReference(type = BookmarksEntryService.class)
1877 protected BookmarksEntryService bookmarksEntryService;
1878 @BeanReference(type = BookmarksEntryPersistence.class)
1879 protected BookmarksEntryPersistence bookmarksEntryPersistence;
1880 @BeanReference(type = BookmarksEntryFinder.class)
1881 protected BookmarksEntryFinder bookmarksEntryFinder;
1882 @BeanReference(type = DLFileEntryLocalService.class)
1883 protected DLFileEntryLocalService dlFileEntryLocalService;
1884 @BeanReference(type = DLFileEntryService.class)
1885 protected DLFileEntryService dlFileEntryService;
1886 @BeanReference(type = DLFileEntryPersistence.class)
1887 protected DLFileEntryPersistence dlFileEntryPersistence;
1888 @BeanReference(type = DLFileEntryFinder.class)
1889 protected DLFileEntryFinder dlFileEntryFinder;
1890 @BeanReference(type = DLFolderLocalService.class)
1891 protected DLFolderLocalService dlFolderLocalService;
1892 @BeanReference(type = DLFolderService.class)
1893 protected DLFolderService dlFolderService;
1894 @BeanReference(type = DLFolderPersistence.class)
1895 protected DLFolderPersistence dlFolderPersistence;
1896 @BeanReference(type = DLFolderFinder.class)
1897 protected DLFolderFinder dlFolderFinder;
1898 @BeanReference(type = JournalArticleLocalService.class)
1899 protected JournalArticleLocalService journalArticleLocalService;
1900 @BeanReference(type = JournalArticleService.class)
1901 protected JournalArticleService journalArticleService;
1902 @BeanReference(type = JournalArticlePersistence.class)
1903 protected JournalArticlePersistence journalArticlePersistence;
1904 @BeanReference(type = JournalArticleFinder.class)
1905 protected JournalArticleFinder journalArticleFinder;
1906 @BeanReference(type = JournalArticleResourceLocalService.class)
1907 protected JournalArticleResourceLocalService journalArticleResourceLocalService;
1908 @BeanReference(type = JournalArticleResourcePersistence.class)
1909 protected JournalArticleResourcePersistence journalArticleResourcePersistence;
1910 @BeanReference(type = MBMessageLocalService.class)
1911 protected MBMessageLocalService mbMessageLocalService;
1912 @BeanReference(type = MBMessageService.class)
1913 protected MBMessageService mbMessageService;
1914 @BeanReference(type = MBMessagePersistence.class)
1915 protected MBMessagePersistence mbMessagePersistence;
1916 @BeanReference(type = MBMessageFinder.class)
1917 protected MBMessageFinder mbMessageFinder;
1918 @BeanReference(type = SocialEquityLogLocalService.class)
1919 protected SocialEquityLogLocalService socialEquityLogLocalService;
1920 @BeanReference(type = SocialEquityLogPersistence.class)
1921 protected SocialEquityLogPersistence socialEquityLogPersistence;
1922 @BeanReference(type = WikiPageLocalService.class)
1923 protected WikiPageLocalService wikiPageLocalService;
1924 @BeanReference(type = WikiPageService.class)
1925 protected WikiPageService wikiPageService;
1926 @BeanReference(type = WikiPagePersistence.class)
1927 protected WikiPagePersistence wikiPagePersistence;
1928 @BeanReference(type = WikiPageFinder.class)
1929 protected WikiPageFinder wikiPageFinder;
1930 @BeanReference(type = WikiPageResourceLocalService.class)
1931 protected WikiPageResourceLocalService wikiPageResourceLocalService;
1932 @BeanReference(type = WikiPageResourcePersistence.class)
1933 protected WikiPageResourcePersistence wikiPageResourcePersistence;
1934 }