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