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