001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
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.ResourceService;
030    import com.liferay.portal.service.UserLocalService;
031    import com.liferay.portal.service.UserService;
032    import com.liferay.portal.service.WebDAVPropsLocalService;
033    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
034    import com.liferay.portal.service.persistence.ImagePersistence;
035    import com.liferay.portal.service.persistence.LockFinder;
036    import com.liferay.portal.service.persistence.LockPersistence;
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    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
042    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
043    
044    import com.liferay.portlet.asset.service.AssetCategoryLocalService;
045    import com.liferay.portlet.asset.service.AssetCategoryService;
046    import com.liferay.portlet.asset.service.AssetEntryLocalService;
047    import com.liferay.portlet.asset.service.AssetEntryService;
048    import com.liferay.portlet.asset.service.AssetLinkLocalService;
049    import com.liferay.portlet.asset.service.AssetTagLocalService;
050    import com.liferay.portlet.asset.service.AssetTagService;
051    import com.liferay.portlet.asset.service.persistence.AssetCategoryFinder;
052    import com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence;
053    import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
054    import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
055    import com.liferay.portlet.asset.service.persistence.AssetLinkPersistence;
056    import com.liferay.portlet.asset.service.persistence.AssetTagFinder;
057    import com.liferay.portlet.asset.service.persistence.AssetTagPersistence;
058    import com.liferay.portlet.documentlibrary.model.DLFileEntry;
059    import com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService;
060    import com.liferay.portlet.documentlibrary.service.DLAppLocalService;
061    import com.liferay.portlet.documentlibrary.service.DLAppService;
062    import com.liferay.portlet.documentlibrary.service.DLContentLocalService;
063    import com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService;
064    import com.liferay.portlet.documentlibrary.service.DLFileEntryMetadataLocalService;
065    import com.liferay.portlet.documentlibrary.service.DLFileEntryService;
066    import com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService;
067    import com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService;
068    import com.liferay.portlet.documentlibrary.service.DLFileRankLocalService;
069    import com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService;
070    import com.liferay.portlet.documentlibrary.service.DLFileShortcutService;
071    import com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService;
072    import com.liferay.portlet.documentlibrary.service.DLFileVersionService;
073    import com.liferay.portlet.documentlibrary.service.DLFolderLocalService;
074    import com.liferay.portlet.documentlibrary.service.DLFolderService;
075    import com.liferay.portlet.documentlibrary.service.DLSyncLocalService;
076    import com.liferay.portlet.documentlibrary.service.DLSyncService;
077    import com.liferay.portlet.documentlibrary.service.persistence.DLContentPersistence;
078    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder;
079    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryMetadataPersistence;
080    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryPersistence;
081    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder;
082    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence;
083    import com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder;
084    import com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence;
085    import com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence;
086    import com.liferay.portlet.documentlibrary.service.persistence.DLFileVersionPersistence;
087    import com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder;
088    import com.liferay.portlet.documentlibrary.service.persistence.DLFolderPersistence;
089    import com.liferay.portlet.documentlibrary.service.persistence.DLSyncFinder;
090    import com.liferay.portlet.documentlibrary.service.persistence.DLSyncPersistence;
091    import com.liferay.portlet.dynamicdatamapping.service.DDMStructureLocalService;
092    import com.liferay.portlet.dynamicdatamapping.service.DDMStructureService;
093    import com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder;
094    import com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructurePersistence;
095    import com.liferay.portlet.expando.service.ExpandoValueLocalService;
096    import com.liferay.portlet.expando.service.ExpandoValueService;
097    import com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence;
098    
099    import javax.sql.DataSource;
100    
101    /**
102     * The base implementation of the document library file entry remote service.
103     *
104     * <p>
105     * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.portlet.documentlibrary.service.impl.DLFileEntryServiceImpl}.
106     * </p>
107     *
108     * @author Brian Wing Shun Chan
109     * @see com.liferay.portlet.documentlibrary.service.impl.DLFileEntryServiceImpl
110     * @see com.liferay.portlet.documentlibrary.service.DLFileEntryServiceUtil
111     * @generated
112     */
113    public abstract class DLFileEntryServiceBaseImpl extends BaseServiceImpl
114            implements DLFileEntryService, IdentifiableBean {
115            /*
116             * NOTE FOR DEVELOPERS:
117             *
118             * Never modify or reference this class directly. Always use {@link com.liferay.portlet.documentlibrary.service.DLFileEntryServiceUtil} to access the document library file entry remote service.
119             */
120    
121            /**
122             * Returns the d l app local service.
123             *
124             * @return the d l app local service
125             */
126            public DLAppLocalService getDLAppLocalService() {
127                    return dlAppLocalService;
128            }
129    
130            /**
131             * Sets the d l app local service.
132             *
133             * @param dlAppLocalService the d l app local service
134             */
135            public void setDLAppLocalService(DLAppLocalService dlAppLocalService) {
136                    this.dlAppLocalService = dlAppLocalService;
137            }
138    
139            /**
140             * Returns the d l app remote service.
141             *
142             * @return the d l app remote service
143             */
144            public DLAppService getDLAppService() {
145                    return dlAppService;
146            }
147    
148            /**
149             * Sets the d l app remote service.
150             *
151             * @param dlAppService the d l app remote service
152             */
153            public void setDLAppService(DLAppService dlAppService) {
154                    this.dlAppService = dlAppService;
155            }
156    
157            /**
158             * Returns the d l app helper local service.
159             *
160             * @return the d l app helper local service
161             */
162            public DLAppHelperLocalService getDLAppHelperLocalService() {
163                    return dlAppHelperLocalService;
164            }
165    
166            /**
167             * Sets the d l app helper local service.
168             *
169             * @param dlAppHelperLocalService the d l app helper local service
170             */
171            public void setDLAppHelperLocalService(
172                    DLAppHelperLocalService dlAppHelperLocalService) {
173                    this.dlAppHelperLocalService = dlAppHelperLocalService;
174            }
175    
176            /**
177             * Returns the document library content local service.
178             *
179             * @return the document library content local service
180             */
181            public DLContentLocalService getDLContentLocalService() {
182                    return dlContentLocalService;
183            }
184    
185            /**
186             * Sets the document library content local service.
187             *
188             * @param dlContentLocalService the document library content local service
189             */
190            public void setDLContentLocalService(
191                    DLContentLocalService dlContentLocalService) {
192                    this.dlContentLocalService = dlContentLocalService;
193            }
194    
195            /**
196             * Returns the document library content persistence.
197             *
198             * @return the document library content persistence
199             */
200            public DLContentPersistence getDLContentPersistence() {
201                    return dlContentPersistence;
202            }
203    
204            /**
205             * Sets the document library content persistence.
206             *
207             * @param dlContentPersistence the document library content persistence
208             */
209            public void setDLContentPersistence(
210                    DLContentPersistence dlContentPersistence) {
211                    this.dlContentPersistence = dlContentPersistence;
212            }
213    
214            /**
215             * Returns the document library file entry local service.
216             *
217             * @return the document library file entry local service
218             */
219            public DLFileEntryLocalService getDLFileEntryLocalService() {
220                    return dlFileEntryLocalService;
221            }
222    
223            /**
224             * Sets the document library file entry local service.
225             *
226             * @param dlFileEntryLocalService the document library file entry local service
227             */
228            public void setDLFileEntryLocalService(
229                    DLFileEntryLocalService dlFileEntryLocalService) {
230                    this.dlFileEntryLocalService = dlFileEntryLocalService;
231            }
232    
233            /**
234             * Returns the document library file entry remote service.
235             *
236             * @return the document library file entry remote service
237             */
238            public DLFileEntryService getDLFileEntryService() {
239                    return dlFileEntryService;
240            }
241    
242            /**
243             * Sets the document library file entry remote service.
244             *
245             * @param dlFileEntryService the document library file entry remote service
246             */
247            public void setDLFileEntryService(DLFileEntryService dlFileEntryService) {
248                    this.dlFileEntryService = dlFileEntryService;
249            }
250    
251            /**
252             * Returns the document library file entry persistence.
253             *
254             * @return the document library file entry persistence
255             */
256            public DLFileEntryPersistence getDLFileEntryPersistence() {
257                    return dlFileEntryPersistence;
258            }
259    
260            /**
261             * Sets the document library file entry persistence.
262             *
263             * @param dlFileEntryPersistence the document library file entry persistence
264             */
265            public void setDLFileEntryPersistence(
266                    DLFileEntryPersistence dlFileEntryPersistence) {
267                    this.dlFileEntryPersistence = dlFileEntryPersistence;
268            }
269    
270            /**
271             * Returns the document library file entry finder.
272             *
273             * @return the document library file entry finder
274             */
275            public DLFileEntryFinder getDLFileEntryFinder() {
276                    return dlFileEntryFinder;
277            }
278    
279            /**
280             * Sets the document library file entry finder.
281             *
282             * @param dlFileEntryFinder the document library file entry finder
283             */
284            public void setDLFileEntryFinder(DLFileEntryFinder dlFileEntryFinder) {
285                    this.dlFileEntryFinder = dlFileEntryFinder;
286            }
287    
288            /**
289             * Returns the document library file entry metadata local service.
290             *
291             * @return the document library file entry metadata local service
292             */
293            public DLFileEntryMetadataLocalService getDLFileEntryMetadataLocalService() {
294                    return dlFileEntryMetadataLocalService;
295            }
296    
297            /**
298             * Sets the document library file entry metadata local service.
299             *
300             * @param dlFileEntryMetadataLocalService the document library file entry metadata local service
301             */
302            public void setDLFileEntryMetadataLocalService(
303                    DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService) {
304                    this.dlFileEntryMetadataLocalService = dlFileEntryMetadataLocalService;
305            }
306    
307            /**
308             * Returns the document library file entry metadata persistence.
309             *
310             * @return the document library file entry metadata persistence
311             */
312            public DLFileEntryMetadataPersistence getDLFileEntryMetadataPersistence() {
313                    return dlFileEntryMetadataPersistence;
314            }
315    
316            /**
317             * Sets the document library file entry metadata persistence.
318             *
319             * @param dlFileEntryMetadataPersistence the document library file entry metadata persistence
320             */
321            public void setDLFileEntryMetadataPersistence(
322                    DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence) {
323                    this.dlFileEntryMetadataPersistence = dlFileEntryMetadataPersistence;
324            }
325    
326            /**
327             * Returns the document library file entry type local service.
328             *
329             * @return the document library file entry type local service
330             */
331            public DLFileEntryTypeLocalService getDLFileEntryTypeLocalService() {
332                    return dlFileEntryTypeLocalService;
333            }
334    
335            /**
336             * Sets the document library file entry type local service.
337             *
338             * @param dlFileEntryTypeLocalService the document library file entry type local service
339             */
340            public void setDLFileEntryTypeLocalService(
341                    DLFileEntryTypeLocalService dlFileEntryTypeLocalService) {
342                    this.dlFileEntryTypeLocalService = dlFileEntryTypeLocalService;
343            }
344    
345            /**
346             * Returns the document library file entry type remote service.
347             *
348             * @return the document library file entry type remote service
349             */
350            public DLFileEntryTypeService getDLFileEntryTypeService() {
351                    return dlFileEntryTypeService;
352            }
353    
354            /**
355             * Sets the document library file entry type remote service.
356             *
357             * @param dlFileEntryTypeService the document library file entry type remote service
358             */
359            public void setDLFileEntryTypeService(
360                    DLFileEntryTypeService dlFileEntryTypeService) {
361                    this.dlFileEntryTypeService = dlFileEntryTypeService;
362            }
363    
364            /**
365             * Returns the document library file entry type persistence.
366             *
367             * @return the document library file entry type persistence
368             */
369            public DLFileEntryTypePersistence getDLFileEntryTypePersistence() {
370                    return dlFileEntryTypePersistence;
371            }
372    
373            /**
374             * Sets the document library file entry type persistence.
375             *
376             * @param dlFileEntryTypePersistence the document library file entry type persistence
377             */
378            public void setDLFileEntryTypePersistence(
379                    DLFileEntryTypePersistence dlFileEntryTypePersistence) {
380                    this.dlFileEntryTypePersistence = dlFileEntryTypePersistence;
381            }
382    
383            /**
384             * Returns the document library file entry type finder.
385             *
386             * @return the document library file entry type finder
387             */
388            public DLFileEntryTypeFinder getDLFileEntryTypeFinder() {
389                    return dlFileEntryTypeFinder;
390            }
391    
392            /**
393             * Sets the document library file entry type finder.
394             *
395             * @param dlFileEntryTypeFinder the document library file entry type finder
396             */
397            public void setDLFileEntryTypeFinder(
398                    DLFileEntryTypeFinder dlFileEntryTypeFinder) {
399                    this.dlFileEntryTypeFinder = dlFileEntryTypeFinder;
400            }
401    
402            /**
403             * Returns the document library file rank local service.
404             *
405             * @return the document library file rank local service
406             */
407            public DLFileRankLocalService getDLFileRankLocalService() {
408                    return dlFileRankLocalService;
409            }
410    
411            /**
412             * Sets the document library file rank local service.
413             *
414             * @param dlFileRankLocalService the document library file rank local service
415             */
416            public void setDLFileRankLocalService(
417                    DLFileRankLocalService dlFileRankLocalService) {
418                    this.dlFileRankLocalService = dlFileRankLocalService;
419            }
420    
421            /**
422             * Returns the document library file rank persistence.
423             *
424             * @return the document library file rank persistence
425             */
426            public DLFileRankPersistence getDLFileRankPersistence() {
427                    return dlFileRankPersistence;
428            }
429    
430            /**
431             * Sets the document library file rank persistence.
432             *
433             * @param dlFileRankPersistence the document library file rank persistence
434             */
435            public void setDLFileRankPersistence(
436                    DLFileRankPersistence dlFileRankPersistence) {
437                    this.dlFileRankPersistence = dlFileRankPersistence;
438            }
439    
440            /**
441             * Returns the document library file rank finder.
442             *
443             * @return the document library file rank finder
444             */
445            public DLFileRankFinder getDLFileRankFinder() {
446                    return dlFileRankFinder;
447            }
448    
449            /**
450             * Sets the document library file rank finder.
451             *
452             * @param dlFileRankFinder the document library file rank finder
453             */
454            public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder) {
455                    this.dlFileRankFinder = dlFileRankFinder;
456            }
457    
458            /**
459             * Returns the document library file shortcut local service.
460             *
461             * @return the document library file shortcut local service
462             */
463            public DLFileShortcutLocalService getDLFileShortcutLocalService() {
464                    return dlFileShortcutLocalService;
465            }
466    
467            /**
468             * Sets the document library file shortcut local service.
469             *
470             * @param dlFileShortcutLocalService the document library file shortcut local service
471             */
472            public void setDLFileShortcutLocalService(
473                    DLFileShortcutLocalService dlFileShortcutLocalService) {
474                    this.dlFileShortcutLocalService = dlFileShortcutLocalService;
475            }
476    
477            /**
478             * Returns the document library file shortcut remote service.
479             *
480             * @return the document library file shortcut remote service
481             */
482            public DLFileShortcutService getDLFileShortcutService() {
483                    return dlFileShortcutService;
484            }
485    
486            /**
487             * Sets the document library file shortcut remote service.
488             *
489             * @param dlFileShortcutService the document library file shortcut remote service
490             */
491            public void setDLFileShortcutService(
492                    DLFileShortcutService dlFileShortcutService) {
493                    this.dlFileShortcutService = dlFileShortcutService;
494            }
495    
496            /**
497             * Returns the document library file shortcut persistence.
498             *
499             * @return the document library file shortcut persistence
500             */
501            public DLFileShortcutPersistence getDLFileShortcutPersistence() {
502                    return dlFileShortcutPersistence;
503            }
504    
505            /**
506             * Sets the document library file shortcut persistence.
507             *
508             * @param dlFileShortcutPersistence the document library file shortcut persistence
509             */
510            public void setDLFileShortcutPersistence(
511                    DLFileShortcutPersistence dlFileShortcutPersistence) {
512                    this.dlFileShortcutPersistence = dlFileShortcutPersistence;
513            }
514    
515            /**
516             * Returns the document library file version local service.
517             *
518             * @return the document library file version local service
519             */
520            public DLFileVersionLocalService getDLFileVersionLocalService() {
521                    return dlFileVersionLocalService;
522            }
523    
524            /**
525             * Sets the document library file version local service.
526             *
527             * @param dlFileVersionLocalService the document library file version local service
528             */
529            public void setDLFileVersionLocalService(
530                    DLFileVersionLocalService dlFileVersionLocalService) {
531                    this.dlFileVersionLocalService = dlFileVersionLocalService;
532            }
533    
534            /**
535             * Returns the document library file version remote service.
536             *
537             * @return the document library file version remote service
538             */
539            public DLFileVersionService getDLFileVersionService() {
540                    return dlFileVersionService;
541            }
542    
543            /**
544             * Sets the document library file version remote service.
545             *
546             * @param dlFileVersionService the document library file version remote service
547             */
548            public void setDLFileVersionService(
549                    DLFileVersionService dlFileVersionService) {
550                    this.dlFileVersionService = dlFileVersionService;
551            }
552    
553            /**
554             * Returns the document library file version persistence.
555             *
556             * @return the document library file version persistence
557             */
558            public DLFileVersionPersistence getDLFileVersionPersistence() {
559                    return dlFileVersionPersistence;
560            }
561    
562            /**
563             * Sets the document library file version persistence.
564             *
565             * @param dlFileVersionPersistence the document library file version persistence
566             */
567            public void setDLFileVersionPersistence(
568                    DLFileVersionPersistence dlFileVersionPersistence) {
569                    this.dlFileVersionPersistence = dlFileVersionPersistence;
570            }
571    
572            /**
573             * Returns the document library folder local service.
574             *
575             * @return the document library folder local service
576             */
577            public DLFolderLocalService getDLFolderLocalService() {
578                    return dlFolderLocalService;
579            }
580    
581            /**
582             * Sets the document library folder local service.
583             *
584             * @param dlFolderLocalService the document library folder local service
585             */
586            public void setDLFolderLocalService(
587                    DLFolderLocalService dlFolderLocalService) {
588                    this.dlFolderLocalService = dlFolderLocalService;
589            }
590    
591            /**
592             * Returns the document library folder remote service.
593             *
594             * @return the document library folder remote service
595             */
596            public DLFolderService getDLFolderService() {
597                    return dlFolderService;
598            }
599    
600            /**
601             * Sets the document library folder remote service.
602             *
603             * @param dlFolderService the document library folder remote service
604             */
605            public void setDLFolderService(DLFolderService dlFolderService) {
606                    this.dlFolderService = dlFolderService;
607            }
608    
609            /**
610             * Returns the document library folder persistence.
611             *
612             * @return the document library folder persistence
613             */
614            public DLFolderPersistence getDLFolderPersistence() {
615                    return dlFolderPersistence;
616            }
617    
618            /**
619             * Sets the document library folder persistence.
620             *
621             * @param dlFolderPersistence the document library folder persistence
622             */
623            public void setDLFolderPersistence(DLFolderPersistence dlFolderPersistence) {
624                    this.dlFolderPersistence = dlFolderPersistence;
625            }
626    
627            /**
628             * Returns the document library folder finder.
629             *
630             * @return the document library folder finder
631             */
632            public DLFolderFinder getDLFolderFinder() {
633                    return dlFolderFinder;
634            }
635    
636            /**
637             * Sets the document library folder finder.
638             *
639             * @param dlFolderFinder the document library folder finder
640             */
641            public void setDLFolderFinder(DLFolderFinder dlFolderFinder) {
642                    this.dlFolderFinder = dlFolderFinder;
643            }
644    
645            /**
646             * Returns the d l sync local service.
647             *
648             * @return the d l sync local service
649             */
650            public DLSyncLocalService getDLSyncLocalService() {
651                    return dlSyncLocalService;
652            }
653    
654            /**
655             * Sets the d l sync local service.
656             *
657             * @param dlSyncLocalService the d l sync local service
658             */
659            public void setDLSyncLocalService(DLSyncLocalService dlSyncLocalService) {
660                    this.dlSyncLocalService = dlSyncLocalService;
661            }
662    
663            /**
664             * Returns the d l sync remote service.
665             *
666             * @return the d l sync remote service
667             */
668            public DLSyncService getDLSyncService() {
669                    return dlSyncService;
670            }
671    
672            /**
673             * Sets the d l sync remote service.
674             *
675             * @param dlSyncService the d l sync remote service
676             */
677            public void setDLSyncService(DLSyncService dlSyncService) {
678                    this.dlSyncService = dlSyncService;
679            }
680    
681            /**
682             * Returns the d l sync persistence.
683             *
684             * @return the d l sync persistence
685             */
686            public DLSyncPersistence getDLSyncPersistence() {
687                    return dlSyncPersistence;
688            }
689    
690            /**
691             * Sets the d l sync persistence.
692             *
693             * @param dlSyncPersistence the d l sync persistence
694             */
695            public void setDLSyncPersistence(DLSyncPersistence dlSyncPersistence) {
696                    this.dlSyncPersistence = dlSyncPersistence;
697            }
698    
699            /**
700             * Returns the d l sync finder.
701             *
702             * @return the d l sync finder
703             */
704            public DLSyncFinder getDLSyncFinder() {
705                    return dlSyncFinder;
706            }
707    
708            /**
709             * Sets the d l sync finder.
710             *
711             * @param dlSyncFinder the d l sync finder
712             */
713            public void setDLSyncFinder(DLSyncFinder dlSyncFinder) {
714                    this.dlSyncFinder = dlSyncFinder;
715            }
716    
717            /**
718             * Returns the counter local service.
719             *
720             * @return the counter local service
721             */
722            public CounterLocalService getCounterLocalService() {
723                    return counterLocalService;
724            }
725    
726            /**
727             * Sets the counter local service.
728             *
729             * @param counterLocalService the counter local service
730             */
731            public void setCounterLocalService(CounterLocalService counterLocalService) {
732                    this.counterLocalService = counterLocalService;
733            }
734    
735            /**
736             * Returns the image local service.
737             *
738             * @return the image local service
739             */
740            public ImageLocalService getImageLocalService() {
741                    return imageLocalService;
742            }
743    
744            /**
745             * Sets the image local service.
746             *
747             * @param imageLocalService the image local service
748             */
749            public void setImageLocalService(ImageLocalService imageLocalService) {
750                    this.imageLocalService = imageLocalService;
751            }
752    
753            /**
754             * Returns the image remote service.
755             *
756             * @return the image remote service
757             */
758            public ImageService getImageService() {
759                    return imageService;
760            }
761    
762            /**
763             * Sets the image remote service.
764             *
765             * @param imageService the image remote service
766             */
767            public void setImageService(ImageService imageService) {
768                    this.imageService = imageService;
769            }
770    
771            /**
772             * Returns the image persistence.
773             *
774             * @return the image persistence
775             */
776            public ImagePersistence getImagePersistence() {
777                    return imagePersistence;
778            }
779    
780            /**
781             * Sets the image persistence.
782             *
783             * @param imagePersistence the image persistence
784             */
785            public void setImagePersistence(ImagePersistence imagePersistence) {
786                    this.imagePersistence = imagePersistence;
787            }
788    
789            /**
790             * Returns the lock local service.
791             *
792             * @return the lock local service
793             */
794            public LockLocalService getLockLocalService() {
795                    return lockLocalService;
796            }
797    
798            /**
799             * Sets the lock local service.
800             *
801             * @param lockLocalService the lock local service
802             */
803            public void setLockLocalService(LockLocalService lockLocalService) {
804                    this.lockLocalService = lockLocalService;
805            }
806    
807            /**
808             * Returns the lock persistence.
809             *
810             * @return the lock persistence
811             */
812            public LockPersistence getLockPersistence() {
813                    return lockPersistence;
814            }
815    
816            /**
817             * Sets the lock persistence.
818             *
819             * @param lockPersistence the lock persistence
820             */
821            public void setLockPersistence(LockPersistence lockPersistence) {
822                    this.lockPersistence = lockPersistence;
823            }
824    
825            /**
826             * Returns the lock finder.
827             *
828             * @return the lock finder
829             */
830            public LockFinder getLockFinder() {
831                    return lockFinder;
832            }
833    
834            /**
835             * Sets the lock finder.
836             *
837             * @param lockFinder the lock finder
838             */
839            public void setLockFinder(LockFinder lockFinder) {
840                    this.lockFinder = lockFinder;
841            }
842    
843            /**
844             * Returns the resource local service.
845             *
846             * @return the resource local service
847             */
848            public ResourceLocalService getResourceLocalService() {
849                    return resourceLocalService;
850            }
851    
852            /**
853             * Sets the resource local service.
854             *
855             * @param resourceLocalService the resource local service
856             */
857            public void setResourceLocalService(
858                    ResourceLocalService resourceLocalService) {
859                    this.resourceLocalService = resourceLocalService;
860            }
861    
862            /**
863             * Returns the resource remote service.
864             *
865             * @return the resource remote service
866             */
867            public ResourceService getResourceService() {
868                    return resourceService;
869            }
870    
871            /**
872             * Sets the resource remote service.
873             *
874             * @param resourceService the resource remote service
875             */
876            public void setResourceService(ResourceService resourceService) {
877                    this.resourceService = resourceService;
878            }
879    
880            /**
881             * Returns the resource persistence.
882             *
883             * @return the resource persistence
884             */
885            public ResourcePersistence getResourcePersistence() {
886                    return resourcePersistence;
887            }
888    
889            /**
890             * Sets the resource persistence.
891             *
892             * @param resourcePersistence the resource persistence
893             */
894            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
895                    this.resourcePersistence = resourcePersistence;
896            }
897    
898            /**
899             * Returns the resource finder.
900             *
901             * @return the resource finder
902             */
903            public ResourceFinder getResourceFinder() {
904                    return resourceFinder;
905            }
906    
907            /**
908             * Sets the resource finder.
909             *
910             * @param resourceFinder the resource finder
911             */
912            public void setResourceFinder(ResourceFinder resourceFinder) {
913                    this.resourceFinder = resourceFinder;
914            }
915    
916            /**
917             * Returns the user local service.
918             *
919             * @return the user local service
920             */
921            public UserLocalService getUserLocalService() {
922                    return userLocalService;
923            }
924    
925            /**
926             * Sets the user local service.
927             *
928             * @param userLocalService the user local service
929             */
930            public void setUserLocalService(UserLocalService userLocalService) {
931                    this.userLocalService = userLocalService;
932            }
933    
934            /**
935             * Returns the user remote service.
936             *
937             * @return the user remote service
938             */
939            public UserService getUserService() {
940                    return userService;
941            }
942    
943            /**
944             * Sets the user remote service.
945             *
946             * @param userService the user remote service
947             */
948            public void setUserService(UserService userService) {
949                    this.userService = userService;
950            }
951    
952            /**
953             * Returns the user persistence.
954             *
955             * @return the user persistence
956             */
957            public UserPersistence getUserPersistence() {
958                    return userPersistence;
959            }
960    
961            /**
962             * Sets the user persistence.
963             *
964             * @param userPersistence the user persistence
965             */
966            public void setUserPersistence(UserPersistence userPersistence) {
967                    this.userPersistence = userPersistence;
968            }
969    
970            /**
971             * Returns the user finder.
972             *
973             * @return the user finder
974             */
975            public UserFinder getUserFinder() {
976                    return userFinder;
977            }
978    
979            /**
980             * Sets the user finder.
981             *
982             * @param userFinder the user finder
983             */
984            public void setUserFinder(UserFinder userFinder) {
985                    this.userFinder = userFinder;
986            }
987    
988            /**
989             * Returns the web d a v props local service.
990             *
991             * @return the web d a v props local service
992             */
993            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
994                    return webDAVPropsLocalService;
995            }
996    
997            /**
998             * Sets the web d a v props local service.
999             *
1000             * @param webDAVPropsLocalService the web d a v props local service
1001             */
1002            public void setWebDAVPropsLocalService(
1003                    WebDAVPropsLocalService webDAVPropsLocalService) {
1004                    this.webDAVPropsLocalService = webDAVPropsLocalService;
1005            }
1006    
1007            /**
1008             * Returns the web d a v props persistence.
1009             *
1010             * @return the web d a v props persistence
1011             */
1012            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
1013                    return webDAVPropsPersistence;
1014            }
1015    
1016            /**
1017             * Sets the web d a v props persistence.
1018             *
1019             * @param webDAVPropsPersistence the web d a v props persistence
1020             */
1021            public void setWebDAVPropsPersistence(
1022                    WebDAVPropsPersistence webDAVPropsPersistence) {
1023                    this.webDAVPropsPersistence = webDAVPropsPersistence;
1024            }
1025    
1026            /**
1027             * Returns the workflow instance link local service.
1028             *
1029             * @return the workflow instance link local service
1030             */
1031            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
1032                    return workflowInstanceLinkLocalService;
1033            }
1034    
1035            /**
1036             * Sets the workflow instance link local service.
1037             *
1038             * @param workflowInstanceLinkLocalService the workflow instance link local service
1039             */
1040            public void setWorkflowInstanceLinkLocalService(
1041                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
1042                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
1043            }
1044    
1045            /**
1046             * Returns the workflow instance link persistence.
1047             *
1048             * @return the workflow instance link persistence
1049             */
1050            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
1051                    return workflowInstanceLinkPersistence;
1052            }
1053    
1054            /**
1055             * Sets the workflow instance link persistence.
1056             *
1057             * @param workflowInstanceLinkPersistence the workflow instance link persistence
1058             */
1059            public void setWorkflowInstanceLinkPersistence(
1060                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
1061                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
1062            }
1063    
1064            /**
1065             * Returns the asset category local service.
1066             *
1067             * @return the asset category local service
1068             */
1069            public AssetCategoryLocalService getAssetCategoryLocalService() {
1070                    return assetCategoryLocalService;
1071            }
1072    
1073            /**
1074             * Sets the asset category local service.
1075             *
1076             * @param assetCategoryLocalService the asset category local service
1077             */
1078            public void setAssetCategoryLocalService(
1079                    AssetCategoryLocalService assetCategoryLocalService) {
1080                    this.assetCategoryLocalService = assetCategoryLocalService;
1081            }
1082    
1083            /**
1084             * Returns the asset category remote service.
1085             *
1086             * @return the asset category remote service
1087             */
1088            public AssetCategoryService getAssetCategoryService() {
1089                    return assetCategoryService;
1090            }
1091    
1092            /**
1093             * Sets the asset category remote service.
1094             *
1095             * @param assetCategoryService the asset category remote service
1096             */
1097            public void setAssetCategoryService(
1098                    AssetCategoryService assetCategoryService) {
1099                    this.assetCategoryService = assetCategoryService;
1100            }
1101    
1102            /**
1103             * Returns the asset category persistence.
1104             *
1105             * @return the asset category persistence
1106             */
1107            public AssetCategoryPersistence getAssetCategoryPersistence() {
1108                    return assetCategoryPersistence;
1109            }
1110    
1111            /**
1112             * Sets the asset category persistence.
1113             *
1114             * @param assetCategoryPersistence the asset category persistence
1115             */
1116            public void setAssetCategoryPersistence(
1117                    AssetCategoryPersistence assetCategoryPersistence) {
1118                    this.assetCategoryPersistence = assetCategoryPersistence;
1119            }
1120    
1121            /**
1122             * Returns the asset category finder.
1123             *
1124             * @return the asset category finder
1125             */
1126            public AssetCategoryFinder getAssetCategoryFinder() {
1127                    return assetCategoryFinder;
1128            }
1129    
1130            /**
1131             * Sets the asset category finder.
1132             *
1133             * @param assetCategoryFinder the asset category finder
1134             */
1135            public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder) {
1136                    this.assetCategoryFinder = assetCategoryFinder;
1137            }
1138    
1139            /**
1140             * Returns the asset entry local service.
1141             *
1142             * @return the asset entry local service
1143             */
1144            public AssetEntryLocalService getAssetEntryLocalService() {
1145                    return assetEntryLocalService;
1146            }
1147    
1148            /**
1149             * Sets the asset entry local service.
1150             *
1151             * @param assetEntryLocalService the asset entry local service
1152             */
1153            public void setAssetEntryLocalService(
1154                    AssetEntryLocalService assetEntryLocalService) {
1155                    this.assetEntryLocalService = assetEntryLocalService;
1156            }
1157    
1158            /**
1159             * Returns the asset entry remote service.
1160             *
1161             * @return the asset entry remote service
1162             */
1163            public AssetEntryService getAssetEntryService() {
1164                    return assetEntryService;
1165            }
1166    
1167            /**
1168             * Sets the asset entry remote service.
1169             *
1170             * @param assetEntryService the asset entry remote service
1171             */
1172            public void setAssetEntryService(AssetEntryService assetEntryService) {
1173                    this.assetEntryService = assetEntryService;
1174            }
1175    
1176            /**
1177             * Returns the asset entry persistence.
1178             *
1179             * @return the asset entry persistence
1180             */
1181            public AssetEntryPersistence getAssetEntryPersistence() {
1182                    return assetEntryPersistence;
1183            }
1184    
1185            /**
1186             * Sets the asset entry persistence.
1187             *
1188             * @param assetEntryPersistence the asset entry persistence
1189             */
1190            public void setAssetEntryPersistence(
1191                    AssetEntryPersistence assetEntryPersistence) {
1192                    this.assetEntryPersistence = assetEntryPersistence;
1193            }
1194    
1195            /**
1196             * Returns the asset entry finder.
1197             *
1198             * @return the asset entry finder
1199             */
1200            public AssetEntryFinder getAssetEntryFinder() {
1201                    return assetEntryFinder;
1202            }
1203    
1204            /**
1205             * Sets the asset entry finder.
1206             *
1207             * @param assetEntryFinder the asset entry finder
1208             */
1209            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
1210                    this.assetEntryFinder = assetEntryFinder;
1211            }
1212    
1213            /**
1214             * Returns the asset link local service.
1215             *
1216             * @return the asset link local service
1217             */
1218            public AssetLinkLocalService getAssetLinkLocalService() {
1219                    return assetLinkLocalService;
1220            }
1221    
1222            /**
1223             * Sets the asset link local service.
1224             *
1225             * @param assetLinkLocalService the asset link local service
1226             */
1227            public void setAssetLinkLocalService(
1228                    AssetLinkLocalService assetLinkLocalService) {
1229                    this.assetLinkLocalService = assetLinkLocalService;
1230            }
1231    
1232            /**
1233             * Returns the asset link persistence.
1234             *
1235             * @return the asset link persistence
1236             */
1237            public AssetLinkPersistence getAssetLinkPersistence() {
1238                    return assetLinkPersistence;
1239            }
1240    
1241            /**
1242             * Sets the asset link persistence.
1243             *
1244             * @param assetLinkPersistence the asset link persistence
1245             */
1246            public void setAssetLinkPersistence(
1247                    AssetLinkPersistence assetLinkPersistence) {
1248                    this.assetLinkPersistence = assetLinkPersistence;
1249            }
1250    
1251            /**
1252             * Returns the asset tag local service.
1253             *
1254             * @return the asset tag local service
1255             */
1256            public AssetTagLocalService getAssetTagLocalService() {
1257                    return assetTagLocalService;
1258            }
1259    
1260            /**
1261             * Sets the asset tag local service.
1262             *
1263             * @param assetTagLocalService the asset tag local service
1264             */
1265            public void setAssetTagLocalService(
1266                    AssetTagLocalService assetTagLocalService) {
1267                    this.assetTagLocalService = assetTagLocalService;
1268            }
1269    
1270            /**
1271             * Returns the asset tag remote service.
1272             *
1273             * @return the asset tag remote service
1274             */
1275            public AssetTagService getAssetTagService() {
1276                    return assetTagService;
1277            }
1278    
1279            /**
1280             * Sets the asset tag remote service.
1281             *
1282             * @param assetTagService the asset tag remote service
1283             */
1284            public void setAssetTagService(AssetTagService assetTagService) {
1285                    this.assetTagService = assetTagService;
1286            }
1287    
1288            /**
1289             * Returns the asset tag persistence.
1290             *
1291             * @return the asset tag persistence
1292             */
1293            public AssetTagPersistence getAssetTagPersistence() {
1294                    return assetTagPersistence;
1295            }
1296    
1297            /**
1298             * Sets the asset tag persistence.
1299             *
1300             * @param assetTagPersistence the asset tag persistence
1301             */
1302            public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence) {
1303                    this.assetTagPersistence = assetTagPersistence;
1304            }
1305    
1306            /**
1307             * Returns the asset tag finder.
1308             *
1309             * @return the asset tag finder
1310             */
1311            public AssetTagFinder getAssetTagFinder() {
1312                    return assetTagFinder;
1313            }
1314    
1315            /**
1316             * Sets the asset tag finder.
1317             *
1318             * @param assetTagFinder the asset tag finder
1319             */
1320            public void setAssetTagFinder(AssetTagFinder assetTagFinder) {
1321                    this.assetTagFinder = assetTagFinder;
1322            }
1323    
1324            /**
1325             * Returns the d d m structure local service.
1326             *
1327             * @return the d d m structure local service
1328             */
1329            public DDMStructureLocalService getDDMStructureLocalService() {
1330                    return ddmStructureLocalService;
1331            }
1332    
1333            /**
1334             * Sets the d d m structure local service.
1335             *
1336             * @param ddmStructureLocalService the d d m structure local service
1337             */
1338            public void setDDMStructureLocalService(
1339                    DDMStructureLocalService ddmStructureLocalService) {
1340                    this.ddmStructureLocalService = ddmStructureLocalService;
1341            }
1342    
1343            /**
1344             * Returns the d d m structure remote service.
1345             *
1346             * @return the d d m structure remote service
1347             */
1348            public DDMStructureService getDDMStructureService() {
1349                    return ddmStructureService;
1350            }
1351    
1352            /**
1353             * Sets the d d m structure remote service.
1354             *
1355             * @param ddmStructureService the d d m structure remote service
1356             */
1357            public void setDDMStructureService(DDMStructureService ddmStructureService) {
1358                    this.ddmStructureService = ddmStructureService;
1359            }
1360    
1361            /**
1362             * Returns the d d m structure persistence.
1363             *
1364             * @return the d d m structure persistence
1365             */
1366            public DDMStructurePersistence getDDMStructurePersistence() {
1367                    return ddmStructurePersistence;
1368            }
1369    
1370            /**
1371             * Sets the d d m structure persistence.
1372             *
1373             * @param ddmStructurePersistence the d d m structure persistence
1374             */
1375            public void setDDMStructurePersistence(
1376                    DDMStructurePersistence ddmStructurePersistence) {
1377                    this.ddmStructurePersistence = ddmStructurePersistence;
1378            }
1379    
1380            /**
1381             * Returns the d d m structure finder.
1382             *
1383             * @return the d d m structure finder
1384             */
1385            public DDMStructureFinder getDDMStructureFinder() {
1386                    return ddmStructureFinder;
1387            }
1388    
1389            /**
1390             * Sets the d d m structure finder.
1391             *
1392             * @param ddmStructureFinder the d d m structure finder
1393             */
1394            public void setDDMStructureFinder(DDMStructureFinder ddmStructureFinder) {
1395                    this.ddmStructureFinder = ddmStructureFinder;
1396            }
1397    
1398            /**
1399             * Returns the expando value local service.
1400             *
1401             * @return the expando value local service
1402             */
1403            public ExpandoValueLocalService getExpandoValueLocalService() {
1404                    return expandoValueLocalService;
1405            }
1406    
1407            /**
1408             * Sets the expando value local service.
1409             *
1410             * @param expandoValueLocalService the expando value local service
1411             */
1412            public void setExpandoValueLocalService(
1413                    ExpandoValueLocalService expandoValueLocalService) {
1414                    this.expandoValueLocalService = expandoValueLocalService;
1415            }
1416    
1417            /**
1418             * Returns the expando value remote service.
1419             *
1420             * @return the expando value remote service
1421             */
1422            public ExpandoValueService getExpandoValueService() {
1423                    return expandoValueService;
1424            }
1425    
1426            /**
1427             * Sets the expando value remote service.
1428             *
1429             * @param expandoValueService the expando value remote service
1430             */
1431            public void setExpandoValueService(ExpandoValueService expandoValueService) {
1432                    this.expandoValueService = expandoValueService;
1433            }
1434    
1435            /**
1436             * Returns the expando value persistence.
1437             *
1438             * @return the expando value persistence
1439             */
1440            public ExpandoValuePersistence getExpandoValuePersistence() {
1441                    return expandoValuePersistence;
1442            }
1443    
1444            /**
1445             * Sets the expando value persistence.
1446             *
1447             * @param expandoValuePersistence the expando value persistence
1448             */
1449            public void setExpandoValuePersistence(
1450                    ExpandoValuePersistence expandoValuePersistence) {
1451                    this.expandoValuePersistence = expandoValuePersistence;
1452            }
1453    
1454            public void afterPropertiesSet() {
1455            }
1456    
1457            public void destroy() {
1458            }
1459    
1460            /**
1461             * Returns the Spring bean ID for this bean.
1462             *
1463             * @return the Spring bean ID for this bean
1464             */
1465            public String getBeanIdentifier() {
1466                    return _beanIdentifier;
1467            }
1468    
1469            /**
1470             * Sets the Spring bean ID for this bean.
1471             *
1472             * @param beanIdentifier the Spring bean ID for this bean
1473             */
1474            public void setBeanIdentifier(String beanIdentifier) {
1475                    _beanIdentifier = beanIdentifier;
1476            }
1477    
1478            protected Class<?> getModelClass() {
1479                    return DLFileEntry.class;
1480            }
1481    
1482            protected String getModelClassName() {
1483                    return DLFileEntry.class.getName();
1484            }
1485    
1486            /**
1487             * Performs an SQL query.
1488             *
1489             * @param sql the sql query
1490             */
1491            protected void runSQL(String sql) throws SystemException {
1492                    try {
1493                            DataSource dataSource = dlFileEntryPersistence.getDataSource();
1494    
1495                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
1496                                            sql, new int[0]);
1497    
1498                            sqlUpdate.update();
1499                    }
1500                    catch (Exception e) {
1501                            throw new SystemException(e);
1502                    }
1503            }
1504    
1505            @BeanReference(type = DLAppLocalService.class)
1506            protected DLAppLocalService dlAppLocalService;
1507            @BeanReference(type = DLAppService.class)
1508            protected DLAppService dlAppService;
1509            @BeanReference(type = DLAppHelperLocalService.class)
1510            protected DLAppHelperLocalService dlAppHelperLocalService;
1511            @BeanReference(type = DLContentLocalService.class)
1512            protected DLContentLocalService dlContentLocalService;
1513            @BeanReference(type = DLContentPersistence.class)
1514            protected DLContentPersistence dlContentPersistence;
1515            @BeanReference(type = DLFileEntryLocalService.class)
1516            protected DLFileEntryLocalService dlFileEntryLocalService;
1517            @BeanReference(type = DLFileEntryService.class)
1518            protected DLFileEntryService dlFileEntryService;
1519            @BeanReference(type = DLFileEntryPersistence.class)
1520            protected DLFileEntryPersistence dlFileEntryPersistence;
1521            @BeanReference(type = DLFileEntryFinder.class)
1522            protected DLFileEntryFinder dlFileEntryFinder;
1523            @BeanReference(type = DLFileEntryMetadataLocalService.class)
1524            protected DLFileEntryMetadataLocalService dlFileEntryMetadataLocalService;
1525            @BeanReference(type = DLFileEntryMetadataPersistence.class)
1526            protected DLFileEntryMetadataPersistence dlFileEntryMetadataPersistence;
1527            @BeanReference(type = DLFileEntryTypeLocalService.class)
1528            protected DLFileEntryTypeLocalService dlFileEntryTypeLocalService;
1529            @BeanReference(type = DLFileEntryTypeService.class)
1530            protected DLFileEntryTypeService dlFileEntryTypeService;
1531            @BeanReference(type = DLFileEntryTypePersistence.class)
1532            protected DLFileEntryTypePersistence dlFileEntryTypePersistence;
1533            @BeanReference(type = DLFileEntryTypeFinder.class)
1534            protected DLFileEntryTypeFinder dlFileEntryTypeFinder;
1535            @BeanReference(type = DLFileRankLocalService.class)
1536            protected DLFileRankLocalService dlFileRankLocalService;
1537            @BeanReference(type = DLFileRankPersistence.class)
1538            protected DLFileRankPersistence dlFileRankPersistence;
1539            @BeanReference(type = DLFileRankFinder.class)
1540            protected DLFileRankFinder dlFileRankFinder;
1541            @BeanReference(type = DLFileShortcutLocalService.class)
1542            protected DLFileShortcutLocalService dlFileShortcutLocalService;
1543            @BeanReference(type = DLFileShortcutService.class)
1544            protected DLFileShortcutService dlFileShortcutService;
1545            @BeanReference(type = DLFileShortcutPersistence.class)
1546            protected DLFileShortcutPersistence dlFileShortcutPersistence;
1547            @BeanReference(type = DLFileVersionLocalService.class)
1548            protected DLFileVersionLocalService dlFileVersionLocalService;
1549            @BeanReference(type = DLFileVersionService.class)
1550            protected DLFileVersionService dlFileVersionService;
1551            @BeanReference(type = DLFileVersionPersistence.class)
1552            protected DLFileVersionPersistence dlFileVersionPersistence;
1553            @BeanReference(type = DLFolderLocalService.class)
1554            protected DLFolderLocalService dlFolderLocalService;
1555            @BeanReference(type = DLFolderService.class)
1556            protected DLFolderService dlFolderService;
1557            @BeanReference(type = DLFolderPersistence.class)
1558            protected DLFolderPersistence dlFolderPersistence;
1559            @BeanReference(type = DLFolderFinder.class)
1560            protected DLFolderFinder dlFolderFinder;
1561            @BeanReference(type = DLSyncLocalService.class)
1562            protected DLSyncLocalService dlSyncLocalService;
1563            @BeanReference(type = DLSyncService.class)
1564            protected DLSyncService dlSyncService;
1565            @BeanReference(type = DLSyncPersistence.class)
1566            protected DLSyncPersistence dlSyncPersistence;
1567            @BeanReference(type = DLSyncFinder.class)
1568            protected DLSyncFinder dlSyncFinder;
1569            @BeanReference(type = CounterLocalService.class)
1570            protected CounterLocalService counterLocalService;
1571            @BeanReference(type = ImageLocalService.class)
1572            protected ImageLocalService imageLocalService;
1573            @BeanReference(type = ImageService.class)
1574            protected ImageService imageService;
1575            @BeanReference(type = ImagePersistence.class)
1576            protected ImagePersistence imagePersistence;
1577            @BeanReference(type = LockLocalService.class)
1578            protected LockLocalService lockLocalService;
1579            @BeanReference(type = LockPersistence.class)
1580            protected LockPersistence lockPersistence;
1581            @BeanReference(type = LockFinder.class)
1582            protected LockFinder lockFinder;
1583            @BeanReference(type = ResourceLocalService.class)
1584            protected ResourceLocalService resourceLocalService;
1585            @BeanReference(type = ResourceService.class)
1586            protected ResourceService resourceService;
1587            @BeanReference(type = ResourcePersistence.class)
1588            protected ResourcePersistence resourcePersistence;
1589            @BeanReference(type = ResourceFinder.class)
1590            protected ResourceFinder resourceFinder;
1591            @BeanReference(type = UserLocalService.class)
1592            protected UserLocalService userLocalService;
1593            @BeanReference(type = UserService.class)
1594            protected UserService userService;
1595            @BeanReference(type = UserPersistence.class)
1596            protected UserPersistence userPersistence;
1597            @BeanReference(type = UserFinder.class)
1598            protected UserFinder userFinder;
1599            @BeanReference(type = WebDAVPropsLocalService.class)
1600            protected WebDAVPropsLocalService webDAVPropsLocalService;
1601            @BeanReference(type = WebDAVPropsPersistence.class)
1602            protected WebDAVPropsPersistence webDAVPropsPersistence;
1603            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
1604            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
1605            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
1606            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
1607            @BeanReference(type = AssetCategoryLocalService.class)
1608            protected AssetCategoryLocalService assetCategoryLocalService;
1609            @BeanReference(type = AssetCategoryService.class)
1610            protected AssetCategoryService assetCategoryService;
1611            @BeanReference(type = AssetCategoryPersistence.class)
1612            protected AssetCategoryPersistence assetCategoryPersistence;
1613            @BeanReference(type = AssetCategoryFinder.class)
1614            protected AssetCategoryFinder assetCategoryFinder;
1615            @BeanReference(type = AssetEntryLocalService.class)
1616            protected AssetEntryLocalService assetEntryLocalService;
1617            @BeanReference(type = AssetEntryService.class)
1618            protected AssetEntryService assetEntryService;
1619            @BeanReference(type = AssetEntryPersistence.class)
1620            protected AssetEntryPersistence assetEntryPersistence;
1621            @BeanReference(type = AssetEntryFinder.class)
1622            protected AssetEntryFinder assetEntryFinder;
1623            @BeanReference(type = AssetLinkLocalService.class)
1624            protected AssetLinkLocalService assetLinkLocalService;
1625            @BeanReference(type = AssetLinkPersistence.class)
1626            protected AssetLinkPersistence assetLinkPersistence;
1627            @BeanReference(type = AssetTagLocalService.class)
1628            protected AssetTagLocalService assetTagLocalService;
1629            @BeanReference(type = AssetTagService.class)
1630            protected AssetTagService assetTagService;
1631            @BeanReference(type = AssetTagPersistence.class)
1632            protected AssetTagPersistence assetTagPersistence;
1633            @BeanReference(type = AssetTagFinder.class)
1634            protected AssetTagFinder assetTagFinder;
1635            @BeanReference(type = DDMStructureLocalService.class)
1636            protected DDMStructureLocalService ddmStructureLocalService;
1637            @BeanReference(type = DDMStructureService.class)
1638            protected DDMStructureService ddmStructureService;
1639            @BeanReference(type = DDMStructurePersistence.class)
1640            protected DDMStructurePersistence ddmStructurePersistence;
1641            @BeanReference(type = DDMStructureFinder.class)
1642            protected DDMStructureFinder ddmStructureFinder;
1643            @BeanReference(type = ExpandoValueLocalService.class)
1644            protected ExpandoValueLocalService expandoValueLocalService;
1645            @BeanReference(type = ExpandoValueService.class)
1646            protected ExpandoValueService expandoValueService;
1647            @BeanReference(type = ExpandoValuePersistence.class)
1648            protected ExpandoValuePersistence expandoValuePersistence;
1649            private String _beanIdentifier;
1650    }