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