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.portal.service.base;
016    
017    import com.liferay.portal.kernel.bean.BeanReference;
018    import com.liferay.portal.kernel.bean.IdentifiableBean;
019    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
020    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
021    import com.liferay.portal.kernel.exception.SystemException;
022    import com.liferay.portal.model.User;
023    import com.liferay.portal.service.BaseServiceImpl;
024    import com.liferay.portal.service.UserService;
025    import com.liferay.portal.service.persistence.AccountPersistence;
026    import com.liferay.portal.service.persistence.AddressPersistence;
027    import com.liferay.portal.service.persistence.BackgroundTaskPersistence;
028    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
029    import com.liferay.portal.service.persistence.ClassNamePersistence;
030    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
031    import com.liferay.portal.service.persistence.CompanyPersistence;
032    import com.liferay.portal.service.persistence.ContactPersistence;
033    import com.liferay.portal.service.persistence.CountryPersistence;
034    import com.liferay.portal.service.persistence.EmailAddressPersistence;
035    import com.liferay.portal.service.persistence.GroupFinder;
036    import com.liferay.portal.service.persistence.GroupPersistence;
037    import com.liferay.portal.service.persistence.ImagePersistence;
038    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
039    import com.liferay.portal.service.persistence.LayoutFinder;
040    import com.liferay.portal.service.persistence.LayoutFriendlyURLPersistence;
041    import com.liferay.portal.service.persistence.LayoutPersistence;
042    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
043    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
044    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
045    import com.liferay.portal.service.persistence.LayoutSetPersistence;
046    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
047    import com.liferay.portal.service.persistence.ListTypePersistence;
048    import com.liferay.portal.service.persistence.LockFinder;
049    import com.liferay.portal.service.persistence.LockPersistence;
050    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
051    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
052    import com.liferay.portal.service.persistence.OrgLaborPersistence;
053    import com.liferay.portal.service.persistence.OrganizationFinder;
054    import com.liferay.portal.service.persistence.OrganizationPersistence;
055    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
056    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
057    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
058    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
059    import com.liferay.portal.service.persistence.PhonePersistence;
060    import com.liferay.portal.service.persistence.PluginSettingPersistence;
061    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
062    import com.liferay.portal.service.persistence.PortletItemPersistence;
063    import com.liferay.portal.service.persistence.PortletPersistence;
064    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
065    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
066    import com.liferay.portal.service.persistence.RegionPersistence;
067    import com.liferay.portal.service.persistence.ReleasePersistence;
068    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
069    import com.liferay.portal.service.persistence.RepositoryPersistence;
070    import com.liferay.portal.service.persistence.ResourceActionPersistence;
071    import com.liferay.portal.service.persistence.ResourceBlockFinder;
072    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
073    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
074    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
075    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
076    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
077    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
078    import com.liferay.portal.service.persistence.RoleFinder;
079    import com.liferay.portal.service.persistence.RolePersistence;
080    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
081    import com.liferay.portal.service.persistence.ShardPersistence;
082    import com.liferay.portal.service.persistence.SubscriptionPersistence;
083    import com.liferay.portal.service.persistence.SystemEventPersistence;
084    import com.liferay.portal.service.persistence.TeamFinder;
085    import com.liferay.portal.service.persistence.TeamPersistence;
086    import com.liferay.portal.service.persistence.TicketPersistence;
087    import com.liferay.portal.service.persistence.UserFinder;
088    import com.liferay.portal.service.persistence.UserGroupFinder;
089    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
090    import com.liferay.portal.service.persistence.UserGroupPersistence;
091    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
092    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
093    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
094    import com.liferay.portal.service.persistence.UserNotificationDeliveryPersistence;
095    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
096    import com.liferay.portal.service.persistence.UserPersistence;
097    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
098    import com.liferay.portal.service.persistence.UserTrackerPersistence;
099    import com.liferay.portal.service.persistence.VirtualHostPersistence;
100    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
101    import com.liferay.portal.service.persistence.WebsitePersistence;
102    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
103    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
104    
105    import com.liferay.portlet.announcements.service.persistence.AnnouncementsDeliveryPersistence;
106    import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
107    import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
108    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder;
109    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence;
110    import com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder;
111    import com.liferay.portlet.documentlibrary.service.persistence.DLFileRankPersistence;
112    import com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence;
113    import com.liferay.portlet.messageboards.service.persistence.MBBanPersistence;
114    import com.liferay.portlet.messageboards.service.persistence.MBMessageFinder;
115    import com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence;
116    import com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence;
117    import com.liferay.portlet.messageboards.service.persistence.MBThreadFlagPersistence;
118    import com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence;
119    import com.liferay.portlet.social.service.persistence.SocialActivityFinder;
120    import com.liferay.portlet.social.service.persistence.SocialActivityPersistence;
121    import com.liferay.portlet.social.service.persistence.SocialRequestPersistence;
122    
123    import javax.sql.DataSource;
124    
125    /**
126     * Provides the base implementation for the user remote service.
127     *
128     * <p>
129     * 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.portal.service.impl.UserServiceImpl}.
130     * </p>
131     *
132     * @author Brian Wing Shun Chan
133     * @see com.liferay.portal.service.impl.UserServiceImpl
134     * @see com.liferay.portal.service.UserServiceUtil
135     * @generated
136     */
137    public abstract class UserServiceBaseImpl extends BaseServiceImpl
138            implements UserService, IdentifiableBean {
139            /*
140             * NOTE FOR DEVELOPERS:
141             *
142             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.UserServiceUtil} to access the user remote service.
143             */
144    
145            /**
146             * Returns the account local service.
147             *
148             * @return the account local service
149             */
150            public com.liferay.portal.service.AccountLocalService getAccountLocalService() {
151                    return accountLocalService;
152            }
153    
154            /**
155             * Sets the account local service.
156             *
157             * @param accountLocalService the account local service
158             */
159            public void setAccountLocalService(
160                    com.liferay.portal.service.AccountLocalService accountLocalService) {
161                    this.accountLocalService = accountLocalService;
162            }
163    
164            /**
165             * Returns the account remote service.
166             *
167             * @return the account remote service
168             */
169            public com.liferay.portal.service.AccountService getAccountService() {
170                    return accountService;
171            }
172    
173            /**
174             * Sets the account remote service.
175             *
176             * @param accountService the account remote service
177             */
178            public void setAccountService(
179                    com.liferay.portal.service.AccountService accountService) {
180                    this.accountService = accountService;
181            }
182    
183            /**
184             * Returns the account persistence.
185             *
186             * @return the account persistence
187             */
188            public AccountPersistence getAccountPersistence() {
189                    return accountPersistence;
190            }
191    
192            /**
193             * Sets the account persistence.
194             *
195             * @param accountPersistence the account persistence
196             */
197            public void setAccountPersistence(AccountPersistence accountPersistence) {
198                    this.accountPersistence = accountPersistence;
199            }
200    
201            /**
202             * Returns the address local service.
203             *
204             * @return the address local service
205             */
206            public com.liferay.portal.service.AddressLocalService getAddressLocalService() {
207                    return addressLocalService;
208            }
209    
210            /**
211             * Sets the address local service.
212             *
213             * @param addressLocalService the address local service
214             */
215            public void setAddressLocalService(
216                    com.liferay.portal.service.AddressLocalService addressLocalService) {
217                    this.addressLocalService = addressLocalService;
218            }
219    
220            /**
221             * Returns the address remote service.
222             *
223             * @return the address remote service
224             */
225            public com.liferay.portal.service.AddressService getAddressService() {
226                    return addressService;
227            }
228    
229            /**
230             * Sets the address remote service.
231             *
232             * @param addressService the address remote service
233             */
234            public void setAddressService(
235                    com.liferay.portal.service.AddressService addressService) {
236                    this.addressService = addressService;
237            }
238    
239            /**
240             * Returns the address persistence.
241             *
242             * @return the address persistence
243             */
244            public AddressPersistence getAddressPersistence() {
245                    return addressPersistence;
246            }
247    
248            /**
249             * Sets the address persistence.
250             *
251             * @param addressPersistence the address persistence
252             */
253            public void setAddressPersistence(AddressPersistence addressPersistence) {
254                    this.addressPersistence = addressPersistence;
255            }
256    
257            /**
258             * Returns the background task local service.
259             *
260             * @return the background task local service
261             */
262            public com.liferay.portal.service.BackgroundTaskLocalService getBackgroundTaskLocalService() {
263                    return backgroundTaskLocalService;
264            }
265    
266            /**
267             * Sets the background task local service.
268             *
269             * @param backgroundTaskLocalService the background task local service
270             */
271            public void setBackgroundTaskLocalService(
272                    com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService) {
273                    this.backgroundTaskLocalService = backgroundTaskLocalService;
274            }
275    
276            /**
277             * Returns the background task remote service.
278             *
279             * @return the background task remote service
280             */
281            public com.liferay.portal.service.BackgroundTaskService getBackgroundTaskService() {
282                    return backgroundTaskService;
283            }
284    
285            /**
286             * Sets the background task remote service.
287             *
288             * @param backgroundTaskService the background task remote service
289             */
290            public void setBackgroundTaskService(
291                    com.liferay.portal.service.BackgroundTaskService backgroundTaskService) {
292                    this.backgroundTaskService = backgroundTaskService;
293            }
294    
295            /**
296             * Returns the background task persistence.
297             *
298             * @return the background task persistence
299             */
300            public BackgroundTaskPersistence getBackgroundTaskPersistence() {
301                    return backgroundTaskPersistence;
302            }
303    
304            /**
305             * Sets the background task persistence.
306             *
307             * @param backgroundTaskPersistence the background task persistence
308             */
309            public void setBackgroundTaskPersistence(
310                    BackgroundTaskPersistence backgroundTaskPersistence) {
311                    this.backgroundTaskPersistence = backgroundTaskPersistence;
312            }
313    
314            /**
315             * Returns the browser tracker local service.
316             *
317             * @return the browser tracker local service
318             */
319            public com.liferay.portal.service.BrowserTrackerLocalService getBrowserTrackerLocalService() {
320                    return browserTrackerLocalService;
321            }
322    
323            /**
324             * Sets the browser tracker local service.
325             *
326             * @param browserTrackerLocalService the browser tracker local service
327             */
328            public void setBrowserTrackerLocalService(
329                    com.liferay.portal.service.BrowserTrackerLocalService browserTrackerLocalService) {
330                    this.browserTrackerLocalService = browserTrackerLocalService;
331            }
332    
333            /**
334             * Returns the browser tracker persistence.
335             *
336             * @return the browser tracker persistence
337             */
338            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
339                    return browserTrackerPersistence;
340            }
341    
342            /**
343             * Sets the browser tracker persistence.
344             *
345             * @param browserTrackerPersistence the browser tracker persistence
346             */
347            public void setBrowserTrackerPersistence(
348                    BrowserTrackerPersistence browserTrackerPersistence) {
349                    this.browserTrackerPersistence = browserTrackerPersistence;
350            }
351    
352            /**
353             * Returns the class name local service.
354             *
355             * @return the class name local service
356             */
357            public com.liferay.portal.service.ClassNameLocalService getClassNameLocalService() {
358                    return classNameLocalService;
359            }
360    
361            /**
362             * Sets the class name local service.
363             *
364             * @param classNameLocalService the class name local service
365             */
366            public void setClassNameLocalService(
367                    com.liferay.portal.service.ClassNameLocalService classNameLocalService) {
368                    this.classNameLocalService = classNameLocalService;
369            }
370    
371            /**
372             * Returns the class name remote service.
373             *
374             * @return the class name remote service
375             */
376            public com.liferay.portal.service.ClassNameService getClassNameService() {
377                    return classNameService;
378            }
379    
380            /**
381             * Sets the class name remote service.
382             *
383             * @param classNameService the class name remote service
384             */
385            public void setClassNameService(
386                    com.liferay.portal.service.ClassNameService classNameService) {
387                    this.classNameService = classNameService;
388            }
389    
390            /**
391             * Returns the class name persistence.
392             *
393             * @return the class name persistence
394             */
395            public ClassNamePersistence getClassNamePersistence() {
396                    return classNamePersistence;
397            }
398    
399            /**
400             * Sets the class name persistence.
401             *
402             * @param classNamePersistence the class name persistence
403             */
404            public void setClassNamePersistence(
405                    ClassNamePersistence classNamePersistence) {
406                    this.classNamePersistence = classNamePersistence;
407            }
408    
409            /**
410             * Returns the cluster group local service.
411             *
412             * @return the cluster group local service
413             */
414            public com.liferay.portal.service.ClusterGroupLocalService getClusterGroupLocalService() {
415                    return clusterGroupLocalService;
416            }
417    
418            /**
419             * Sets the cluster group local service.
420             *
421             * @param clusterGroupLocalService the cluster group local service
422             */
423            public void setClusterGroupLocalService(
424                    com.liferay.portal.service.ClusterGroupLocalService clusterGroupLocalService) {
425                    this.clusterGroupLocalService = clusterGroupLocalService;
426            }
427    
428            /**
429             * Returns the cluster group persistence.
430             *
431             * @return the cluster group persistence
432             */
433            public ClusterGroupPersistence getClusterGroupPersistence() {
434                    return clusterGroupPersistence;
435            }
436    
437            /**
438             * Sets the cluster group persistence.
439             *
440             * @param clusterGroupPersistence the cluster group persistence
441             */
442            public void setClusterGroupPersistence(
443                    ClusterGroupPersistence clusterGroupPersistence) {
444                    this.clusterGroupPersistence = clusterGroupPersistence;
445            }
446    
447            /**
448             * Returns the c m i s repository local service.
449             *
450             * @return the c m i s repository local service
451             */
452            public com.liferay.portal.service.CMISRepositoryLocalService getCMISRepositoryLocalService() {
453                    return cmisRepositoryLocalService;
454            }
455    
456            /**
457             * Sets the c m i s repository local service.
458             *
459             * @param cmisRepositoryLocalService the c m i s repository local service
460             */
461            public void setCMISRepositoryLocalService(
462                    com.liferay.portal.service.CMISRepositoryLocalService cmisRepositoryLocalService) {
463                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
464            }
465    
466            /**
467             * Returns the company local service.
468             *
469             * @return the company local service
470             */
471            public com.liferay.portal.service.CompanyLocalService getCompanyLocalService() {
472                    return companyLocalService;
473            }
474    
475            /**
476             * Sets the company local service.
477             *
478             * @param companyLocalService the company local service
479             */
480            public void setCompanyLocalService(
481                    com.liferay.portal.service.CompanyLocalService companyLocalService) {
482                    this.companyLocalService = companyLocalService;
483            }
484    
485            /**
486             * Returns the company remote service.
487             *
488             * @return the company remote service
489             */
490            public com.liferay.portal.service.CompanyService getCompanyService() {
491                    return companyService;
492            }
493    
494            /**
495             * Sets the company remote service.
496             *
497             * @param companyService the company remote service
498             */
499            public void setCompanyService(
500                    com.liferay.portal.service.CompanyService companyService) {
501                    this.companyService = companyService;
502            }
503    
504            /**
505             * Returns the company persistence.
506             *
507             * @return the company persistence
508             */
509            public CompanyPersistence getCompanyPersistence() {
510                    return companyPersistence;
511            }
512    
513            /**
514             * Sets the company persistence.
515             *
516             * @param companyPersistence the company persistence
517             */
518            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
519                    this.companyPersistence = companyPersistence;
520            }
521    
522            /**
523             * Returns the contact local service.
524             *
525             * @return the contact local service
526             */
527            public com.liferay.portal.service.ContactLocalService getContactLocalService() {
528                    return contactLocalService;
529            }
530    
531            /**
532             * Sets the contact local service.
533             *
534             * @param contactLocalService the contact local service
535             */
536            public void setContactLocalService(
537                    com.liferay.portal.service.ContactLocalService contactLocalService) {
538                    this.contactLocalService = contactLocalService;
539            }
540    
541            /**
542             * Returns the contact remote service.
543             *
544             * @return the contact remote service
545             */
546            public com.liferay.portal.service.ContactService getContactService() {
547                    return contactService;
548            }
549    
550            /**
551             * Sets the contact remote service.
552             *
553             * @param contactService the contact remote service
554             */
555            public void setContactService(
556                    com.liferay.portal.service.ContactService contactService) {
557                    this.contactService = contactService;
558            }
559    
560            /**
561             * Returns the contact persistence.
562             *
563             * @return the contact persistence
564             */
565            public ContactPersistence getContactPersistence() {
566                    return contactPersistence;
567            }
568    
569            /**
570             * Sets the contact persistence.
571             *
572             * @param contactPersistence the contact persistence
573             */
574            public void setContactPersistence(ContactPersistence contactPersistence) {
575                    this.contactPersistence = contactPersistence;
576            }
577    
578            /**
579             * Returns the country remote service.
580             *
581             * @return the country remote service
582             */
583            public com.liferay.portal.service.CountryService getCountryService() {
584                    return countryService;
585            }
586    
587            /**
588             * Sets the country remote service.
589             *
590             * @param countryService the country remote service
591             */
592            public void setCountryService(
593                    com.liferay.portal.service.CountryService countryService) {
594                    this.countryService = countryService;
595            }
596    
597            /**
598             * Returns the country persistence.
599             *
600             * @return the country persistence
601             */
602            public CountryPersistence getCountryPersistence() {
603                    return countryPersistence;
604            }
605    
606            /**
607             * Sets the country persistence.
608             *
609             * @param countryPersistence the country persistence
610             */
611            public void setCountryPersistence(CountryPersistence countryPersistence) {
612                    this.countryPersistence = countryPersistence;
613            }
614    
615            /**
616             * Returns the email address local service.
617             *
618             * @return the email address local service
619             */
620            public com.liferay.portal.service.EmailAddressLocalService getEmailAddressLocalService() {
621                    return emailAddressLocalService;
622            }
623    
624            /**
625             * Sets the email address local service.
626             *
627             * @param emailAddressLocalService the email address local service
628             */
629            public void setEmailAddressLocalService(
630                    com.liferay.portal.service.EmailAddressLocalService emailAddressLocalService) {
631                    this.emailAddressLocalService = emailAddressLocalService;
632            }
633    
634            /**
635             * Returns the email address remote service.
636             *
637             * @return the email address remote service
638             */
639            public com.liferay.portal.service.EmailAddressService getEmailAddressService() {
640                    return emailAddressService;
641            }
642    
643            /**
644             * Sets the email address remote service.
645             *
646             * @param emailAddressService the email address remote service
647             */
648            public void setEmailAddressService(
649                    com.liferay.portal.service.EmailAddressService emailAddressService) {
650                    this.emailAddressService = emailAddressService;
651            }
652    
653            /**
654             * Returns the email address persistence.
655             *
656             * @return the email address persistence
657             */
658            public EmailAddressPersistence getEmailAddressPersistence() {
659                    return emailAddressPersistence;
660            }
661    
662            /**
663             * Sets the email address persistence.
664             *
665             * @param emailAddressPersistence the email address persistence
666             */
667            public void setEmailAddressPersistence(
668                    EmailAddressPersistence emailAddressPersistence) {
669                    this.emailAddressPersistence = emailAddressPersistence;
670            }
671    
672            /**
673             * Returns the group local service.
674             *
675             * @return the group local service
676             */
677            public com.liferay.portal.service.GroupLocalService getGroupLocalService() {
678                    return groupLocalService;
679            }
680    
681            /**
682             * Sets the group local service.
683             *
684             * @param groupLocalService the group local service
685             */
686            public void setGroupLocalService(
687                    com.liferay.portal.service.GroupLocalService groupLocalService) {
688                    this.groupLocalService = groupLocalService;
689            }
690    
691            /**
692             * Returns the group remote service.
693             *
694             * @return the group remote service
695             */
696            public com.liferay.portal.service.GroupService getGroupService() {
697                    return groupService;
698            }
699    
700            /**
701             * Sets the group remote service.
702             *
703             * @param groupService the group remote service
704             */
705            public void setGroupService(
706                    com.liferay.portal.service.GroupService groupService) {
707                    this.groupService = groupService;
708            }
709    
710            /**
711             * Returns the group persistence.
712             *
713             * @return the group persistence
714             */
715            public GroupPersistence getGroupPersistence() {
716                    return groupPersistence;
717            }
718    
719            /**
720             * Sets the group persistence.
721             *
722             * @param groupPersistence the group persistence
723             */
724            public void setGroupPersistence(GroupPersistence groupPersistence) {
725                    this.groupPersistence = groupPersistence;
726            }
727    
728            /**
729             * Returns the group finder.
730             *
731             * @return the group finder
732             */
733            public GroupFinder getGroupFinder() {
734                    return groupFinder;
735            }
736    
737            /**
738             * Sets the group finder.
739             *
740             * @param groupFinder the group finder
741             */
742            public void setGroupFinder(GroupFinder groupFinder) {
743                    this.groupFinder = groupFinder;
744            }
745    
746            /**
747             * Returns the image local service.
748             *
749             * @return the image local service
750             */
751            public com.liferay.portal.service.ImageLocalService getImageLocalService() {
752                    return imageLocalService;
753            }
754    
755            /**
756             * Sets the image local service.
757             *
758             * @param imageLocalService the image local service
759             */
760            public void setImageLocalService(
761                    com.liferay.portal.service.ImageLocalService imageLocalService) {
762                    this.imageLocalService = imageLocalService;
763            }
764    
765            /**
766             * Returns the image remote service.
767             *
768             * @return the image remote service
769             */
770            public com.liferay.portal.service.ImageService getImageService() {
771                    return imageService;
772            }
773    
774            /**
775             * Sets the image remote service.
776             *
777             * @param imageService the image remote service
778             */
779            public void setImageService(
780                    com.liferay.portal.service.ImageService imageService) {
781                    this.imageService = imageService;
782            }
783    
784            /**
785             * Returns the image persistence.
786             *
787             * @return the image persistence
788             */
789            public ImagePersistence getImagePersistence() {
790                    return imagePersistence;
791            }
792    
793            /**
794             * Sets the image persistence.
795             *
796             * @param imagePersistence the image persistence
797             */
798            public void setImagePersistence(ImagePersistence imagePersistence) {
799                    this.imagePersistence = imagePersistence;
800            }
801    
802            /**
803             * Returns the layout local service.
804             *
805             * @return the layout local service
806             */
807            public com.liferay.portal.service.LayoutLocalService getLayoutLocalService() {
808                    return layoutLocalService;
809            }
810    
811            /**
812             * Sets the layout local service.
813             *
814             * @param layoutLocalService the layout local service
815             */
816            public void setLayoutLocalService(
817                    com.liferay.portal.service.LayoutLocalService layoutLocalService) {
818                    this.layoutLocalService = layoutLocalService;
819            }
820    
821            /**
822             * Returns the layout remote service.
823             *
824             * @return the layout remote service
825             */
826            public com.liferay.portal.service.LayoutService getLayoutService() {
827                    return layoutService;
828            }
829    
830            /**
831             * Sets the layout remote service.
832             *
833             * @param layoutService the layout remote service
834             */
835            public void setLayoutService(
836                    com.liferay.portal.service.LayoutService layoutService) {
837                    this.layoutService = layoutService;
838            }
839    
840            /**
841             * Returns the layout persistence.
842             *
843             * @return the layout persistence
844             */
845            public LayoutPersistence getLayoutPersistence() {
846                    return layoutPersistence;
847            }
848    
849            /**
850             * Sets the layout persistence.
851             *
852             * @param layoutPersistence the layout persistence
853             */
854            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
855                    this.layoutPersistence = layoutPersistence;
856            }
857    
858            /**
859             * Returns the layout finder.
860             *
861             * @return the layout finder
862             */
863            public LayoutFinder getLayoutFinder() {
864                    return layoutFinder;
865            }
866    
867            /**
868             * Sets the layout finder.
869             *
870             * @param layoutFinder the layout finder
871             */
872            public void setLayoutFinder(LayoutFinder layoutFinder) {
873                    this.layoutFinder = layoutFinder;
874            }
875    
876            /**
877             * Returns the layout branch local service.
878             *
879             * @return the layout branch local service
880             */
881            public com.liferay.portal.service.LayoutBranchLocalService getLayoutBranchLocalService() {
882                    return layoutBranchLocalService;
883            }
884    
885            /**
886             * Sets the layout branch local service.
887             *
888             * @param layoutBranchLocalService the layout branch local service
889             */
890            public void setLayoutBranchLocalService(
891                    com.liferay.portal.service.LayoutBranchLocalService layoutBranchLocalService) {
892                    this.layoutBranchLocalService = layoutBranchLocalService;
893            }
894    
895            /**
896             * Returns the layout branch remote service.
897             *
898             * @return the layout branch remote service
899             */
900            public com.liferay.portal.service.LayoutBranchService getLayoutBranchService() {
901                    return layoutBranchService;
902            }
903    
904            /**
905             * Sets the layout branch remote service.
906             *
907             * @param layoutBranchService the layout branch remote service
908             */
909            public void setLayoutBranchService(
910                    com.liferay.portal.service.LayoutBranchService layoutBranchService) {
911                    this.layoutBranchService = layoutBranchService;
912            }
913    
914            /**
915             * Returns the layout branch persistence.
916             *
917             * @return the layout branch persistence
918             */
919            public LayoutBranchPersistence getLayoutBranchPersistence() {
920                    return layoutBranchPersistence;
921            }
922    
923            /**
924             * Sets the layout branch persistence.
925             *
926             * @param layoutBranchPersistence the layout branch persistence
927             */
928            public void setLayoutBranchPersistence(
929                    LayoutBranchPersistence layoutBranchPersistence) {
930                    this.layoutBranchPersistence = layoutBranchPersistence;
931            }
932    
933            /**
934             * Returns the layout friendly u r l local service.
935             *
936             * @return the layout friendly u r l local service
937             */
938            public com.liferay.portal.service.LayoutFriendlyURLLocalService getLayoutFriendlyURLLocalService() {
939                    return layoutFriendlyURLLocalService;
940            }
941    
942            /**
943             * Sets the layout friendly u r l local service.
944             *
945             * @param layoutFriendlyURLLocalService the layout friendly u r l local service
946             */
947            public void setLayoutFriendlyURLLocalService(
948                    com.liferay.portal.service.LayoutFriendlyURLLocalService layoutFriendlyURLLocalService) {
949                    this.layoutFriendlyURLLocalService = layoutFriendlyURLLocalService;
950            }
951    
952            /**
953             * Returns the layout friendly u r l persistence.
954             *
955             * @return the layout friendly u r l persistence
956             */
957            public LayoutFriendlyURLPersistence getLayoutFriendlyURLPersistence() {
958                    return layoutFriendlyURLPersistence;
959            }
960    
961            /**
962             * Sets the layout friendly u r l persistence.
963             *
964             * @param layoutFriendlyURLPersistence the layout friendly u r l persistence
965             */
966            public void setLayoutFriendlyURLPersistence(
967                    LayoutFriendlyURLPersistence layoutFriendlyURLPersistence) {
968                    this.layoutFriendlyURLPersistence = layoutFriendlyURLPersistence;
969            }
970    
971            /**
972             * Returns the layout prototype local service.
973             *
974             * @return the layout prototype local service
975             */
976            public com.liferay.portal.service.LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
977                    return layoutPrototypeLocalService;
978            }
979    
980            /**
981             * Sets the layout prototype local service.
982             *
983             * @param layoutPrototypeLocalService the layout prototype local service
984             */
985            public void setLayoutPrototypeLocalService(
986                    com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService) {
987                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
988            }
989    
990            /**
991             * Returns the layout prototype remote service.
992             *
993             * @return the layout prototype remote service
994             */
995            public com.liferay.portal.service.LayoutPrototypeService getLayoutPrototypeService() {
996                    return layoutPrototypeService;
997            }
998    
999            /**
1000             * Sets the layout prototype remote service.
1001             *
1002             * @param layoutPrototypeService the layout prototype remote service
1003             */
1004            public void setLayoutPrototypeService(
1005                    com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService) {
1006                    this.layoutPrototypeService = layoutPrototypeService;
1007            }
1008    
1009            /**
1010             * Returns the layout prototype persistence.
1011             *
1012             * @return the layout prototype persistence
1013             */
1014            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1015                    return layoutPrototypePersistence;
1016            }
1017    
1018            /**
1019             * Sets the layout prototype persistence.
1020             *
1021             * @param layoutPrototypePersistence the layout prototype persistence
1022             */
1023            public void setLayoutPrototypePersistence(
1024                    LayoutPrototypePersistence layoutPrototypePersistence) {
1025                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1026            }
1027    
1028            /**
1029             * Returns the layout revision local service.
1030             *
1031             * @return the layout revision local service
1032             */
1033            public com.liferay.portal.service.LayoutRevisionLocalService getLayoutRevisionLocalService() {
1034                    return layoutRevisionLocalService;
1035            }
1036    
1037            /**
1038             * Sets the layout revision local service.
1039             *
1040             * @param layoutRevisionLocalService the layout revision local service
1041             */
1042            public void setLayoutRevisionLocalService(
1043                    com.liferay.portal.service.LayoutRevisionLocalService layoutRevisionLocalService) {
1044                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1045            }
1046    
1047            /**
1048             * Returns the layout revision remote service.
1049             *
1050             * @return the layout revision remote service
1051             */
1052            public com.liferay.portal.service.LayoutRevisionService getLayoutRevisionService() {
1053                    return layoutRevisionService;
1054            }
1055    
1056            /**
1057             * Sets the layout revision remote service.
1058             *
1059             * @param layoutRevisionService the layout revision remote service
1060             */
1061            public void setLayoutRevisionService(
1062                    com.liferay.portal.service.LayoutRevisionService layoutRevisionService) {
1063                    this.layoutRevisionService = layoutRevisionService;
1064            }
1065    
1066            /**
1067             * Returns the layout revision persistence.
1068             *
1069             * @return the layout revision persistence
1070             */
1071            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1072                    return layoutRevisionPersistence;
1073            }
1074    
1075            /**
1076             * Sets the layout revision persistence.
1077             *
1078             * @param layoutRevisionPersistence the layout revision persistence
1079             */
1080            public void setLayoutRevisionPersistence(
1081                    LayoutRevisionPersistence layoutRevisionPersistence) {
1082                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1083            }
1084    
1085            /**
1086             * Returns the layout set local service.
1087             *
1088             * @return the layout set local service
1089             */
1090            public com.liferay.portal.service.LayoutSetLocalService getLayoutSetLocalService() {
1091                    return layoutSetLocalService;
1092            }
1093    
1094            /**
1095             * Sets the layout set local service.
1096             *
1097             * @param layoutSetLocalService the layout set local service
1098             */
1099            public void setLayoutSetLocalService(
1100                    com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService) {
1101                    this.layoutSetLocalService = layoutSetLocalService;
1102            }
1103    
1104            /**
1105             * Returns the layout set remote service.
1106             *
1107             * @return the layout set remote service
1108             */
1109            public com.liferay.portal.service.LayoutSetService getLayoutSetService() {
1110                    return layoutSetService;
1111            }
1112    
1113            /**
1114             * Sets the layout set remote service.
1115             *
1116             * @param layoutSetService the layout set remote service
1117             */
1118            public void setLayoutSetService(
1119                    com.liferay.portal.service.LayoutSetService layoutSetService) {
1120                    this.layoutSetService = layoutSetService;
1121            }
1122    
1123            /**
1124             * Returns the layout set persistence.
1125             *
1126             * @return the layout set persistence
1127             */
1128            public LayoutSetPersistence getLayoutSetPersistence() {
1129                    return layoutSetPersistence;
1130            }
1131    
1132            /**
1133             * Sets the layout set persistence.
1134             *
1135             * @param layoutSetPersistence the layout set persistence
1136             */
1137            public void setLayoutSetPersistence(
1138                    LayoutSetPersistence layoutSetPersistence) {
1139                    this.layoutSetPersistence = layoutSetPersistence;
1140            }
1141    
1142            /**
1143             * Returns the layout set branch local service.
1144             *
1145             * @return the layout set branch local service
1146             */
1147            public com.liferay.portal.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1148                    return layoutSetBranchLocalService;
1149            }
1150    
1151            /**
1152             * Sets the layout set branch local service.
1153             *
1154             * @param layoutSetBranchLocalService the layout set branch local service
1155             */
1156            public void setLayoutSetBranchLocalService(
1157                    com.liferay.portal.service.LayoutSetBranchLocalService layoutSetBranchLocalService) {
1158                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
1159            }
1160    
1161            /**
1162             * Returns the layout set branch remote service.
1163             *
1164             * @return the layout set branch remote service
1165             */
1166            public com.liferay.portal.service.LayoutSetBranchService getLayoutSetBranchService() {
1167                    return layoutSetBranchService;
1168            }
1169    
1170            /**
1171             * Sets the layout set branch remote service.
1172             *
1173             * @param layoutSetBranchService the layout set branch remote service
1174             */
1175            public void setLayoutSetBranchService(
1176                    com.liferay.portal.service.LayoutSetBranchService layoutSetBranchService) {
1177                    this.layoutSetBranchService = layoutSetBranchService;
1178            }
1179    
1180            /**
1181             * Returns the layout set branch persistence.
1182             *
1183             * @return the layout set branch persistence
1184             */
1185            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
1186                    return layoutSetBranchPersistence;
1187            }
1188    
1189            /**
1190             * Sets the layout set branch persistence.
1191             *
1192             * @param layoutSetBranchPersistence the layout set branch persistence
1193             */
1194            public void setLayoutSetBranchPersistence(
1195                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
1196                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
1197            }
1198    
1199            /**
1200             * Returns the layout set prototype local service.
1201             *
1202             * @return the layout set prototype local service
1203             */
1204            public com.liferay.portal.service.LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1205                    return layoutSetPrototypeLocalService;
1206            }
1207    
1208            /**
1209             * Sets the layout set prototype local service.
1210             *
1211             * @param layoutSetPrototypeLocalService the layout set prototype local service
1212             */
1213            public void setLayoutSetPrototypeLocalService(
1214                    com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1215                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1216            }
1217    
1218            /**
1219             * Returns the layout set prototype remote service.
1220             *
1221             * @return the layout set prototype remote service
1222             */
1223            public com.liferay.portal.service.LayoutSetPrototypeService getLayoutSetPrototypeService() {
1224                    return layoutSetPrototypeService;
1225            }
1226    
1227            /**
1228             * Sets the layout set prototype remote service.
1229             *
1230             * @param layoutSetPrototypeService the layout set prototype remote service
1231             */
1232            public void setLayoutSetPrototypeService(
1233                    com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService) {
1234                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1235            }
1236    
1237            /**
1238             * Returns the layout set prototype persistence.
1239             *
1240             * @return the layout set prototype persistence
1241             */
1242            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1243                    return layoutSetPrototypePersistence;
1244            }
1245    
1246            /**
1247             * Sets the layout set prototype persistence.
1248             *
1249             * @param layoutSetPrototypePersistence the layout set prototype persistence
1250             */
1251            public void setLayoutSetPrototypePersistence(
1252                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1253                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1254            }
1255    
1256            /**
1257             * Returns the layout template local service.
1258             *
1259             * @return the layout template local service
1260             */
1261            public com.liferay.portal.service.LayoutTemplateLocalService getLayoutTemplateLocalService() {
1262                    return layoutTemplateLocalService;
1263            }
1264    
1265            /**
1266             * Sets the layout template local service.
1267             *
1268             * @param layoutTemplateLocalService the layout template local service
1269             */
1270            public void setLayoutTemplateLocalService(
1271                    com.liferay.portal.service.LayoutTemplateLocalService layoutTemplateLocalService) {
1272                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1273            }
1274    
1275            /**
1276             * Returns the list type remote service.
1277             *
1278             * @return the list type remote service
1279             */
1280            public com.liferay.portal.service.ListTypeService getListTypeService() {
1281                    return listTypeService;
1282            }
1283    
1284            /**
1285             * Sets the list type remote service.
1286             *
1287             * @param listTypeService the list type remote service
1288             */
1289            public void setListTypeService(
1290                    com.liferay.portal.service.ListTypeService listTypeService) {
1291                    this.listTypeService = listTypeService;
1292            }
1293    
1294            /**
1295             * Returns the list type persistence.
1296             *
1297             * @return the list type persistence
1298             */
1299            public ListTypePersistence getListTypePersistence() {
1300                    return listTypePersistence;
1301            }
1302    
1303            /**
1304             * Sets the list type persistence.
1305             *
1306             * @param listTypePersistence the list type persistence
1307             */
1308            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1309                    this.listTypePersistence = listTypePersistence;
1310            }
1311    
1312            /**
1313             * Returns the lock local service.
1314             *
1315             * @return the lock local service
1316             */
1317            public com.liferay.portal.service.LockLocalService getLockLocalService() {
1318                    return lockLocalService;
1319            }
1320    
1321            /**
1322             * Sets the lock local service.
1323             *
1324             * @param lockLocalService the lock local service
1325             */
1326            public void setLockLocalService(
1327                    com.liferay.portal.service.LockLocalService lockLocalService) {
1328                    this.lockLocalService = lockLocalService;
1329            }
1330    
1331            /**
1332             * Returns the lock persistence.
1333             *
1334             * @return the lock persistence
1335             */
1336            public LockPersistence getLockPersistence() {
1337                    return lockPersistence;
1338            }
1339    
1340            /**
1341             * Sets the lock persistence.
1342             *
1343             * @param lockPersistence the lock persistence
1344             */
1345            public void setLockPersistence(LockPersistence lockPersistence) {
1346                    this.lockPersistence = lockPersistence;
1347            }
1348    
1349            /**
1350             * Returns the lock finder.
1351             *
1352             * @return the lock finder
1353             */
1354            public LockFinder getLockFinder() {
1355                    return lockFinder;
1356            }
1357    
1358            /**
1359             * Sets the lock finder.
1360             *
1361             * @param lockFinder the lock finder
1362             */
1363            public void setLockFinder(LockFinder lockFinder) {
1364                    this.lockFinder = lockFinder;
1365            }
1366    
1367            /**
1368             * Returns the membership request local service.
1369             *
1370             * @return the membership request local service
1371             */
1372            public com.liferay.portal.service.MembershipRequestLocalService getMembershipRequestLocalService() {
1373                    return membershipRequestLocalService;
1374            }
1375    
1376            /**
1377             * Sets the membership request local service.
1378             *
1379             * @param membershipRequestLocalService the membership request local service
1380             */
1381            public void setMembershipRequestLocalService(
1382                    com.liferay.portal.service.MembershipRequestLocalService membershipRequestLocalService) {
1383                    this.membershipRequestLocalService = membershipRequestLocalService;
1384            }
1385    
1386            /**
1387             * Returns the membership request remote service.
1388             *
1389             * @return the membership request remote service
1390             */
1391            public com.liferay.portal.service.MembershipRequestService getMembershipRequestService() {
1392                    return membershipRequestService;
1393            }
1394    
1395            /**
1396             * Sets the membership request remote service.
1397             *
1398             * @param membershipRequestService the membership request remote service
1399             */
1400            public void setMembershipRequestService(
1401                    com.liferay.portal.service.MembershipRequestService membershipRequestService) {
1402                    this.membershipRequestService = membershipRequestService;
1403            }
1404    
1405            /**
1406             * Returns the membership request persistence.
1407             *
1408             * @return the membership request persistence
1409             */
1410            public MembershipRequestPersistence getMembershipRequestPersistence() {
1411                    return membershipRequestPersistence;
1412            }
1413    
1414            /**
1415             * Sets the membership request persistence.
1416             *
1417             * @param membershipRequestPersistence the membership request persistence
1418             */
1419            public void setMembershipRequestPersistence(
1420                    MembershipRequestPersistence membershipRequestPersistence) {
1421                    this.membershipRequestPersistence = membershipRequestPersistence;
1422            }
1423    
1424            /**
1425             * Returns the organization local service.
1426             *
1427             * @return the organization local service
1428             */
1429            public com.liferay.portal.service.OrganizationLocalService getOrganizationLocalService() {
1430                    return organizationLocalService;
1431            }
1432    
1433            /**
1434             * Sets the organization local service.
1435             *
1436             * @param organizationLocalService the organization local service
1437             */
1438            public void setOrganizationLocalService(
1439                    com.liferay.portal.service.OrganizationLocalService organizationLocalService) {
1440                    this.organizationLocalService = organizationLocalService;
1441            }
1442    
1443            /**
1444             * Returns the organization remote service.
1445             *
1446             * @return the organization remote service
1447             */
1448            public com.liferay.portal.service.OrganizationService getOrganizationService() {
1449                    return organizationService;
1450            }
1451    
1452            /**
1453             * Sets the organization remote service.
1454             *
1455             * @param organizationService the organization remote service
1456             */
1457            public void setOrganizationService(
1458                    com.liferay.portal.service.OrganizationService organizationService) {
1459                    this.organizationService = organizationService;
1460            }
1461    
1462            /**
1463             * Returns the organization persistence.
1464             *
1465             * @return the organization persistence
1466             */
1467            public OrganizationPersistence getOrganizationPersistence() {
1468                    return organizationPersistence;
1469            }
1470    
1471            /**
1472             * Sets the organization persistence.
1473             *
1474             * @param organizationPersistence the organization persistence
1475             */
1476            public void setOrganizationPersistence(
1477                    OrganizationPersistence organizationPersistence) {
1478                    this.organizationPersistence = organizationPersistence;
1479            }
1480    
1481            /**
1482             * Returns the organization finder.
1483             *
1484             * @return the organization finder
1485             */
1486            public OrganizationFinder getOrganizationFinder() {
1487                    return organizationFinder;
1488            }
1489    
1490            /**
1491             * Sets the organization finder.
1492             *
1493             * @param organizationFinder the organization finder
1494             */
1495            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1496                    this.organizationFinder = organizationFinder;
1497            }
1498    
1499            /**
1500             * Returns the org group role persistence.
1501             *
1502             * @return the org group role persistence
1503             */
1504            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1505                    return orgGroupRolePersistence;
1506            }
1507    
1508            /**
1509             * Sets the org group role persistence.
1510             *
1511             * @param orgGroupRolePersistence the org group role persistence
1512             */
1513            public void setOrgGroupRolePersistence(
1514                    OrgGroupRolePersistence orgGroupRolePersistence) {
1515                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1516            }
1517    
1518            /**
1519             * Returns the org labor local service.
1520             *
1521             * @return the org labor local service
1522             */
1523            public com.liferay.portal.service.OrgLaborLocalService getOrgLaborLocalService() {
1524                    return orgLaborLocalService;
1525            }
1526    
1527            /**
1528             * Sets the org labor local service.
1529             *
1530             * @param orgLaborLocalService the org labor local service
1531             */
1532            public void setOrgLaborLocalService(
1533                    com.liferay.portal.service.OrgLaborLocalService orgLaborLocalService) {
1534                    this.orgLaborLocalService = orgLaborLocalService;
1535            }
1536    
1537            /**
1538             * Returns the org labor remote service.
1539             *
1540             * @return the org labor remote service
1541             */
1542            public com.liferay.portal.service.OrgLaborService getOrgLaborService() {
1543                    return orgLaborService;
1544            }
1545    
1546            /**
1547             * Sets the org labor remote service.
1548             *
1549             * @param orgLaborService the org labor remote service
1550             */
1551            public void setOrgLaborService(
1552                    com.liferay.portal.service.OrgLaborService orgLaborService) {
1553                    this.orgLaborService = orgLaborService;
1554            }
1555    
1556            /**
1557             * Returns the org labor persistence.
1558             *
1559             * @return the org labor persistence
1560             */
1561            public OrgLaborPersistence getOrgLaborPersistence() {
1562                    return orgLaborPersistence;
1563            }
1564    
1565            /**
1566             * Sets the org labor persistence.
1567             *
1568             * @param orgLaborPersistence the org labor persistence
1569             */
1570            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1571                    this.orgLaborPersistence = orgLaborPersistence;
1572            }
1573    
1574            /**
1575             * Returns the password policy local service.
1576             *
1577             * @return the password policy local service
1578             */
1579            public com.liferay.portal.service.PasswordPolicyLocalService getPasswordPolicyLocalService() {
1580                    return passwordPolicyLocalService;
1581            }
1582    
1583            /**
1584             * Sets the password policy local service.
1585             *
1586             * @param passwordPolicyLocalService the password policy local service
1587             */
1588            public void setPasswordPolicyLocalService(
1589                    com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService) {
1590                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1591            }
1592    
1593            /**
1594             * Returns the password policy remote service.
1595             *
1596             * @return the password policy remote service
1597             */
1598            public com.liferay.portal.service.PasswordPolicyService getPasswordPolicyService() {
1599                    return passwordPolicyService;
1600            }
1601    
1602            /**
1603             * Sets the password policy remote service.
1604             *
1605             * @param passwordPolicyService the password policy remote service
1606             */
1607            public void setPasswordPolicyService(
1608                    com.liferay.portal.service.PasswordPolicyService passwordPolicyService) {
1609                    this.passwordPolicyService = passwordPolicyService;
1610            }
1611    
1612            /**
1613             * Returns the password policy persistence.
1614             *
1615             * @return the password policy persistence
1616             */
1617            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1618                    return passwordPolicyPersistence;
1619            }
1620    
1621            /**
1622             * Sets the password policy persistence.
1623             *
1624             * @param passwordPolicyPersistence the password policy persistence
1625             */
1626            public void setPasswordPolicyPersistence(
1627                    PasswordPolicyPersistence passwordPolicyPersistence) {
1628                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1629            }
1630    
1631            /**
1632             * Returns the password policy finder.
1633             *
1634             * @return the password policy finder
1635             */
1636            public PasswordPolicyFinder getPasswordPolicyFinder() {
1637                    return passwordPolicyFinder;
1638            }
1639    
1640            /**
1641             * Sets the password policy finder.
1642             *
1643             * @param passwordPolicyFinder the password policy finder
1644             */
1645            public void setPasswordPolicyFinder(
1646                    PasswordPolicyFinder passwordPolicyFinder) {
1647                    this.passwordPolicyFinder = passwordPolicyFinder;
1648            }
1649    
1650            /**
1651             * Returns the password policy rel local service.
1652             *
1653             * @return the password policy rel local service
1654             */
1655            public com.liferay.portal.service.PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1656                    return passwordPolicyRelLocalService;
1657            }
1658    
1659            /**
1660             * Sets the password policy rel local service.
1661             *
1662             * @param passwordPolicyRelLocalService the password policy rel local service
1663             */
1664            public void setPasswordPolicyRelLocalService(
1665                    com.liferay.portal.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1666                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1667            }
1668    
1669            /**
1670             * Returns the password policy rel persistence.
1671             *
1672             * @return the password policy rel persistence
1673             */
1674            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1675                    return passwordPolicyRelPersistence;
1676            }
1677    
1678            /**
1679             * Sets the password policy rel persistence.
1680             *
1681             * @param passwordPolicyRelPersistence the password policy rel persistence
1682             */
1683            public void setPasswordPolicyRelPersistence(
1684                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1685                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1686            }
1687    
1688            /**
1689             * Returns the password tracker local service.
1690             *
1691             * @return the password tracker local service
1692             */
1693            public com.liferay.portal.service.PasswordTrackerLocalService getPasswordTrackerLocalService() {
1694                    return passwordTrackerLocalService;
1695            }
1696    
1697            /**
1698             * Sets the password tracker local service.
1699             *
1700             * @param passwordTrackerLocalService the password tracker local service
1701             */
1702            public void setPasswordTrackerLocalService(
1703                    com.liferay.portal.service.PasswordTrackerLocalService passwordTrackerLocalService) {
1704                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1705            }
1706    
1707            /**
1708             * Returns the password tracker persistence.
1709             *
1710             * @return the password tracker persistence
1711             */
1712            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1713                    return passwordTrackerPersistence;
1714            }
1715    
1716            /**
1717             * Sets the password tracker persistence.
1718             *
1719             * @param passwordTrackerPersistence the password tracker persistence
1720             */
1721            public void setPasswordTrackerPersistence(
1722                    PasswordTrackerPersistence passwordTrackerPersistence) {
1723                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1724            }
1725    
1726            /**
1727             * Returns the permission remote service.
1728             *
1729             * @return the permission remote service
1730             */
1731            public com.liferay.portal.service.PermissionService getPermissionService() {
1732                    return permissionService;
1733            }
1734    
1735            /**
1736             * Sets the permission remote service.
1737             *
1738             * @param permissionService the permission remote service
1739             */
1740            public void setPermissionService(
1741                    com.liferay.portal.service.PermissionService permissionService) {
1742                    this.permissionService = permissionService;
1743            }
1744    
1745            /**
1746             * Returns the phone local service.
1747             *
1748             * @return the phone local service
1749             */
1750            public com.liferay.portal.service.PhoneLocalService getPhoneLocalService() {
1751                    return phoneLocalService;
1752            }
1753    
1754            /**
1755             * Sets the phone local service.
1756             *
1757             * @param phoneLocalService the phone local service
1758             */
1759            public void setPhoneLocalService(
1760                    com.liferay.portal.service.PhoneLocalService phoneLocalService) {
1761                    this.phoneLocalService = phoneLocalService;
1762            }
1763    
1764            /**
1765             * Returns the phone remote service.
1766             *
1767             * @return the phone remote service
1768             */
1769            public com.liferay.portal.service.PhoneService getPhoneService() {
1770                    return phoneService;
1771            }
1772    
1773            /**
1774             * Sets the phone remote service.
1775             *
1776             * @param phoneService the phone remote service
1777             */
1778            public void setPhoneService(
1779                    com.liferay.portal.service.PhoneService phoneService) {
1780                    this.phoneService = phoneService;
1781            }
1782    
1783            /**
1784             * Returns the phone persistence.
1785             *
1786             * @return the phone persistence
1787             */
1788            public PhonePersistence getPhonePersistence() {
1789                    return phonePersistence;
1790            }
1791    
1792            /**
1793             * Sets the phone persistence.
1794             *
1795             * @param phonePersistence the phone persistence
1796             */
1797            public void setPhonePersistence(PhonePersistence phonePersistence) {
1798                    this.phonePersistence = phonePersistence;
1799            }
1800    
1801            /**
1802             * Returns the plugin setting local service.
1803             *
1804             * @return the plugin setting local service
1805             */
1806            public com.liferay.portal.service.PluginSettingLocalService getPluginSettingLocalService() {
1807                    return pluginSettingLocalService;
1808            }
1809    
1810            /**
1811             * Sets the plugin setting local service.
1812             *
1813             * @param pluginSettingLocalService the plugin setting local service
1814             */
1815            public void setPluginSettingLocalService(
1816                    com.liferay.portal.service.PluginSettingLocalService pluginSettingLocalService) {
1817                    this.pluginSettingLocalService = pluginSettingLocalService;
1818            }
1819    
1820            /**
1821             * Returns the plugin setting remote service.
1822             *
1823             * @return the plugin setting remote service
1824             */
1825            public com.liferay.portal.service.PluginSettingService getPluginSettingService() {
1826                    return pluginSettingService;
1827            }
1828    
1829            /**
1830             * Sets the plugin setting remote service.
1831             *
1832             * @param pluginSettingService the plugin setting remote service
1833             */
1834            public void setPluginSettingService(
1835                    com.liferay.portal.service.PluginSettingService pluginSettingService) {
1836                    this.pluginSettingService = pluginSettingService;
1837            }
1838    
1839            /**
1840             * Returns the plugin setting persistence.
1841             *
1842             * @return the plugin setting persistence
1843             */
1844            public PluginSettingPersistence getPluginSettingPersistence() {
1845                    return pluginSettingPersistence;
1846            }
1847    
1848            /**
1849             * Sets the plugin setting persistence.
1850             *
1851             * @param pluginSettingPersistence the plugin setting persistence
1852             */
1853            public void setPluginSettingPersistence(
1854                    PluginSettingPersistence pluginSettingPersistence) {
1855                    this.pluginSettingPersistence = pluginSettingPersistence;
1856            }
1857    
1858            /**
1859             * Returns the portal local service.
1860             *
1861             * @return the portal local service
1862             */
1863            public com.liferay.portal.service.PortalLocalService getPortalLocalService() {
1864                    return portalLocalService;
1865            }
1866    
1867            /**
1868             * Sets the portal local service.
1869             *
1870             * @param portalLocalService the portal local service
1871             */
1872            public void setPortalLocalService(
1873                    com.liferay.portal.service.PortalLocalService portalLocalService) {
1874                    this.portalLocalService = portalLocalService;
1875            }
1876    
1877            /**
1878             * Returns the portal remote service.
1879             *
1880             * @return the portal remote service
1881             */
1882            public com.liferay.portal.service.PortalService getPortalService() {
1883                    return portalService;
1884            }
1885    
1886            /**
1887             * Sets the portal remote service.
1888             *
1889             * @param portalService the portal remote service
1890             */
1891            public void setPortalService(
1892                    com.liferay.portal.service.PortalService portalService) {
1893                    this.portalService = portalService;
1894            }
1895    
1896            /**
1897             * Returns the portal preferences local service.
1898             *
1899             * @return the portal preferences local service
1900             */
1901            public com.liferay.portal.service.PortalPreferencesLocalService getPortalPreferencesLocalService() {
1902                    return portalPreferencesLocalService;
1903            }
1904    
1905            /**
1906             * Sets the portal preferences local service.
1907             *
1908             * @param portalPreferencesLocalService the portal preferences local service
1909             */
1910            public void setPortalPreferencesLocalService(
1911                    com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService) {
1912                    this.portalPreferencesLocalService = portalPreferencesLocalService;
1913            }
1914    
1915            /**
1916             * Returns the portal preferences persistence.
1917             *
1918             * @return the portal preferences persistence
1919             */
1920            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
1921                    return portalPreferencesPersistence;
1922            }
1923    
1924            /**
1925             * Sets the portal preferences persistence.
1926             *
1927             * @param portalPreferencesPersistence the portal preferences persistence
1928             */
1929            public void setPortalPreferencesPersistence(
1930                    PortalPreferencesPersistence portalPreferencesPersistence) {
1931                    this.portalPreferencesPersistence = portalPreferencesPersistence;
1932            }
1933    
1934            /**
1935             * Returns the portlet local service.
1936             *
1937             * @return the portlet local service
1938             */
1939            public com.liferay.portal.service.PortletLocalService getPortletLocalService() {
1940                    return portletLocalService;
1941            }
1942    
1943            /**
1944             * Sets the portlet local service.
1945             *
1946             * @param portletLocalService the portlet local service
1947             */
1948            public void setPortletLocalService(
1949                    com.liferay.portal.service.PortletLocalService portletLocalService) {
1950                    this.portletLocalService = portletLocalService;
1951            }
1952    
1953            /**
1954             * Returns the portlet remote service.
1955             *
1956             * @return the portlet remote service
1957             */
1958            public com.liferay.portal.service.PortletService getPortletService() {
1959                    return portletService;
1960            }
1961    
1962            /**
1963             * Sets the portlet remote service.
1964             *
1965             * @param portletService the portlet remote service
1966             */
1967            public void setPortletService(
1968                    com.liferay.portal.service.PortletService portletService) {
1969                    this.portletService = portletService;
1970            }
1971    
1972            /**
1973             * Returns the portlet persistence.
1974             *
1975             * @return the portlet persistence
1976             */
1977            public PortletPersistence getPortletPersistence() {
1978                    return portletPersistence;
1979            }
1980    
1981            /**
1982             * Sets the portlet persistence.
1983             *
1984             * @param portletPersistence the portlet persistence
1985             */
1986            public void setPortletPersistence(PortletPersistence portletPersistence) {
1987                    this.portletPersistence = portletPersistence;
1988            }
1989    
1990            /**
1991             * Returns the portlet item local service.
1992             *
1993             * @return the portlet item local service
1994             */
1995            public com.liferay.portal.service.PortletItemLocalService getPortletItemLocalService() {
1996                    return portletItemLocalService;
1997            }
1998    
1999            /**
2000             * Sets the portlet item local service.
2001             *
2002             * @param portletItemLocalService the portlet item local service
2003             */
2004            public void setPortletItemLocalService(
2005                    com.liferay.portal.service.PortletItemLocalService portletItemLocalService) {
2006                    this.portletItemLocalService = portletItemLocalService;
2007            }
2008    
2009            /**
2010             * Returns the portlet item persistence.
2011             *
2012             * @return the portlet item persistence
2013             */
2014            public PortletItemPersistence getPortletItemPersistence() {
2015                    return portletItemPersistence;
2016            }
2017    
2018            /**
2019             * Sets the portlet item persistence.
2020             *
2021             * @param portletItemPersistence the portlet item persistence
2022             */
2023            public void setPortletItemPersistence(
2024                    PortletItemPersistence portletItemPersistence) {
2025                    this.portletItemPersistence = portletItemPersistence;
2026            }
2027    
2028            /**
2029             * Returns the portlet preferences local service.
2030             *
2031             * @return the portlet preferences local service
2032             */
2033            public com.liferay.portal.service.PortletPreferencesLocalService getPortletPreferencesLocalService() {
2034                    return portletPreferencesLocalService;
2035            }
2036    
2037            /**
2038             * Sets the portlet preferences local service.
2039             *
2040             * @param portletPreferencesLocalService the portlet preferences local service
2041             */
2042            public void setPortletPreferencesLocalService(
2043                    com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService) {
2044                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2045            }
2046    
2047            /**
2048             * Returns the portlet preferences remote service.
2049             *
2050             * @return the portlet preferences remote service
2051             */
2052            public com.liferay.portal.service.PortletPreferencesService getPortletPreferencesService() {
2053                    return portletPreferencesService;
2054            }
2055    
2056            /**
2057             * Sets the portlet preferences remote service.
2058             *
2059             * @param portletPreferencesService the portlet preferences remote service
2060             */
2061            public void setPortletPreferencesService(
2062                    com.liferay.portal.service.PortletPreferencesService portletPreferencesService) {
2063                    this.portletPreferencesService = portletPreferencesService;
2064            }
2065    
2066            /**
2067             * Returns the portlet preferences persistence.
2068             *
2069             * @return the portlet preferences persistence
2070             */
2071            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2072                    return portletPreferencesPersistence;
2073            }
2074    
2075            /**
2076             * Sets the portlet preferences persistence.
2077             *
2078             * @param portletPreferencesPersistence the portlet preferences persistence
2079             */
2080            public void setPortletPreferencesPersistence(
2081                    PortletPreferencesPersistence portletPreferencesPersistence) {
2082                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2083            }
2084    
2085            /**
2086             * Returns the portlet preferences finder.
2087             *
2088             * @return the portlet preferences finder
2089             */
2090            public PortletPreferencesFinder getPortletPreferencesFinder() {
2091                    return portletPreferencesFinder;
2092            }
2093    
2094            /**
2095             * Sets the portlet preferences finder.
2096             *
2097             * @param portletPreferencesFinder the portlet preferences finder
2098             */
2099            public void setPortletPreferencesFinder(
2100                    PortletPreferencesFinder portletPreferencesFinder) {
2101                    this.portletPreferencesFinder = portletPreferencesFinder;
2102            }
2103    
2104            /**
2105             * Returns the quartz local service.
2106             *
2107             * @return the quartz local service
2108             */
2109            public com.liferay.portal.service.QuartzLocalService getQuartzLocalService() {
2110                    return quartzLocalService;
2111            }
2112    
2113            /**
2114             * Sets the quartz local service.
2115             *
2116             * @param quartzLocalService the quartz local service
2117             */
2118            public void setQuartzLocalService(
2119                    com.liferay.portal.service.QuartzLocalService quartzLocalService) {
2120                    this.quartzLocalService = quartzLocalService;
2121            }
2122    
2123            /**
2124             * Returns the region remote service.
2125             *
2126             * @return the region remote service
2127             */
2128            public com.liferay.portal.service.RegionService getRegionService() {
2129                    return regionService;
2130            }
2131    
2132            /**
2133             * Sets the region remote service.
2134             *
2135             * @param regionService the region remote service
2136             */
2137            public void setRegionService(
2138                    com.liferay.portal.service.RegionService regionService) {
2139                    this.regionService = regionService;
2140            }
2141    
2142            /**
2143             * Returns the region persistence.
2144             *
2145             * @return the region persistence
2146             */
2147            public RegionPersistence getRegionPersistence() {
2148                    return regionPersistence;
2149            }
2150    
2151            /**
2152             * Sets the region persistence.
2153             *
2154             * @param regionPersistence the region persistence
2155             */
2156            public void setRegionPersistence(RegionPersistence regionPersistence) {
2157                    this.regionPersistence = regionPersistence;
2158            }
2159    
2160            /**
2161             * Returns the release local service.
2162             *
2163             * @return the release local service
2164             */
2165            public com.liferay.portal.service.ReleaseLocalService getReleaseLocalService() {
2166                    return releaseLocalService;
2167            }
2168    
2169            /**
2170             * Sets the release local service.
2171             *
2172             * @param releaseLocalService the release local service
2173             */
2174            public void setReleaseLocalService(
2175                    com.liferay.portal.service.ReleaseLocalService releaseLocalService) {
2176                    this.releaseLocalService = releaseLocalService;
2177            }
2178    
2179            /**
2180             * Returns the release persistence.
2181             *
2182             * @return the release persistence
2183             */
2184            public ReleasePersistence getReleasePersistence() {
2185                    return releasePersistence;
2186            }
2187    
2188            /**
2189             * Sets the release persistence.
2190             *
2191             * @param releasePersistence the release persistence
2192             */
2193            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2194                    this.releasePersistence = releasePersistence;
2195            }
2196    
2197            /**
2198             * Returns the repository local service.
2199             *
2200             * @return the repository local service
2201             */
2202            public com.liferay.portal.service.RepositoryLocalService getRepositoryLocalService() {
2203                    return repositoryLocalService;
2204            }
2205    
2206            /**
2207             * Sets the repository local service.
2208             *
2209             * @param repositoryLocalService the repository local service
2210             */
2211            public void setRepositoryLocalService(
2212                    com.liferay.portal.service.RepositoryLocalService repositoryLocalService) {
2213                    this.repositoryLocalService = repositoryLocalService;
2214            }
2215    
2216            /**
2217             * Returns the repository remote service.
2218             *
2219             * @return the repository remote service
2220             */
2221            public com.liferay.portal.service.RepositoryService getRepositoryService() {
2222                    return repositoryService;
2223            }
2224    
2225            /**
2226             * Sets the repository remote service.
2227             *
2228             * @param repositoryService the repository remote service
2229             */
2230            public void setRepositoryService(
2231                    com.liferay.portal.service.RepositoryService repositoryService) {
2232                    this.repositoryService = repositoryService;
2233            }
2234    
2235            /**
2236             * Returns the repository persistence.
2237             *
2238             * @return the repository persistence
2239             */
2240            public RepositoryPersistence getRepositoryPersistence() {
2241                    return repositoryPersistence;
2242            }
2243    
2244            /**
2245             * Sets the repository persistence.
2246             *
2247             * @param repositoryPersistence the repository persistence
2248             */
2249            public void setRepositoryPersistence(
2250                    RepositoryPersistence repositoryPersistence) {
2251                    this.repositoryPersistence = repositoryPersistence;
2252            }
2253    
2254            /**
2255             * Returns the repository entry local service.
2256             *
2257             * @return the repository entry local service
2258             */
2259            public com.liferay.portal.service.RepositoryEntryLocalService getRepositoryEntryLocalService() {
2260                    return repositoryEntryLocalService;
2261            }
2262    
2263            /**
2264             * Sets the repository entry local service.
2265             *
2266             * @param repositoryEntryLocalService the repository entry local service
2267             */
2268            public void setRepositoryEntryLocalService(
2269                    com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService) {
2270                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2271            }
2272    
2273            /**
2274             * Returns the repository entry persistence.
2275             *
2276             * @return the repository entry persistence
2277             */
2278            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2279                    return repositoryEntryPersistence;
2280            }
2281    
2282            /**
2283             * Sets the repository entry persistence.
2284             *
2285             * @param repositoryEntryPersistence the repository entry persistence
2286             */
2287            public void setRepositoryEntryPersistence(
2288                    RepositoryEntryPersistence repositoryEntryPersistence) {
2289                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2290            }
2291    
2292            /**
2293             * Returns the resource local service.
2294             *
2295             * @return the resource local service
2296             */
2297            public com.liferay.portal.service.ResourceLocalService getResourceLocalService() {
2298                    return resourceLocalService;
2299            }
2300    
2301            /**
2302             * Sets the resource local service.
2303             *
2304             * @param resourceLocalService the resource local service
2305             */
2306            public void setResourceLocalService(
2307                    com.liferay.portal.service.ResourceLocalService resourceLocalService) {
2308                    this.resourceLocalService = resourceLocalService;
2309            }
2310    
2311            /**
2312             * Returns the resource action local service.
2313             *
2314             * @return the resource action local service
2315             */
2316            public com.liferay.portal.service.ResourceActionLocalService getResourceActionLocalService() {
2317                    return resourceActionLocalService;
2318            }
2319    
2320            /**
2321             * Sets the resource action local service.
2322             *
2323             * @param resourceActionLocalService the resource action local service
2324             */
2325            public void setResourceActionLocalService(
2326                    com.liferay.portal.service.ResourceActionLocalService resourceActionLocalService) {
2327                    this.resourceActionLocalService = resourceActionLocalService;
2328            }
2329    
2330            /**
2331             * Returns the resource action persistence.
2332             *
2333             * @return the resource action persistence
2334             */
2335            public ResourceActionPersistence getResourceActionPersistence() {
2336                    return resourceActionPersistence;
2337            }
2338    
2339            /**
2340             * Sets the resource action persistence.
2341             *
2342             * @param resourceActionPersistence the resource action persistence
2343             */
2344            public void setResourceActionPersistence(
2345                    ResourceActionPersistence resourceActionPersistence) {
2346                    this.resourceActionPersistence = resourceActionPersistence;
2347            }
2348    
2349            /**
2350             * Returns the resource block local service.
2351             *
2352             * @return the resource block local service
2353             */
2354            public com.liferay.portal.service.ResourceBlockLocalService getResourceBlockLocalService() {
2355                    return resourceBlockLocalService;
2356            }
2357    
2358            /**
2359             * Sets the resource block local service.
2360             *
2361             * @param resourceBlockLocalService the resource block local service
2362             */
2363            public void setResourceBlockLocalService(
2364                    com.liferay.portal.service.ResourceBlockLocalService resourceBlockLocalService) {
2365                    this.resourceBlockLocalService = resourceBlockLocalService;
2366            }
2367    
2368            /**
2369             * Returns the resource block remote service.
2370             *
2371             * @return the resource block remote service
2372             */
2373            public com.liferay.portal.service.ResourceBlockService getResourceBlockService() {
2374                    return resourceBlockService;
2375            }
2376    
2377            /**
2378             * Sets the resource block remote service.
2379             *
2380             * @param resourceBlockService the resource block remote service
2381             */
2382            public void setResourceBlockService(
2383                    com.liferay.portal.service.ResourceBlockService resourceBlockService) {
2384                    this.resourceBlockService = resourceBlockService;
2385            }
2386    
2387            /**
2388             * Returns the resource block persistence.
2389             *
2390             * @return the resource block persistence
2391             */
2392            public ResourceBlockPersistence getResourceBlockPersistence() {
2393                    return resourceBlockPersistence;
2394            }
2395    
2396            /**
2397             * Sets the resource block persistence.
2398             *
2399             * @param resourceBlockPersistence the resource block persistence
2400             */
2401            public void setResourceBlockPersistence(
2402                    ResourceBlockPersistence resourceBlockPersistence) {
2403                    this.resourceBlockPersistence = resourceBlockPersistence;
2404            }
2405    
2406            /**
2407             * Returns the resource block finder.
2408             *
2409             * @return the resource block finder
2410             */
2411            public ResourceBlockFinder getResourceBlockFinder() {
2412                    return resourceBlockFinder;
2413            }
2414    
2415            /**
2416             * Sets the resource block finder.
2417             *
2418             * @param resourceBlockFinder the resource block finder
2419             */
2420            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2421                    this.resourceBlockFinder = resourceBlockFinder;
2422            }
2423    
2424            /**
2425             * Returns the resource block permission local service.
2426             *
2427             * @return the resource block permission local service
2428             */
2429            public com.liferay.portal.service.ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2430                    return resourceBlockPermissionLocalService;
2431            }
2432    
2433            /**
2434             * Sets the resource block permission local service.
2435             *
2436             * @param resourceBlockPermissionLocalService the resource block permission local service
2437             */
2438            public void setResourceBlockPermissionLocalService(
2439                    com.liferay.portal.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2440                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2441            }
2442    
2443            /**
2444             * Returns the resource block permission persistence.
2445             *
2446             * @return the resource block permission persistence
2447             */
2448            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2449                    return resourceBlockPermissionPersistence;
2450            }
2451    
2452            /**
2453             * Sets the resource block permission persistence.
2454             *
2455             * @param resourceBlockPermissionPersistence the resource block permission persistence
2456             */
2457            public void setResourceBlockPermissionPersistence(
2458                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2459                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2460            }
2461    
2462            /**
2463             * Returns the resource permission local service.
2464             *
2465             * @return the resource permission local service
2466             */
2467            public com.liferay.portal.service.ResourcePermissionLocalService getResourcePermissionLocalService() {
2468                    return resourcePermissionLocalService;
2469            }
2470    
2471            /**
2472             * Sets the resource permission local service.
2473             *
2474             * @param resourcePermissionLocalService the resource permission local service
2475             */
2476            public void setResourcePermissionLocalService(
2477                    com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService) {
2478                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2479            }
2480    
2481            /**
2482             * Returns the resource permission remote service.
2483             *
2484             * @return the resource permission remote service
2485             */
2486            public com.liferay.portal.service.ResourcePermissionService getResourcePermissionService() {
2487                    return resourcePermissionService;
2488            }
2489    
2490            /**
2491             * Sets the resource permission remote service.
2492             *
2493             * @param resourcePermissionService the resource permission remote service
2494             */
2495            public void setResourcePermissionService(
2496                    com.liferay.portal.service.ResourcePermissionService resourcePermissionService) {
2497                    this.resourcePermissionService = resourcePermissionService;
2498            }
2499    
2500            /**
2501             * Returns the resource permission persistence.
2502             *
2503             * @return the resource permission persistence
2504             */
2505            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2506                    return resourcePermissionPersistence;
2507            }
2508    
2509            /**
2510             * Sets the resource permission persistence.
2511             *
2512             * @param resourcePermissionPersistence the resource permission persistence
2513             */
2514            public void setResourcePermissionPersistence(
2515                    ResourcePermissionPersistence resourcePermissionPersistence) {
2516                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2517            }
2518    
2519            /**
2520             * Returns the resource permission finder.
2521             *
2522             * @return the resource permission finder
2523             */
2524            public ResourcePermissionFinder getResourcePermissionFinder() {
2525                    return resourcePermissionFinder;
2526            }
2527    
2528            /**
2529             * Sets the resource permission finder.
2530             *
2531             * @param resourcePermissionFinder the resource permission finder
2532             */
2533            public void setResourcePermissionFinder(
2534                    ResourcePermissionFinder resourcePermissionFinder) {
2535                    this.resourcePermissionFinder = resourcePermissionFinder;
2536            }
2537    
2538            /**
2539             * Returns the resource type permission local service.
2540             *
2541             * @return the resource type permission local service
2542             */
2543            public com.liferay.portal.service.ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2544                    return resourceTypePermissionLocalService;
2545            }
2546    
2547            /**
2548             * Sets the resource type permission local service.
2549             *
2550             * @param resourceTypePermissionLocalService the resource type permission local service
2551             */
2552            public void setResourceTypePermissionLocalService(
2553                    com.liferay.portal.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2554                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2555            }
2556    
2557            /**
2558             * Returns the resource type permission persistence.
2559             *
2560             * @return the resource type permission persistence
2561             */
2562            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2563                    return resourceTypePermissionPersistence;
2564            }
2565    
2566            /**
2567             * Sets the resource type permission persistence.
2568             *
2569             * @param resourceTypePermissionPersistence the resource type permission persistence
2570             */
2571            public void setResourceTypePermissionPersistence(
2572                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2573                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2574            }
2575    
2576            /**
2577             * Returns the resource type permission finder.
2578             *
2579             * @return the resource type permission finder
2580             */
2581            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2582                    return resourceTypePermissionFinder;
2583            }
2584    
2585            /**
2586             * Sets the resource type permission finder.
2587             *
2588             * @param resourceTypePermissionFinder the resource type permission finder
2589             */
2590            public void setResourceTypePermissionFinder(
2591                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2592                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2593            }
2594    
2595            /**
2596             * Returns the role local service.
2597             *
2598             * @return the role local service
2599             */
2600            public com.liferay.portal.service.RoleLocalService getRoleLocalService() {
2601                    return roleLocalService;
2602            }
2603    
2604            /**
2605             * Sets the role local service.
2606             *
2607             * @param roleLocalService the role local service
2608             */
2609            public void setRoleLocalService(
2610                    com.liferay.portal.service.RoleLocalService roleLocalService) {
2611                    this.roleLocalService = roleLocalService;
2612            }
2613    
2614            /**
2615             * Returns the role remote service.
2616             *
2617             * @return the role remote service
2618             */
2619            public com.liferay.portal.service.RoleService getRoleService() {
2620                    return roleService;
2621            }
2622    
2623            /**
2624             * Sets the role remote service.
2625             *
2626             * @param roleService the role remote service
2627             */
2628            public void setRoleService(
2629                    com.liferay.portal.service.RoleService roleService) {
2630                    this.roleService = roleService;
2631            }
2632    
2633            /**
2634             * Returns the role persistence.
2635             *
2636             * @return the role persistence
2637             */
2638            public RolePersistence getRolePersistence() {
2639                    return rolePersistence;
2640            }
2641    
2642            /**
2643             * Sets the role persistence.
2644             *
2645             * @param rolePersistence the role persistence
2646             */
2647            public void setRolePersistence(RolePersistence rolePersistence) {
2648                    this.rolePersistence = rolePersistence;
2649            }
2650    
2651            /**
2652             * Returns the role finder.
2653             *
2654             * @return the role finder
2655             */
2656            public RoleFinder getRoleFinder() {
2657                    return roleFinder;
2658            }
2659    
2660            /**
2661             * Sets the role finder.
2662             *
2663             * @param roleFinder the role finder
2664             */
2665            public void setRoleFinder(RoleFinder roleFinder) {
2666                    this.roleFinder = roleFinder;
2667            }
2668    
2669            /**
2670             * Returns the service component local service.
2671             *
2672             * @return the service component local service
2673             */
2674            public com.liferay.portal.service.ServiceComponentLocalService getServiceComponentLocalService() {
2675                    return serviceComponentLocalService;
2676            }
2677    
2678            /**
2679             * Sets the service component local service.
2680             *
2681             * @param serviceComponentLocalService the service component local service
2682             */
2683            public void setServiceComponentLocalService(
2684                    com.liferay.portal.service.ServiceComponentLocalService serviceComponentLocalService) {
2685                    this.serviceComponentLocalService = serviceComponentLocalService;
2686            }
2687    
2688            /**
2689             * Returns the service component persistence.
2690             *
2691             * @return the service component persistence
2692             */
2693            public ServiceComponentPersistence getServiceComponentPersistence() {
2694                    return serviceComponentPersistence;
2695            }
2696    
2697            /**
2698             * Sets the service component persistence.
2699             *
2700             * @param serviceComponentPersistence the service component persistence
2701             */
2702            public void setServiceComponentPersistence(
2703                    ServiceComponentPersistence serviceComponentPersistence) {
2704                    this.serviceComponentPersistence = serviceComponentPersistence;
2705            }
2706    
2707            /**
2708             * Returns the shard local service.
2709             *
2710             * @return the shard local service
2711             */
2712            public com.liferay.portal.service.ShardLocalService getShardLocalService() {
2713                    return shardLocalService;
2714            }
2715    
2716            /**
2717             * Sets the shard local service.
2718             *
2719             * @param shardLocalService the shard local service
2720             */
2721            public void setShardLocalService(
2722                    com.liferay.portal.service.ShardLocalService shardLocalService) {
2723                    this.shardLocalService = shardLocalService;
2724            }
2725    
2726            /**
2727             * Returns the shard persistence.
2728             *
2729             * @return the shard persistence
2730             */
2731            public ShardPersistence getShardPersistence() {
2732                    return shardPersistence;
2733            }
2734    
2735            /**
2736             * Sets the shard persistence.
2737             *
2738             * @param shardPersistence the shard persistence
2739             */
2740            public void setShardPersistence(ShardPersistence shardPersistence) {
2741                    this.shardPersistence = shardPersistence;
2742            }
2743    
2744            /**
2745             * Returns the staging local service.
2746             *
2747             * @return the staging local service
2748             */
2749            public com.liferay.portal.service.StagingLocalService getStagingLocalService() {
2750                    return stagingLocalService;
2751            }
2752    
2753            /**
2754             * Sets the staging local service.
2755             *
2756             * @param stagingLocalService the staging local service
2757             */
2758            public void setStagingLocalService(
2759                    com.liferay.portal.service.StagingLocalService stagingLocalService) {
2760                    this.stagingLocalService = stagingLocalService;
2761            }
2762    
2763            /**
2764             * Returns the staging remote service.
2765             *
2766             * @return the staging remote service
2767             */
2768            public com.liferay.portal.service.StagingService getStagingService() {
2769                    return stagingService;
2770            }
2771    
2772            /**
2773             * Sets the staging remote service.
2774             *
2775             * @param stagingService the staging remote service
2776             */
2777            public void setStagingService(
2778                    com.liferay.portal.service.StagingService stagingService) {
2779                    this.stagingService = stagingService;
2780            }
2781    
2782            /**
2783             * Returns the subscription local service.
2784             *
2785             * @return the subscription local service
2786             */
2787            public com.liferay.portal.service.SubscriptionLocalService getSubscriptionLocalService() {
2788                    return subscriptionLocalService;
2789            }
2790    
2791            /**
2792             * Sets the subscription local service.
2793             *
2794             * @param subscriptionLocalService the subscription local service
2795             */
2796            public void setSubscriptionLocalService(
2797                    com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService) {
2798                    this.subscriptionLocalService = subscriptionLocalService;
2799            }
2800    
2801            /**
2802             * Returns the subscription persistence.
2803             *
2804             * @return the subscription persistence
2805             */
2806            public SubscriptionPersistence getSubscriptionPersistence() {
2807                    return subscriptionPersistence;
2808            }
2809    
2810            /**
2811             * Sets the subscription persistence.
2812             *
2813             * @param subscriptionPersistence the subscription persistence
2814             */
2815            public void setSubscriptionPersistence(
2816                    SubscriptionPersistence subscriptionPersistence) {
2817                    this.subscriptionPersistence = subscriptionPersistence;
2818            }
2819    
2820            /**
2821             * Returns the system event local service.
2822             *
2823             * @return the system event local service
2824             */
2825            public com.liferay.portal.service.SystemEventLocalService getSystemEventLocalService() {
2826                    return systemEventLocalService;
2827            }
2828    
2829            /**
2830             * Sets the system event local service.
2831             *
2832             * @param systemEventLocalService the system event local service
2833             */
2834            public void setSystemEventLocalService(
2835                    com.liferay.portal.service.SystemEventLocalService systemEventLocalService) {
2836                    this.systemEventLocalService = systemEventLocalService;
2837            }
2838    
2839            /**
2840             * Returns the system event persistence.
2841             *
2842             * @return the system event persistence
2843             */
2844            public SystemEventPersistence getSystemEventPersistence() {
2845                    return systemEventPersistence;
2846            }
2847    
2848            /**
2849             * Sets the system event persistence.
2850             *
2851             * @param systemEventPersistence the system event persistence
2852             */
2853            public void setSystemEventPersistence(
2854                    SystemEventPersistence systemEventPersistence) {
2855                    this.systemEventPersistence = systemEventPersistence;
2856            }
2857    
2858            /**
2859             * Returns the team local service.
2860             *
2861             * @return the team local service
2862             */
2863            public com.liferay.portal.service.TeamLocalService getTeamLocalService() {
2864                    return teamLocalService;
2865            }
2866    
2867            /**
2868             * Sets the team local service.
2869             *
2870             * @param teamLocalService the team local service
2871             */
2872            public void setTeamLocalService(
2873                    com.liferay.portal.service.TeamLocalService teamLocalService) {
2874                    this.teamLocalService = teamLocalService;
2875            }
2876    
2877            /**
2878             * Returns the team remote service.
2879             *
2880             * @return the team remote service
2881             */
2882            public com.liferay.portal.service.TeamService getTeamService() {
2883                    return teamService;
2884            }
2885    
2886            /**
2887             * Sets the team remote service.
2888             *
2889             * @param teamService the team remote service
2890             */
2891            public void setTeamService(
2892                    com.liferay.portal.service.TeamService teamService) {
2893                    this.teamService = teamService;
2894            }
2895    
2896            /**
2897             * Returns the team persistence.
2898             *
2899             * @return the team persistence
2900             */
2901            public TeamPersistence getTeamPersistence() {
2902                    return teamPersistence;
2903            }
2904    
2905            /**
2906             * Sets the team persistence.
2907             *
2908             * @param teamPersistence the team persistence
2909             */
2910            public void setTeamPersistence(TeamPersistence teamPersistence) {
2911                    this.teamPersistence = teamPersistence;
2912            }
2913    
2914            /**
2915             * Returns the team finder.
2916             *
2917             * @return the team finder
2918             */
2919            public TeamFinder getTeamFinder() {
2920                    return teamFinder;
2921            }
2922    
2923            /**
2924             * Sets the team finder.
2925             *
2926             * @param teamFinder the team finder
2927             */
2928            public void setTeamFinder(TeamFinder teamFinder) {
2929                    this.teamFinder = teamFinder;
2930            }
2931    
2932            /**
2933             * Returns the theme local service.
2934             *
2935             * @return the theme local service
2936             */
2937            public com.liferay.portal.service.ThemeLocalService getThemeLocalService() {
2938                    return themeLocalService;
2939            }
2940    
2941            /**
2942             * Sets the theme local service.
2943             *
2944             * @param themeLocalService the theme local service
2945             */
2946            public void setThemeLocalService(
2947                    com.liferay.portal.service.ThemeLocalService themeLocalService) {
2948                    this.themeLocalService = themeLocalService;
2949            }
2950    
2951            /**
2952             * Returns the theme remote service.
2953             *
2954             * @return the theme remote service
2955             */
2956            public com.liferay.portal.service.ThemeService getThemeService() {
2957                    return themeService;
2958            }
2959    
2960            /**
2961             * Sets the theme remote service.
2962             *
2963             * @param themeService the theme remote service
2964             */
2965            public void setThemeService(
2966                    com.liferay.portal.service.ThemeService themeService) {
2967                    this.themeService = themeService;
2968            }
2969    
2970            /**
2971             * Returns the ticket local service.
2972             *
2973             * @return the ticket local service
2974             */
2975            public com.liferay.portal.service.TicketLocalService getTicketLocalService() {
2976                    return ticketLocalService;
2977            }
2978    
2979            /**
2980             * Sets the ticket local service.
2981             *
2982             * @param ticketLocalService the ticket local service
2983             */
2984            public void setTicketLocalService(
2985                    com.liferay.portal.service.TicketLocalService ticketLocalService) {
2986                    this.ticketLocalService = ticketLocalService;
2987            }
2988    
2989            /**
2990             * Returns the ticket persistence.
2991             *
2992             * @return the ticket persistence
2993             */
2994            public TicketPersistence getTicketPersistence() {
2995                    return ticketPersistence;
2996            }
2997    
2998            /**
2999             * Sets the ticket persistence.
3000             *
3001             * @param ticketPersistence the ticket persistence
3002             */
3003            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3004                    this.ticketPersistence = ticketPersistence;
3005            }
3006    
3007            /**
3008             * Returns the user local service.
3009             *
3010             * @return the user local service
3011             */
3012            public com.liferay.portal.service.UserLocalService getUserLocalService() {
3013                    return userLocalService;
3014            }
3015    
3016            /**
3017             * Sets the user local service.
3018             *
3019             * @param userLocalService the user local service
3020             */
3021            public void setUserLocalService(
3022                    com.liferay.portal.service.UserLocalService userLocalService) {
3023                    this.userLocalService = userLocalService;
3024            }
3025    
3026            /**
3027             * Returns the user remote service.
3028             *
3029             * @return the user remote service
3030             */
3031            public com.liferay.portal.service.UserService getUserService() {
3032                    return userService;
3033            }
3034    
3035            /**
3036             * Sets the user remote service.
3037             *
3038             * @param userService the user remote service
3039             */
3040            public void setUserService(
3041                    com.liferay.portal.service.UserService userService) {
3042                    this.userService = userService;
3043            }
3044    
3045            /**
3046             * Returns the user persistence.
3047             *
3048             * @return the user persistence
3049             */
3050            public UserPersistence getUserPersistence() {
3051                    return userPersistence;
3052            }
3053    
3054            /**
3055             * Sets the user persistence.
3056             *
3057             * @param userPersistence the user persistence
3058             */
3059            public void setUserPersistence(UserPersistence userPersistence) {
3060                    this.userPersistence = userPersistence;
3061            }
3062    
3063            /**
3064             * Returns the user finder.
3065             *
3066             * @return the user finder
3067             */
3068            public UserFinder getUserFinder() {
3069                    return userFinder;
3070            }
3071    
3072            /**
3073             * Sets the user finder.
3074             *
3075             * @param userFinder the user finder
3076             */
3077            public void setUserFinder(UserFinder userFinder) {
3078                    this.userFinder = userFinder;
3079            }
3080    
3081            /**
3082             * Returns the user group local service.
3083             *
3084             * @return the user group local service
3085             */
3086            public com.liferay.portal.service.UserGroupLocalService getUserGroupLocalService() {
3087                    return userGroupLocalService;
3088            }
3089    
3090            /**
3091             * Sets the user group local service.
3092             *
3093             * @param userGroupLocalService the user group local service
3094             */
3095            public void setUserGroupLocalService(
3096                    com.liferay.portal.service.UserGroupLocalService userGroupLocalService) {
3097                    this.userGroupLocalService = userGroupLocalService;
3098            }
3099    
3100            /**
3101             * Returns the user group remote service.
3102             *
3103             * @return the user group remote service
3104             */
3105            public com.liferay.portal.service.UserGroupService getUserGroupService() {
3106                    return userGroupService;
3107            }
3108    
3109            /**
3110             * Sets the user group remote service.
3111             *
3112             * @param userGroupService the user group remote service
3113             */
3114            public void setUserGroupService(
3115                    com.liferay.portal.service.UserGroupService userGroupService) {
3116                    this.userGroupService = userGroupService;
3117            }
3118    
3119            /**
3120             * Returns the user group persistence.
3121             *
3122             * @return the user group persistence
3123             */
3124            public UserGroupPersistence getUserGroupPersistence() {
3125                    return userGroupPersistence;
3126            }
3127    
3128            /**
3129             * Sets the user group persistence.
3130             *
3131             * @param userGroupPersistence the user group persistence
3132             */
3133            public void setUserGroupPersistence(
3134                    UserGroupPersistence userGroupPersistence) {
3135                    this.userGroupPersistence = userGroupPersistence;
3136            }
3137    
3138            /**
3139             * Returns the user group finder.
3140             *
3141             * @return the user group finder
3142             */
3143            public UserGroupFinder getUserGroupFinder() {
3144                    return userGroupFinder;
3145            }
3146    
3147            /**
3148             * Sets the user group finder.
3149             *
3150             * @param userGroupFinder the user group finder
3151             */
3152            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3153                    this.userGroupFinder = userGroupFinder;
3154            }
3155    
3156            /**
3157             * Returns the user group group role local service.
3158             *
3159             * @return the user group group role local service
3160             */
3161            public com.liferay.portal.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3162                    return userGroupGroupRoleLocalService;
3163            }
3164    
3165            /**
3166             * Sets the user group group role local service.
3167             *
3168             * @param userGroupGroupRoleLocalService the user group group role local service
3169             */
3170            public void setUserGroupGroupRoleLocalService(
3171                    com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3172                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3173            }
3174    
3175            /**
3176             * Returns the user group group role remote service.
3177             *
3178             * @return the user group group role remote service
3179             */
3180            public com.liferay.portal.service.UserGroupGroupRoleService getUserGroupGroupRoleService() {
3181                    return userGroupGroupRoleService;
3182            }
3183    
3184            /**
3185             * Sets the user group group role remote service.
3186             *
3187             * @param userGroupGroupRoleService the user group group role remote service
3188             */
3189            public void setUserGroupGroupRoleService(
3190                    com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService) {
3191                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3192            }
3193    
3194            /**
3195             * Returns the user group group role persistence.
3196             *
3197             * @return the user group group role persistence
3198             */
3199            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3200                    return userGroupGroupRolePersistence;
3201            }
3202    
3203            /**
3204             * Sets the user group group role persistence.
3205             *
3206             * @param userGroupGroupRolePersistence the user group group role persistence
3207             */
3208            public void setUserGroupGroupRolePersistence(
3209                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3210                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3211            }
3212    
3213            /**
3214             * Returns the user group role local service.
3215             *
3216             * @return the user group role local service
3217             */
3218            public com.liferay.portal.service.UserGroupRoleLocalService getUserGroupRoleLocalService() {
3219                    return userGroupRoleLocalService;
3220            }
3221    
3222            /**
3223             * Sets the user group role local service.
3224             *
3225             * @param userGroupRoleLocalService the user group role local service
3226             */
3227            public void setUserGroupRoleLocalService(
3228                    com.liferay.portal.service.UserGroupRoleLocalService userGroupRoleLocalService) {
3229                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3230            }
3231    
3232            /**
3233             * Returns the user group role remote service.
3234             *
3235             * @return the user group role remote service
3236             */
3237            public com.liferay.portal.service.UserGroupRoleService getUserGroupRoleService() {
3238                    return userGroupRoleService;
3239            }
3240    
3241            /**
3242             * Sets the user group role remote service.
3243             *
3244             * @param userGroupRoleService the user group role remote service
3245             */
3246            public void setUserGroupRoleService(
3247                    com.liferay.portal.service.UserGroupRoleService userGroupRoleService) {
3248                    this.userGroupRoleService = userGroupRoleService;
3249            }
3250    
3251            /**
3252             * Returns the user group role persistence.
3253             *
3254             * @return the user group role persistence
3255             */
3256            public UserGroupRolePersistence getUserGroupRolePersistence() {
3257                    return userGroupRolePersistence;
3258            }
3259    
3260            /**
3261             * Sets the user group role persistence.
3262             *
3263             * @param userGroupRolePersistence the user group role persistence
3264             */
3265            public void setUserGroupRolePersistence(
3266                    UserGroupRolePersistence userGroupRolePersistence) {
3267                    this.userGroupRolePersistence = userGroupRolePersistence;
3268            }
3269    
3270            /**
3271             * Returns the user group role finder.
3272             *
3273             * @return the user group role finder
3274             */
3275            public UserGroupRoleFinder getUserGroupRoleFinder() {
3276                    return userGroupRoleFinder;
3277            }
3278    
3279            /**
3280             * Sets the user group role finder.
3281             *
3282             * @param userGroupRoleFinder the user group role finder
3283             */
3284            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3285                    this.userGroupRoleFinder = userGroupRoleFinder;
3286            }
3287    
3288            /**
3289             * Returns the user ID mapper local service.
3290             *
3291             * @return the user ID mapper local service
3292             */
3293            public com.liferay.portal.service.UserIdMapperLocalService getUserIdMapperLocalService() {
3294                    return userIdMapperLocalService;
3295            }
3296    
3297            /**
3298             * Sets the user ID mapper local service.
3299             *
3300             * @param userIdMapperLocalService the user ID mapper local service
3301             */
3302            public void setUserIdMapperLocalService(
3303                    com.liferay.portal.service.UserIdMapperLocalService userIdMapperLocalService) {
3304                    this.userIdMapperLocalService = userIdMapperLocalService;
3305            }
3306    
3307            /**
3308             * Returns the user ID mapper persistence.
3309             *
3310             * @return the user ID mapper persistence
3311             */
3312            public UserIdMapperPersistence getUserIdMapperPersistence() {
3313                    return userIdMapperPersistence;
3314            }
3315    
3316            /**
3317             * Sets the user ID mapper persistence.
3318             *
3319             * @param userIdMapperPersistence the user ID mapper persistence
3320             */
3321            public void setUserIdMapperPersistence(
3322                    UserIdMapperPersistence userIdMapperPersistence) {
3323                    this.userIdMapperPersistence = userIdMapperPersistence;
3324            }
3325    
3326            /**
3327             * Returns the user notification delivery local service.
3328             *
3329             * @return the user notification delivery local service
3330             */
3331            public com.liferay.portal.service.UserNotificationDeliveryLocalService getUserNotificationDeliveryLocalService() {
3332                    return userNotificationDeliveryLocalService;
3333            }
3334    
3335            /**
3336             * Sets the user notification delivery local service.
3337             *
3338             * @param userNotificationDeliveryLocalService the user notification delivery local service
3339             */
3340            public void setUserNotificationDeliveryLocalService(
3341                    com.liferay.portal.service.UserNotificationDeliveryLocalService userNotificationDeliveryLocalService) {
3342                    this.userNotificationDeliveryLocalService = userNotificationDeliveryLocalService;
3343            }
3344    
3345            /**
3346             * Returns the user notification delivery persistence.
3347             *
3348             * @return the user notification delivery persistence
3349             */
3350            public UserNotificationDeliveryPersistence getUserNotificationDeliveryPersistence() {
3351                    return userNotificationDeliveryPersistence;
3352            }
3353    
3354            /**
3355             * Sets the user notification delivery persistence.
3356             *
3357             * @param userNotificationDeliveryPersistence the user notification delivery persistence
3358             */
3359            public void setUserNotificationDeliveryPersistence(
3360                    UserNotificationDeliveryPersistence userNotificationDeliveryPersistence) {
3361                    this.userNotificationDeliveryPersistence = userNotificationDeliveryPersistence;
3362            }
3363    
3364            /**
3365             * Returns the user notification event local service.
3366             *
3367             * @return the user notification event local service
3368             */
3369            public com.liferay.portal.service.UserNotificationEventLocalService getUserNotificationEventLocalService() {
3370                    return userNotificationEventLocalService;
3371            }
3372    
3373            /**
3374             * Sets the user notification event local service.
3375             *
3376             * @param userNotificationEventLocalService the user notification event local service
3377             */
3378            public void setUserNotificationEventLocalService(
3379                    com.liferay.portal.service.UserNotificationEventLocalService userNotificationEventLocalService) {
3380                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3381            }
3382    
3383            /**
3384             * Returns the user notification event persistence.
3385             *
3386             * @return the user notification event persistence
3387             */
3388            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3389                    return userNotificationEventPersistence;
3390            }
3391    
3392            /**
3393             * Sets the user notification event persistence.
3394             *
3395             * @param userNotificationEventPersistence the user notification event persistence
3396             */
3397            public void setUserNotificationEventPersistence(
3398                    UserNotificationEventPersistence userNotificationEventPersistence) {
3399                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3400            }
3401    
3402            /**
3403             * Returns the user tracker local service.
3404             *
3405             * @return the user tracker local service
3406             */
3407            public com.liferay.portal.service.UserTrackerLocalService getUserTrackerLocalService() {
3408                    return userTrackerLocalService;
3409            }
3410    
3411            /**
3412             * Sets the user tracker local service.
3413             *
3414             * @param userTrackerLocalService the user tracker local service
3415             */
3416            public void setUserTrackerLocalService(
3417                    com.liferay.portal.service.UserTrackerLocalService userTrackerLocalService) {
3418                    this.userTrackerLocalService = userTrackerLocalService;
3419            }
3420    
3421            /**
3422             * Returns the user tracker persistence.
3423             *
3424             * @return the user tracker persistence
3425             */
3426            public UserTrackerPersistence getUserTrackerPersistence() {
3427                    return userTrackerPersistence;
3428            }
3429    
3430            /**
3431             * Sets the user tracker persistence.
3432             *
3433             * @param userTrackerPersistence the user tracker persistence
3434             */
3435            public void setUserTrackerPersistence(
3436                    UserTrackerPersistence userTrackerPersistence) {
3437                    this.userTrackerPersistence = userTrackerPersistence;
3438            }
3439    
3440            /**
3441             * Returns the user tracker path local service.
3442             *
3443             * @return the user tracker path local service
3444             */
3445            public com.liferay.portal.service.UserTrackerPathLocalService getUserTrackerPathLocalService() {
3446                    return userTrackerPathLocalService;
3447            }
3448    
3449            /**
3450             * Sets the user tracker path local service.
3451             *
3452             * @param userTrackerPathLocalService the user tracker path local service
3453             */
3454            public void setUserTrackerPathLocalService(
3455                    com.liferay.portal.service.UserTrackerPathLocalService userTrackerPathLocalService) {
3456                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3457            }
3458    
3459            /**
3460             * Returns the user tracker path persistence.
3461             *
3462             * @return the user tracker path persistence
3463             */
3464            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3465                    return userTrackerPathPersistence;
3466            }
3467    
3468            /**
3469             * Sets the user tracker path persistence.
3470             *
3471             * @param userTrackerPathPersistence the user tracker path persistence
3472             */
3473            public void setUserTrackerPathPersistence(
3474                    UserTrackerPathPersistence userTrackerPathPersistence) {
3475                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3476            }
3477    
3478            /**
3479             * Returns the virtual host local service.
3480             *
3481             * @return the virtual host local service
3482             */
3483            public com.liferay.portal.service.VirtualHostLocalService getVirtualHostLocalService() {
3484                    return virtualHostLocalService;
3485            }
3486    
3487            /**
3488             * Sets the virtual host local service.
3489             *
3490             * @param virtualHostLocalService the virtual host local service
3491             */
3492            public void setVirtualHostLocalService(
3493                    com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService) {
3494                    this.virtualHostLocalService = virtualHostLocalService;
3495            }
3496    
3497            /**
3498             * Returns the virtual host persistence.
3499             *
3500             * @return the virtual host persistence
3501             */
3502            public VirtualHostPersistence getVirtualHostPersistence() {
3503                    return virtualHostPersistence;
3504            }
3505    
3506            /**
3507             * Sets the virtual host persistence.
3508             *
3509             * @param virtualHostPersistence the virtual host persistence
3510             */
3511            public void setVirtualHostPersistence(
3512                    VirtualHostPersistence virtualHostPersistence) {
3513                    this.virtualHostPersistence = virtualHostPersistence;
3514            }
3515    
3516            /**
3517             * Returns the web d a v props local service.
3518             *
3519             * @return the web d a v props local service
3520             */
3521            public com.liferay.portal.service.WebDAVPropsLocalService getWebDAVPropsLocalService() {
3522                    return webDAVPropsLocalService;
3523            }
3524    
3525            /**
3526             * Sets the web d a v props local service.
3527             *
3528             * @param webDAVPropsLocalService the web d a v props local service
3529             */
3530            public void setWebDAVPropsLocalService(
3531                    com.liferay.portal.service.WebDAVPropsLocalService webDAVPropsLocalService) {
3532                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3533            }
3534    
3535            /**
3536             * Returns the web d a v props persistence.
3537             *
3538             * @return the web d a v props persistence
3539             */
3540            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3541                    return webDAVPropsPersistence;
3542            }
3543    
3544            /**
3545             * Sets the web d a v props persistence.
3546             *
3547             * @param webDAVPropsPersistence the web d a v props persistence
3548             */
3549            public void setWebDAVPropsPersistence(
3550                    WebDAVPropsPersistence webDAVPropsPersistence) {
3551                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3552            }
3553    
3554            /**
3555             * Returns the website local service.
3556             *
3557             * @return the website local service
3558             */
3559            public com.liferay.portal.service.WebsiteLocalService getWebsiteLocalService() {
3560                    return websiteLocalService;
3561            }
3562    
3563            /**
3564             * Sets the website local service.
3565             *
3566             * @param websiteLocalService the website local service
3567             */
3568            public void setWebsiteLocalService(
3569                    com.liferay.portal.service.WebsiteLocalService websiteLocalService) {
3570                    this.websiteLocalService = websiteLocalService;
3571            }
3572    
3573            /**
3574             * Returns the website remote service.
3575             *
3576             * @return the website remote service
3577             */
3578            public com.liferay.portal.service.WebsiteService getWebsiteService() {
3579                    return websiteService;
3580            }
3581    
3582            /**
3583             * Sets the website remote service.
3584             *
3585             * @param websiteService the website remote service
3586             */
3587            public void setWebsiteService(
3588                    com.liferay.portal.service.WebsiteService websiteService) {
3589                    this.websiteService = websiteService;
3590            }
3591    
3592            /**
3593             * Returns the website persistence.
3594             *
3595             * @return the website persistence
3596             */
3597            public WebsitePersistence getWebsitePersistence() {
3598                    return websitePersistence;
3599            }
3600    
3601            /**
3602             * Sets the website persistence.
3603             *
3604             * @param websitePersistence the website persistence
3605             */
3606            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3607                    this.websitePersistence = websitePersistence;
3608            }
3609    
3610            /**
3611             * Returns the workflow definition link local service.
3612             *
3613             * @return the workflow definition link local service
3614             */
3615            public com.liferay.portal.service.WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3616                    return workflowDefinitionLinkLocalService;
3617            }
3618    
3619            /**
3620             * Sets the workflow definition link local service.
3621             *
3622             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3623             */
3624            public void setWorkflowDefinitionLinkLocalService(
3625                    com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3626                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3627            }
3628    
3629            /**
3630             * Returns the workflow definition link persistence.
3631             *
3632             * @return the workflow definition link persistence
3633             */
3634            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3635                    return workflowDefinitionLinkPersistence;
3636            }
3637    
3638            /**
3639             * Sets the workflow definition link persistence.
3640             *
3641             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3642             */
3643            public void setWorkflowDefinitionLinkPersistence(
3644                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3645                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3646            }
3647    
3648            /**
3649             * Returns the workflow instance link local service.
3650             *
3651             * @return the workflow instance link local service
3652             */
3653            public com.liferay.portal.service.WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3654                    return workflowInstanceLinkLocalService;
3655            }
3656    
3657            /**
3658             * Sets the workflow instance link local service.
3659             *
3660             * @param workflowInstanceLinkLocalService the workflow instance link local service
3661             */
3662            public void setWorkflowInstanceLinkLocalService(
3663                    com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3664                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3665            }
3666    
3667            /**
3668             * Returns the workflow instance link persistence.
3669             *
3670             * @return the workflow instance link persistence
3671             */
3672            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3673                    return workflowInstanceLinkPersistence;
3674            }
3675    
3676            /**
3677             * Sets the workflow instance link persistence.
3678             *
3679             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3680             */
3681            public void setWorkflowInstanceLinkPersistence(
3682                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3683                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3684            }
3685    
3686            /**
3687             * Returns the counter local service.
3688             *
3689             * @return the counter local service
3690             */
3691            public com.liferay.counter.service.CounterLocalService getCounterLocalService() {
3692                    return counterLocalService;
3693            }
3694    
3695            /**
3696             * Sets the counter local service.
3697             *
3698             * @param counterLocalService the counter local service
3699             */
3700            public void setCounterLocalService(
3701                    com.liferay.counter.service.CounterLocalService counterLocalService) {
3702                    this.counterLocalService = counterLocalService;
3703            }
3704    
3705            /**
3706             * Returns the mail remote service.
3707             *
3708             * @return the mail remote service
3709             */
3710            public com.liferay.mail.service.MailService getMailService() {
3711                    return mailService;
3712            }
3713    
3714            /**
3715             * Sets the mail remote service.
3716             *
3717             * @param mailService the mail remote service
3718             */
3719            public void setMailService(com.liferay.mail.service.MailService mailService) {
3720                    this.mailService = mailService;
3721            }
3722    
3723            /**
3724             * Returns the announcements delivery local service.
3725             *
3726             * @return the announcements delivery local service
3727             */
3728            public com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService() {
3729                    return announcementsDeliveryLocalService;
3730            }
3731    
3732            /**
3733             * Sets the announcements delivery local service.
3734             *
3735             * @param announcementsDeliveryLocalService the announcements delivery local service
3736             */
3737            public void setAnnouncementsDeliveryLocalService(
3738                    com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService) {
3739                    this.announcementsDeliveryLocalService = announcementsDeliveryLocalService;
3740            }
3741    
3742            /**
3743             * Returns the announcements delivery remote service.
3744             *
3745             * @return the announcements delivery remote service
3746             */
3747            public com.liferay.portlet.announcements.service.AnnouncementsDeliveryService getAnnouncementsDeliveryService() {
3748                    return announcementsDeliveryService;
3749            }
3750    
3751            /**
3752             * Sets the announcements delivery remote service.
3753             *
3754             * @param announcementsDeliveryService the announcements delivery remote service
3755             */
3756            public void setAnnouncementsDeliveryService(
3757                    com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService) {
3758                    this.announcementsDeliveryService = announcementsDeliveryService;
3759            }
3760    
3761            /**
3762             * Returns the announcements delivery persistence.
3763             *
3764             * @return the announcements delivery persistence
3765             */
3766            public AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence() {
3767                    return announcementsDeliveryPersistence;
3768            }
3769    
3770            /**
3771             * Sets the announcements delivery persistence.
3772             *
3773             * @param announcementsDeliveryPersistence the announcements delivery persistence
3774             */
3775            public void setAnnouncementsDeliveryPersistence(
3776                    AnnouncementsDeliveryPersistence announcementsDeliveryPersistence) {
3777                    this.announcementsDeliveryPersistence = announcementsDeliveryPersistence;
3778            }
3779    
3780            /**
3781             * Returns the asset entry local service.
3782             *
3783             * @return the asset entry local service
3784             */
3785            public com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService() {
3786                    return assetEntryLocalService;
3787            }
3788    
3789            /**
3790             * Sets the asset entry local service.
3791             *
3792             * @param assetEntryLocalService the asset entry local service
3793             */
3794            public void setAssetEntryLocalService(
3795                    com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService) {
3796                    this.assetEntryLocalService = assetEntryLocalService;
3797            }
3798    
3799            /**
3800             * Returns the asset entry remote service.
3801             *
3802             * @return the asset entry remote service
3803             */
3804            public com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService() {
3805                    return assetEntryService;
3806            }
3807    
3808            /**
3809             * Sets the asset entry remote service.
3810             *
3811             * @param assetEntryService the asset entry remote service
3812             */
3813            public void setAssetEntryService(
3814                    com.liferay.portlet.asset.service.AssetEntryService assetEntryService) {
3815                    this.assetEntryService = assetEntryService;
3816            }
3817    
3818            /**
3819             * Returns the asset entry persistence.
3820             *
3821             * @return the asset entry persistence
3822             */
3823            public AssetEntryPersistence getAssetEntryPersistence() {
3824                    return assetEntryPersistence;
3825            }
3826    
3827            /**
3828             * Sets the asset entry persistence.
3829             *
3830             * @param assetEntryPersistence the asset entry persistence
3831             */
3832            public void setAssetEntryPersistence(
3833                    AssetEntryPersistence assetEntryPersistence) {
3834                    this.assetEntryPersistence = assetEntryPersistence;
3835            }
3836    
3837            /**
3838             * Returns the asset entry finder.
3839             *
3840             * @return the asset entry finder
3841             */
3842            public AssetEntryFinder getAssetEntryFinder() {
3843                    return assetEntryFinder;
3844            }
3845    
3846            /**
3847             * Sets the asset entry finder.
3848             *
3849             * @param assetEntryFinder the asset entry finder
3850             */
3851            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
3852                    this.assetEntryFinder = assetEntryFinder;
3853            }
3854    
3855            /**
3856             * Returns the blogs stats user local service.
3857             *
3858             * @return the blogs stats user local service
3859             */
3860            public com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService() {
3861                    return blogsStatsUserLocalService;
3862            }
3863    
3864            /**
3865             * Sets the blogs stats user local service.
3866             *
3867             * @param blogsStatsUserLocalService the blogs stats user local service
3868             */
3869            public void setBlogsStatsUserLocalService(
3870                    com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService) {
3871                    this.blogsStatsUserLocalService = blogsStatsUserLocalService;
3872            }
3873    
3874            /**
3875             * Returns the blogs stats user persistence.
3876             *
3877             * @return the blogs stats user persistence
3878             */
3879            public BlogsStatsUserPersistence getBlogsStatsUserPersistence() {
3880                    return blogsStatsUserPersistence;
3881            }
3882    
3883            /**
3884             * Sets the blogs stats user persistence.
3885             *
3886             * @param blogsStatsUserPersistence the blogs stats user persistence
3887             */
3888            public void setBlogsStatsUserPersistence(
3889                    BlogsStatsUserPersistence blogsStatsUserPersistence) {
3890                    this.blogsStatsUserPersistence = blogsStatsUserPersistence;
3891            }
3892    
3893            /**
3894             * Returns the blogs stats user finder.
3895             *
3896             * @return the blogs stats user finder
3897             */
3898            public BlogsStatsUserFinder getBlogsStatsUserFinder() {
3899                    return blogsStatsUserFinder;
3900            }
3901    
3902            /**
3903             * Sets the blogs stats user finder.
3904             *
3905             * @param blogsStatsUserFinder the blogs stats user finder
3906             */
3907            public void setBlogsStatsUserFinder(
3908                    BlogsStatsUserFinder blogsStatsUserFinder) {
3909                    this.blogsStatsUserFinder = blogsStatsUserFinder;
3910            }
3911    
3912            /**
3913             * Returns the document library file rank local service.
3914             *
3915             * @return the document library file rank local service
3916             */
3917            public com.liferay.portlet.documentlibrary.service.DLFileRankLocalService getDLFileRankLocalService() {
3918                    return dlFileRankLocalService;
3919            }
3920    
3921            /**
3922             * Sets the document library file rank local service.
3923             *
3924             * @param dlFileRankLocalService the document library file rank local service
3925             */
3926            public void setDLFileRankLocalService(
3927                    com.liferay.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService) {
3928                    this.dlFileRankLocalService = dlFileRankLocalService;
3929            }
3930    
3931            /**
3932             * Returns the document library file rank persistence.
3933             *
3934             * @return the document library file rank persistence
3935             */
3936            public DLFileRankPersistence getDLFileRankPersistence() {
3937                    return dlFileRankPersistence;
3938            }
3939    
3940            /**
3941             * Sets the document library file rank persistence.
3942             *
3943             * @param dlFileRankPersistence the document library file rank persistence
3944             */
3945            public void setDLFileRankPersistence(
3946                    DLFileRankPersistence dlFileRankPersistence) {
3947                    this.dlFileRankPersistence = dlFileRankPersistence;
3948            }
3949    
3950            /**
3951             * Returns the document library file rank finder.
3952             *
3953             * @return the document library file rank finder
3954             */
3955            public DLFileRankFinder getDLFileRankFinder() {
3956                    return dlFileRankFinder;
3957            }
3958    
3959            /**
3960             * Sets the document library file rank finder.
3961             *
3962             * @param dlFileRankFinder the document library file rank finder
3963             */
3964            public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder) {
3965                    this.dlFileRankFinder = dlFileRankFinder;
3966            }
3967    
3968            /**
3969             * Returns the expando row local service.
3970             *
3971             * @return the expando row local service
3972             */
3973            public com.liferay.portlet.expando.service.ExpandoRowLocalService getExpandoRowLocalService() {
3974                    return expandoRowLocalService;
3975            }
3976    
3977            /**
3978             * Sets the expando row local service.
3979             *
3980             * @param expandoRowLocalService the expando row local service
3981             */
3982            public void setExpandoRowLocalService(
3983                    com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService) {
3984                    this.expandoRowLocalService = expandoRowLocalService;
3985            }
3986    
3987            /**
3988             * Returns the expando row persistence.
3989             *
3990             * @return the expando row persistence
3991             */
3992            public ExpandoRowPersistence getExpandoRowPersistence() {
3993                    return expandoRowPersistence;
3994            }
3995    
3996            /**
3997             * Sets the expando row persistence.
3998             *
3999             * @param expandoRowPersistence the expando row persistence
4000             */
4001            public void setExpandoRowPersistence(
4002                    ExpandoRowPersistence expandoRowPersistence) {
4003                    this.expandoRowPersistence = expandoRowPersistence;
4004            }
4005    
4006            /**
4007             * Returns the message boards ban local service.
4008             *
4009             * @return the message boards ban local service
4010             */
4011            public com.liferay.portlet.messageboards.service.MBBanLocalService getMBBanLocalService() {
4012                    return mbBanLocalService;
4013            }
4014    
4015            /**
4016             * Sets the message boards ban local service.
4017             *
4018             * @param mbBanLocalService the message boards ban local service
4019             */
4020            public void setMBBanLocalService(
4021                    com.liferay.portlet.messageboards.service.MBBanLocalService mbBanLocalService) {
4022                    this.mbBanLocalService = mbBanLocalService;
4023            }
4024    
4025            /**
4026             * Returns the message boards ban remote service.
4027             *
4028             * @return the message boards ban remote service
4029             */
4030            public com.liferay.portlet.messageboards.service.MBBanService getMBBanService() {
4031                    return mbBanService;
4032            }
4033    
4034            /**
4035             * Sets the message boards ban remote service.
4036             *
4037             * @param mbBanService the message boards ban remote service
4038             */
4039            public void setMBBanService(
4040                    com.liferay.portlet.messageboards.service.MBBanService mbBanService) {
4041                    this.mbBanService = mbBanService;
4042            }
4043    
4044            /**
4045             * Returns the message boards ban persistence.
4046             *
4047             * @return the message boards ban persistence
4048             */
4049            public MBBanPersistence getMBBanPersistence() {
4050                    return mbBanPersistence;
4051            }
4052    
4053            /**
4054             * Sets the message boards ban persistence.
4055             *
4056             * @param mbBanPersistence the message boards ban persistence
4057             */
4058            public void setMBBanPersistence(MBBanPersistence mbBanPersistence) {
4059                    this.mbBanPersistence = mbBanPersistence;
4060            }
4061    
4062            /**
4063             * Returns the message-boards message local service.
4064             *
4065             * @return the message-boards message local service
4066             */
4067            public com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService() {
4068                    return mbMessageLocalService;
4069            }
4070    
4071            /**
4072             * Sets the message-boards message local service.
4073             *
4074             * @param mbMessageLocalService the message-boards message local service
4075             */
4076            public void setMBMessageLocalService(
4077                    com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService) {
4078                    this.mbMessageLocalService = mbMessageLocalService;
4079            }
4080    
4081            /**
4082             * Returns the message-boards message remote service.
4083             *
4084             * @return the message-boards message remote service
4085             */
4086            public com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService() {
4087                    return mbMessageService;
4088            }
4089    
4090            /**
4091             * Sets the message-boards message remote service.
4092             *
4093             * @param mbMessageService the message-boards message remote service
4094             */
4095            public void setMBMessageService(
4096                    com.liferay.portlet.messageboards.service.MBMessageService mbMessageService) {
4097                    this.mbMessageService = mbMessageService;
4098            }
4099    
4100            /**
4101             * Returns the message-boards message persistence.
4102             *
4103             * @return the message-boards message persistence
4104             */
4105            public MBMessagePersistence getMBMessagePersistence() {
4106                    return mbMessagePersistence;
4107            }
4108    
4109            /**
4110             * Sets the message-boards message persistence.
4111             *
4112             * @param mbMessagePersistence the message-boards message persistence
4113             */
4114            public void setMBMessagePersistence(
4115                    MBMessagePersistence mbMessagePersistence) {
4116                    this.mbMessagePersistence = mbMessagePersistence;
4117            }
4118    
4119            /**
4120             * Returns the message-boards message finder.
4121             *
4122             * @return the message-boards message finder
4123             */
4124            public MBMessageFinder getMBMessageFinder() {
4125                    return mbMessageFinder;
4126            }
4127    
4128            /**
4129             * Sets the message-boards message finder.
4130             *
4131             * @param mbMessageFinder the message-boards message finder
4132             */
4133            public void setMBMessageFinder(MBMessageFinder mbMessageFinder) {
4134                    this.mbMessageFinder = mbMessageFinder;
4135            }
4136    
4137            /**
4138             * Returns the message boards stats user local service.
4139             *
4140             * @return the message boards stats user local service
4141             */
4142            public com.liferay.portlet.messageboards.service.MBStatsUserLocalService getMBStatsUserLocalService() {
4143                    return mbStatsUserLocalService;
4144            }
4145    
4146            /**
4147             * Sets the message boards stats user local service.
4148             *
4149             * @param mbStatsUserLocalService the message boards stats user local service
4150             */
4151            public void setMBStatsUserLocalService(
4152                    com.liferay.portlet.messageboards.service.MBStatsUserLocalService mbStatsUserLocalService) {
4153                    this.mbStatsUserLocalService = mbStatsUserLocalService;
4154            }
4155    
4156            /**
4157             * Returns the message boards stats user persistence.
4158             *
4159             * @return the message boards stats user persistence
4160             */
4161            public MBStatsUserPersistence getMBStatsUserPersistence() {
4162                    return mbStatsUserPersistence;
4163            }
4164    
4165            /**
4166             * Sets the message boards stats user persistence.
4167             *
4168             * @param mbStatsUserPersistence the message boards stats user persistence
4169             */
4170            public void setMBStatsUserPersistence(
4171                    MBStatsUserPersistence mbStatsUserPersistence) {
4172                    this.mbStatsUserPersistence = mbStatsUserPersistence;
4173            }
4174    
4175            /**
4176             * Returns the message boards thread flag local service.
4177             *
4178             * @return the message boards thread flag local service
4179             */
4180            public com.liferay.portlet.messageboards.service.MBThreadFlagLocalService getMBThreadFlagLocalService() {
4181                    return mbThreadFlagLocalService;
4182            }
4183    
4184            /**
4185             * Sets the message boards thread flag local service.
4186             *
4187             * @param mbThreadFlagLocalService the message boards thread flag local service
4188             */
4189            public void setMBThreadFlagLocalService(
4190                    com.liferay.portlet.messageboards.service.MBThreadFlagLocalService mbThreadFlagLocalService) {
4191                    this.mbThreadFlagLocalService = mbThreadFlagLocalService;
4192            }
4193    
4194            /**
4195             * Returns the message boards thread flag persistence.
4196             *
4197             * @return the message boards thread flag persistence
4198             */
4199            public MBThreadFlagPersistence getMBThreadFlagPersistence() {
4200                    return mbThreadFlagPersistence;
4201            }
4202    
4203            /**
4204             * Sets the message boards thread flag persistence.
4205             *
4206             * @param mbThreadFlagPersistence the message boards thread flag persistence
4207             */
4208            public void setMBThreadFlagPersistence(
4209                    MBThreadFlagPersistence mbThreadFlagPersistence) {
4210                    this.mbThreadFlagPersistence = mbThreadFlagPersistence;
4211            }
4212    
4213            /**
4214             * Returns the shopping cart local service.
4215             *
4216             * @return the shopping cart local service
4217             */
4218            public com.liferay.portlet.shopping.service.ShoppingCartLocalService getShoppingCartLocalService() {
4219                    return shoppingCartLocalService;
4220            }
4221    
4222            /**
4223             * Sets the shopping cart local service.
4224             *
4225             * @param shoppingCartLocalService the shopping cart local service
4226             */
4227            public void setShoppingCartLocalService(
4228                    com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService) {
4229                    this.shoppingCartLocalService = shoppingCartLocalService;
4230            }
4231    
4232            /**
4233             * Returns the shopping cart persistence.
4234             *
4235             * @return the shopping cart persistence
4236             */
4237            public ShoppingCartPersistence getShoppingCartPersistence() {
4238                    return shoppingCartPersistence;
4239            }
4240    
4241            /**
4242             * Sets the shopping cart persistence.
4243             *
4244             * @param shoppingCartPersistence the shopping cart persistence
4245             */
4246            public void setShoppingCartPersistence(
4247                    ShoppingCartPersistence shoppingCartPersistence) {
4248                    this.shoppingCartPersistence = shoppingCartPersistence;
4249            }
4250    
4251            /**
4252             * Returns the social activity local service.
4253             *
4254             * @return the social activity local service
4255             */
4256            public com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService() {
4257                    return socialActivityLocalService;
4258            }
4259    
4260            /**
4261             * Sets the social activity local service.
4262             *
4263             * @param socialActivityLocalService the social activity local service
4264             */
4265            public void setSocialActivityLocalService(
4266                    com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService) {
4267                    this.socialActivityLocalService = socialActivityLocalService;
4268            }
4269    
4270            /**
4271             * Returns the social activity remote service.
4272             *
4273             * @return the social activity remote service
4274             */
4275            public com.liferay.portlet.social.service.SocialActivityService getSocialActivityService() {
4276                    return socialActivityService;
4277            }
4278    
4279            /**
4280             * Sets the social activity remote service.
4281             *
4282             * @param socialActivityService the social activity remote service
4283             */
4284            public void setSocialActivityService(
4285                    com.liferay.portlet.social.service.SocialActivityService socialActivityService) {
4286                    this.socialActivityService = socialActivityService;
4287            }
4288    
4289            /**
4290             * Returns the social activity persistence.
4291             *
4292             * @return the social activity persistence
4293             */
4294            public SocialActivityPersistence getSocialActivityPersistence() {
4295                    return socialActivityPersistence;
4296            }
4297    
4298            /**
4299             * Sets the social activity persistence.
4300             *
4301             * @param socialActivityPersistence the social activity persistence
4302             */
4303            public void setSocialActivityPersistence(
4304                    SocialActivityPersistence socialActivityPersistence) {
4305                    this.socialActivityPersistence = socialActivityPersistence;
4306            }
4307    
4308            /**
4309             * Returns the social activity finder.
4310             *
4311             * @return the social activity finder
4312             */
4313            public SocialActivityFinder getSocialActivityFinder() {
4314                    return socialActivityFinder;
4315            }
4316    
4317            /**
4318             * Sets the social activity finder.
4319             *
4320             * @param socialActivityFinder the social activity finder
4321             */
4322            public void setSocialActivityFinder(
4323                    SocialActivityFinder socialActivityFinder) {
4324                    this.socialActivityFinder = socialActivityFinder;
4325            }
4326    
4327            /**
4328             * Returns the social request local service.
4329             *
4330             * @return the social request local service
4331             */
4332            public com.liferay.portlet.social.service.SocialRequestLocalService getSocialRequestLocalService() {
4333                    return socialRequestLocalService;
4334            }
4335    
4336            /**
4337             * Sets the social request local service.
4338             *
4339             * @param socialRequestLocalService the social request local service
4340             */
4341            public void setSocialRequestLocalService(
4342                    com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService) {
4343                    this.socialRequestLocalService = socialRequestLocalService;
4344            }
4345    
4346            /**
4347             * Returns the social request remote service.
4348             *
4349             * @return the social request remote service
4350             */
4351            public com.liferay.portlet.social.service.SocialRequestService getSocialRequestService() {
4352                    return socialRequestService;
4353            }
4354    
4355            /**
4356             * Sets the social request remote service.
4357             *
4358             * @param socialRequestService the social request remote service
4359             */
4360            public void setSocialRequestService(
4361                    com.liferay.portlet.social.service.SocialRequestService socialRequestService) {
4362                    this.socialRequestService = socialRequestService;
4363            }
4364    
4365            /**
4366             * Returns the social request persistence.
4367             *
4368             * @return the social request persistence
4369             */
4370            public SocialRequestPersistence getSocialRequestPersistence() {
4371                    return socialRequestPersistence;
4372            }
4373    
4374            /**
4375             * Sets the social request persistence.
4376             *
4377             * @param socialRequestPersistence the social request persistence
4378             */
4379            public void setSocialRequestPersistence(
4380                    SocialRequestPersistence socialRequestPersistence) {
4381                    this.socialRequestPersistence = socialRequestPersistence;
4382            }
4383    
4384            public void afterPropertiesSet() {
4385            }
4386    
4387            public void destroy() {
4388            }
4389    
4390            /**
4391             * Returns the Spring bean ID for this bean.
4392             *
4393             * @return the Spring bean ID for this bean
4394             */
4395            @Override
4396            public String getBeanIdentifier() {
4397                    return _beanIdentifier;
4398            }
4399    
4400            /**
4401             * Sets the Spring bean ID for this bean.
4402             *
4403             * @param beanIdentifier the Spring bean ID for this bean
4404             */
4405            @Override
4406            public void setBeanIdentifier(String beanIdentifier) {
4407                    _beanIdentifier = beanIdentifier;
4408            }
4409    
4410            protected Class<?> getModelClass() {
4411                    return User.class;
4412            }
4413    
4414            protected String getModelClassName() {
4415                    return User.class.getName();
4416            }
4417    
4418            /**
4419             * Performs an SQL query.
4420             *
4421             * @param sql the sql query
4422             */
4423            protected void runSQL(String sql) throws SystemException {
4424                    try {
4425                            DataSource dataSource = userPersistence.getDataSource();
4426    
4427                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
4428                                            sql, new int[0]);
4429    
4430                            sqlUpdate.update();
4431                    }
4432                    catch (Exception e) {
4433                            throw new SystemException(e);
4434                    }
4435            }
4436    
4437            @BeanReference(type = com.liferay.portal.service.AccountLocalService.class)
4438            protected com.liferay.portal.service.AccountLocalService accountLocalService;
4439            @BeanReference(type = com.liferay.portal.service.AccountService.class)
4440            protected com.liferay.portal.service.AccountService accountService;
4441            @BeanReference(type = AccountPersistence.class)
4442            protected AccountPersistence accountPersistence;
4443            @BeanReference(type = com.liferay.portal.service.AddressLocalService.class)
4444            protected com.liferay.portal.service.AddressLocalService addressLocalService;
4445            @BeanReference(type = com.liferay.portal.service.AddressService.class)
4446            protected com.liferay.portal.service.AddressService addressService;
4447            @BeanReference(type = AddressPersistence.class)
4448            protected AddressPersistence addressPersistence;
4449            @BeanReference(type = com.liferay.portal.service.BackgroundTaskLocalService.class)
4450            protected com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService;
4451            @BeanReference(type = com.liferay.portal.service.BackgroundTaskService.class)
4452            protected com.liferay.portal.service.BackgroundTaskService backgroundTaskService;
4453            @BeanReference(type = BackgroundTaskPersistence.class)
4454            protected BackgroundTaskPersistence backgroundTaskPersistence;
4455            @BeanReference(type = com.liferay.portal.service.BrowserTrackerLocalService.class)
4456            protected com.liferay.portal.service.BrowserTrackerLocalService browserTrackerLocalService;
4457            @BeanReference(type = BrowserTrackerPersistence.class)
4458            protected BrowserTrackerPersistence browserTrackerPersistence;
4459            @BeanReference(type = com.liferay.portal.service.ClassNameLocalService.class)
4460            protected com.liferay.portal.service.ClassNameLocalService classNameLocalService;
4461            @BeanReference(type = com.liferay.portal.service.ClassNameService.class)
4462            protected com.liferay.portal.service.ClassNameService classNameService;
4463            @BeanReference(type = ClassNamePersistence.class)
4464            protected ClassNamePersistence classNamePersistence;
4465            @BeanReference(type = com.liferay.portal.service.ClusterGroupLocalService.class)
4466            protected com.liferay.portal.service.ClusterGroupLocalService clusterGroupLocalService;
4467            @BeanReference(type = ClusterGroupPersistence.class)
4468            protected ClusterGroupPersistence clusterGroupPersistence;
4469            @BeanReference(type = com.liferay.portal.service.CMISRepositoryLocalService.class)
4470            protected com.liferay.portal.service.CMISRepositoryLocalService cmisRepositoryLocalService;
4471            @BeanReference(type = com.liferay.portal.service.CompanyLocalService.class)
4472            protected com.liferay.portal.service.CompanyLocalService companyLocalService;
4473            @BeanReference(type = com.liferay.portal.service.CompanyService.class)
4474            protected com.liferay.portal.service.CompanyService companyService;
4475            @BeanReference(type = CompanyPersistence.class)
4476            protected CompanyPersistence companyPersistence;
4477            @BeanReference(type = com.liferay.portal.service.ContactLocalService.class)
4478            protected com.liferay.portal.service.ContactLocalService contactLocalService;
4479            @BeanReference(type = com.liferay.portal.service.ContactService.class)
4480            protected com.liferay.portal.service.ContactService contactService;
4481            @BeanReference(type = ContactPersistence.class)
4482            protected ContactPersistence contactPersistence;
4483            @BeanReference(type = com.liferay.portal.service.CountryService.class)
4484            protected com.liferay.portal.service.CountryService countryService;
4485            @BeanReference(type = CountryPersistence.class)
4486            protected CountryPersistence countryPersistence;
4487            @BeanReference(type = com.liferay.portal.service.EmailAddressLocalService.class)
4488            protected com.liferay.portal.service.EmailAddressLocalService emailAddressLocalService;
4489            @BeanReference(type = com.liferay.portal.service.EmailAddressService.class)
4490            protected com.liferay.portal.service.EmailAddressService emailAddressService;
4491            @BeanReference(type = EmailAddressPersistence.class)
4492            protected EmailAddressPersistence emailAddressPersistence;
4493            @BeanReference(type = com.liferay.portal.service.GroupLocalService.class)
4494            protected com.liferay.portal.service.GroupLocalService groupLocalService;
4495            @BeanReference(type = com.liferay.portal.service.GroupService.class)
4496            protected com.liferay.portal.service.GroupService groupService;
4497            @BeanReference(type = GroupPersistence.class)
4498            protected GroupPersistence groupPersistence;
4499            @BeanReference(type = GroupFinder.class)
4500            protected GroupFinder groupFinder;
4501            @BeanReference(type = com.liferay.portal.service.ImageLocalService.class)
4502            protected com.liferay.portal.service.ImageLocalService imageLocalService;
4503            @BeanReference(type = com.liferay.portal.service.ImageService.class)
4504            protected com.liferay.portal.service.ImageService imageService;
4505            @BeanReference(type = ImagePersistence.class)
4506            protected ImagePersistence imagePersistence;
4507            @BeanReference(type = com.liferay.portal.service.LayoutLocalService.class)
4508            protected com.liferay.portal.service.LayoutLocalService layoutLocalService;
4509            @BeanReference(type = com.liferay.portal.service.LayoutService.class)
4510            protected com.liferay.portal.service.LayoutService layoutService;
4511            @BeanReference(type = LayoutPersistence.class)
4512            protected LayoutPersistence layoutPersistence;
4513            @BeanReference(type = LayoutFinder.class)
4514            protected LayoutFinder layoutFinder;
4515            @BeanReference(type = com.liferay.portal.service.LayoutBranchLocalService.class)
4516            protected com.liferay.portal.service.LayoutBranchLocalService layoutBranchLocalService;
4517            @BeanReference(type = com.liferay.portal.service.LayoutBranchService.class)
4518            protected com.liferay.portal.service.LayoutBranchService layoutBranchService;
4519            @BeanReference(type = LayoutBranchPersistence.class)
4520            protected LayoutBranchPersistence layoutBranchPersistence;
4521            @BeanReference(type = com.liferay.portal.service.LayoutFriendlyURLLocalService.class)
4522            protected com.liferay.portal.service.LayoutFriendlyURLLocalService layoutFriendlyURLLocalService;
4523            @BeanReference(type = LayoutFriendlyURLPersistence.class)
4524            protected LayoutFriendlyURLPersistence layoutFriendlyURLPersistence;
4525            @BeanReference(type = com.liferay.portal.service.LayoutPrototypeLocalService.class)
4526            protected com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService;
4527            @BeanReference(type = com.liferay.portal.service.LayoutPrototypeService.class)
4528            protected com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService;
4529            @BeanReference(type = LayoutPrototypePersistence.class)
4530            protected LayoutPrototypePersistence layoutPrototypePersistence;
4531            @BeanReference(type = com.liferay.portal.service.LayoutRevisionLocalService.class)
4532            protected com.liferay.portal.service.LayoutRevisionLocalService layoutRevisionLocalService;
4533            @BeanReference(type = com.liferay.portal.service.LayoutRevisionService.class)
4534            protected com.liferay.portal.service.LayoutRevisionService layoutRevisionService;
4535            @BeanReference(type = LayoutRevisionPersistence.class)
4536            protected LayoutRevisionPersistence layoutRevisionPersistence;
4537            @BeanReference(type = com.liferay.portal.service.LayoutSetLocalService.class)
4538            protected com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService;
4539            @BeanReference(type = com.liferay.portal.service.LayoutSetService.class)
4540            protected com.liferay.portal.service.LayoutSetService layoutSetService;
4541            @BeanReference(type = LayoutSetPersistence.class)
4542            protected LayoutSetPersistence layoutSetPersistence;
4543            @BeanReference(type = com.liferay.portal.service.LayoutSetBranchLocalService.class)
4544            protected com.liferay.portal.service.LayoutSetBranchLocalService layoutSetBranchLocalService;
4545            @BeanReference(type = com.liferay.portal.service.LayoutSetBranchService.class)
4546            protected com.liferay.portal.service.LayoutSetBranchService layoutSetBranchService;
4547            @BeanReference(type = LayoutSetBranchPersistence.class)
4548            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
4549            @BeanReference(type = com.liferay.portal.service.LayoutSetPrototypeLocalService.class)
4550            protected com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
4551            @BeanReference(type = com.liferay.portal.service.LayoutSetPrototypeService.class)
4552            protected com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService;
4553            @BeanReference(type = LayoutSetPrototypePersistence.class)
4554            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
4555            @BeanReference(type = com.liferay.portal.service.LayoutTemplateLocalService.class)
4556            protected com.liferay.portal.service.LayoutTemplateLocalService layoutTemplateLocalService;
4557            @BeanReference(type = com.liferay.portal.service.ListTypeService.class)
4558            protected com.liferay.portal.service.ListTypeService listTypeService;
4559            @BeanReference(type = ListTypePersistence.class)
4560            protected ListTypePersistence listTypePersistence;
4561            @BeanReference(type = com.liferay.portal.service.LockLocalService.class)
4562            protected com.liferay.portal.service.LockLocalService lockLocalService;
4563            @BeanReference(type = LockPersistence.class)
4564            protected LockPersistence lockPersistence;
4565            @BeanReference(type = LockFinder.class)
4566            protected LockFinder lockFinder;
4567            @BeanReference(type = com.liferay.portal.service.MembershipRequestLocalService.class)
4568            protected com.liferay.portal.service.MembershipRequestLocalService membershipRequestLocalService;
4569            @BeanReference(type = com.liferay.portal.service.MembershipRequestService.class)
4570            protected com.liferay.portal.service.MembershipRequestService membershipRequestService;
4571            @BeanReference(type = MembershipRequestPersistence.class)
4572            protected MembershipRequestPersistence membershipRequestPersistence;
4573            @BeanReference(type = com.liferay.portal.service.OrganizationLocalService.class)
4574            protected com.liferay.portal.service.OrganizationLocalService organizationLocalService;
4575            @BeanReference(type = com.liferay.portal.service.OrganizationService.class)
4576            protected com.liferay.portal.service.OrganizationService organizationService;
4577            @BeanReference(type = OrganizationPersistence.class)
4578            protected OrganizationPersistence organizationPersistence;
4579            @BeanReference(type = OrganizationFinder.class)
4580            protected OrganizationFinder organizationFinder;
4581            @BeanReference(type = OrgGroupRolePersistence.class)
4582            protected OrgGroupRolePersistence orgGroupRolePersistence;
4583            @BeanReference(type = com.liferay.portal.service.OrgLaborLocalService.class)
4584            protected com.liferay.portal.service.OrgLaborLocalService orgLaborLocalService;
4585            @BeanReference(type = com.liferay.portal.service.OrgLaborService.class)
4586            protected com.liferay.portal.service.OrgLaborService orgLaborService;
4587            @BeanReference(type = OrgLaborPersistence.class)
4588            protected OrgLaborPersistence orgLaborPersistence;
4589            @BeanReference(type = com.liferay.portal.service.PasswordPolicyLocalService.class)
4590            protected com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService;
4591            @BeanReference(type = com.liferay.portal.service.PasswordPolicyService.class)
4592            protected com.liferay.portal.service.PasswordPolicyService passwordPolicyService;
4593            @BeanReference(type = PasswordPolicyPersistence.class)
4594            protected PasswordPolicyPersistence passwordPolicyPersistence;
4595            @BeanReference(type = PasswordPolicyFinder.class)
4596            protected PasswordPolicyFinder passwordPolicyFinder;
4597            @BeanReference(type = com.liferay.portal.service.PasswordPolicyRelLocalService.class)
4598            protected com.liferay.portal.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService;
4599            @BeanReference(type = PasswordPolicyRelPersistence.class)
4600            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
4601            @BeanReference(type = com.liferay.portal.service.PasswordTrackerLocalService.class)
4602            protected com.liferay.portal.service.PasswordTrackerLocalService passwordTrackerLocalService;
4603            @BeanReference(type = PasswordTrackerPersistence.class)
4604            protected PasswordTrackerPersistence passwordTrackerPersistence;
4605            @BeanReference(type = com.liferay.portal.service.PermissionService.class)
4606            protected com.liferay.portal.service.PermissionService permissionService;
4607            @BeanReference(type = com.liferay.portal.service.PhoneLocalService.class)
4608            protected com.liferay.portal.service.PhoneLocalService phoneLocalService;
4609            @BeanReference(type = com.liferay.portal.service.PhoneService.class)
4610            protected com.liferay.portal.service.PhoneService phoneService;
4611            @BeanReference(type = PhonePersistence.class)
4612            protected PhonePersistence phonePersistence;
4613            @BeanReference(type = com.liferay.portal.service.PluginSettingLocalService.class)
4614            protected com.liferay.portal.service.PluginSettingLocalService pluginSettingLocalService;
4615            @BeanReference(type = com.liferay.portal.service.PluginSettingService.class)
4616            protected com.liferay.portal.service.PluginSettingService pluginSettingService;
4617            @BeanReference(type = PluginSettingPersistence.class)
4618            protected PluginSettingPersistence pluginSettingPersistence;
4619            @BeanReference(type = com.liferay.portal.service.PortalLocalService.class)
4620            protected com.liferay.portal.service.PortalLocalService portalLocalService;
4621            @BeanReference(type = com.liferay.portal.service.PortalService.class)
4622            protected com.liferay.portal.service.PortalService portalService;
4623            @BeanReference(type = com.liferay.portal.service.PortalPreferencesLocalService.class)
4624            protected com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService;
4625            @BeanReference(type = PortalPreferencesPersistence.class)
4626            protected PortalPreferencesPersistence portalPreferencesPersistence;
4627            @BeanReference(type = com.liferay.portal.service.PortletLocalService.class)
4628            protected com.liferay.portal.service.PortletLocalService portletLocalService;
4629            @BeanReference(type = com.liferay.portal.service.PortletService.class)
4630            protected com.liferay.portal.service.PortletService portletService;
4631            @BeanReference(type = PortletPersistence.class)
4632            protected PortletPersistence portletPersistence;
4633            @BeanReference(type = com.liferay.portal.service.PortletItemLocalService.class)
4634            protected com.liferay.portal.service.PortletItemLocalService portletItemLocalService;
4635            @BeanReference(type = PortletItemPersistence.class)
4636            protected PortletItemPersistence portletItemPersistence;
4637            @BeanReference(type = com.liferay.portal.service.PortletPreferencesLocalService.class)
4638            protected com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService;
4639            @BeanReference(type = com.liferay.portal.service.PortletPreferencesService.class)
4640            protected com.liferay.portal.service.PortletPreferencesService portletPreferencesService;
4641            @BeanReference(type = PortletPreferencesPersistence.class)
4642            protected PortletPreferencesPersistence portletPreferencesPersistence;
4643            @BeanReference(type = PortletPreferencesFinder.class)
4644            protected PortletPreferencesFinder portletPreferencesFinder;
4645            @BeanReference(type = com.liferay.portal.service.QuartzLocalService.class)
4646            protected com.liferay.portal.service.QuartzLocalService quartzLocalService;
4647            @BeanReference(type = com.liferay.portal.service.RegionService.class)
4648            protected com.liferay.portal.service.RegionService regionService;
4649            @BeanReference(type = RegionPersistence.class)
4650            protected RegionPersistence regionPersistence;
4651            @BeanReference(type = com.liferay.portal.service.ReleaseLocalService.class)
4652            protected com.liferay.portal.service.ReleaseLocalService releaseLocalService;
4653            @BeanReference(type = ReleasePersistence.class)
4654            protected ReleasePersistence releasePersistence;
4655            @BeanReference(type = com.liferay.portal.service.RepositoryLocalService.class)
4656            protected com.liferay.portal.service.RepositoryLocalService repositoryLocalService;
4657            @BeanReference(type = com.liferay.portal.service.RepositoryService.class)
4658            protected com.liferay.portal.service.RepositoryService repositoryService;
4659            @BeanReference(type = RepositoryPersistence.class)
4660            protected RepositoryPersistence repositoryPersistence;
4661            @BeanReference(type = com.liferay.portal.service.RepositoryEntryLocalService.class)
4662            protected com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService;
4663            @BeanReference(type = RepositoryEntryPersistence.class)
4664            protected RepositoryEntryPersistence repositoryEntryPersistence;
4665            @BeanReference(type = com.liferay.portal.service.ResourceLocalService.class)
4666            protected com.liferay.portal.service.ResourceLocalService resourceLocalService;
4667            @BeanReference(type = com.liferay.portal.service.ResourceActionLocalService.class)
4668            protected com.liferay.portal.service.ResourceActionLocalService resourceActionLocalService;
4669            @BeanReference(type = ResourceActionPersistence.class)
4670            protected ResourceActionPersistence resourceActionPersistence;
4671            @BeanReference(type = com.liferay.portal.service.ResourceBlockLocalService.class)
4672            protected com.liferay.portal.service.ResourceBlockLocalService resourceBlockLocalService;
4673            @BeanReference(type = com.liferay.portal.service.ResourceBlockService.class)
4674            protected com.liferay.portal.service.ResourceBlockService resourceBlockService;
4675            @BeanReference(type = ResourceBlockPersistence.class)
4676            protected ResourceBlockPersistence resourceBlockPersistence;
4677            @BeanReference(type = ResourceBlockFinder.class)
4678            protected ResourceBlockFinder resourceBlockFinder;
4679            @BeanReference(type = com.liferay.portal.service.ResourceBlockPermissionLocalService.class)
4680            protected com.liferay.portal.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
4681            @BeanReference(type = ResourceBlockPermissionPersistence.class)
4682            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
4683            @BeanReference(type = com.liferay.portal.service.ResourcePermissionLocalService.class)
4684            protected com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService;
4685            @BeanReference(type = com.liferay.portal.service.ResourcePermissionService.class)
4686            protected com.liferay.portal.service.ResourcePermissionService resourcePermissionService;
4687            @BeanReference(type = ResourcePermissionPersistence.class)
4688            protected ResourcePermissionPersistence resourcePermissionPersistence;
4689            @BeanReference(type = ResourcePermissionFinder.class)
4690            protected ResourcePermissionFinder resourcePermissionFinder;
4691            @BeanReference(type = com.liferay.portal.service.ResourceTypePermissionLocalService.class)
4692            protected com.liferay.portal.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService;
4693            @BeanReference(type = ResourceTypePermissionPersistence.class)
4694            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
4695            @BeanReference(type = ResourceTypePermissionFinder.class)
4696            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
4697            @BeanReference(type = com.liferay.portal.service.RoleLocalService.class)
4698            protected com.liferay.portal.service.RoleLocalService roleLocalService;
4699            @BeanReference(type = com.liferay.portal.service.RoleService.class)
4700            protected com.liferay.portal.service.RoleService roleService;
4701            @BeanReference(type = RolePersistence.class)
4702            protected RolePersistence rolePersistence;
4703            @BeanReference(type = RoleFinder.class)
4704            protected RoleFinder roleFinder;
4705            @BeanReference(type = com.liferay.portal.service.ServiceComponentLocalService.class)
4706            protected com.liferay.portal.service.ServiceComponentLocalService serviceComponentLocalService;
4707            @BeanReference(type = ServiceComponentPersistence.class)
4708            protected ServiceComponentPersistence serviceComponentPersistence;
4709            @BeanReference(type = com.liferay.portal.service.ShardLocalService.class)
4710            protected com.liferay.portal.service.ShardLocalService shardLocalService;
4711            @BeanReference(type = ShardPersistence.class)
4712            protected ShardPersistence shardPersistence;
4713            @BeanReference(type = com.liferay.portal.service.StagingLocalService.class)
4714            protected com.liferay.portal.service.StagingLocalService stagingLocalService;
4715            @BeanReference(type = com.liferay.portal.service.StagingService.class)
4716            protected com.liferay.portal.service.StagingService stagingService;
4717            @BeanReference(type = com.liferay.portal.service.SubscriptionLocalService.class)
4718            protected com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService;
4719            @BeanReference(type = SubscriptionPersistence.class)
4720            protected SubscriptionPersistence subscriptionPersistence;
4721            @BeanReference(type = com.liferay.portal.service.SystemEventLocalService.class)
4722            protected com.liferay.portal.service.SystemEventLocalService systemEventLocalService;
4723            @BeanReference(type = SystemEventPersistence.class)
4724            protected SystemEventPersistence systemEventPersistence;
4725            @BeanReference(type = com.liferay.portal.service.TeamLocalService.class)
4726            protected com.liferay.portal.service.TeamLocalService teamLocalService;
4727            @BeanReference(type = com.liferay.portal.service.TeamService.class)
4728            protected com.liferay.portal.service.TeamService teamService;
4729            @BeanReference(type = TeamPersistence.class)
4730            protected TeamPersistence teamPersistence;
4731            @BeanReference(type = TeamFinder.class)
4732            protected TeamFinder teamFinder;
4733            @BeanReference(type = com.liferay.portal.service.ThemeLocalService.class)
4734            protected com.liferay.portal.service.ThemeLocalService themeLocalService;
4735            @BeanReference(type = com.liferay.portal.service.ThemeService.class)
4736            protected com.liferay.portal.service.ThemeService themeService;
4737            @BeanReference(type = com.liferay.portal.service.TicketLocalService.class)
4738            protected com.liferay.portal.service.TicketLocalService ticketLocalService;
4739            @BeanReference(type = TicketPersistence.class)
4740            protected TicketPersistence ticketPersistence;
4741            @BeanReference(type = com.liferay.portal.service.UserLocalService.class)
4742            protected com.liferay.portal.service.UserLocalService userLocalService;
4743            @BeanReference(type = com.liferay.portal.service.UserService.class)
4744            protected com.liferay.portal.service.UserService userService;
4745            @BeanReference(type = UserPersistence.class)
4746            protected UserPersistence userPersistence;
4747            @BeanReference(type = UserFinder.class)
4748            protected UserFinder userFinder;
4749            @BeanReference(type = com.liferay.portal.service.UserGroupLocalService.class)
4750            protected com.liferay.portal.service.UserGroupLocalService userGroupLocalService;
4751            @BeanReference(type = com.liferay.portal.service.UserGroupService.class)
4752            protected com.liferay.portal.service.UserGroupService userGroupService;
4753            @BeanReference(type = UserGroupPersistence.class)
4754            protected UserGroupPersistence userGroupPersistence;
4755            @BeanReference(type = UserGroupFinder.class)
4756            protected UserGroupFinder userGroupFinder;
4757            @BeanReference(type = com.liferay.portal.service.UserGroupGroupRoleLocalService.class)
4758            protected com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
4759            @BeanReference(type = com.liferay.portal.service.UserGroupGroupRoleService.class)
4760            protected com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService;
4761            @BeanReference(type = UserGroupGroupRolePersistence.class)
4762            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
4763            @BeanReference(type = com.liferay.portal.service.UserGroupRoleLocalService.class)
4764            protected com.liferay.portal.service.UserGroupRoleLocalService userGroupRoleLocalService;
4765            @BeanReference(type = com.liferay.portal.service.UserGroupRoleService.class)
4766            protected com.liferay.portal.service.UserGroupRoleService userGroupRoleService;
4767            @BeanReference(type = UserGroupRolePersistence.class)
4768            protected UserGroupRolePersistence userGroupRolePersistence;
4769            @BeanReference(type = UserGroupRoleFinder.class)
4770            protected UserGroupRoleFinder userGroupRoleFinder;
4771            @BeanReference(type = com.liferay.portal.service.UserIdMapperLocalService.class)
4772            protected com.liferay.portal.service.UserIdMapperLocalService userIdMapperLocalService;
4773            @BeanReference(type = UserIdMapperPersistence.class)
4774            protected UserIdMapperPersistence userIdMapperPersistence;
4775            @BeanReference(type = com.liferay.portal.service.UserNotificationDeliveryLocalService.class)
4776            protected com.liferay.portal.service.UserNotificationDeliveryLocalService userNotificationDeliveryLocalService;
4777            @BeanReference(type = UserNotificationDeliveryPersistence.class)
4778            protected UserNotificationDeliveryPersistence userNotificationDeliveryPersistence;
4779            @BeanReference(type = com.liferay.portal.service.UserNotificationEventLocalService.class)
4780            protected com.liferay.portal.service.UserNotificationEventLocalService userNotificationEventLocalService;
4781            @BeanReference(type = UserNotificationEventPersistence.class)
4782            protected UserNotificationEventPersistence userNotificationEventPersistence;
4783            @BeanReference(type = com.liferay.portal.service.UserTrackerLocalService.class)
4784            protected com.liferay.portal.service.UserTrackerLocalService userTrackerLocalService;
4785            @BeanReference(type = UserTrackerPersistence.class)
4786            protected UserTrackerPersistence userTrackerPersistence;
4787            @BeanReference(type = com.liferay.portal.service.UserTrackerPathLocalService.class)
4788            protected com.liferay.portal.service.UserTrackerPathLocalService userTrackerPathLocalService;
4789            @BeanReference(type = UserTrackerPathPersistence.class)
4790            protected UserTrackerPathPersistence userTrackerPathPersistence;
4791            @BeanReference(type = com.liferay.portal.service.VirtualHostLocalService.class)
4792            protected com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService;
4793            @BeanReference(type = VirtualHostPersistence.class)
4794            protected VirtualHostPersistence virtualHostPersistence;
4795            @BeanReference(type = com.liferay.portal.service.WebDAVPropsLocalService.class)
4796            protected com.liferay.portal.service.WebDAVPropsLocalService webDAVPropsLocalService;
4797            @BeanReference(type = WebDAVPropsPersistence.class)
4798            protected WebDAVPropsPersistence webDAVPropsPersistence;
4799            @BeanReference(type = com.liferay.portal.service.WebsiteLocalService.class)
4800            protected com.liferay.portal.service.WebsiteLocalService websiteLocalService;
4801            @BeanReference(type = com.liferay.portal.service.WebsiteService.class)
4802            protected com.liferay.portal.service.WebsiteService websiteService;
4803            @BeanReference(type = WebsitePersistence.class)
4804            protected WebsitePersistence websitePersistence;
4805            @BeanReference(type = com.liferay.portal.service.WorkflowDefinitionLinkLocalService.class)
4806            protected com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
4807            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
4808            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
4809            @BeanReference(type = com.liferay.portal.service.WorkflowInstanceLinkLocalService.class)
4810            protected com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
4811            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
4812            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
4813            @BeanReference(type = com.liferay.counter.service.CounterLocalService.class)
4814            protected com.liferay.counter.service.CounterLocalService counterLocalService;
4815            @BeanReference(type = com.liferay.mail.service.MailService.class)
4816            protected com.liferay.mail.service.MailService mailService;
4817            @BeanReference(type = com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService.class)
4818            protected com.liferay.portlet.announcements.service.AnnouncementsDeliveryLocalService announcementsDeliveryLocalService;
4819            @BeanReference(type = com.liferay.portlet.announcements.service.AnnouncementsDeliveryService.class)
4820            protected com.liferay.portlet.announcements.service.AnnouncementsDeliveryService announcementsDeliveryService;
4821            @BeanReference(type = AnnouncementsDeliveryPersistence.class)
4822            protected AnnouncementsDeliveryPersistence announcementsDeliveryPersistence;
4823            @BeanReference(type = com.liferay.portlet.asset.service.AssetEntryLocalService.class)
4824            protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService;
4825            @BeanReference(type = com.liferay.portlet.asset.service.AssetEntryService.class)
4826            protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService;
4827            @BeanReference(type = AssetEntryPersistence.class)
4828            protected AssetEntryPersistence assetEntryPersistence;
4829            @BeanReference(type = AssetEntryFinder.class)
4830            protected AssetEntryFinder assetEntryFinder;
4831            @BeanReference(type = com.liferay.portlet.blogs.service.BlogsStatsUserLocalService.class)
4832            protected com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService;
4833            @BeanReference(type = BlogsStatsUserPersistence.class)
4834            protected BlogsStatsUserPersistence blogsStatsUserPersistence;
4835            @BeanReference(type = BlogsStatsUserFinder.class)
4836            protected BlogsStatsUserFinder blogsStatsUserFinder;
4837            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLFileRankLocalService.class)
4838            protected com.liferay.portlet.documentlibrary.service.DLFileRankLocalService dlFileRankLocalService;
4839            @BeanReference(type = DLFileRankPersistence.class)
4840            protected DLFileRankPersistence dlFileRankPersistence;
4841            @BeanReference(type = DLFileRankFinder.class)
4842            protected DLFileRankFinder dlFileRankFinder;
4843            @BeanReference(type = com.liferay.portlet.expando.service.ExpandoRowLocalService.class)
4844            protected com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService;
4845            @BeanReference(type = ExpandoRowPersistence.class)
4846            protected ExpandoRowPersistence expandoRowPersistence;
4847            @BeanReference(type = com.liferay.portlet.messageboards.service.MBBanLocalService.class)
4848            protected com.liferay.portlet.messageboards.service.MBBanLocalService mbBanLocalService;
4849            @BeanReference(type = com.liferay.portlet.messageboards.service.MBBanService.class)
4850            protected com.liferay.portlet.messageboards.service.MBBanService mbBanService;
4851            @BeanReference(type = MBBanPersistence.class)
4852            protected MBBanPersistence mbBanPersistence;
4853            @BeanReference(type = com.liferay.portlet.messageboards.service.MBMessageLocalService.class)
4854            protected com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService;
4855            @BeanReference(type = com.liferay.portlet.messageboards.service.MBMessageService.class)
4856            protected com.liferay.portlet.messageboards.service.MBMessageService mbMessageService;
4857            @BeanReference(type = MBMessagePersistence.class)
4858            protected MBMessagePersistence mbMessagePersistence;
4859            @BeanReference(type = MBMessageFinder.class)
4860            protected MBMessageFinder mbMessageFinder;
4861            @BeanReference(type = com.liferay.portlet.messageboards.service.MBStatsUserLocalService.class)
4862            protected com.liferay.portlet.messageboards.service.MBStatsUserLocalService mbStatsUserLocalService;
4863            @BeanReference(type = MBStatsUserPersistence.class)
4864            protected MBStatsUserPersistence mbStatsUserPersistence;
4865            @BeanReference(type = com.liferay.portlet.messageboards.service.MBThreadFlagLocalService.class)
4866            protected com.liferay.portlet.messageboards.service.MBThreadFlagLocalService mbThreadFlagLocalService;
4867            @BeanReference(type = MBThreadFlagPersistence.class)
4868            protected MBThreadFlagPersistence mbThreadFlagPersistence;
4869            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCartLocalService.class)
4870            protected com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService;
4871            @BeanReference(type = ShoppingCartPersistence.class)
4872            protected ShoppingCartPersistence shoppingCartPersistence;
4873            @BeanReference(type = com.liferay.portlet.social.service.SocialActivityLocalService.class)
4874            protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService;
4875            @BeanReference(type = com.liferay.portlet.social.service.SocialActivityService.class)
4876            protected com.liferay.portlet.social.service.SocialActivityService socialActivityService;
4877            @BeanReference(type = SocialActivityPersistence.class)
4878            protected SocialActivityPersistence socialActivityPersistence;
4879            @BeanReference(type = SocialActivityFinder.class)
4880            protected SocialActivityFinder socialActivityFinder;
4881            @BeanReference(type = com.liferay.portlet.social.service.SocialRequestLocalService.class)
4882            protected com.liferay.portlet.social.service.SocialRequestLocalService socialRequestLocalService;
4883            @BeanReference(type = com.liferay.portlet.social.service.SocialRequestService.class)
4884            protected com.liferay.portlet.social.service.SocialRequestService socialRequestService;
4885            @BeanReference(type = SocialRequestPersistence.class)
4886            protected SocialRequestPersistence socialRequestPersistence;
4887            private String _beanIdentifier;
4888    }