001    /**
002     * Copyright (c) 2000-2010 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.messageboards.service.base;
016    
017    import com.liferay.counter.service.CounterLocalService;
018    
019    import com.liferay.documentlibrary.service.DLLocalService;
020    import com.liferay.documentlibrary.service.DLService;
021    
022    import com.liferay.mail.service.MailService;
023    
024    import com.liferay.portal.kernel.annotation.BeanReference;
025    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
026    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
027    import com.liferay.portal.kernel.exception.SystemException;
028    import com.liferay.portal.service.CompanyLocalService;
029    import com.liferay.portal.service.CompanyService;
030    import com.liferay.portal.service.GroupLocalService;
031    import com.liferay.portal.service.GroupService;
032    import com.liferay.portal.service.LockLocalService;
033    import com.liferay.portal.service.PortletPreferencesLocalService;
034    import com.liferay.portal.service.PortletPreferencesService;
035    import com.liferay.portal.service.ResourceLocalService;
036    import com.liferay.portal.service.ResourceService;
037    import com.liferay.portal.service.SubscriptionLocalService;
038    import com.liferay.portal.service.UserLocalService;
039    import com.liferay.portal.service.UserService;
040    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
041    import com.liferay.portal.service.base.PrincipalBean;
042    import com.liferay.portal.service.persistence.CompanyPersistence;
043    import com.liferay.portal.service.persistence.GroupFinder;
044    import com.liferay.portal.service.persistence.GroupPersistence;
045    import com.liferay.portal.service.persistence.LockPersistence;
046    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
047    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
048    import com.liferay.portal.service.persistence.ResourceFinder;
049    import com.liferay.portal.service.persistence.ResourcePersistence;
050    import com.liferay.portal.service.persistence.SubscriptionPersistence;
051    import com.liferay.portal.service.persistence.UserFinder;
052    import com.liferay.portal.service.persistence.UserPersistence;
053    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
054    
055    import com.liferay.portlet.asset.service.AssetEntryLocalService;
056    import com.liferay.portlet.asset.service.AssetEntryService;
057    import com.liferay.portlet.asset.service.AssetTagLocalService;
058    import com.liferay.portlet.asset.service.AssetTagService;
059    import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
060    import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
061    import com.liferay.portlet.asset.service.persistence.AssetTagFinder;
062    import com.liferay.portlet.asset.service.persistence.AssetTagPersistence;
063    import com.liferay.portlet.blogs.service.BlogsEntryLocalService;
064    import com.liferay.portlet.blogs.service.BlogsEntryService;
065    import com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder;
066    import com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence;
067    import com.liferay.portlet.expando.service.ExpandoValueLocalService;
068    import com.liferay.portlet.expando.service.ExpandoValueService;
069    import com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence;
070    import com.liferay.portlet.messageboards.service.MBBanLocalService;
071    import com.liferay.portlet.messageboards.service.MBBanService;
072    import com.liferay.portlet.messageboards.service.MBCategoryLocalService;
073    import com.liferay.portlet.messageboards.service.MBCategoryService;
074    import com.liferay.portlet.messageboards.service.MBDiscussionLocalService;
075    import com.liferay.portlet.messageboards.service.MBMailingListLocalService;
076    import com.liferay.portlet.messageboards.service.MBMessageFlagLocalService;
077    import com.liferay.portlet.messageboards.service.MBMessageFlagService;
078    import com.liferay.portlet.messageboards.service.MBMessageLocalService;
079    import com.liferay.portlet.messageboards.service.MBMessageService;
080    import com.liferay.portlet.messageboards.service.MBStatsUserLocalService;
081    import com.liferay.portlet.messageboards.service.MBThreadLocalService;
082    import com.liferay.portlet.messageboards.service.MBThreadService;
083    import com.liferay.portlet.messageboards.service.persistence.MBBanPersistence;
084    import com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder;
085    import com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence;
086    import com.liferay.portlet.messageboards.service.persistence.MBDiscussionPersistence;
087    import com.liferay.portlet.messageboards.service.persistence.MBMailingListPersistence;
088    import com.liferay.portlet.messageboards.service.persistence.MBMessageFinder;
089    import com.liferay.portlet.messageboards.service.persistence.MBMessageFlagPersistence;
090    import com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence;
091    import com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence;
092    import com.liferay.portlet.messageboards.service.persistence.MBThreadFinder;
093    import com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence;
094    import com.liferay.portlet.ratings.service.RatingsStatsLocalService;
095    import com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder;
096    import com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence;
097    import com.liferay.portlet.social.service.SocialActivityLocalService;
098    import com.liferay.portlet.social.service.SocialEquityLogLocalService;
099    import com.liferay.portlet.social.service.persistence.SocialActivityFinder;
100    import com.liferay.portlet.social.service.persistence.SocialActivityPersistence;
101    import com.liferay.portlet.social.service.persistence.SocialEquityLogPersistence;
102    
103    import javax.sql.DataSource;
104    
105    /**
106     * The base implementation of the message-boards message remote service.
107     *
108     * <p>
109     * 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.messageboards.service.impl.MBMessageServiceImpl}.
110     * </p>
111     *
112     * <p>
113     * Never modify or reference this class directly. Always use {@link com.liferay.portlet.messageboards.service.MBMessageServiceUtil} to access the message-boards message remote service.
114     * </p>
115     *
116     * @author Brian Wing Shun Chan
117     * @see com.liferay.portlet.messageboards.service.impl.MBMessageServiceImpl
118     * @see com.liferay.portlet.messageboards.service.MBMessageServiceUtil
119     * @generated
120     */
121    public abstract class MBMessageServiceBaseImpl extends PrincipalBean
122            implements MBMessageService {
123            /**
124             * Gets the message boards ban local service.
125             *
126             * @return the message boards ban local service
127             */
128            public MBBanLocalService getMBBanLocalService() {
129                    return mbBanLocalService;
130            }
131    
132            /**
133             * Sets the message boards ban local service.
134             *
135             * @param mbBanLocalService the message boards ban local service
136             */
137            public void setMBBanLocalService(MBBanLocalService mbBanLocalService) {
138                    this.mbBanLocalService = mbBanLocalService;
139            }
140    
141            /**
142             * Gets the message boards ban remote service.
143             *
144             * @return the message boards ban remote service
145             */
146            public MBBanService getMBBanService() {
147                    return mbBanService;
148            }
149    
150            /**
151             * Sets the message boards ban remote service.
152             *
153             * @param mbBanService the message boards ban remote service
154             */
155            public void setMBBanService(MBBanService mbBanService) {
156                    this.mbBanService = mbBanService;
157            }
158    
159            /**
160             * Gets the message boards ban persistence.
161             *
162             * @return the message boards ban persistence
163             */
164            public MBBanPersistence getMBBanPersistence() {
165                    return mbBanPersistence;
166            }
167    
168            /**
169             * Sets the message boards ban persistence.
170             *
171             * @param mbBanPersistence the message boards ban persistence
172             */
173            public void setMBBanPersistence(MBBanPersistence mbBanPersistence) {
174                    this.mbBanPersistence = mbBanPersistence;
175            }
176    
177            /**
178             * Gets the message boards category local service.
179             *
180             * @return the message boards category local service
181             */
182            public MBCategoryLocalService getMBCategoryLocalService() {
183                    return mbCategoryLocalService;
184            }
185    
186            /**
187             * Sets the message boards category local service.
188             *
189             * @param mbCategoryLocalService the message boards category local service
190             */
191            public void setMBCategoryLocalService(
192                    MBCategoryLocalService mbCategoryLocalService) {
193                    this.mbCategoryLocalService = mbCategoryLocalService;
194            }
195    
196            /**
197             * Gets the message boards category remote service.
198             *
199             * @return the message boards category remote service
200             */
201            public MBCategoryService getMBCategoryService() {
202                    return mbCategoryService;
203            }
204    
205            /**
206             * Sets the message boards category remote service.
207             *
208             * @param mbCategoryService the message boards category remote service
209             */
210            public void setMBCategoryService(MBCategoryService mbCategoryService) {
211                    this.mbCategoryService = mbCategoryService;
212            }
213    
214            /**
215             * Gets the message boards category persistence.
216             *
217             * @return the message boards category persistence
218             */
219            public MBCategoryPersistence getMBCategoryPersistence() {
220                    return mbCategoryPersistence;
221            }
222    
223            /**
224             * Sets the message boards category persistence.
225             *
226             * @param mbCategoryPersistence the message boards category persistence
227             */
228            public void setMBCategoryPersistence(
229                    MBCategoryPersistence mbCategoryPersistence) {
230                    this.mbCategoryPersistence = mbCategoryPersistence;
231            }
232    
233            /**
234             * Gets the message boards category finder.
235             *
236             * @return the message boards category finder
237             */
238            public MBCategoryFinder getMBCategoryFinder() {
239                    return mbCategoryFinder;
240            }
241    
242            /**
243             * Sets the message boards category finder.
244             *
245             * @param mbCategoryFinder the message boards category finder
246             */
247            public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder) {
248                    this.mbCategoryFinder = mbCategoryFinder;
249            }
250    
251            /**
252             * Gets the message boards discussion local service.
253             *
254             * @return the message boards discussion local service
255             */
256            public MBDiscussionLocalService getMBDiscussionLocalService() {
257                    return mbDiscussionLocalService;
258            }
259    
260            /**
261             * Sets the message boards discussion local service.
262             *
263             * @param mbDiscussionLocalService the message boards discussion local service
264             */
265            public void setMBDiscussionLocalService(
266                    MBDiscussionLocalService mbDiscussionLocalService) {
267                    this.mbDiscussionLocalService = mbDiscussionLocalService;
268            }
269    
270            /**
271             * Gets the message boards discussion persistence.
272             *
273             * @return the message boards discussion persistence
274             */
275            public MBDiscussionPersistence getMBDiscussionPersistence() {
276                    return mbDiscussionPersistence;
277            }
278    
279            /**
280             * Sets the message boards discussion persistence.
281             *
282             * @param mbDiscussionPersistence the message boards discussion persistence
283             */
284            public void setMBDiscussionPersistence(
285                    MBDiscussionPersistence mbDiscussionPersistence) {
286                    this.mbDiscussionPersistence = mbDiscussionPersistence;
287            }
288    
289            /**
290             * Gets the message boards mailing list local service.
291             *
292             * @return the message boards mailing list local service
293             */
294            public MBMailingListLocalService getMBMailingListLocalService() {
295                    return mbMailingListLocalService;
296            }
297    
298            /**
299             * Sets the message boards mailing list local service.
300             *
301             * @param mbMailingListLocalService the message boards mailing list local service
302             */
303            public void setMBMailingListLocalService(
304                    MBMailingListLocalService mbMailingListLocalService) {
305                    this.mbMailingListLocalService = mbMailingListLocalService;
306            }
307    
308            /**
309             * Gets the message boards mailing list persistence.
310             *
311             * @return the message boards mailing list persistence
312             */
313            public MBMailingListPersistence getMBMailingListPersistence() {
314                    return mbMailingListPersistence;
315            }
316    
317            /**
318             * Sets the message boards mailing list persistence.
319             *
320             * @param mbMailingListPersistence the message boards mailing list persistence
321             */
322            public void setMBMailingListPersistence(
323                    MBMailingListPersistence mbMailingListPersistence) {
324                    this.mbMailingListPersistence = mbMailingListPersistence;
325            }
326    
327            /**
328             * Gets the message-boards message local service.
329             *
330             * @return the message-boards message local service
331             */
332            public MBMessageLocalService getMBMessageLocalService() {
333                    return mbMessageLocalService;
334            }
335    
336            /**
337             * Sets the message-boards message local service.
338             *
339             * @param mbMessageLocalService the message-boards message local service
340             */
341            public void setMBMessageLocalService(
342                    MBMessageLocalService mbMessageLocalService) {
343                    this.mbMessageLocalService = mbMessageLocalService;
344            }
345    
346            /**
347             * Gets the message-boards message remote service.
348             *
349             * @return the message-boards message remote service
350             */
351            public MBMessageService getMBMessageService() {
352                    return mbMessageService;
353            }
354    
355            /**
356             * Sets the message-boards message remote service.
357             *
358             * @param mbMessageService the message-boards message remote service
359             */
360            public void setMBMessageService(MBMessageService mbMessageService) {
361                    this.mbMessageService = mbMessageService;
362            }
363    
364            /**
365             * Gets the message-boards message persistence.
366             *
367             * @return the message-boards message persistence
368             */
369            public MBMessagePersistence getMBMessagePersistence() {
370                    return mbMessagePersistence;
371            }
372    
373            /**
374             * Sets the message-boards message persistence.
375             *
376             * @param mbMessagePersistence the message-boards message persistence
377             */
378            public void setMBMessagePersistence(
379                    MBMessagePersistence mbMessagePersistence) {
380                    this.mbMessagePersistence = mbMessagePersistence;
381            }
382    
383            /**
384             * Gets the message-boards message finder.
385             *
386             * @return the message-boards message finder
387             */
388            public MBMessageFinder getMBMessageFinder() {
389                    return mbMessageFinder;
390            }
391    
392            /**
393             * Sets the message-boards message finder.
394             *
395             * @param mbMessageFinder the message-boards message finder
396             */
397            public void setMBMessageFinder(MBMessageFinder mbMessageFinder) {
398                    this.mbMessageFinder = mbMessageFinder;
399            }
400    
401            /**
402             * Gets the message boards message flag local service.
403             *
404             * @return the message boards message flag local service
405             */
406            public MBMessageFlagLocalService getMBMessageFlagLocalService() {
407                    return mbMessageFlagLocalService;
408            }
409    
410            /**
411             * Sets the message boards message flag local service.
412             *
413             * @param mbMessageFlagLocalService the message boards message flag local service
414             */
415            public void setMBMessageFlagLocalService(
416                    MBMessageFlagLocalService mbMessageFlagLocalService) {
417                    this.mbMessageFlagLocalService = mbMessageFlagLocalService;
418            }
419    
420            /**
421             * Gets the message boards message flag remote service.
422             *
423             * @return the message boards message flag remote service
424             */
425            public MBMessageFlagService getMBMessageFlagService() {
426                    return mbMessageFlagService;
427            }
428    
429            /**
430             * Sets the message boards message flag remote service.
431             *
432             * @param mbMessageFlagService the message boards message flag remote service
433             */
434            public void setMBMessageFlagService(
435                    MBMessageFlagService mbMessageFlagService) {
436                    this.mbMessageFlagService = mbMessageFlagService;
437            }
438    
439            /**
440             * Gets the message boards message flag persistence.
441             *
442             * @return the message boards message flag persistence
443             */
444            public MBMessageFlagPersistence getMBMessageFlagPersistence() {
445                    return mbMessageFlagPersistence;
446            }
447    
448            /**
449             * Sets the message boards message flag persistence.
450             *
451             * @param mbMessageFlagPersistence the message boards message flag persistence
452             */
453            public void setMBMessageFlagPersistence(
454                    MBMessageFlagPersistence mbMessageFlagPersistence) {
455                    this.mbMessageFlagPersistence = mbMessageFlagPersistence;
456            }
457    
458            /**
459             * Gets the message boards stats user local service.
460             *
461             * @return the message boards stats user local service
462             */
463            public MBStatsUserLocalService getMBStatsUserLocalService() {
464                    return mbStatsUserLocalService;
465            }
466    
467            /**
468             * Sets the message boards stats user local service.
469             *
470             * @param mbStatsUserLocalService the message boards stats user local service
471             */
472            public void setMBStatsUserLocalService(
473                    MBStatsUserLocalService mbStatsUserLocalService) {
474                    this.mbStatsUserLocalService = mbStatsUserLocalService;
475            }
476    
477            /**
478             * Gets the message boards stats user persistence.
479             *
480             * @return the message boards stats user persistence
481             */
482            public MBStatsUserPersistence getMBStatsUserPersistence() {
483                    return mbStatsUserPersistence;
484            }
485    
486            /**
487             * Sets the message boards stats user persistence.
488             *
489             * @param mbStatsUserPersistence the message boards stats user persistence
490             */
491            public void setMBStatsUserPersistence(
492                    MBStatsUserPersistence mbStatsUserPersistence) {
493                    this.mbStatsUserPersistence = mbStatsUserPersistence;
494            }
495    
496            /**
497             * Gets the message boards thread local service.
498             *
499             * @return the message boards thread local service
500             */
501            public MBThreadLocalService getMBThreadLocalService() {
502                    return mbThreadLocalService;
503            }
504    
505            /**
506             * Sets the message boards thread local service.
507             *
508             * @param mbThreadLocalService the message boards thread local service
509             */
510            public void setMBThreadLocalService(
511                    MBThreadLocalService mbThreadLocalService) {
512                    this.mbThreadLocalService = mbThreadLocalService;
513            }
514    
515            /**
516             * Gets the message boards thread remote service.
517             *
518             * @return the message boards thread remote service
519             */
520            public MBThreadService getMBThreadService() {
521                    return mbThreadService;
522            }
523    
524            /**
525             * Sets the message boards thread remote service.
526             *
527             * @param mbThreadService the message boards thread remote service
528             */
529            public void setMBThreadService(MBThreadService mbThreadService) {
530                    this.mbThreadService = mbThreadService;
531            }
532    
533            /**
534             * Gets the message boards thread persistence.
535             *
536             * @return the message boards thread persistence
537             */
538            public MBThreadPersistence getMBThreadPersistence() {
539                    return mbThreadPersistence;
540            }
541    
542            /**
543             * Sets the message boards thread persistence.
544             *
545             * @param mbThreadPersistence the message boards thread persistence
546             */
547            public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence) {
548                    this.mbThreadPersistence = mbThreadPersistence;
549            }
550    
551            /**
552             * Gets the message boards thread finder.
553             *
554             * @return the message boards thread finder
555             */
556            public MBThreadFinder getMBThreadFinder() {
557                    return mbThreadFinder;
558            }
559    
560            /**
561             * Sets the message boards thread finder.
562             *
563             * @param mbThreadFinder the message boards thread finder
564             */
565            public void setMBThreadFinder(MBThreadFinder mbThreadFinder) {
566                    this.mbThreadFinder = mbThreadFinder;
567            }
568    
569            /**
570             * Gets the counter local service.
571             *
572             * @return the counter local service
573             */
574            public CounterLocalService getCounterLocalService() {
575                    return counterLocalService;
576            }
577    
578            /**
579             * Sets the counter local service.
580             *
581             * @param counterLocalService the counter local service
582             */
583            public void setCounterLocalService(CounterLocalService counterLocalService) {
584                    this.counterLocalService = counterLocalService;
585            }
586    
587            /**
588             * Gets the d l local service.
589             *
590             * @return the d l local service
591             */
592            public DLLocalService getDLLocalService() {
593                    return dlLocalService;
594            }
595    
596            /**
597             * Sets the d l local service.
598             *
599             * @param dlLocalService the d l local service
600             */
601            public void setDLLocalService(DLLocalService dlLocalService) {
602                    this.dlLocalService = dlLocalService;
603            }
604    
605            /**
606             * Gets the d l remote service.
607             *
608             * @return the d l remote service
609             */
610            public DLService getDLService() {
611                    return dlService;
612            }
613    
614            /**
615             * Sets the d l remote service.
616             *
617             * @param dlService the d l remote service
618             */
619            public void setDLService(DLService dlService) {
620                    this.dlService = dlService;
621            }
622    
623            /**
624             * Gets the mail remote service.
625             *
626             * @return the mail remote service
627             */
628            public MailService getMailService() {
629                    return mailService;
630            }
631    
632            /**
633             * Sets the mail remote service.
634             *
635             * @param mailService the mail remote service
636             */
637            public void setMailService(MailService mailService) {
638                    this.mailService = mailService;
639            }
640    
641            /**
642             * Gets the company local service.
643             *
644             * @return the company local service
645             */
646            public CompanyLocalService getCompanyLocalService() {
647                    return companyLocalService;
648            }
649    
650            /**
651             * Sets the company local service.
652             *
653             * @param companyLocalService the company local service
654             */
655            public void setCompanyLocalService(CompanyLocalService companyLocalService) {
656                    this.companyLocalService = companyLocalService;
657            }
658    
659            /**
660             * Gets the company remote service.
661             *
662             * @return the company remote service
663             */
664            public CompanyService getCompanyService() {
665                    return companyService;
666            }
667    
668            /**
669             * Sets the company remote service.
670             *
671             * @param companyService the company remote service
672             */
673            public void setCompanyService(CompanyService companyService) {
674                    this.companyService = companyService;
675            }
676    
677            /**
678             * Gets the company persistence.
679             *
680             * @return the company persistence
681             */
682            public CompanyPersistence getCompanyPersistence() {
683                    return companyPersistence;
684            }
685    
686            /**
687             * Sets the company persistence.
688             *
689             * @param companyPersistence the company persistence
690             */
691            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
692                    this.companyPersistence = companyPersistence;
693            }
694    
695            /**
696             * Gets the group local service.
697             *
698             * @return the group local service
699             */
700            public GroupLocalService getGroupLocalService() {
701                    return groupLocalService;
702            }
703    
704            /**
705             * Sets the group local service.
706             *
707             * @param groupLocalService the group local service
708             */
709            public void setGroupLocalService(GroupLocalService groupLocalService) {
710                    this.groupLocalService = groupLocalService;
711            }
712    
713            /**
714             * Gets the group remote service.
715             *
716             * @return the group remote service
717             */
718            public GroupService getGroupService() {
719                    return groupService;
720            }
721    
722            /**
723             * Sets the group remote service.
724             *
725             * @param groupService the group remote service
726             */
727            public void setGroupService(GroupService groupService) {
728                    this.groupService = groupService;
729            }
730    
731            /**
732             * Gets the group persistence.
733             *
734             * @return the group persistence
735             */
736            public GroupPersistence getGroupPersistence() {
737                    return groupPersistence;
738            }
739    
740            /**
741             * Sets the group persistence.
742             *
743             * @param groupPersistence the group persistence
744             */
745            public void setGroupPersistence(GroupPersistence groupPersistence) {
746                    this.groupPersistence = groupPersistence;
747            }
748    
749            /**
750             * Gets the group finder.
751             *
752             * @return the group finder
753             */
754            public GroupFinder getGroupFinder() {
755                    return groupFinder;
756            }
757    
758            /**
759             * Sets the group finder.
760             *
761             * @param groupFinder the group finder
762             */
763            public void setGroupFinder(GroupFinder groupFinder) {
764                    this.groupFinder = groupFinder;
765            }
766    
767            /**
768             * Gets the lock local service.
769             *
770             * @return the lock local service
771             */
772            public LockLocalService getLockLocalService() {
773                    return lockLocalService;
774            }
775    
776            /**
777             * Sets the lock local service.
778             *
779             * @param lockLocalService the lock local service
780             */
781            public void setLockLocalService(LockLocalService lockLocalService) {
782                    this.lockLocalService = lockLocalService;
783            }
784    
785            /**
786             * Gets the lock persistence.
787             *
788             * @return the lock persistence
789             */
790            public LockPersistence getLockPersistence() {
791                    return lockPersistence;
792            }
793    
794            /**
795             * Sets the lock persistence.
796             *
797             * @param lockPersistence the lock persistence
798             */
799            public void setLockPersistence(LockPersistence lockPersistence) {
800                    this.lockPersistence = lockPersistence;
801            }
802    
803            /**
804             * Gets the portlet preferences local service.
805             *
806             * @return the portlet preferences local service
807             */
808            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
809                    return portletPreferencesLocalService;
810            }
811    
812            /**
813             * Sets the portlet preferences local service.
814             *
815             * @param portletPreferencesLocalService the portlet preferences local service
816             */
817            public void setPortletPreferencesLocalService(
818                    PortletPreferencesLocalService portletPreferencesLocalService) {
819                    this.portletPreferencesLocalService = portletPreferencesLocalService;
820            }
821    
822            /**
823             * Gets the portlet preferences remote service.
824             *
825             * @return the portlet preferences remote service
826             */
827            public PortletPreferencesService getPortletPreferencesService() {
828                    return portletPreferencesService;
829            }
830    
831            /**
832             * Sets the portlet preferences remote service.
833             *
834             * @param portletPreferencesService the portlet preferences remote service
835             */
836            public void setPortletPreferencesService(
837                    PortletPreferencesService portletPreferencesService) {
838                    this.portletPreferencesService = portletPreferencesService;
839            }
840    
841            /**
842             * Gets the portlet preferences persistence.
843             *
844             * @return the portlet preferences persistence
845             */
846            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
847                    return portletPreferencesPersistence;
848            }
849    
850            /**
851             * Sets the portlet preferences persistence.
852             *
853             * @param portletPreferencesPersistence the portlet preferences persistence
854             */
855            public void setPortletPreferencesPersistence(
856                    PortletPreferencesPersistence portletPreferencesPersistence) {
857                    this.portletPreferencesPersistence = portletPreferencesPersistence;
858            }
859    
860            /**
861             * Gets the portlet preferences finder.
862             *
863             * @return the portlet preferences finder
864             */
865            public PortletPreferencesFinder getPortletPreferencesFinder() {
866                    return portletPreferencesFinder;
867            }
868    
869            /**
870             * Sets the portlet preferences finder.
871             *
872             * @param portletPreferencesFinder the portlet preferences finder
873             */
874            public void setPortletPreferencesFinder(
875                    PortletPreferencesFinder portletPreferencesFinder) {
876                    this.portletPreferencesFinder = portletPreferencesFinder;
877            }
878    
879            /**
880             * Gets the resource local service.
881             *
882             * @return the resource local service
883             */
884            public ResourceLocalService getResourceLocalService() {
885                    return resourceLocalService;
886            }
887    
888            /**
889             * Sets the resource local service.
890             *
891             * @param resourceLocalService the resource local service
892             */
893            public void setResourceLocalService(
894                    ResourceLocalService resourceLocalService) {
895                    this.resourceLocalService = resourceLocalService;
896            }
897    
898            /**
899             * Gets the resource remote service.
900             *
901             * @return the resource remote service
902             */
903            public ResourceService getResourceService() {
904                    return resourceService;
905            }
906    
907            /**
908             * Sets the resource remote service.
909             *
910             * @param resourceService the resource remote service
911             */
912            public void setResourceService(ResourceService resourceService) {
913                    this.resourceService = resourceService;
914            }
915    
916            /**
917             * Gets the resource persistence.
918             *
919             * @return the resource persistence
920             */
921            public ResourcePersistence getResourcePersistence() {
922                    return resourcePersistence;
923            }
924    
925            /**
926             * Sets the resource persistence.
927             *
928             * @param resourcePersistence the resource persistence
929             */
930            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
931                    this.resourcePersistence = resourcePersistence;
932            }
933    
934            /**
935             * Gets the resource finder.
936             *
937             * @return the resource finder
938             */
939            public ResourceFinder getResourceFinder() {
940                    return resourceFinder;
941            }
942    
943            /**
944             * Sets the resource finder.
945             *
946             * @param resourceFinder the resource finder
947             */
948            public void setResourceFinder(ResourceFinder resourceFinder) {
949                    this.resourceFinder = resourceFinder;
950            }
951    
952            /**
953             * Gets the subscription local service.
954             *
955             * @return the subscription local service
956             */
957            public SubscriptionLocalService getSubscriptionLocalService() {
958                    return subscriptionLocalService;
959            }
960    
961            /**
962             * Sets the subscription local service.
963             *
964             * @param subscriptionLocalService the subscription local service
965             */
966            public void setSubscriptionLocalService(
967                    SubscriptionLocalService subscriptionLocalService) {
968                    this.subscriptionLocalService = subscriptionLocalService;
969            }
970    
971            /**
972             * Gets the subscription persistence.
973             *
974             * @return the subscription persistence
975             */
976            public SubscriptionPersistence getSubscriptionPersistence() {
977                    return subscriptionPersistence;
978            }
979    
980            /**
981             * Sets the subscription persistence.
982             *
983             * @param subscriptionPersistence the subscription persistence
984             */
985            public void setSubscriptionPersistence(
986                    SubscriptionPersistence subscriptionPersistence) {
987                    this.subscriptionPersistence = subscriptionPersistence;
988            }
989    
990            /**
991             * Gets the user local service.
992             *
993             * @return the user local service
994             */
995            public UserLocalService getUserLocalService() {
996                    return userLocalService;
997            }
998    
999            /**
1000             * Sets the user local service.
1001             *
1002             * @param userLocalService the user local service
1003             */
1004            public void setUserLocalService(UserLocalService userLocalService) {
1005                    this.userLocalService = userLocalService;
1006            }
1007    
1008            /**
1009             * Gets the user remote service.
1010             *
1011             * @return the user remote service
1012             */
1013            public UserService getUserService() {
1014                    return userService;
1015            }
1016    
1017            /**
1018             * Sets the user remote service.
1019             *
1020             * @param userService the user remote service
1021             */
1022            public void setUserService(UserService userService) {
1023                    this.userService = userService;
1024            }
1025    
1026            /**
1027             * Gets the user persistence.
1028             *
1029             * @return the user persistence
1030             */
1031            public UserPersistence getUserPersistence() {
1032                    return userPersistence;
1033            }
1034    
1035            /**
1036             * Sets the user persistence.
1037             *
1038             * @param userPersistence the user persistence
1039             */
1040            public void setUserPersistence(UserPersistence userPersistence) {
1041                    this.userPersistence = userPersistence;
1042            }
1043    
1044            /**
1045             * Gets the user finder.
1046             *
1047             * @return the user finder
1048             */
1049            public UserFinder getUserFinder() {
1050                    return userFinder;
1051            }
1052    
1053            /**
1054             * Sets the user finder.
1055             *
1056             * @param userFinder the user finder
1057             */
1058            public void setUserFinder(UserFinder userFinder) {
1059                    this.userFinder = userFinder;
1060            }
1061    
1062            /**
1063             * Gets the workflow instance link local service.
1064             *
1065             * @return the workflow instance link local service
1066             */
1067            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
1068                    return workflowInstanceLinkLocalService;
1069            }
1070    
1071            /**
1072             * Sets the workflow instance link local service.
1073             *
1074             * @param workflowInstanceLinkLocalService the workflow instance link local service
1075             */
1076            public void setWorkflowInstanceLinkLocalService(
1077                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
1078                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
1079            }
1080    
1081            /**
1082             * Gets the workflow instance link persistence.
1083             *
1084             * @return the workflow instance link persistence
1085             */
1086            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
1087                    return workflowInstanceLinkPersistence;
1088            }
1089    
1090            /**
1091             * Sets the workflow instance link persistence.
1092             *
1093             * @param workflowInstanceLinkPersistence the workflow instance link persistence
1094             */
1095            public void setWorkflowInstanceLinkPersistence(
1096                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
1097                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
1098            }
1099    
1100            /**
1101             * Gets the asset entry local service.
1102             *
1103             * @return the asset entry local service
1104             */
1105            public AssetEntryLocalService getAssetEntryLocalService() {
1106                    return assetEntryLocalService;
1107            }
1108    
1109            /**
1110             * Sets the asset entry local service.
1111             *
1112             * @param assetEntryLocalService the asset entry local service
1113             */
1114            public void setAssetEntryLocalService(
1115                    AssetEntryLocalService assetEntryLocalService) {
1116                    this.assetEntryLocalService = assetEntryLocalService;
1117            }
1118    
1119            /**
1120             * Gets the asset entry remote service.
1121             *
1122             * @return the asset entry remote service
1123             */
1124            public AssetEntryService getAssetEntryService() {
1125                    return assetEntryService;
1126            }
1127    
1128            /**
1129             * Sets the asset entry remote service.
1130             *
1131             * @param assetEntryService the asset entry remote service
1132             */
1133            public void setAssetEntryService(AssetEntryService assetEntryService) {
1134                    this.assetEntryService = assetEntryService;
1135            }
1136    
1137            /**
1138             * Gets the asset entry persistence.
1139             *
1140             * @return the asset entry persistence
1141             */
1142            public AssetEntryPersistence getAssetEntryPersistence() {
1143                    return assetEntryPersistence;
1144            }
1145    
1146            /**
1147             * Sets the asset entry persistence.
1148             *
1149             * @param assetEntryPersistence the asset entry persistence
1150             */
1151            public void setAssetEntryPersistence(
1152                    AssetEntryPersistence assetEntryPersistence) {
1153                    this.assetEntryPersistence = assetEntryPersistence;
1154            }
1155    
1156            /**
1157             * Gets the asset entry finder.
1158             *
1159             * @return the asset entry finder
1160             */
1161            public AssetEntryFinder getAssetEntryFinder() {
1162                    return assetEntryFinder;
1163            }
1164    
1165            /**
1166             * Sets the asset entry finder.
1167             *
1168             * @param assetEntryFinder the asset entry finder
1169             */
1170            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
1171                    this.assetEntryFinder = assetEntryFinder;
1172            }
1173    
1174            /**
1175             * Gets the asset tag local service.
1176             *
1177             * @return the asset tag local service
1178             */
1179            public AssetTagLocalService getAssetTagLocalService() {
1180                    return assetTagLocalService;
1181            }
1182    
1183            /**
1184             * Sets the asset tag local service.
1185             *
1186             * @param assetTagLocalService the asset tag local service
1187             */
1188            public void setAssetTagLocalService(
1189                    AssetTagLocalService assetTagLocalService) {
1190                    this.assetTagLocalService = assetTagLocalService;
1191            }
1192    
1193            /**
1194             * Gets the asset tag remote service.
1195             *
1196             * @return the asset tag remote service
1197             */
1198            public AssetTagService getAssetTagService() {
1199                    return assetTagService;
1200            }
1201    
1202            /**
1203             * Sets the asset tag remote service.
1204             *
1205             * @param assetTagService the asset tag remote service
1206             */
1207            public void setAssetTagService(AssetTagService assetTagService) {
1208                    this.assetTagService = assetTagService;
1209            }
1210    
1211            /**
1212             * Gets the asset tag persistence.
1213             *
1214             * @return the asset tag persistence
1215             */
1216            public AssetTagPersistence getAssetTagPersistence() {
1217                    return assetTagPersistence;
1218            }
1219    
1220            /**
1221             * Sets the asset tag persistence.
1222             *
1223             * @param assetTagPersistence the asset tag persistence
1224             */
1225            public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence) {
1226                    this.assetTagPersistence = assetTagPersistence;
1227            }
1228    
1229            /**
1230             * Gets the asset tag finder.
1231             *
1232             * @return the asset tag finder
1233             */
1234            public AssetTagFinder getAssetTagFinder() {
1235                    return assetTagFinder;
1236            }
1237    
1238            /**
1239             * Sets the asset tag finder.
1240             *
1241             * @param assetTagFinder the asset tag finder
1242             */
1243            public void setAssetTagFinder(AssetTagFinder assetTagFinder) {
1244                    this.assetTagFinder = assetTagFinder;
1245            }
1246    
1247            /**
1248             * Gets the blogs entry local service.
1249             *
1250             * @return the blogs entry local service
1251             */
1252            public BlogsEntryLocalService getBlogsEntryLocalService() {
1253                    return blogsEntryLocalService;
1254            }
1255    
1256            /**
1257             * Sets the blogs entry local service.
1258             *
1259             * @param blogsEntryLocalService the blogs entry local service
1260             */
1261            public void setBlogsEntryLocalService(
1262                    BlogsEntryLocalService blogsEntryLocalService) {
1263                    this.blogsEntryLocalService = blogsEntryLocalService;
1264            }
1265    
1266            /**
1267             * Gets the blogs entry remote service.
1268             *
1269             * @return the blogs entry remote service
1270             */
1271            public BlogsEntryService getBlogsEntryService() {
1272                    return blogsEntryService;
1273            }
1274    
1275            /**
1276             * Sets the blogs entry remote service.
1277             *
1278             * @param blogsEntryService the blogs entry remote service
1279             */
1280            public void setBlogsEntryService(BlogsEntryService blogsEntryService) {
1281                    this.blogsEntryService = blogsEntryService;
1282            }
1283    
1284            /**
1285             * Gets the blogs entry persistence.
1286             *
1287             * @return the blogs entry persistence
1288             */
1289            public BlogsEntryPersistence getBlogsEntryPersistence() {
1290                    return blogsEntryPersistence;
1291            }
1292    
1293            /**
1294             * Sets the blogs entry persistence.
1295             *
1296             * @param blogsEntryPersistence the blogs entry persistence
1297             */
1298            public void setBlogsEntryPersistence(
1299                    BlogsEntryPersistence blogsEntryPersistence) {
1300                    this.blogsEntryPersistence = blogsEntryPersistence;
1301            }
1302    
1303            /**
1304             * Gets the blogs entry finder.
1305             *
1306             * @return the blogs entry finder
1307             */
1308            public BlogsEntryFinder getBlogsEntryFinder() {
1309                    return blogsEntryFinder;
1310            }
1311    
1312            /**
1313             * Sets the blogs entry finder.
1314             *
1315             * @param blogsEntryFinder the blogs entry finder
1316             */
1317            public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder) {
1318                    this.blogsEntryFinder = blogsEntryFinder;
1319            }
1320    
1321            /**
1322             * Gets the expando value local service.
1323             *
1324             * @return the expando value local service
1325             */
1326            public ExpandoValueLocalService getExpandoValueLocalService() {
1327                    return expandoValueLocalService;
1328            }
1329    
1330            /**
1331             * Sets the expando value local service.
1332             *
1333             * @param expandoValueLocalService the expando value local service
1334             */
1335            public void setExpandoValueLocalService(
1336                    ExpandoValueLocalService expandoValueLocalService) {
1337                    this.expandoValueLocalService = expandoValueLocalService;
1338            }
1339    
1340            /**
1341             * Gets the expando value remote service.
1342             *
1343             * @return the expando value remote service
1344             */
1345            public ExpandoValueService getExpandoValueService() {
1346                    return expandoValueService;
1347            }
1348    
1349            /**
1350             * Sets the expando value remote service.
1351             *
1352             * @param expandoValueService the expando value remote service
1353             */
1354            public void setExpandoValueService(ExpandoValueService expandoValueService) {
1355                    this.expandoValueService = expandoValueService;
1356            }
1357    
1358            /**
1359             * Gets the expando value persistence.
1360             *
1361             * @return the expando value persistence
1362             */
1363            public ExpandoValuePersistence getExpandoValuePersistence() {
1364                    return expandoValuePersistence;
1365            }
1366    
1367            /**
1368             * Sets the expando value persistence.
1369             *
1370             * @param expandoValuePersistence the expando value persistence
1371             */
1372            public void setExpandoValuePersistence(
1373                    ExpandoValuePersistence expandoValuePersistence) {
1374                    this.expandoValuePersistence = expandoValuePersistence;
1375            }
1376    
1377            /**
1378             * Gets the ratings stats local service.
1379             *
1380             * @return the ratings stats local service
1381             */
1382            public RatingsStatsLocalService getRatingsStatsLocalService() {
1383                    return ratingsStatsLocalService;
1384            }
1385    
1386            /**
1387             * Sets the ratings stats local service.
1388             *
1389             * @param ratingsStatsLocalService the ratings stats local service
1390             */
1391            public void setRatingsStatsLocalService(
1392                    RatingsStatsLocalService ratingsStatsLocalService) {
1393                    this.ratingsStatsLocalService = ratingsStatsLocalService;
1394            }
1395    
1396            /**
1397             * Gets the ratings stats persistence.
1398             *
1399             * @return the ratings stats persistence
1400             */
1401            public RatingsStatsPersistence getRatingsStatsPersistence() {
1402                    return ratingsStatsPersistence;
1403            }
1404    
1405            /**
1406             * Sets the ratings stats persistence.
1407             *
1408             * @param ratingsStatsPersistence the ratings stats persistence
1409             */
1410            public void setRatingsStatsPersistence(
1411                    RatingsStatsPersistence ratingsStatsPersistence) {
1412                    this.ratingsStatsPersistence = ratingsStatsPersistence;
1413            }
1414    
1415            /**
1416             * Gets the ratings stats finder.
1417             *
1418             * @return the ratings stats finder
1419             */
1420            public RatingsStatsFinder getRatingsStatsFinder() {
1421                    return ratingsStatsFinder;
1422            }
1423    
1424            /**
1425             * Sets the ratings stats finder.
1426             *
1427             * @param ratingsStatsFinder the ratings stats finder
1428             */
1429            public void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder) {
1430                    this.ratingsStatsFinder = ratingsStatsFinder;
1431            }
1432    
1433            /**
1434             * Gets the social activity local service.
1435             *
1436             * @return the social activity local service
1437             */
1438            public SocialActivityLocalService getSocialActivityLocalService() {
1439                    return socialActivityLocalService;
1440            }
1441    
1442            /**
1443             * Sets the social activity local service.
1444             *
1445             * @param socialActivityLocalService the social activity local service
1446             */
1447            public void setSocialActivityLocalService(
1448                    SocialActivityLocalService socialActivityLocalService) {
1449                    this.socialActivityLocalService = socialActivityLocalService;
1450            }
1451    
1452            /**
1453             * Gets the social activity persistence.
1454             *
1455             * @return the social activity persistence
1456             */
1457            public SocialActivityPersistence getSocialActivityPersistence() {
1458                    return socialActivityPersistence;
1459            }
1460    
1461            /**
1462             * Sets the social activity persistence.
1463             *
1464             * @param socialActivityPersistence the social activity persistence
1465             */
1466            public void setSocialActivityPersistence(
1467                    SocialActivityPersistence socialActivityPersistence) {
1468                    this.socialActivityPersistence = socialActivityPersistence;
1469            }
1470    
1471            /**
1472             * Gets the social activity finder.
1473             *
1474             * @return the social activity finder
1475             */
1476            public SocialActivityFinder getSocialActivityFinder() {
1477                    return socialActivityFinder;
1478            }
1479    
1480            /**
1481             * Sets the social activity finder.
1482             *
1483             * @param socialActivityFinder the social activity finder
1484             */
1485            public void setSocialActivityFinder(
1486                    SocialActivityFinder socialActivityFinder) {
1487                    this.socialActivityFinder = socialActivityFinder;
1488            }
1489    
1490            /**
1491             * Gets the social equity log local service.
1492             *
1493             * @return the social equity log local service
1494             */
1495            public SocialEquityLogLocalService getSocialEquityLogLocalService() {
1496                    return socialEquityLogLocalService;
1497            }
1498    
1499            /**
1500             * Sets the social equity log local service.
1501             *
1502             * @param socialEquityLogLocalService the social equity log local service
1503             */
1504            public void setSocialEquityLogLocalService(
1505                    SocialEquityLogLocalService socialEquityLogLocalService) {
1506                    this.socialEquityLogLocalService = socialEquityLogLocalService;
1507            }
1508    
1509            /**
1510             * Gets the social equity log persistence.
1511             *
1512             * @return the social equity log persistence
1513             */
1514            public SocialEquityLogPersistence getSocialEquityLogPersistence() {
1515                    return socialEquityLogPersistence;
1516            }
1517    
1518            /**
1519             * Sets the social equity log persistence.
1520             *
1521             * @param socialEquityLogPersistence the social equity log persistence
1522             */
1523            public void setSocialEquityLogPersistence(
1524                    SocialEquityLogPersistence socialEquityLogPersistence) {
1525                    this.socialEquityLogPersistence = socialEquityLogPersistence;
1526            }
1527    
1528            /**
1529             * Performs an SQL query.
1530             *
1531             * @param sql the sql query to perform
1532             */
1533            protected void runSQL(String sql) throws SystemException {
1534                    try {
1535                            DataSource dataSource = mbMessagePersistence.getDataSource();
1536    
1537                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
1538                                            sql, new int[0]);
1539    
1540                            sqlUpdate.update();
1541                    }
1542                    catch (Exception e) {
1543                            throw new SystemException(e);
1544                    }
1545            }
1546    
1547            @BeanReference(type = MBBanLocalService.class)
1548            protected MBBanLocalService mbBanLocalService;
1549            @BeanReference(type = MBBanService.class)
1550            protected MBBanService mbBanService;
1551            @BeanReference(type = MBBanPersistence.class)
1552            protected MBBanPersistence mbBanPersistence;
1553            @BeanReference(type = MBCategoryLocalService.class)
1554            protected MBCategoryLocalService mbCategoryLocalService;
1555            @BeanReference(type = MBCategoryService.class)
1556            protected MBCategoryService mbCategoryService;
1557            @BeanReference(type = MBCategoryPersistence.class)
1558            protected MBCategoryPersistence mbCategoryPersistence;
1559            @BeanReference(type = MBCategoryFinder.class)
1560            protected MBCategoryFinder mbCategoryFinder;
1561            @BeanReference(type = MBDiscussionLocalService.class)
1562            protected MBDiscussionLocalService mbDiscussionLocalService;
1563            @BeanReference(type = MBDiscussionPersistence.class)
1564            protected MBDiscussionPersistence mbDiscussionPersistence;
1565            @BeanReference(type = MBMailingListLocalService.class)
1566            protected MBMailingListLocalService mbMailingListLocalService;
1567            @BeanReference(type = MBMailingListPersistence.class)
1568            protected MBMailingListPersistence mbMailingListPersistence;
1569            @BeanReference(type = MBMessageLocalService.class)
1570            protected MBMessageLocalService mbMessageLocalService;
1571            @BeanReference(type = MBMessageService.class)
1572            protected MBMessageService mbMessageService;
1573            @BeanReference(type = MBMessagePersistence.class)
1574            protected MBMessagePersistence mbMessagePersistence;
1575            @BeanReference(type = MBMessageFinder.class)
1576            protected MBMessageFinder mbMessageFinder;
1577            @BeanReference(type = MBMessageFlagLocalService.class)
1578            protected MBMessageFlagLocalService mbMessageFlagLocalService;
1579            @BeanReference(type = MBMessageFlagService.class)
1580            protected MBMessageFlagService mbMessageFlagService;
1581            @BeanReference(type = MBMessageFlagPersistence.class)
1582            protected MBMessageFlagPersistence mbMessageFlagPersistence;
1583            @BeanReference(type = MBStatsUserLocalService.class)
1584            protected MBStatsUserLocalService mbStatsUserLocalService;
1585            @BeanReference(type = MBStatsUserPersistence.class)
1586            protected MBStatsUserPersistence mbStatsUserPersistence;
1587            @BeanReference(type = MBThreadLocalService.class)
1588            protected MBThreadLocalService mbThreadLocalService;
1589            @BeanReference(type = MBThreadService.class)
1590            protected MBThreadService mbThreadService;
1591            @BeanReference(type = MBThreadPersistence.class)
1592            protected MBThreadPersistence mbThreadPersistence;
1593            @BeanReference(type = MBThreadFinder.class)
1594            protected MBThreadFinder mbThreadFinder;
1595            @BeanReference(type = CounterLocalService.class)
1596            protected CounterLocalService counterLocalService;
1597            @BeanReference(type = DLLocalService.class)
1598            protected DLLocalService dlLocalService;
1599            @BeanReference(type = DLService.class)
1600            protected DLService dlService;
1601            @BeanReference(type = MailService.class)
1602            protected MailService mailService;
1603            @BeanReference(type = CompanyLocalService.class)
1604            protected CompanyLocalService companyLocalService;
1605            @BeanReference(type = CompanyService.class)
1606            protected CompanyService companyService;
1607            @BeanReference(type = CompanyPersistence.class)
1608            protected CompanyPersistence companyPersistence;
1609            @BeanReference(type = GroupLocalService.class)
1610            protected GroupLocalService groupLocalService;
1611            @BeanReference(type = GroupService.class)
1612            protected GroupService groupService;
1613            @BeanReference(type = GroupPersistence.class)
1614            protected GroupPersistence groupPersistence;
1615            @BeanReference(type = GroupFinder.class)
1616            protected GroupFinder groupFinder;
1617            @BeanReference(type = LockLocalService.class)
1618            protected LockLocalService lockLocalService;
1619            @BeanReference(type = LockPersistence.class)
1620            protected LockPersistence lockPersistence;
1621            @BeanReference(type = PortletPreferencesLocalService.class)
1622            protected PortletPreferencesLocalService portletPreferencesLocalService;
1623            @BeanReference(type = PortletPreferencesService.class)
1624            protected PortletPreferencesService portletPreferencesService;
1625            @BeanReference(type = PortletPreferencesPersistence.class)
1626            protected PortletPreferencesPersistence portletPreferencesPersistence;
1627            @BeanReference(type = PortletPreferencesFinder.class)
1628            protected PortletPreferencesFinder portletPreferencesFinder;
1629            @BeanReference(type = ResourceLocalService.class)
1630            protected ResourceLocalService resourceLocalService;
1631            @BeanReference(type = ResourceService.class)
1632            protected ResourceService resourceService;
1633            @BeanReference(type = ResourcePersistence.class)
1634            protected ResourcePersistence resourcePersistence;
1635            @BeanReference(type = ResourceFinder.class)
1636            protected ResourceFinder resourceFinder;
1637            @BeanReference(type = SubscriptionLocalService.class)
1638            protected SubscriptionLocalService subscriptionLocalService;
1639            @BeanReference(type = SubscriptionPersistence.class)
1640            protected SubscriptionPersistence subscriptionPersistence;
1641            @BeanReference(type = UserLocalService.class)
1642            protected UserLocalService userLocalService;
1643            @BeanReference(type = UserService.class)
1644            protected UserService userService;
1645            @BeanReference(type = UserPersistence.class)
1646            protected UserPersistence userPersistence;
1647            @BeanReference(type = UserFinder.class)
1648            protected UserFinder userFinder;
1649            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
1650            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
1651            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
1652            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
1653            @BeanReference(type = AssetEntryLocalService.class)
1654            protected AssetEntryLocalService assetEntryLocalService;
1655            @BeanReference(type = AssetEntryService.class)
1656            protected AssetEntryService assetEntryService;
1657            @BeanReference(type = AssetEntryPersistence.class)
1658            protected AssetEntryPersistence assetEntryPersistence;
1659            @BeanReference(type = AssetEntryFinder.class)
1660            protected AssetEntryFinder assetEntryFinder;
1661            @BeanReference(type = AssetTagLocalService.class)
1662            protected AssetTagLocalService assetTagLocalService;
1663            @BeanReference(type = AssetTagService.class)
1664            protected AssetTagService assetTagService;
1665            @BeanReference(type = AssetTagPersistence.class)
1666            protected AssetTagPersistence assetTagPersistence;
1667            @BeanReference(type = AssetTagFinder.class)
1668            protected AssetTagFinder assetTagFinder;
1669            @BeanReference(type = BlogsEntryLocalService.class)
1670            protected BlogsEntryLocalService blogsEntryLocalService;
1671            @BeanReference(type = BlogsEntryService.class)
1672            protected BlogsEntryService blogsEntryService;
1673            @BeanReference(type = BlogsEntryPersistence.class)
1674            protected BlogsEntryPersistence blogsEntryPersistence;
1675            @BeanReference(type = BlogsEntryFinder.class)
1676            protected BlogsEntryFinder blogsEntryFinder;
1677            @BeanReference(type = ExpandoValueLocalService.class)
1678            protected ExpandoValueLocalService expandoValueLocalService;
1679            @BeanReference(type = ExpandoValueService.class)
1680            protected ExpandoValueService expandoValueService;
1681            @BeanReference(type = ExpandoValuePersistence.class)
1682            protected ExpandoValuePersistence expandoValuePersistence;
1683            @BeanReference(type = RatingsStatsLocalService.class)
1684            protected RatingsStatsLocalService ratingsStatsLocalService;
1685            @BeanReference(type = RatingsStatsPersistence.class)
1686            protected RatingsStatsPersistence ratingsStatsPersistence;
1687            @BeanReference(type = RatingsStatsFinder.class)
1688            protected RatingsStatsFinder ratingsStatsFinder;
1689            @BeanReference(type = SocialActivityLocalService.class)
1690            protected SocialActivityLocalService socialActivityLocalService;
1691            @BeanReference(type = SocialActivityPersistence.class)
1692            protected SocialActivityPersistence socialActivityPersistence;
1693            @BeanReference(type = SocialActivityFinder.class)
1694            protected SocialActivityFinder socialActivityFinder;
1695            @BeanReference(type = SocialEquityLogLocalService.class)
1696            protected SocialEquityLogLocalService socialEquityLogLocalService;
1697            @BeanReference(type = SocialEquityLogPersistence.class)
1698            protected SocialEquityLogPersistence socialEquityLogPersistence;
1699    }