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