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