001
014
015 package com.liferay.portlet.documentlibrary.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.exception.SystemException;
024 import com.liferay.portal.service.BaseServiceImpl;
025 import com.liferay.portal.service.ImageLocalService;
026 import com.liferay.portal.service.ImageService;
027 import com.liferay.portal.service.LockLocalService;
028 import com.liferay.portal.service.ResourceLocalService;
029 import com.liferay.portal.service.UserLocalService;
030 import com.liferay.portal.service.UserService;
031 import com.liferay.portal.service.WebDAVPropsLocalService;
032 import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
033 import com.liferay.portal.service.persistence.ImagePersistence;
034 import com.liferay.portal.service.persistence.LockFinder;
035 import com.liferay.portal.service.persistence.LockPersistence;
036 import com.liferay.portal.service.persistence.UserFinder;
037 import com.liferay.portal.service.persistence.UserPersistence;
038 import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
039 import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
040
041 import com.liferay.portlet.asset.service.AssetCategoryLocalService;
042 import com.liferay.portlet.asset.service.AssetCategoryService;
043 import com.liferay.portlet.asset.service.AssetEntryLocalService;
044 import com.liferay.portlet.asset.service.AssetEntryService;
045 import com.liferay.portlet.asset.service.AssetLinkLocalService;
046 import com.liferay.portlet.asset.service.AssetTagLocalService;
047 import com.liferay.portlet.asset.service.AssetTagService;
048 import com.liferay.portlet.asset.service.persistence.AssetCategoryFinder;
049 import com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence;
050 import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
051 import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
052 import com.liferay.portlet.asset.service.persistence.AssetLinkFinder;
053 import com.liferay.portlet.asset.service.persistence.AssetLinkPersistence;
054 import com.liferay.portlet.asset.service.persistence.AssetTagFinder;
055 import com.liferay.portlet.asset.service.persistence.AssetTagPersistence;
056 import com.liferay.portlet.documentlibrary.model.DLFileEntry;
057 import com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService;
058 import com.liferay.portlet.documentlibrary.service.DLAppLocalService;
059 import com.liferay.portlet.documentlibrary.service.DLAppService;
060 import com.liferay.portlet.documentlibrary.service.DLContentLocalService;
061 import com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService;
062 import com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService;
063 import com.liferay.portlet.documentlibrary.service.DLFileEntryService;
064 import com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService;
065 import com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService;
066 import com.liferay.portlet.documentlibrary.service.DLFileRankLocalService;
067 import com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService;
068 import com.liferay.portlet.documentlibrary.service.DLFileShortcutService;
069 import com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService;
070 import com.liferay.portlet.documentlibrary.service.DLFileVersionService;
071 import com.liferay.portlet.documentlibrary.service.DLFolderLocalService;
072 import com.liferay.portlet.documentlibrary.service.DLFolderService;
073 import com.liferay.portlet.documentlibrary.service.DLSyncLocalService;
074 import com.liferay.portlet.documentlibrary.service.DLSyncService;
075 import com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence;
076 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder;
077 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence;
078 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence;
079 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder;
080 import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence;
081 import com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder;
082 import com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence;
083 import com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence;
084 import com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence;
085 import com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder;
086 import com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence;
087 import com.liferay.portlet.documentlibrary.service.persistence.DLSyncFinder;
088 import com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence;
089 import com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService;
090 import com.liferay.portlet.dynamicdatamapping.service.DDMStructureService;
091 import com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder;
092 import com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence;
093 import com.liferay.portlet.expando.service.ExpandoRowLocalService;
094 import com.liferay.portlet.expando.service.ExpandoTableLocalService;
095 import com.liferay.portlet.expando.service.ExpandoValueLocalService;
096 import com.liferay.portlet.expando.service.ExpandoValueService;
097 import com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence;
098 import com.liferay.portlet.expando.service.persistence.ExpandoTablePersistence;
099 import com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence;
100 import com.liferay.portlet.trash.service.TrashEntryLocalService;
101 import com.liferay.portlet.trash.service.TrashEntryService;
102 import com.liferay.portlet.trash.service.persistence.TrashEntryPersistence;
103
104 import javax.sql.DataSource;
105
106
118 public abstract class DLFileEntryServiceBaseImpl extends BaseServiceImpl
119 implements DLFileEntryService, IdentifiableBean {
120
125
126
131 public DLAppLocalService getDLAppLocalService() {
132 return dlAppLocalService;
133 }
134
135
140 public void setDLAppLocalService(DLAppLocalService dlAppLocalService) {
141 this.dlAppLocalService = dlAppLocalService;
142 }
143
144
149 public DLAppService getDLAppService() {
150 return dlAppService;
151 }
152
153
158 public void setDLAppService(DLAppService dlAppService) {
159 this.dlAppService = dlAppService;
160 }
161
162
167 public DLAppHelperLocalService getDLAppHelperLocalService() {
168 return dlAppHelperLocalService;
169 }
170
171
176 public void setDLAppHelperLocalService(
177 DLAppHelperLocalService dlAppHelperLocalService) {
178 this.dlAppHelperLocalService = dlAppHelperLocalService;
179 }
180
181
186 public DLContentLocalService getDLContentLocalService() {
187 return dlContentLocalService;
188 }
189
190
195 public void setDLContentLocalService(
196 DLContentLocalService dlContentLocalService) {
197 this.dlContentLocalService = dlContentLocalService;
198 }
199
200
205 public DLContentPersistence getDLContentPersistence() {
206 return dlContentPersistence;
207 }
208
209
214 public void setDLContentPersistence(
215 DLContentPersistence dlContentPersistence) {
216 this.dlContentPersistence = dlContentPersistence;
217 }
218
219
224 public DLFileEntryLocalService getDLFileEntryLocalService() {
225 return dlFileEntryLocalService;
226 }
227
228
233 public void setDLFileEntryLocalService(
234 DLFileEntryLocalService dlFileEntryLocalService) {
235 this.dlFileEntryLocalService = dlFileEntryLocalService;
236 }
237
238
243 public DLFileEntryService getDLFileEntryService() {
244 return dlFileEntryService;
245 }
246
247
252 public void setDLFileEntryService(DLFileEntryService dlFileEntryService) {
253 this.dlFileEntryService = dlFileEntryService;
254 }
255
256
261 public DLFileEntryPersistence getDLFileEntryPersistence() {
262 return dlFileEntryPersistence;
263 }
264
265
270 public void setDLFileEntryPersistence(
271 DLFileEntryPersistence dlFileEntryPersistence) {
272 this.dlFileEntryPersistence = dlFileEntryPersistence;
273 }
274
275
280 public DLFileEntryFinder getDLFileEntryFinder() {
281 return dlFileEntryFinder;
282 }
283
284
289 public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder) {
290 this.dlFileEntryFinder = dlFileEntryFinder;
291 }
292
293
298 public DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService() {
299 return dlFileEntryMetadataLocalService;
300 }
301
302
307 public void setDLFileEntryMetadataLocalService(
308 DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService) {
309 this.dlFileEntryMetadataLocalService = dlFileEntryMetadataLocalService;
310 }
311
312
317 public DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence() {
318 return dlFileEntryMetadataPersistence;
319 }
320
321
326 public void setDLFileEntryMetadataPersistence(
327 DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence) {
328 this.dlFileEntryMetadataPersistence = dlFileEntryMetadataPersistence;
329 }
330
331
336 public DLFileEntryTypeLocalService getDLFileEntryTypeLocalService() {
337 return dlFileEntryTypeLocalService;
338 }
339
340
345 public void setDLFileEntryTypeLocalService(
346 DLFileEntryTypeLocalService dlFileEntryTypeLocalService) {
347 this.dlFileEntryTypeLocalService = dlFileEntryTypeLocalService;
348 }
349
350
355 public DLFileEntryTypeService getDLFileEntryTypeService() {
356 return dlFileEntryTypeService;
357 }
358
359
364 public void setDLFileEntryTypeService(
365 DLFileEntryTypeService dlFileEntryTypeService) {
366 this.dlFileEntryTypeService = dlFileEntryTypeService;
367 }
368
369
374 public DLFileEntryTypePersistence getDLFileEntryTypePersistence() {
375 return dlFileEntryTypePersistence;
376 }
377
378
383 public void setDLFileEntryTypePersistence(
384 DLFileEntryTypePersistence dlFileEntryTypePersistence) {
385 this.dlFileEntryTypePersistence = dlFileEntryTypePersistence;
386 }
387
388
393 public DLFileEntryTypeFinder getDLFileEntryTypeFinder() {
394 return dlFileEntryTypeFinder;
395 }
396
397
402 public void setDLFileEntryTypeFinder(
403 DLFileEntryTypeFinder dlFileEntryTypeFinder) {
404 this.dlFileEntryTypeFinder = dlFileEntryTypeFinder;
405 }
406
407
412 public DLFileRankLocalService getDLFileRankLocalService() {
413 return dlFileRankLocalService;
414 }
415
416
421 public void setDLFileRankLocalService(
422 DLFileRankLocalService dlFileRankLocalService) {
423 this.dlFileRankLocalService = dlFileRankLocalService;
424 }
425
426
431 public DLFileRankPersistence getDLFileRankPersistence() {
432 return dlFileRankPersistence;
433 }
434
435
440 public void setDLFileRankPersistence(
441 DLFileRankPersistence dlFileRankPersistence) {
442 this.dlFileRankPersistence = dlFileRankPersistence;
443 }
444
445
450 public DLFileRankFinder getDLFileRankFinder() {
451 return dlFileRankFinder;
452 }
453
454
459 public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder) {
460 this.dlFileRankFinder = dlFileRankFinder;
461 }
462
463
468 public DLFileShortcutLocalService getDLFileShortcutLocalService() {
469 return dlFileShortcutLocalService;
470 }
471
472
477 public void setDLFileShortcutLocalService(
478 DLFileShortcutLocalService dlFileShortcutLocalService) {
479 this.dlFileShortcutLocalService = dlFileShortcutLocalService;
480 }
481
482
487 public DLFileShortcutService getDLFileShortcutService() {
488 return dlFileShortcutService;
489 }
490
491
496 public void setDLFileShortcutService(
497 DLFileShortcutService dlFileShortcutService) {
498 this.dlFileShortcutService = dlFileShortcutService;
499 }
500
501
506 public DLFileShortcutPersistence getDLFileShortcutPersistence() {
507 return dlFileShortcutPersistence;
508 }
509
510
515 public void setDLFileShortcutPersistence(
516 DLFileShortcutPersistence dlFileShortcutPersistence) {
517 this.dlFileShortcutPersistence = dlFileShortcutPersistence;
518 }
519
520
525 public DLFileVersionLocalService getDLFileVersionLocalService() {
526 return dlFileVersionLocalService;
527 }
528
529
534 public void setDLFileVersionLocalService(
535 DLFileVersionLocalService dlFileVersionLocalService) {
536 this.dlFileVersionLocalService = dlFileVersionLocalService;
537 }
538
539
544 public DLFileVersionService getDLFileVersionService() {
545 return dlFileVersionService;
546 }
547
548
553 public void setDLFileVersionService(
554 DLFileVersionService dlFileVersionService) {
555 this.dlFileVersionService = dlFileVersionService;
556 }
557
558
563 public DLFileVersionPersistence getDLFileVersionPersistence() {
564 return dlFileVersionPersistence;
565 }
566
567
572 public void setDLFileVersionPersistence(
573 DLFileVersionPersistence dlFileVersionPersistence) {
574 this.dlFileVersionPersistence = dlFileVersionPersistence;
575 }
576
577
582 public DLFolderLocalService getDLFolderLocalService() {
583 return dlFolderLocalService;
584 }
585
586
591 public void setDLFolderLocalService(
592 DLFolderLocalService dlFolderLocalService) {
593 this.dlFolderLocalService = dlFolderLocalService;
594 }
595
596
601 public DLFolderService getDLFolderService() {
602 return dlFolderService;
603 }
604
605
610 public void setDLFolderService(DLFolderService dlFolderService) {
611 this.dlFolderService = dlFolderService;
612 }
613
614
619 public DLFolderPersistence getDLFolderPersistence() {
620 return dlFolderPersistence;
621 }
622
623
628 public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence) {
629 this.dlFolderPersistence = dlFolderPersistence;
630 }
631
632
637 public DLFolderFinder getDLFolderFinder() {
638 return dlFolderFinder;
639 }
640
641
646 public void setDLFolderFinder(DLFolderFinder dlFolderFinder) {
647 this.dlFolderFinder = dlFolderFinder;
648 }
649
650
655 public DLSyncLocalService getDLSyncLocalService() {
656 return dlSyncLocalService;
657 }
658
659
664 public void setDLSyncLocalService(DLSyncLocalService dlSyncLocalService) {
665 this.dlSyncLocalService = dlSyncLocalService;
666 }
667
668
673 public DLSyncService getDLSyncService() {
674 return dlSyncService;
675 }
676
677
682 public void setDLSyncService(DLSyncService dlSyncService) {
683 this.dlSyncService = dlSyncService;
684 }
685
686
691 public DLSyncPersistence getDLSyncPersistence() {
692 return dlSyncPersistence;
693 }
694
695
700 public void setDLSyncPersistence(DLSyncPersistence dlSyncPersistence) {
701 this.dlSyncPersistence = dlSyncPersistence;
702 }
703
704
709 public DLSyncFinder getDLSyncFinder() {
710 return dlSyncFinder;
711 }
712
713
718 public void setDLSyncFinder(DLSyncFinder dlSyncFinder) {
719 this.dlSyncFinder = dlSyncFinder;
720 }
721
722
727 public CounterLocalService getCounterLocalService() {
728 return counterLocalService;
729 }
730
731
736 public void setCounterLocalService(CounterLocalService counterLocalService) {
737 this.counterLocalService = counterLocalService;
738 }
739
740
745 public ImageLocalService getImageLocalService() {
746 return imageLocalService;
747 }
748
749
754 public void setImageLocalService(ImageLocalService imageLocalService) {
755 this.imageLocalService = imageLocalService;
756 }
757
758
763 public ImageService getImageService() {
764 return imageService;
765 }
766
767
772 public void setImageService(ImageService imageService) {
773 this.imageService = imageService;
774 }
775
776
781 public ImagePersistence getImagePersistence() {
782 return imagePersistence;
783 }
784
785
790 public void setImagePersistence(ImagePersistence imagePersistence) {
791 this.imagePersistence = imagePersistence;
792 }
793
794
799 public LockLocalService getLockLocalService() {
800 return lockLocalService;
801 }
802
803
808 public void setLockLocalService(LockLocalService lockLocalService) {
809 this.lockLocalService = lockLocalService;
810 }
811
812
817 public LockPersistence getLockPersistence() {
818 return lockPersistence;
819 }
820
821
826 public void setLockPersistence(LockPersistence lockPersistence) {
827 this.lockPersistence = lockPersistence;
828 }
829
830
835 public LockFinder getLockFinder() {
836 return lockFinder;
837 }
838
839
844 public void setLockFinder(LockFinder lockFinder) {
845 this.lockFinder = lockFinder;
846 }
847
848
853 public ResourceLocalService getResourceLocalService() {
854 return resourceLocalService;
855 }
856
857
862 public void setResourceLocalService(
863 ResourceLocalService resourceLocalService) {
864 this.resourceLocalService = resourceLocalService;
865 }
866
867
872 public UserLocalService getUserLocalService() {
873 return userLocalService;
874 }
875
876
881 public void setUserLocalService(UserLocalService userLocalService) {
882 this.userLocalService = userLocalService;
883 }
884
885
890 public UserService getUserService() {
891 return userService;
892 }
893
894
899 public void setUserService(UserService userService) {
900 this.userService = userService;
901 }
902
903
908 public UserPersistence getUserPersistence() {
909 return userPersistence;
910 }
911
912
917 public void setUserPersistence(UserPersistence userPersistence) {
918 this.userPersistence = userPersistence;
919 }
920
921
926 public UserFinder getUserFinder() {
927 return userFinder;
928 }
929
930
935 public void setUserFinder(UserFinder userFinder) {
936 this.userFinder = userFinder;
937 }
938
939
944 public WebDAVPropsLocalService getWebDAVPropsLocalService() {
945 return webDAVPropsLocalService;
946 }
947
948
953 public void setWebDAVPropsLocalService(
954 WebDAVPropsLocalService webDAVPropsLocalService) {
955 this.webDAVPropsLocalService = webDAVPropsLocalService;
956 }
957
958
963 public WebDAVPropsPersistence getWebDAVPropsPersistence() {
964 return webDAVPropsPersistence;
965 }
966
967
972 public void setWebDAVPropsPersistence(
973 WebDAVPropsPersistence webDAVPropsPersistence) {
974 this.webDAVPropsPersistence = webDAVPropsPersistence;
975 }
976
977
982 public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
983 return workflowInstanceLinkLocalService;
984 }
985
986
991 public void setWorkflowInstanceLinkLocalService(
992 WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
993 this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
994 }
995
996
1001 public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
1002 return workflowInstanceLinkPersistence;
1003 }
1004
1005
1010 public void setWorkflowInstanceLinkPersistence(
1011 WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
1012 this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
1013 }
1014
1015
1020 public AssetCategoryLocalService getAssetCategoryLocalService() {
1021 return assetCategoryLocalService;
1022 }
1023
1024
1029 public void setAssetCategoryLocalService(
1030 AssetCategoryLocalService assetCategoryLocalService) {
1031 this.assetCategoryLocalService = assetCategoryLocalService;
1032 }
1033
1034
1039 public AssetCategoryService getAssetCategoryService() {
1040 return assetCategoryService;
1041 }
1042
1043
1048 public void setAssetCategoryService(
1049 AssetCategoryService assetCategoryService) {
1050 this.assetCategoryService = assetCategoryService;
1051 }
1052
1053
1058 public AssetCategoryPersistence getAssetCategoryPersistence() {
1059 return assetCategoryPersistence;
1060 }
1061
1062
1067 public void setAssetCategoryPersistence(
1068 AssetCategoryPersistence assetCategoryPersistence) {
1069 this.assetCategoryPersistence = assetCategoryPersistence;
1070 }
1071
1072
1077 public AssetCategoryFinder getAssetCategoryFinder() {
1078 return assetCategoryFinder;
1079 }
1080
1081
1086 public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder) {
1087 this.assetCategoryFinder = assetCategoryFinder;
1088 }
1089
1090
1095 public AssetEntryLocalService getAssetEntryLocalService() {
1096 return assetEntryLocalService;
1097 }
1098
1099
1104 public void setAssetEntryLocalService(
1105 AssetEntryLocalService assetEntryLocalService) {
1106 this.assetEntryLocalService = assetEntryLocalService;
1107 }
1108
1109
1114 public AssetEntryService getAssetEntryService() {
1115 return assetEntryService;
1116 }
1117
1118
1123 public void setAssetEntryService(AssetEntryService assetEntryService) {
1124 this.assetEntryService = assetEntryService;
1125 }
1126
1127
1132 public AssetEntryPersistence getAssetEntryPersistence() {
1133 return assetEntryPersistence;
1134 }
1135
1136
1141 public void setAssetEntryPersistence(
1142 AssetEntryPersistence assetEntryPersistence) {
1143 this.assetEntryPersistence = assetEntryPersistence;
1144 }
1145
1146
1151 public AssetEntryFinder getAssetEntryFinder() {
1152 return assetEntryFinder;
1153 }
1154
1155
1160 public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
1161 this.assetEntryFinder = assetEntryFinder;
1162 }
1163
1164
1169 public AssetLinkLocalService getAssetLinkLocalService() {
1170 return assetLinkLocalService;
1171 }
1172
1173
1178 public void setAssetLinkLocalService(
1179 AssetLinkLocalService assetLinkLocalService) {
1180 this.assetLinkLocalService = assetLinkLocalService;
1181 }
1182
1183
1188 public AssetLinkPersistence getAssetLinkPersistence() {
1189 return assetLinkPersistence;
1190 }
1191
1192
1197 public void setAssetLinkPersistence(
1198 AssetLinkPersistence assetLinkPersistence) {
1199 this.assetLinkPersistence = assetLinkPersistence;
1200 }
1201
1202
1207 public AssetLinkFinder getAssetLinkFinder() {
1208 return assetLinkFinder;
1209 }
1210
1211
1216 public void setAssetLinkFinder(AssetLinkFinder assetLinkFinder) {
1217 this.assetLinkFinder = assetLinkFinder;
1218 }
1219
1220
1225 public AssetTagLocalService getAssetTagLocalService() {
1226 return assetTagLocalService;
1227 }
1228
1229
1234 public void setAssetTagLocalService(
1235 AssetTagLocalService assetTagLocalService) {
1236 this.assetTagLocalService = assetTagLocalService;
1237 }
1238
1239
1244 public AssetTagService getAssetTagService() {
1245 return assetTagService;
1246 }
1247
1248
1253 public void setAssetTagService(AssetTagService assetTagService) {
1254 this.assetTagService = assetTagService;
1255 }
1256
1257
1262 public AssetTagPersistence getAssetTagPersistence() {
1263 return assetTagPersistence;
1264 }
1265
1266
1271 public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence) {
1272 this.assetTagPersistence = assetTagPersistence;
1273 }
1274
1275
1280 public AssetTagFinder getAssetTagFinder() {
1281 return assetTagFinder;
1282 }
1283
1284
1289 public void setAssetTagFinder(AssetTagFinder assetTagFinder) {
1290 this.assetTagFinder = assetTagFinder;
1291 }
1292
1293
1298 public DDMStructureLocalService getDDMStructureLocalService() {
1299 return ddmStructureLocalService;
1300 }
1301
1302
1307 public void setDDMStructureLocalService(
1308 DDMStructureLocalService ddmStructureLocalService) {
1309 this.ddmStructureLocalService = ddmStructureLocalService;
1310 }
1311
1312
1317 public DDMStructureService getDDMStructureService() {
1318 return ddmStructureService;
1319 }
1320
1321
1326 public void setDDMStructureService(DDMStructureService ddmStructureService) {
1327 this.ddmStructureService = ddmStructureService;
1328 }
1329
1330
1335 public DDMStructurePersistence getDDMStructurePersistence() {
1336 return ddmStructurePersistence;
1337 }
1338
1339
1344 public void setDDMStructurePersistence(
1345 DDMStructurePersistence ddmStructurePersistence) {
1346 this.ddmStructurePersistence = ddmStructurePersistence;
1347 }
1348
1349
1354 public DDMStructureFinder getDDMStructureFinder() {
1355 return ddmStructureFinder;
1356 }
1357
1358
1363 public void setDDMStructureFinder(DDMStructureFinder ddmStructureFinder) {
1364 this.ddmStructureFinder = ddmStructureFinder;
1365 }
1366
1367
1372 public ExpandoRowLocalService getExpandoRowLocalService() {
1373 return expandoRowLocalService;
1374 }
1375
1376
1381 public void setExpandoRowLocalService(
1382 ExpandoRowLocalService expandoRowLocalService) {
1383 this.expandoRowLocalService = expandoRowLocalService;
1384 }
1385
1386
1391 public ExpandoRowPersistence getExpandoRowPersistence() {
1392 return expandoRowPersistence;
1393 }
1394
1395
1400 public void setExpandoRowPersistence(
1401 ExpandoRowPersistence expandoRowPersistence) {
1402 this.expandoRowPersistence = expandoRowPersistence;
1403 }
1404
1405
1410 public ExpandoTableLocalService getExpandoTableLocalService() {
1411 return expandoTableLocalService;
1412 }
1413
1414
1419 public void setExpandoTableLocalService(
1420 ExpandoTableLocalService expandoTableLocalService) {
1421 this.expandoTableLocalService = expandoTableLocalService;
1422 }
1423
1424
1429 public ExpandoTablePersistence getExpandoTablePersistence() {
1430 return expandoTablePersistence;
1431 }
1432
1433
1438 public void setExpandoTablePersistence(
1439 ExpandoTablePersistence expandoTablePersistence) {
1440 this.expandoTablePersistence = expandoTablePersistence;
1441 }
1442
1443
1448 public ExpandoValueLocalService getExpandoValueLocalService() {
1449 return expandoValueLocalService;
1450 }
1451
1452
1457 public void setExpandoValueLocalService(
1458 ExpandoValueLocalService expandoValueLocalService) {
1459 this.expandoValueLocalService = expandoValueLocalService;
1460 }
1461
1462
1467 public ExpandoValueService getExpandoValueService() {
1468 return expandoValueService;
1469 }
1470
1471
1476 public void setExpandoValueService(ExpandoValueService expandoValueService) {
1477 this.expandoValueService = expandoValueService;
1478 }
1479
1480
1485 public ExpandoValuePersistence getExpandoValuePersistence() {
1486 return expandoValuePersistence;
1487 }
1488
1489
1494 public void setExpandoValuePersistence(
1495 ExpandoValuePersistence expandoValuePersistence) {
1496 this.expandoValuePersistence = expandoValuePersistence;
1497 }
1498
1499
1504 public TrashEntryLocalService getTrashEntryLocalService() {
1505 return trashEntryLocalService;
1506 }
1507
1508
1513 public void setTrashEntryLocalService(
1514 TrashEntryLocalService trashEntryLocalService) {
1515 this.trashEntryLocalService = trashEntryLocalService;
1516 }
1517
1518
1523 public TrashEntryService getTrashEntryService() {
1524 return trashEntryService;
1525 }
1526
1527
1532 public void setTrashEntryService(TrashEntryService trashEntryService) {
1533 this.trashEntryService = trashEntryService;
1534 }
1535
1536
1541 public TrashEntryPersistence getTrashEntryPersistence() {
1542 return trashEntryPersistence;
1543 }
1544
1545
1550 public void setTrashEntryPersistence(
1551 TrashEntryPersistence trashEntryPersistence) {
1552 this.trashEntryPersistence = trashEntryPersistence;
1553 }
1554
1555 public void afterPropertiesSet() {
1556 }
1557
1558 public void destroy() {
1559 }
1560
1561
1566 public String getBeanIdentifier() {
1567 return _beanIdentifier;
1568 }
1569
1570
1575 public void setBeanIdentifier(String beanIdentifier) {
1576 _beanIdentifier = beanIdentifier;
1577 }
1578
1579 protected Class<?> getModelClass() {
1580 return DLFileEntry.class;
1581 }
1582
1583 protected String getModelClassName() {
1584 return DLFileEntry.class.getName();
1585 }
1586
1587
1592 protected void runSQL(String sql) throws SystemException {
1593 try {
1594 DataSource dataSource = dlFileEntryPersistence.getDataSource();
1595
1596 SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
1597 sql, new int[0]);
1598
1599 sqlUpdate.update();
1600 }
1601 catch (Exception e) {
1602 throw new SystemException(e);
1603 }
1604 }
1605
1606 @BeanReference(type = DLAppLocalService.class)
1607 protected DLAppLocalService dlAppLocalService;
1608 @BeanReference(type = DLAppService.class)
1609 protected DLAppService dlAppService;
1610 @BeanReference(type = DLAppHelperLocalService.class)
1611 protected DLAppHelperLocalService dlAppHelperLocalService;
1612 @BeanReference(type = DLContentLocalService.class)
1613 protected DLContentLocalService dlContentLocalService;
1614 @BeanReference(type = DLContentPersistence.class)
1615 protected DLContentPersistence dlContentPersistence;
1616 @BeanReference(type = DLFileEntryLocalService.class)
1617 protected DLFileEntryLocalService dlFileEntryLocalService;
1618 @BeanReference(type = DLFileEntryService.class)
1619 protected DLFileEntryService dlFileEntryService;
1620 @BeanReference(type = DLFileEntryPersistence.class)
1621 protected DLFileEntryPersistence dlFileEntryPersistence;
1622 @BeanReference(type = DLFileEntryFinder.class)
1623 protected DLFileEntryFinder dlFileEntryFinder;
1624 @BeanReference(type = DLFileEntryMetadataLocalService.class)
1625 protected DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService;
1626 @BeanReference(type = DLFileEntryMetadataPersistence.class)
1627 protected DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence;
1628 @BeanReference(type = DLFileEntryTypeLocalService.class)
1629 protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService;
1630 @BeanReference(type = DLFileEntryTypeService.class)
1631 protected DLFileEntryTypeService dlFileEntryTypeService;
1632 @BeanReference(type = DLFileEntryTypePersistence.class)
1633 protected DLFileEntryTypePersistence dlFileEntryTypePersistence;
1634 @BeanReference(type = DLFileEntryTypeFinder.class)
1635 protected DLFileEntryTypeFinder dlFileEntryTypeFinder;
1636 @BeanReference(type = DLFileRankLocalService.class)
1637 protected DLFileRankLocalService dlFileRankLocalService;
1638 @BeanReference(type = DLFileRankPersistence.class)
1639 protected DLFileRankPersistence dlFileRankPersistence;
1640 @BeanReference(type = DLFileRankFinder.class)
1641 protected DLFileRankFinder dlFileRankFinder;
1642 @BeanReference(type = DLFileShortcutLocalService.class)
1643 protected DLFileShortcutLocalService dlFileShortcutLocalService;
1644 @BeanReference(type = DLFileShortcutService.class)
1645 protected DLFileShortcutService dlFileShortcutService;
1646 @BeanReference(type = DLFileShortcutPersistence.class)
1647 protected DLFileShortcutPersistence dlFileShortcutPersistence;
1648 @BeanReference(type = DLFileVersionLocalService.class)
1649 protected DLFileVersionLocalService dlFileVersionLocalService;
1650 @BeanReference(type = DLFileVersionService.class)
1651 protected DLFileVersionService dlFileVersionService;
1652 @BeanReference(type = DLFileVersionPersistence.class)
1653 protected DLFileVersionPersistence dlFileVersionPersistence;
1654 @BeanReference(type = DLFolderLocalService.class)
1655 protected DLFolderLocalService dlFolderLocalService;
1656 @BeanReference(type = DLFolderService.class)
1657 protected DLFolderService dlFolderService;
1658 @BeanReference(type = DLFolderPersistence.class)
1659 protected DLFolderPersistence dlFolderPersistence;
1660 @BeanReference(type = DLFolderFinder.class)
1661 protected DLFolderFinder dlFolderFinder;
1662 @BeanReference(type = DLSyncLocalService.class)
1663 protected DLSyncLocalService dlSyncLocalService;
1664 @BeanReference(type = DLSyncService.class)
1665 protected DLSyncService dlSyncService;
1666 @BeanReference(type = DLSyncPersistence.class)
1667 protected DLSyncPersistence dlSyncPersistence;
1668 @BeanReference(type = DLSyncFinder.class)
1669 protected DLSyncFinder dlSyncFinder;
1670 @BeanReference(type = CounterLocalService.class)
1671 protected CounterLocalService counterLocalService;
1672 @BeanReference(type = ImageLocalService.class)
1673 protected ImageLocalService imageLocalService;
1674 @BeanReference(type = ImageService.class)
1675 protected ImageService imageService;
1676 @BeanReference(type = ImagePersistence.class)
1677 protected ImagePersistence imagePersistence;
1678 @BeanReference(type = LockLocalService.class)
1679 protected LockLocalService lockLocalService;
1680 @BeanReference(type = LockPersistence.class)
1681 protected LockPersistence lockPersistence;
1682 @BeanReference(type = LockFinder.class)
1683 protected LockFinder lockFinder;
1684 @BeanReference(type = ResourceLocalService.class)
1685 protected ResourceLocalService resourceLocalService;
1686 @BeanReference(type = UserLocalService.class)
1687 protected UserLocalService userLocalService;
1688 @BeanReference(type = UserService.class)
1689 protected UserService userService;
1690 @BeanReference(type = UserPersistence.class)
1691 protected UserPersistence userPersistence;
1692 @BeanReference(type = UserFinder.class)
1693 protected UserFinder userFinder;
1694 @BeanReference(type = WebDAVPropsLocalService.class)
1695 protected WebDAVPropsLocalService webDAVPropsLocalService;
1696 @BeanReference(type = WebDAVPropsPersistence.class)
1697 protected WebDAVPropsPersistence webDAVPropsPersistence;
1698 @BeanReference(type = WorkflowInstanceLinkLocalService.class)
1699 protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
1700 @BeanReference(type = WorkflowInstanceLinkPersistence.class)
1701 protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
1702 @BeanReference(type = AssetCategoryLocalService.class)
1703 protected AssetCategoryLocalService assetCategoryLocalService;
1704 @BeanReference(type = AssetCategoryService.class)
1705 protected AssetCategoryService assetCategoryService;
1706 @BeanReference(type = AssetCategoryPersistence.class)
1707 protected AssetCategoryPersistence assetCategoryPersistence;
1708 @BeanReference(type = AssetCategoryFinder.class)
1709 protected AssetCategoryFinder assetCategoryFinder;
1710 @BeanReference(type = AssetEntryLocalService.class)
1711 protected AssetEntryLocalService assetEntryLocalService;
1712 @BeanReference(type = AssetEntryService.class)
1713 protected AssetEntryService assetEntryService;
1714 @BeanReference(type = AssetEntryPersistence.class)
1715 protected AssetEntryPersistence assetEntryPersistence;
1716 @BeanReference(type = AssetEntryFinder.class)
1717 protected AssetEntryFinder assetEntryFinder;
1718 @BeanReference(type = AssetLinkLocalService.class)
1719 protected AssetLinkLocalService assetLinkLocalService;
1720 @BeanReference(type = AssetLinkPersistence.class)
1721 protected AssetLinkPersistence assetLinkPersistence;
1722 @BeanReference(type = AssetLinkFinder.class)
1723 protected AssetLinkFinder assetLinkFinder;
1724 @BeanReference(type = AssetTagLocalService.class)
1725 protected AssetTagLocalService assetTagLocalService;
1726 @BeanReference(type = AssetTagService.class)
1727 protected AssetTagService assetTagService;
1728 @BeanReference(type = AssetTagPersistence.class)
1729 protected AssetTagPersistence assetTagPersistence;
1730 @BeanReference(type = AssetTagFinder.class)
1731 protected AssetTagFinder assetTagFinder;
1732 @BeanReference(type = DDMStructureLocalService.class)
1733 protected DDMStructureLocalService ddmStructureLocalService;
1734 @BeanReference(type = DDMStructureService.class)
1735 protected DDMStructureService ddmStructureService;
1736 @BeanReference(type = DDMStructurePersistence.class)
1737 protected DDMStructurePersistence ddmStructurePersistence;
1738 @BeanReference(type = DDMStructureFinder.class)
1739 protected DDMStructureFinder ddmStructureFinder;
1740 @BeanReference(type = ExpandoRowLocalService.class)
1741 protected ExpandoRowLocalService expandoRowLocalService;
1742 @BeanReference(type = ExpandoRowPersistence.class)
1743 protected ExpandoRowPersistence expandoRowPersistence;
1744 @BeanReference(type = ExpandoTableLocalService.class)
1745 protected ExpandoTableLocalService expandoTableLocalService;
1746 @BeanReference(type = ExpandoTablePersistence.class)
1747 protected ExpandoTablePersistence expandoTablePersistence;
1748 @BeanReference(type = ExpandoValueLocalService.class)
1749 protected ExpandoValueLocalService expandoValueLocalService;
1750 @BeanReference(type = ExpandoValueService.class)
1751 protected ExpandoValueService expandoValueService;
1752 @BeanReference(type = ExpandoValuePersistence.class)
1753 protected ExpandoValuePersistence expandoValuePersistence;
1754 @BeanReference(type = TrashEntryLocalService.class)
1755 protected TrashEntryLocalService trashEntryLocalService;
1756 @BeanReference(type = TrashEntryService.class)
1757 protected TrashEntryService trashEntryService;
1758 @BeanReference(type = TrashEntryPersistence.class)
1759 protected TrashEntryPersistence trashEntryPersistence;
1760 private String _beanIdentifier;
1761 }