001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.counter.service.CounterLocalService;
018    
019    import com.liferay.mail.service.MailService;
020    
021    import com.liferay.portal.kernel.bean.BeanReference;
022    import com.liferay.portal.kernel.bean.IdentifiableBean;
023    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
024    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
025    import com.liferay.portal.kernel.exception.SystemException;
026    import com.liferay.portal.model.MembershipRequest;
027    import com.liferay.portal.service.AccountLocalService;
028    import com.liferay.portal.service.AccountService;
029    import com.liferay.portal.service.AddressLocalService;
030    import com.liferay.portal.service.AddressService;
031    import com.liferay.portal.service.BaseServiceImpl;
032    import com.liferay.portal.service.BrowserTrackerLocalService;
033    import com.liferay.portal.service.CMISRepositoryLocalService;
034    import com.liferay.portal.service.ClassNameLocalService;
035    import com.liferay.portal.service.ClassNameService;
036    import com.liferay.portal.service.ClusterGroupLocalService;
037    import com.liferay.portal.service.CompanyLocalService;
038    import com.liferay.portal.service.CompanyService;
039    import com.liferay.portal.service.ContactLocalService;
040    import com.liferay.portal.service.ContactService;
041    import com.liferay.portal.service.CountryService;
042    import com.liferay.portal.service.EmailAddressLocalService;
043    import com.liferay.portal.service.EmailAddressService;
044    import com.liferay.portal.service.GroupLocalService;
045    import com.liferay.portal.service.GroupService;
046    import com.liferay.portal.service.ImageLocalService;
047    import com.liferay.portal.service.ImageService;
048    import com.liferay.portal.service.LayoutBranchLocalService;
049    import com.liferay.portal.service.LayoutBranchService;
050    import com.liferay.portal.service.LayoutLocalService;
051    import com.liferay.portal.service.LayoutPrototypeLocalService;
052    import com.liferay.portal.service.LayoutPrototypeService;
053    import com.liferay.portal.service.LayoutRevisionLocalService;
054    import com.liferay.portal.service.LayoutRevisionService;
055    import com.liferay.portal.service.LayoutService;
056    import com.liferay.portal.service.LayoutSetBranchLocalService;
057    import com.liferay.portal.service.LayoutSetBranchService;
058    import com.liferay.portal.service.LayoutSetLocalService;
059    import com.liferay.portal.service.LayoutSetPrototypeLocalService;
060    import com.liferay.portal.service.LayoutSetPrototypeService;
061    import com.liferay.portal.service.LayoutSetService;
062    import com.liferay.portal.service.LayoutTemplateLocalService;
063    import com.liferay.portal.service.ListTypeService;
064    import com.liferay.portal.service.LockLocalService;
065    import com.liferay.portal.service.MembershipRequestLocalService;
066    import com.liferay.portal.service.MembershipRequestService;
067    import com.liferay.portal.service.OrgLaborLocalService;
068    import com.liferay.portal.service.OrgLaborService;
069    import com.liferay.portal.service.OrganizationLocalService;
070    import com.liferay.portal.service.OrganizationService;
071    import com.liferay.portal.service.PasswordPolicyLocalService;
072    import com.liferay.portal.service.PasswordPolicyRelLocalService;
073    import com.liferay.portal.service.PasswordPolicyService;
074    import com.liferay.portal.service.PasswordTrackerLocalService;
075    import com.liferay.portal.service.PermissionLocalService;
076    import com.liferay.portal.service.PermissionService;
077    import com.liferay.portal.service.PhoneLocalService;
078    import com.liferay.portal.service.PhoneService;
079    import com.liferay.portal.service.PluginSettingLocalService;
080    import com.liferay.portal.service.PluginSettingService;
081    import com.liferay.portal.service.PortalLocalService;
082    import com.liferay.portal.service.PortalPreferencesLocalService;
083    import com.liferay.portal.service.PortalService;
084    import com.liferay.portal.service.PortletItemLocalService;
085    import com.liferay.portal.service.PortletLocalService;
086    import com.liferay.portal.service.PortletPreferencesLocalService;
087    import com.liferay.portal.service.PortletPreferencesService;
088    import com.liferay.portal.service.PortletService;
089    import com.liferay.portal.service.QuartzLocalService;
090    import com.liferay.portal.service.RegionService;
091    import com.liferay.portal.service.ReleaseLocalService;
092    import com.liferay.portal.service.RepositoryEntryLocalService;
093    import com.liferay.portal.service.RepositoryLocalService;
094    import com.liferay.portal.service.RepositoryService;
095    import com.liferay.portal.service.ResourceActionLocalService;
096    import com.liferay.portal.service.ResourceBlockLocalService;
097    import com.liferay.portal.service.ResourceBlockPermissionLocalService;
098    import com.liferay.portal.service.ResourceBlockService;
099    import com.liferay.portal.service.ResourceCodeLocalService;
100    import com.liferay.portal.service.ResourceLocalService;
101    import com.liferay.portal.service.ResourcePermissionLocalService;
102    import com.liferay.portal.service.ResourcePermissionService;
103    import com.liferay.portal.service.ResourceService;
104    import com.liferay.portal.service.ResourceTypePermissionLocalService;
105    import com.liferay.portal.service.RoleLocalService;
106    import com.liferay.portal.service.RoleService;
107    import com.liferay.portal.service.ServiceComponentLocalService;
108    import com.liferay.portal.service.ShardLocalService;
109    import com.liferay.portal.service.SubscriptionLocalService;
110    import com.liferay.portal.service.TeamLocalService;
111    import com.liferay.portal.service.TeamService;
112    import com.liferay.portal.service.ThemeLocalService;
113    import com.liferay.portal.service.ThemeService;
114    import com.liferay.portal.service.TicketLocalService;
115    import com.liferay.portal.service.UserGroupGroupRoleLocalService;
116    import com.liferay.portal.service.UserGroupGroupRoleService;
117    import com.liferay.portal.service.UserGroupLocalService;
118    import com.liferay.portal.service.UserGroupRoleLocalService;
119    import com.liferay.portal.service.UserGroupRoleService;
120    import com.liferay.portal.service.UserGroupService;
121    import com.liferay.portal.service.UserIdMapperLocalService;
122    import com.liferay.portal.service.UserLocalService;
123    import com.liferay.portal.service.UserNotificationEventLocalService;
124    import com.liferay.portal.service.UserService;
125    import com.liferay.portal.service.UserTrackerLocalService;
126    import com.liferay.portal.service.UserTrackerPathLocalService;
127    import com.liferay.portal.service.VirtualHostLocalService;
128    import com.liferay.portal.service.WebDAVPropsLocalService;
129    import com.liferay.portal.service.WebsiteLocalService;
130    import com.liferay.portal.service.WebsiteService;
131    import com.liferay.portal.service.WorkflowDefinitionLinkLocalService;
132    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
133    import com.liferay.portal.service.persistence.AccountPersistence;
134    import com.liferay.portal.service.persistence.AddressPersistence;
135    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
136    import com.liferay.portal.service.persistence.ClassNamePersistence;
137    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
138    import com.liferay.portal.service.persistence.CompanyPersistence;
139    import com.liferay.portal.service.persistence.ContactPersistence;
140    import com.liferay.portal.service.persistence.CountryPersistence;
141    import com.liferay.portal.service.persistence.EmailAddressPersistence;
142    import com.liferay.portal.service.persistence.GroupFinder;
143    import com.liferay.portal.service.persistence.GroupPersistence;
144    import com.liferay.portal.service.persistence.ImagePersistence;
145    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
146    import com.liferay.portal.service.persistence.LayoutFinder;
147    import com.liferay.portal.service.persistence.LayoutPersistence;
148    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
149    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
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 BaseServiceImpl
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 prototype local service.
1180             *
1181             * @return the layout set prototype local service
1182             */
1183            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1184                    return layoutSetPrototypeLocalService;
1185            }
1186    
1187            /**
1188             * Sets the layout set prototype local service.
1189             *
1190             * @param layoutSetPrototypeLocalService the layout set prototype local service
1191             */
1192            public void setLayoutSetPrototypeLocalService(
1193                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1194                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1195            }
1196    
1197            /**
1198             * Returns the layout set prototype remote service.
1199             *
1200             * @return the layout set prototype remote service
1201             */
1202            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
1203                    return layoutSetPrototypeService;
1204            }
1205    
1206            /**
1207             * Sets the layout set prototype remote service.
1208             *
1209             * @param layoutSetPrototypeService the layout set prototype remote service
1210             */
1211            public void setLayoutSetPrototypeService(
1212                    LayoutSetPrototypeService layoutSetPrototypeService) {
1213                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1214            }
1215    
1216            /**
1217             * Returns the layout set prototype persistence.
1218             *
1219             * @return the layout set prototype persistence
1220             */
1221            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1222                    return layoutSetPrototypePersistence;
1223            }
1224    
1225            /**
1226             * Sets the layout set prototype persistence.
1227             *
1228             * @param layoutSetPrototypePersistence the layout set prototype persistence
1229             */
1230            public void setLayoutSetPrototypePersistence(
1231                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1232                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1233            }
1234    
1235            /**
1236             * Returns the layout template local service.
1237             *
1238             * @return the layout template local service
1239             */
1240            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1241                    return layoutTemplateLocalService;
1242            }
1243    
1244            /**
1245             * Sets the layout template local service.
1246             *
1247             * @param layoutTemplateLocalService the layout template local service
1248             */
1249            public void setLayoutTemplateLocalService(
1250                    LayoutTemplateLocalService layoutTemplateLocalService) {
1251                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1252            }
1253    
1254            /**
1255             * Returns the list type remote service.
1256             *
1257             * @return the list type remote service
1258             */
1259            public ListTypeService getListTypeService() {
1260                    return listTypeService;
1261            }
1262    
1263            /**
1264             * Sets the list type remote service.
1265             *
1266             * @param listTypeService the list type remote service
1267             */
1268            public void setListTypeService(ListTypeService listTypeService) {
1269                    this.listTypeService = listTypeService;
1270            }
1271    
1272            /**
1273             * Returns the list type persistence.
1274             *
1275             * @return the list type persistence
1276             */
1277            public ListTypePersistence getListTypePersistence() {
1278                    return listTypePersistence;
1279            }
1280    
1281            /**
1282             * Sets the list type persistence.
1283             *
1284             * @param listTypePersistence the list type persistence
1285             */
1286            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1287                    this.listTypePersistence = listTypePersistence;
1288            }
1289    
1290            /**
1291             * Returns the lock local service.
1292             *
1293             * @return the lock local service
1294             */
1295            public LockLocalService getLockLocalService() {
1296                    return lockLocalService;
1297            }
1298    
1299            /**
1300             * Sets the lock local service.
1301             *
1302             * @param lockLocalService the lock local service
1303             */
1304            public void setLockLocalService(LockLocalService lockLocalService) {
1305                    this.lockLocalService = lockLocalService;
1306            }
1307    
1308            /**
1309             * Returns the lock persistence.
1310             *
1311             * @return the lock persistence
1312             */
1313            public LockPersistence getLockPersistence() {
1314                    return lockPersistence;
1315            }
1316    
1317            /**
1318             * Sets the lock persistence.
1319             *
1320             * @param lockPersistence the lock persistence
1321             */
1322            public void setLockPersistence(LockPersistence lockPersistence) {
1323                    this.lockPersistence = lockPersistence;
1324            }
1325    
1326            /**
1327             * Returns the lock finder.
1328             *
1329             * @return the lock finder
1330             */
1331            public LockFinder getLockFinder() {
1332                    return lockFinder;
1333            }
1334    
1335            /**
1336             * Sets the lock finder.
1337             *
1338             * @param lockFinder the lock finder
1339             */
1340            public void setLockFinder(LockFinder lockFinder) {
1341                    this.lockFinder = lockFinder;
1342            }
1343    
1344            /**
1345             * Returns the membership request local service.
1346             *
1347             * @return the membership request local service
1348             */
1349            public MembershipRequestLocalService getMembershipRequestLocalService() {
1350                    return membershipRequestLocalService;
1351            }
1352    
1353            /**
1354             * Sets the membership request local service.
1355             *
1356             * @param membershipRequestLocalService the membership request local service
1357             */
1358            public void setMembershipRequestLocalService(
1359                    MembershipRequestLocalService membershipRequestLocalService) {
1360                    this.membershipRequestLocalService = membershipRequestLocalService;
1361            }
1362    
1363            /**
1364             * Returns the membership request remote service.
1365             *
1366             * @return the membership request remote service
1367             */
1368            public MembershipRequestService getMembershipRequestService() {
1369                    return membershipRequestService;
1370            }
1371    
1372            /**
1373             * Sets the membership request remote service.
1374             *
1375             * @param membershipRequestService the membership request remote service
1376             */
1377            public void setMembershipRequestService(
1378                    MembershipRequestService membershipRequestService) {
1379                    this.membershipRequestService = membershipRequestService;
1380            }
1381    
1382            /**
1383             * Returns the membership request persistence.
1384             *
1385             * @return the membership request persistence
1386             */
1387            public MembershipRequestPersistence getMembershipRequestPersistence() {
1388                    return membershipRequestPersistence;
1389            }
1390    
1391            /**
1392             * Sets the membership request persistence.
1393             *
1394             * @param membershipRequestPersistence the membership request persistence
1395             */
1396            public void setMembershipRequestPersistence(
1397                    MembershipRequestPersistence membershipRequestPersistence) {
1398                    this.membershipRequestPersistence = membershipRequestPersistence;
1399            }
1400    
1401            /**
1402             * Returns the organization local service.
1403             *
1404             * @return the organization local service
1405             */
1406            public OrganizationLocalService getOrganizationLocalService() {
1407                    return organizationLocalService;
1408            }
1409    
1410            /**
1411             * Sets the organization local service.
1412             *
1413             * @param organizationLocalService the organization local service
1414             */
1415            public void setOrganizationLocalService(
1416                    OrganizationLocalService organizationLocalService) {
1417                    this.organizationLocalService = organizationLocalService;
1418            }
1419    
1420            /**
1421             * Returns the organization remote service.
1422             *
1423             * @return the organization remote service
1424             */
1425            public OrganizationService getOrganizationService() {
1426                    return organizationService;
1427            }
1428    
1429            /**
1430             * Sets the organization remote service.
1431             *
1432             * @param organizationService the organization remote service
1433             */
1434            public void setOrganizationService(OrganizationService organizationService) {
1435                    this.organizationService = organizationService;
1436            }
1437    
1438            /**
1439             * Returns the organization persistence.
1440             *
1441             * @return the organization persistence
1442             */
1443            public OrganizationPersistence getOrganizationPersistence() {
1444                    return organizationPersistence;
1445            }
1446    
1447            /**
1448             * Sets the organization persistence.
1449             *
1450             * @param organizationPersistence the organization persistence
1451             */
1452            public void setOrganizationPersistence(
1453                    OrganizationPersistence organizationPersistence) {
1454                    this.organizationPersistence = organizationPersistence;
1455            }
1456    
1457            /**
1458             * Returns the organization finder.
1459             *
1460             * @return the organization finder
1461             */
1462            public OrganizationFinder getOrganizationFinder() {
1463                    return organizationFinder;
1464            }
1465    
1466            /**
1467             * Sets the organization finder.
1468             *
1469             * @param organizationFinder the organization finder
1470             */
1471            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1472                    this.organizationFinder = organizationFinder;
1473            }
1474    
1475            /**
1476             * Returns the org group permission persistence.
1477             *
1478             * @return the org group permission persistence
1479             */
1480            public OrgGroupPermissionPersistence getOrgGroupPermissionPersistence() {
1481                    return orgGroupPermissionPersistence;
1482            }
1483    
1484            /**
1485             * Sets the org group permission persistence.
1486             *
1487             * @param orgGroupPermissionPersistence the org group permission persistence
1488             */
1489            public void setOrgGroupPermissionPersistence(
1490                    OrgGroupPermissionPersistence orgGroupPermissionPersistence) {
1491                    this.orgGroupPermissionPersistence = orgGroupPermissionPersistence;
1492            }
1493    
1494            /**
1495             * Returns the org group permission finder.
1496             *
1497             * @return the org group permission finder
1498             */
1499            public OrgGroupPermissionFinder getOrgGroupPermissionFinder() {
1500                    return orgGroupPermissionFinder;
1501            }
1502    
1503            /**
1504             * Sets the org group permission finder.
1505             *
1506             * @param orgGroupPermissionFinder the org group permission finder
1507             */
1508            public void setOrgGroupPermissionFinder(
1509                    OrgGroupPermissionFinder orgGroupPermissionFinder) {
1510                    this.orgGroupPermissionFinder = orgGroupPermissionFinder;
1511            }
1512    
1513            /**
1514             * Returns the org group role persistence.
1515             *
1516             * @return the org group role persistence
1517             */
1518            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1519                    return orgGroupRolePersistence;
1520            }
1521    
1522            /**
1523             * Sets the org group role persistence.
1524             *
1525             * @param orgGroupRolePersistence the org group role persistence
1526             */
1527            public void setOrgGroupRolePersistence(
1528                    OrgGroupRolePersistence orgGroupRolePersistence) {
1529                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1530            }
1531    
1532            /**
1533             * Returns the org labor local service.
1534             *
1535             * @return the org labor local service
1536             */
1537            public OrgLaborLocalService getOrgLaborLocalService() {
1538                    return orgLaborLocalService;
1539            }
1540    
1541            /**
1542             * Sets the org labor local service.
1543             *
1544             * @param orgLaborLocalService the org labor local service
1545             */
1546            public void setOrgLaborLocalService(
1547                    OrgLaborLocalService orgLaborLocalService) {
1548                    this.orgLaborLocalService = orgLaborLocalService;
1549            }
1550    
1551            /**
1552             * Returns the org labor remote service.
1553             *
1554             * @return the org labor remote service
1555             */
1556            public OrgLaborService getOrgLaborService() {
1557                    return orgLaborService;
1558            }
1559    
1560            /**
1561             * Sets the org labor remote service.
1562             *
1563             * @param orgLaborService the org labor remote service
1564             */
1565            public void setOrgLaborService(OrgLaborService orgLaborService) {
1566                    this.orgLaborService = orgLaborService;
1567            }
1568    
1569            /**
1570             * Returns the org labor persistence.
1571             *
1572             * @return the org labor persistence
1573             */
1574            public OrgLaborPersistence getOrgLaborPersistence() {
1575                    return orgLaborPersistence;
1576            }
1577    
1578            /**
1579             * Sets the org labor persistence.
1580             *
1581             * @param orgLaborPersistence the org labor persistence
1582             */
1583            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1584                    this.orgLaborPersistence = orgLaborPersistence;
1585            }
1586    
1587            /**
1588             * Returns the password policy local service.
1589             *
1590             * @return the password policy local service
1591             */
1592            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
1593                    return passwordPolicyLocalService;
1594            }
1595    
1596            /**
1597             * Sets the password policy local service.
1598             *
1599             * @param passwordPolicyLocalService the password policy local service
1600             */
1601            public void setPasswordPolicyLocalService(
1602                    PasswordPolicyLocalService passwordPolicyLocalService) {
1603                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1604            }
1605    
1606            /**
1607             * Returns the password policy remote service.
1608             *
1609             * @return the password policy remote service
1610             */
1611            public PasswordPolicyService getPasswordPolicyService() {
1612                    return passwordPolicyService;
1613            }
1614    
1615            /**
1616             * Sets the password policy remote service.
1617             *
1618             * @param passwordPolicyService the password policy remote service
1619             */
1620            public void setPasswordPolicyService(
1621                    PasswordPolicyService passwordPolicyService) {
1622                    this.passwordPolicyService = passwordPolicyService;
1623            }
1624    
1625            /**
1626             * Returns the password policy persistence.
1627             *
1628             * @return the password policy persistence
1629             */
1630            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1631                    return passwordPolicyPersistence;
1632            }
1633    
1634            /**
1635             * Sets the password policy persistence.
1636             *
1637             * @param passwordPolicyPersistence the password policy persistence
1638             */
1639            public void setPasswordPolicyPersistence(
1640                    PasswordPolicyPersistence passwordPolicyPersistence) {
1641                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1642            }
1643    
1644            /**
1645             * Returns the password policy finder.
1646             *
1647             * @return the password policy finder
1648             */
1649            public PasswordPolicyFinder getPasswordPolicyFinder() {
1650                    return passwordPolicyFinder;
1651            }
1652    
1653            /**
1654             * Sets the password policy finder.
1655             *
1656             * @param passwordPolicyFinder the password policy finder
1657             */
1658            public void setPasswordPolicyFinder(
1659                    PasswordPolicyFinder passwordPolicyFinder) {
1660                    this.passwordPolicyFinder = passwordPolicyFinder;
1661            }
1662    
1663            /**
1664             * Returns the password policy rel local service.
1665             *
1666             * @return the password policy rel local service
1667             */
1668            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1669                    return passwordPolicyRelLocalService;
1670            }
1671    
1672            /**
1673             * Sets the password policy rel local service.
1674             *
1675             * @param passwordPolicyRelLocalService the password policy rel local service
1676             */
1677            public void setPasswordPolicyRelLocalService(
1678                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1679                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1680            }
1681    
1682            /**
1683             * Returns the password policy rel persistence.
1684             *
1685             * @return the password policy rel persistence
1686             */
1687            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1688                    return passwordPolicyRelPersistence;
1689            }
1690    
1691            /**
1692             * Sets the password policy rel persistence.
1693             *
1694             * @param passwordPolicyRelPersistence the password policy rel persistence
1695             */
1696            public void setPasswordPolicyRelPersistence(
1697                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1698                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1699            }
1700    
1701            /**
1702             * Returns the password tracker local service.
1703             *
1704             * @return the password tracker local service
1705             */
1706            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
1707                    return passwordTrackerLocalService;
1708            }
1709    
1710            /**
1711             * Sets the password tracker local service.
1712             *
1713             * @param passwordTrackerLocalService the password tracker local service
1714             */
1715            public void setPasswordTrackerLocalService(
1716                    PasswordTrackerLocalService passwordTrackerLocalService) {
1717                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1718            }
1719    
1720            /**
1721             * Returns the password tracker persistence.
1722             *
1723             * @return the password tracker persistence
1724             */
1725            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1726                    return passwordTrackerPersistence;
1727            }
1728    
1729            /**
1730             * Sets the password tracker persistence.
1731             *
1732             * @param passwordTrackerPersistence the password tracker persistence
1733             */
1734            public void setPasswordTrackerPersistence(
1735                    PasswordTrackerPersistence passwordTrackerPersistence) {
1736                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1737            }
1738    
1739            /**
1740             * Returns the permission local service.
1741             *
1742             * @return the permission local service
1743             */
1744            public PermissionLocalService getPermissionLocalService() {
1745                    return permissionLocalService;
1746            }
1747    
1748            /**
1749             * Sets the permission local service.
1750             *
1751             * @param permissionLocalService the permission local service
1752             */
1753            public void setPermissionLocalService(
1754                    PermissionLocalService permissionLocalService) {
1755                    this.permissionLocalService = permissionLocalService;
1756            }
1757    
1758            /**
1759             * Returns the permission remote service.
1760             *
1761             * @return the permission remote service
1762             */
1763            public PermissionService getPermissionService() {
1764                    return permissionService;
1765            }
1766    
1767            /**
1768             * Sets the permission remote service.
1769             *
1770             * @param permissionService the permission remote service
1771             */
1772            public void setPermissionService(PermissionService permissionService) {
1773                    this.permissionService = permissionService;
1774            }
1775    
1776            /**
1777             * Returns the permission persistence.
1778             *
1779             * @return the permission persistence
1780             */
1781            public PermissionPersistence getPermissionPersistence() {
1782                    return permissionPersistence;
1783            }
1784    
1785            /**
1786             * Sets the permission persistence.
1787             *
1788             * @param permissionPersistence the permission persistence
1789             */
1790            public void setPermissionPersistence(
1791                    PermissionPersistence permissionPersistence) {
1792                    this.permissionPersistence = permissionPersistence;
1793            }
1794    
1795            /**
1796             * Returns the permission finder.
1797             *
1798             * @return the permission finder
1799             */
1800            public PermissionFinder getPermissionFinder() {
1801                    return permissionFinder;
1802            }
1803    
1804            /**
1805             * Sets the permission finder.
1806             *
1807             * @param permissionFinder the permission finder
1808             */
1809            public void setPermissionFinder(PermissionFinder permissionFinder) {
1810                    this.permissionFinder = permissionFinder;
1811            }
1812    
1813            /**
1814             * Returns the phone local service.
1815             *
1816             * @return the phone local service
1817             */
1818            public PhoneLocalService getPhoneLocalService() {
1819                    return phoneLocalService;
1820            }
1821    
1822            /**
1823             * Sets the phone local service.
1824             *
1825             * @param phoneLocalService the phone local service
1826             */
1827            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
1828                    this.phoneLocalService = phoneLocalService;
1829            }
1830    
1831            /**
1832             * Returns the phone remote service.
1833             *
1834             * @return the phone remote service
1835             */
1836            public PhoneService getPhoneService() {
1837                    return phoneService;
1838            }
1839    
1840            /**
1841             * Sets the phone remote service.
1842             *
1843             * @param phoneService the phone remote service
1844             */
1845            public void setPhoneService(PhoneService phoneService) {
1846                    this.phoneService = phoneService;
1847            }
1848    
1849            /**
1850             * Returns the phone persistence.
1851             *
1852             * @return the phone persistence
1853             */
1854            public PhonePersistence getPhonePersistence() {
1855                    return phonePersistence;
1856            }
1857    
1858            /**
1859             * Sets the phone persistence.
1860             *
1861             * @param phonePersistence the phone persistence
1862             */
1863            public void setPhonePersistence(PhonePersistence phonePersistence) {
1864                    this.phonePersistence = phonePersistence;
1865            }
1866    
1867            /**
1868             * Returns the plugin setting local service.
1869             *
1870             * @return the plugin setting local service
1871             */
1872            public PluginSettingLocalService getPluginSettingLocalService() {
1873                    return pluginSettingLocalService;
1874            }
1875    
1876            /**
1877             * Sets the plugin setting local service.
1878             *
1879             * @param pluginSettingLocalService the plugin setting local service
1880             */
1881            public void setPluginSettingLocalService(
1882                    PluginSettingLocalService pluginSettingLocalService) {
1883                    this.pluginSettingLocalService = pluginSettingLocalService;
1884            }
1885    
1886            /**
1887             * Returns the plugin setting remote service.
1888             *
1889             * @return the plugin setting remote service
1890             */
1891            public PluginSettingService getPluginSettingService() {
1892                    return pluginSettingService;
1893            }
1894    
1895            /**
1896             * Sets the plugin setting remote service.
1897             *
1898             * @param pluginSettingService the plugin setting remote service
1899             */
1900            public void setPluginSettingService(
1901                    PluginSettingService pluginSettingService) {
1902                    this.pluginSettingService = pluginSettingService;
1903            }
1904    
1905            /**
1906             * Returns the plugin setting persistence.
1907             *
1908             * @return the plugin setting persistence
1909             */
1910            public PluginSettingPersistence getPluginSettingPersistence() {
1911                    return pluginSettingPersistence;
1912            }
1913    
1914            /**
1915             * Sets the plugin setting persistence.
1916             *
1917             * @param pluginSettingPersistence the plugin setting persistence
1918             */
1919            public void setPluginSettingPersistence(
1920                    PluginSettingPersistence pluginSettingPersistence) {
1921                    this.pluginSettingPersistence = pluginSettingPersistence;
1922            }
1923    
1924            /**
1925             * Returns the portal local service.
1926             *
1927             * @return the portal local service
1928             */
1929            public PortalLocalService getPortalLocalService() {
1930                    return portalLocalService;
1931            }
1932    
1933            /**
1934             * Sets the portal local service.
1935             *
1936             * @param portalLocalService the portal local service
1937             */
1938            public void setPortalLocalService(PortalLocalService portalLocalService) {
1939                    this.portalLocalService = portalLocalService;
1940            }
1941    
1942            /**
1943             * Returns the portal remote service.
1944             *
1945             * @return the portal remote service
1946             */
1947            public PortalService getPortalService() {
1948                    return portalService;
1949            }
1950    
1951            /**
1952             * Sets the portal remote service.
1953             *
1954             * @param portalService the portal remote service
1955             */
1956            public void setPortalService(PortalService portalService) {
1957                    this.portalService = portalService;
1958            }
1959    
1960            /**
1961             * Returns the portal preferences local service.
1962             *
1963             * @return the portal preferences local service
1964             */
1965            public PortalPreferencesLocalService getPortalPreferencesLocalService() {
1966                    return portalPreferencesLocalService;
1967            }
1968    
1969            /**
1970             * Sets the portal preferences local service.
1971             *
1972             * @param portalPreferencesLocalService the portal preferences local service
1973             */
1974            public void setPortalPreferencesLocalService(
1975                    PortalPreferencesLocalService portalPreferencesLocalService) {
1976                    this.portalPreferencesLocalService = portalPreferencesLocalService;
1977            }
1978    
1979            /**
1980             * Returns the portal preferences persistence.
1981             *
1982             * @return the portal preferences persistence
1983             */
1984            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
1985                    return portalPreferencesPersistence;
1986            }
1987    
1988            /**
1989             * Sets the portal preferences persistence.
1990             *
1991             * @param portalPreferencesPersistence the portal preferences persistence
1992             */
1993            public void setPortalPreferencesPersistence(
1994                    PortalPreferencesPersistence portalPreferencesPersistence) {
1995                    this.portalPreferencesPersistence = portalPreferencesPersistence;
1996            }
1997    
1998            /**
1999             * Returns the portlet local service.
2000             *
2001             * @return the portlet local service
2002             */
2003            public PortletLocalService getPortletLocalService() {
2004                    return portletLocalService;
2005            }
2006    
2007            /**
2008             * Sets the portlet local service.
2009             *
2010             * @param portletLocalService the portlet local service
2011             */
2012            public void setPortletLocalService(PortletLocalService portletLocalService) {
2013                    this.portletLocalService = portletLocalService;
2014            }
2015    
2016            /**
2017             * Returns the portlet remote service.
2018             *
2019             * @return the portlet remote service
2020             */
2021            public PortletService getPortletService() {
2022                    return portletService;
2023            }
2024    
2025            /**
2026             * Sets the portlet remote service.
2027             *
2028             * @param portletService the portlet remote service
2029             */
2030            public void setPortletService(PortletService portletService) {
2031                    this.portletService = portletService;
2032            }
2033    
2034            /**
2035             * Returns the portlet persistence.
2036             *
2037             * @return the portlet persistence
2038             */
2039            public PortletPersistence getPortletPersistence() {
2040                    return portletPersistence;
2041            }
2042    
2043            /**
2044             * Sets the portlet persistence.
2045             *
2046             * @param portletPersistence the portlet persistence
2047             */
2048            public void setPortletPersistence(PortletPersistence portletPersistence) {
2049                    this.portletPersistence = portletPersistence;
2050            }
2051    
2052            /**
2053             * Returns the portlet item local service.
2054             *
2055             * @return the portlet item local service
2056             */
2057            public PortletItemLocalService getPortletItemLocalService() {
2058                    return portletItemLocalService;
2059            }
2060    
2061            /**
2062             * Sets the portlet item local service.
2063             *
2064             * @param portletItemLocalService the portlet item local service
2065             */
2066            public void setPortletItemLocalService(
2067                    PortletItemLocalService portletItemLocalService) {
2068                    this.portletItemLocalService = portletItemLocalService;
2069            }
2070    
2071            /**
2072             * Returns the portlet item persistence.
2073             *
2074             * @return the portlet item persistence
2075             */
2076            public PortletItemPersistence getPortletItemPersistence() {
2077                    return portletItemPersistence;
2078            }
2079    
2080            /**
2081             * Sets the portlet item persistence.
2082             *
2083             * @param portletItemPersistence the portlet item persistence
2084             */
2085            public void setPortletItemPersistence(
2086                    PortletItemPersistence portletItemPersistence) {
2087                    this.portletItemPersistence = portletItemPersistence;
2088            }
2089    
2090            /**
2091             * Returns the portlet preferences local service.
2092             *
2093             * @return the portlet preferences local service
2094             */
2095            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
2096                    return portletPreferencesLocalService;
2097            }
2098    
2099            /**
2100             * Sets the portlet preferences local service.
2101             *
2102             * @param portletPreferencesLocalService the portlet preferences local service
2103             */
2104            public void setPortletPreferencesLocalService(
2105                    PortletPreferencesLocalService portletPreferencesLocalService) {
2106                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2107            }
2108    
2109            /**
2110             * Returns the portlet preferences remote service.
2111             *
2112             * @return the portlet preferences remote service
2113             */
2114            public PortletPreferencesService getPortletPreferencesService() {
2115                    return portletPreferencesService;
2116            }
2117    
2118            /**
2119             * Sets the portlet preferences remote service.
2120             *
2121             * @param portletPreferencesService the portlet preferences remote service
2122             */
2123            public void setPortletPreferencesService(
2124                    PortletPreferencesService portletPreferencesService) {
2125                    this.portletPreferencesService = portletPreferencesService;
2126            }
2127    
2128            /**
2129             * Returns the portlet preferences persistence.
2130             *
2131             * @return the portlet preferences persistence
2132             */
2133            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2134                    return portletPreferencesPersistence;
2135            }
2136    
2137            /**
2138             * Sets the portlet preferences persistence.
2139             *
2140             * @param portletPreferencesPersistence the portlet preferences persistence
2141             */
2142            public void setPortletPreferencesPersistence(
2143                    PortletPreferencesPersistence portletPreferencesPersistence) {
2144                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2145            }
2146    
2147            /**
2148             * Returns the portlet preferences finder.
2149             *
2150             * @return the portlet preferences finder
2151             */
2152            public PortletPreferencesFinder getPortletPreferencesFinder() {
2153                    return portletPreferencesFinder;
2154            }
2155    
2156            /**
2157             * Sets the portlet preferences finder.
2158             *
2159             * @param portletPreferencesFinder the portlet preferences finder
2160             */
2161            public void setPortletPreferencesFinder(
2162                    PortletPreferencesFinder portletPreferencesFinder) {
2163                    this.portletPreferencesFinder = portletPreferencesFinder;
2164            }
2165    
2166            /**
2167             * Returns the quartz local service.
2168             *
2169             * @return the quartz local service
2170             */
2171            public QuartzLocalService getQuartzLocalService() {
2172                    return quartzLocalService;
2173            }
2174    
2175            /**
2176             * Sets the quartz local service.
2177             *
2178             * @param quartzLocalService the quartz local service
2179             */
2180            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
2181                    this.quartzLocalService = quartzLocalService;
2182            }
2183    
2184            /**
2185             * Returns the region remote service.
2186             *
2187             * @return the region remote service
2188             */
2189            public RegionService getRegionService() {
2190                    return regionService;
2191            }
2192    
2193            /**
2194             * Sets the region remote service.
2195             *
2196             * @param regionService the region remote service
2197             */
2198            public void setRegionService(RegionService regionService) {
2199                    this.regionService = regionService;
2200            }
2201    
2202            /**
2203             * Returns the region persistence.
2204             *
2205             * @return the region persistence
2206             */
2207            public RegionPersistence getRegionPersistence() {
2208                    return regionPersistence;
2209            }
2210    
2211            /**
2212             * Sets the region persistence.
2213             *
2214             * @param regionPersistence the region persistence
2215             */
2216            public void setRegionPersistence(RegionPersistence regionPersistence) {
2217                    this.regionPersistence = regionPersistence;
2218            }
2219    
2220            /**
2221             * Returns the release local service.
2222             *
2223             * @return the release local service
2224             */
2225            public ReleaseLocalService getReleaseLocalService() {
2226                    return releaseLocalService;
2227            }
2228    
2229            /**
2230             * Sets the release local service.
2231             *
2232             * @param releaseLocalService the release local service
2233             */
2234            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
2235                    this.releaseLocalService = releaseLocalService;
2236            }
2237    
2238            /**
2239             * Returns the release persistence.
2240             *
2241             * @return the release persistence
2242             */
2243            public ReleasePersistence getReleasePersistence() {
2244                    return releasePersistence;
2245            }
2246    
2247            /**
2248             * Sets the release persistence.
2249             *
2250             * @param releasePersistence the release persistence
2251             */
2252            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2253                    this.releasePersistence = releasePersistence;
2254            }
2255    
2256            /**
2257             * Returns the repository local service.
2258             *
2259             * @return the repository local service
2260             */
2261            public RepositoryLocalService getRepositoryLocalService() {
2262                    return repositoryLocalService;
2263            }
2264    
2265            /**
2266             * Sets the repository local service.
2267             *
2268             * @param repositoryLocalService the repository local service
2269             */
2270            public void setRepositoryLocalService(
2271                    RepositoryLocalService repositoryLocalService) {
2272                    this.repositoryLocalService = repositoryLocalService;
2273            }
2274    
2275            /**
2276             * Returns the repository remote service.
2277             *
2278             * @return the repository remote service
2279             */
2280            public RepositoryService getRepositoryService() {
2281                    return repositoryService;
2282            }
2283    
2284            /**
2285             * Sets the repository remote service.
2286             *
2287             * @param repositoryService the repository remote service
2288             */
2289            public void setRepositoryService(RepositoryService repositoryService) {
2290                    this.repositoryService = repositoryService;
2291            }
2292    
2293            /**
2294             * Returns the repository persistence.
2295             *
2296             * @return the repository persistence
2297             */
2298            public RepositoryPersistence getRepositoryPersistence() {
2299                    return repositoryPersistence;
2300            }
2301    
2302            /**
2303             * Sets the repository persistence.
2304             *
2305             * @param repositoryPersistence the repository persistence
2306             */
2307            public void setRepositoryPersistence(
2308                    RepositoryPersistence repositoryPersistence) {
2309                    this.repositoryPersistence = repositoryPersistence;
2310            }
2311    
2312            /**
2313             * Returns the repository entry local service.
2314             *
2315             * @return the repository entry local service
2316             */
2317            public RepositoryEntryLocalService getRepositoryEntryLocalService() {
2318                    return repositoryEntryLocalService;
2319            }
2320    
2321            /**
2322             * Sets the repository entry local service.
2323             *
2324             * @param repositoryEntryLocalService the repository entry local service
2325             */
2326            public void setRepositoryEntryLocalService(
2327                    RepositoryEntryLocalService repositoryEntryLocalService) {
2328                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2329            }
2330    
2331            /**
2332             * Returns the repository entry persistence.
2333             *
2334             * @return the repository entry persistence
2335             */
2336            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2337                    return repositoryEntryPersistence;
2338            }
2339    
2340            /**
2341             * Sets the repository entry persistence.
2342             *
2343             * @param repositoryEntryPersistence the repository entry persistence
2344             */
2345            public void setRepositoryEntryPersistence(
2346                    RepositoryEntryPersistence repositoryEntryPersistence) {
2347                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2348            }
2349    
2350            /**
2351             * Returns the resource local service.
2352             *
2353             * @return the resource local service
2354             */
2355            public ResourceLocalService getResourceLocalService() {
2356                    return resourceLocalService;
2357            }
2358    
2359            /**
2360             * Sets the resource local service.
2361             *
2362             * @param resourceLocalService the resource local service
2363             */
2364            public void setResourceLocalService(
2365                    ResourceLocalService resourceLocalService) {
2366                    this.resourceLocalService = resourceLocalService;
2367            }
2368    
2369            /**
2370             * Returns the resource remote service.
2371             *
2372             * @return the resource remote service
2373             */
2374            public ResourceService getResourceService() {
2375                    return resourceService;
2376            }
2377    
2378            /**
2379             * Sets the resource remote service.
2380             *
2381             * @param resourceService the resource remote service
2382             */
2383            public void setResourceService(ResourceService resourceService) {
2384                    this.resourceService = resourceService;
2385            }
2386    
2387            /**
2388             * Returns the resource persistence.
2389             *
2390             * @return the resource persistence
2391             */
2392            public ResourcePersistence getResourcePersistence() {
2393                    return resourcePersistence;
2394            }
2395    
2396            /**
2397             * Sets the resource persistence.
2398             *
2399             * @param resourcePersistence the resource persistence
2400             */
2401            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
2402                    this.resourcePersistence = resourcePersistence;
2403            }
2404    
2405            /**
2406             * Returns the resource finder.
2407             *
2408             * @return the resource finder
2409             */
2410            public ResourceFinder getResourceFinder() {
2411                    return resourceFinder;
2412            }
2413    
2414            /**
2415             * Sets the resource finder.
2416             *
2417             * @param resourceFinder the resource finder
2418             */
2419            public void setResourceFinder(ResourceFinder resourceFinder) {
2420                    this.resourceFinder = resourceFinder;
2421            }
2422    
2423            /**
2424             * Returns the resource action local service.
2425             *
2426             * @return the resource action local service
2427             */
2428            public ResourceActionLocalService getResourceActionLocalService() {
2429                    return resourceActionLocalService;
2430            }
2431    
2432            /**
2433             * Sets the resource action local service.
2434             *
2435             * @param resourceActionLocalService the resource action local service
2436             */
2437            public void setResourceActionLocalService(
2438                    ResourceActionLocalService resourceActionLocalService) {
2439                    this.resourceActionLocalService = resourceActionLocalService;
2440            }
2441    
2442            /**
2443             * Returns the resource action persistence.
2444             *
2445             * @return the resource action persistence
2446             */
2447            public ResourceActionPersistence getResourceActionPersistence() {
2448                    return resourceActionPersistence;
2449            }
2450    
2451            /**
2452             * Sets the resource action persistence.
2453             *
2454             * @param resourceActionPersistence the resource action persistence
2455             */
2456            public void setResourceActionPersistence(
2457                    ResourceActionPersistence resourceActionPersistence) {
2458                    this.resourceActionPersistence = resourceActionPersistence;
2459            }
2460    
2461            /**
2462             * Returns the resource block local service.
2463             *
2464             * @return the resource block local service
2465             */
2466            public ResourceBlockLocalService getResourceBlockLocalService() {
2467                    return resourceBlockLocalService;
2468            }
2469    
2470            /**
2471             * Sets the resource block local service.
2472             *
2473             * @param resourceBlockLocalService the resource block local service
2474             */
2475            public void setResourceBlockLocalService(
2476                    ResourceBlockLocalService resourceBlockLocalService) {
2477                    this.resourceBlockLocalService = resourceBlockLocalService;
2478            }
2479    
2480            /**
2481             * Returns the resource block remote service.
2482             *
2483             * @return the resource block remote service
2484             */
2485            public ResourceBlockService getResourceBlockService() {
2486                    return resourceBlockService;
2487            }
2488    
2489            /**
2490             * Sets the resource block remote service.
2491             *
2492             * @param resourceBlockService the resource block remote service
2493             */
2494            public void setResourceBlockService(
2495                    ResourceBlockService resourceBlockService) {
2496                    this.resourceBlockService = resourceBlockService;
2497            }
2498    
2499            /**
2500             * Returns the resource block persistence.
2501             *
2502             * @return the resource block persistence
2503             */
2504            public ResourceBlockPersistence getResourceBlockPersistence() {
2505                    return resourceBlockPersistence;
2506            }
2507    
2508            /**
2509             * Sets the resource block persistence.
2510             *
2511             * @param resourceBlockPersistence the resource block persistence
2512             */
2513            public void setResourceBlockPersistence(
2514                    ResourceBlockPersistence resourceBlockPersistence) {
2515                    this.resourceBlockPersistence = resourceBlockPersistence;
2516            }
2517    
2518            /**
2519             * Returns the resource block finder.
2520             *
2521             * @return the resource block finder
2522             */
2523            public ResourceBlockFinder getResourceBlockFinder() {
2524                    return resourceBlockFinder;
2525            }
2526    
2527            /**
2528             * Sets the resource block finder.
2529             *
2530             * @param resourceBlockFinder the resource block finder
2531             */
2532            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2533                    this.resourceBlockFinder = resourceBlockFinder;
2534            }
2535    
2536            /**
2537             * Returns the resource block permission local service.
2538             *
2539             * @return the resource block permission local service
2540             */
2541            public ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2542                    return resourceBlockPermissionLocalService;
2543            }
2544    
2545            /**
2546             * Sets the resource block permission local service.
2547             *
2548             * @param resourceBlockPermissionLocalService the resource block permission local service
2549             */
2550            public void setResourceBlockPermissionLocalService(
2551                    ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2552                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2553            }
2554    
2555            /**
2556             * Returns the resource block permission persistence.
2557             *
2558             * @return the resource block permission persistence
2559             */
2560            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2561                    return resourceBlockPermissionPersistence;
2562            }
2563    
2564            /**
2565             * Sets the resource block permission persistence.
2566             *
2567             * @param resourceBlockPermissionPersistence the resource block permission persistence
2568             */
2569            public void setResourceBlockPermissionPersistence(
2570                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2571                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2572            }
2573    
2574            /**
2575             * Returns the resource code local service.
2576             *
2577             * @return the resource code local service
2578             */
2579            public ResourceCodeLocalService getResourceCodeLocalService() {
2580                    return resourceCodeLocalService;
2581            }
2582    
2583            /**
2584             * Sets the resource code local service.
2585             *
2586             * @param resourceCodeLocalService the resource code local service
2587             */
2588            public void setResourceCodeLocalService(
2589                    ResourceCodeLocalService resourceCodeLocalService) {
2590                    this.resourceCodeLocalService = resourceCodeLocalService;
2591            }
2592    
2593            /**
2594             * Returns the resource code persistence.
2595             *
2596             * @return the resource code persistence
2597             */
2598            public ResourceCodePersistence getResourceCodePersistence() {
2599                    return resourceCodePersistence;
2600            }
2601    
2602            /**
2603             * Sets the resource code persistence.
2604             *
2605             * @param resourceCodePersistence the resource code persistence
2606             */
2607            public void setResourceCodePersistence(
2608                    ResourceCodePersistence resourceCodePersistence) {
2609                    this.resourceCodePersistence = resourceCodePersistence;
2610            }
2611    
2612            /**
2613             * Returns the resource permission local service.
2614             *
2615             * @return the resource permission local service
2616             */
2617            public ResourcePermissionLocalService getResourcePermissionLocalService() {
2618                    return resourcePermissionLocalService;
2619            }
2620    
2621            /**
2622             * Sets the resource permission local service.
2623             *
2624             * @param resourcePermissionLocalService the resource permission local service
2625             */
2626            public void setResourcePermissionLocalService(
2627                    ResourcePermissionLocalService resourcePermissionLocalService) {
2628                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2629            }
2630    
2631            /**
2632             * Returns the resource permission remote service.
2633             *
2634             * @return the resource permission remote service
2635             */
2636            public ResourcePermissionService getResourcePermissionService() {
2637                    return resourcePermissionService;
2638            }
2639    
2640            /**
2641             * Sets the resource permission remote service.
2642             *
2643             * @param resourcePermissionService the resource permission remote service
2644             */
2645            public void setResourcePermissionService(
2646                    ResourcePermissionService resourcePermissionService) {
2647                    this.resourcePermissionService = resourcePermissionService;
2648            }
2649    
2650            /**
2651             * Returns the resource permission persistence.
2652             *
2653             * @return the resource permission persistence
2654             */
2655            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2656                    return resourcePermissionPersistence;
2657            }
2658    
2659            /**
2660             * Sets the resource permission persistence.
2661             *
2662             * @param resourcePermissionPersistence the resource permission persistence
2663             */
2664            public void setResourcePermissionPersistence(
2665                    ResourcePermissionPersistence resourcePermissionPersistence) {
2666                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2667            }
2668    
2669            /**
2670             * Returns the resource permission finder.
2671             *
2672             * @return the resource permission finder
2673             */
2674            public ResourcePermissionFinder getResourcePermissionFinder() {
2675                    return resourcePermissionFinder;
2676            }
2677    
2678            /**
2679             * Sets the resource permission finder.
2680             *
2681             * @param resourcePermissionFinder the resource permission finder
2682             */
2683            public void setResourcePermissionFinder(
2684                    ResourcePermissionFinder resourcePermissionFinder) {
2685                    this.resourcePermissionFinder = resourcePermissionFinder;
2686            }
2687    
2688            /**
2689             * Returns the resource type permission local service.
2690             *
2691             * @return the resource type permission local service
2692             */
2693            public ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2694                    return resourceTypePermissionLocalService;
2695            }
2696    
2697            /**
2698             * Sets the resource type permission local service.
2699             *
2700             * @param resourceTypePermissionLocalService the resource type permission local service
2701             */
2702            public void setResourceTypePermissionLocalService(
2703                    ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2704                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2705            }
2706    
2707            /**
2708             * Returns the resource type permission persistence.
2709             *
2710             * @return the resource type permission persistence
2711             */
2712            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2713                    return resourceTypePermissionPersistence;
2714            }
2715    
2716            /**
2717             * Sets the resource type permission persistence.
2718             *
2719             * @param resourceTypePermissionPersistence the resource type permission persistence
2720             */
2721            public void setResourceTypePermissionPersistence(
2722                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2723                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2724            }
2725    
2726            /**
2727             * Returns the resource type permission finder.
2728             *
2729             * @return the resource type permission finder
2730             */
2731            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2732                    return resourceTypePermissionFinder;
2733            }
2734    
2735            /**
2736             * Sets the resource type permission finder.
2737             *
2738             * @param resourceTypePermissionFinder the resource type permission finder
2739             */
2740            public void setResourceTypePermissionFinder(
2741                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2742                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2743            }
2744    
2745            /**
2746             * Returns the role local service.
2747             *
2748             * @return the role local service
2749             */
2750            public RoleLocalService getRoleLocalService() {
2751                    return roleLocalService;
2752            }
2753    
2754            /**
2755             * Sets the role local service.
2756             *
2757             * @param roleLocalService the role local service
2758             */
2759            public void setRoleLocalService(RoleLocalService roleLocalService) {
2760                    this.roleLocalService = roleLocalService;
2761            }
2762    
2763            /**
2764             * Returns the role remote service.
2765             *
2766             * @return the role remote service
2767             */
2768            public RoleService getRoleService() {
2769                    return roleService;
2770            }
2771    
2772            /**
2773             * Sets the role remote service.
2774             *
2775             * @param roleService the role remote service
2776             */
2777            public void setRoleService(RoleService roleService) {
2778                    this.roleService = roleService;
2779            }
2780    
2781            /**
2782             * Returns the role persistence.
2783             *
2784             * @return the role persistence
2785             */
2786            public RolePersistence getRolePersistence() {
2787                    return rolePersistence;
2788            }
2789    
2790            /**
2791             * Sets the role persistence.
2792             *
2793             * @param rolePersistence the role persistence
2794             */
2795            public void setRolePersistence(RolePersistence rolePersistence) {
2796                    this.rolePersistence = rolePersistence;
2797            }
2798    
2799            /**
2800             * Returns the role finder.
2801             *
2802             * @return the role finder
2803             */
2804            public RoleFinder getRoleFinder() {
2805                    return roleFinder;
2806            }
2807    
2808            /**
2809             * Sets the role finder.
2810             *
2811             * @param roleFinder the role finder
2812             */
2813            public void setRoleFinder(RoleFinder roleFinder) {
2814                    this.roleFinder = roleFinder;
2815            }
2816    
2817            /**
2818             * Returns the service component local service.
2819             *
2820             * @return the service component local service
2821             */
2822            public ServiceComponentLocalService getServiceComponentLocalService() {
2823                    return serviceComponentLocalService;
2824            }
2825    
2826            /**
2827             * Sets the service component local service.
2828             *
2829             * @param serviceComponentLocalService the service component local service
2830             */
2831            public void setServiceComponentLocalService(
2832                    ServiceComponentLocalService serviceComponentLocalService) {
2833                    this.serviceComponentLocalService = serviceComponentLocalService;
2834            }
2835    
2836            /**
2837             * Returns the service component persistence.
2838             *
2839             * @return the service component persistence
2840             */
2841            public ServiceComponentPersistence getServiceComponentPersistence() {
2842                    return serviceComponentPersistence;
2843            }
2844    
2845            /**
2846             * Sets the service component persistence.
2847             *
2848             * @param serviceComponentPersistence the service component persistence
2849             */
2850            public void setServiceComponentPersistence(
2851                    ServiceComponentPersistence serviceComponentPersistence) {
2852                    this.serviceComponentPersistence = serviceComponentPersistence;
2853            }
2854    
2855            /**
2856             * Returns the shard local service.
2857             *
2858             * @return the shard local service
2859             */
2860            public ShardLocalService getShardLocalService() {
2861                    return shardLocalService;
2862            }
2863    
2864            /**
2865             * Sets the shard local service.
2866             *
2867             * @param shardLocalService the shard local service
2868             */
2869            public void setShardLocalService(ShardLocalService shardLocalService) {
2870                    this.shardLocalService = shardLocalService;
2871            }
2872    
2873            /**
2874             * Returns the shard persistence.
2875             *
2876             * @return the shard persistence
2877             */
2878            public ShardPersistence getShardPersistence() {
2879                    return shardPersistence;
2880            }
2881    
2882            /**
2883             * Sets the shard persistence.
2884             *
2885             * @param shardPersistence the shard persistence
2886             */
2887            public void setShardPersistence(ShardPersistence shardPersistence) {
2888                    this.shardPersistence = shardPersistence;
2889            }
2890    
2891            /**
2892             * Returns the subscription local service.
2893             *
2894             * @return the subscription local service
2895             */
2896            public SubscriptionLocalService getSubscriptionLocalService() {
2897                    return subscriptionLocalService;
2898            }
2899    
2900            /**
2901             * Sets the subscription local service.
2902             *
2903             * @param subscriptionLocalService the subscription local service
2904             */
2905            public void setSubscriptionLocalService(
2906                    SubscriptionLocalService subscriptionLocalService) {
2907                    this.subscriptionLocalService = subscriptionLocalService;
2908            }
2909    
2910            /**
2911             * Returns the subscription persistence.
2912             *
2913             * @return the subscription persistence
2914             */
2915            public SubscriptionPersistence getSubscriptionPersistence() {
2916                    return subscriptionPersistence;
2917            }
2918    
2919            /**
2920             * Sets the subscription persistence.
2921             *
2922             * @param subscriptionPersistence the subscription persistence
2923             */
2924            public void setSubscriptionPersistence(
2925                    SubscriptionPersistence subscriptionPersistence) {
2926                    this.subscriptionPersistence = subscriptionPersistence;
2927            }
2928    
2929            /**
2930             * Returns the team local service.
2931             *
2932             * @return the team local service
2933             */
2934            public TeamLocalService getTeamLocalService() {
2935                    return teamLocalService;
2936            }
2937    
2938            /**
2939             * Sets the team local service.
2940             *
2941             * @param teamLocalService the team local service
2942             */
2943            public void setTeamLocalService(TeamLocalService teamLocalService) {
2944                    this.teamLocalService = teamLocalService;
2945            }
2946    
2947            /**
2948             * Returns the team remote service.
2949             *
2950             * @return the team remote service
2951             */
2952            public TeamService getTeamService() {
2953                    return teamService;
2954            }
2955    
2956            /**
2957             * Sets the team remote service.
2958             *
2959             * @param teamService the team remote service
2960             */
2961            public void setTeamService(TeamService teamService) {
2962                    this.teamService = teamService;
2963            }
2964    
2965            /**
2966             * Returns the team persistence.
2967             *
2968             * @return the team persistence
2969             */
2970            public TeamPersistence getTeamPersistence() {
2971                    return teamPersistence;
2972            }
2973    
2974            /**
2975             * Sets the team persistence.
2976             *
2977             * @param teamPersistence the team persistence
2978             */
2979            public void setTeamPersistence(TeamPersistence teamPersistence) {
2980                    this.teamPersistence = teamPersistence;
2981            }
2982    
2983            /**
2984             * Returns the team finder.
2985             *
2986             * @return the team finder
2987             */
2988            public TeamFinder getTeamFinder() {
2989                    return teamFinder;
2990            }
2991    
2992            /**
2993             * Sets the team finder.
2994             *
2995             * @param teamFinder the team finder
2996             */
2997            public void setTeamFinder(TeamFinder teamFinder) {
2998                    this.teamFinder = teamFinder;
2999            }
3000    
3001            /**
3002             * Returns the theme local service.
3003             *
3004             * @return the theme local service
3005             */
3006            public ThemeLocalService getThemeLocalService() {
3007                    return themeLocalService;
3008            }
3009    
3010            /**
3011             * Sets the theme local service.
3012             *
3013             * @param themeLocalService the theme local service
3014             */
3015            public void setThemeLocalService(ThemeLocalService themeLocalService) {
3016                    this.themeLocalService = themeLocalService;
3017            }
3018    
3019            /**
3020             * Returns the theme remote service.
3021             *
3022             * @return the theme remote service
3023             */
3024            public ThemeService getThemeService() {
3025                    return themeService;
3026            }
3027    
3028            /**
3029             * Sets the theme remote service.
3030             *
3031             * @param themeService the theme remote service
3032             */
3033            public void setThemeService(ThemeService themeService) {
3034                    this.themeService = themeService;
3035            }
3036    
3037            /**
3038             * Returns the ticket local service.
3039             *
3040             * @return the ticket local service
3041             */
3042            public TicketLocalService getTicketLocalService() {
3043                    return ticketLocalService;
3044            }
3045    
3046            /**
3047             * Sets the ticket local service.
3048             *
3049             * @param ticketLocalService the ticket local service
3050             */
3051            public void setTicketLocalService(TicketLocalService ticketLocalService) {
3052                    this.ticketLocalService = ticketLocalService;
3053            }
3054    
3055            /**
3056             * Returns the ticket persistence.
3057             *
3058             * @return the ticket persistence
3059             */
3060            public TicketPersistence getTicketPersistence() {
3061                    return ticketPersistence;
3062            }
3063    
3064            /**
3065             * Sets the ticket persistence.
3066             *
3067             * @param ticketPersistence the ticket persistence
3068             */
3069            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3070                    this.ticketPersistence = ticketPersistence;
3071            }
3072    
3073            /**
3074             * Returns the user local service.
3075             *
3076             * @return the user local service
3077             */
3078            public UserLocalService getUserLocalService() {
3079                    return userLocalService;
3080            }
3081    
3082            /**
3083             * Sets the user local service.
3084             *
3085             * @param userLocalService the user local service
3086             */
3087            public void setUserLocalService(UserLocalService userLocalService) {
3088                    this.userLocalService = userLocalService;
3089            }
3090    
3091            /**
3092             * Returns the user remote service.
3093             *
3094             * @return the user remote service
3095             */
3096            public UserService getUserService() {
3097                    return userService;
3098            }
3099    
3100            /**
3101             * Sets the user remote service.
3102             *
3103             * @param userService the user remote service
3104             */
3105            public void setUserService(UserService userService) {
3106                    this.userService = userService;
3107            }
3108    
3109            /**
3110             * Returns the user persistence.
3111             *
3112             * @return the user persistence
3113             */
3114            public UserPersistence getUserPersistence() {
3115                    return userPersistence;
3116            }
3117    
3118            /**
3119             * Sets the user persistence.
3120             *
3121             * @param userPersistence the user persistence
3122             */
3123            public void setUserPersistence(UserPersistence userPersistence) {
3124                    this.userPersistence = userPersistence;
3125            }
3126    
3127            /**
3128             * Returns the user finder.
3129             *
3130             * @return the user finder
3131             */
3132            public UserFinder getUserFinder() {
3133                    return userFinder;
3134            }
3135    
3136            /**
3137             * Sets the user finder.
3138             *
3139             * @param userFinder the user finder
3140             */
3141            public void setUserFinder(UserFinder userFinder) {
3142                    this.userFinder = userFinder;
3143            }
3144    
3145            /**
3146             * Returns the user group local service.
3147             *
3148             * @return the user group local service
3149             */
3150            public UserGroupLocalService getUserGroupLocalService() {
3151                    return userGroupLocalService;
3152            }
3153    
3154            /**
3155             * Sets the user group local service.
3156             *
3157             * @param userGroupLocalService the user group local service
3158             */
3159            public void setUserGroupLocalService(
3160                    UserGroupLocalService userGroupLocalService) {
3161                    this.userGroupLocalService = userGroupLocalService;
3162            }
3163    
3164            /**
3165             * Returns the user group remote service.
3166             *
3167             * @return the user group remote service
3168             */
3169            public UserGroupService getUserGroupService() {
3170                    return userGroupService;
3171            }
3172    
3173            /**
3174             * Sets the user group remote service.
3175             *
3176             * @param userGroupService the user group remote service
3177             */
3178            public void setUserGroupService(UserGroupService userGroupService) {
3179                    this.userGroupService = userGroupService;
3180            }
3181    
3182            /**
3183             * Returns the user group persistence.
3184             *
3185             * @return the user group persistence
3186             */
3187            public UserGroupPersistence getUserGroupPersistence() {
3188                    return userGroupPersistence;
3189            }
3190    
3191            /**
3192             * Sets the user group persistence.
3193             *
3194             * @param userGroupPersistence the user group persistence
3195             */
3196            public void setUserGroupPersistence(
3197                    UserGroupPersistence userGroupPersistence) {
3198                    this.userGroupPersistence = userGroupPersistence;
3199            }
3200    
3201            /**
3202             * Returns the user group finder.
3203             *
3204             * @return the user group finder
3205             */
3206            public UserGroupFinder getUserGroupFinder() {
3207                    return userGroupFinder;
3208            }
3209    
3210            /**
3211             * Sets the user group finder.
3212             *
3213             * @param userGroupFinder the user group finder
3214             */
3215            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3216                    this.userGroupFinder = userGroupFinder;
3217            }
3218    
3219            /**
3220             * Returns the user group group role local service.
3221             *
3222             * @return the user group group role local service
3223             */
3224            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3225                    return userGroupGroupRoleLocalService;
3226            }
3227    
3228            /**
3229             * Sets the user group group role local service.
3230             *
3231             * @param userGroupGroupRoleLocalService the user group group role local service
3232             */
3233            public void setUserGroupGroupRoleLocalService(
3234                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3235                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3236            }
3237    
3238            /**
3239             * Returns the user group group role remote service.
3240             *
3241             * @return the user group group role remote service
3242             */
3243            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
3244                    return userGroupGroupRoleService;
3245            }
3246    
3247            /**
3248             * Sets the user group group role remote service.
3249             *
3250             * @param userGroupGroupRoleService the user group group role remote service
3251             */
3252            public void setUserGroupGroupRoleService(
3253                    UserGroupGroupRoleService userGroupGroupRoleService) {
3254                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3255            }
3256    
3257            /**
3258             * Returns the user group group role persistence.
3259             *
3260             * @return the user group group role persistence
3261             */
3262            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3263                    return userGroupGroupRolePersistence;
3264            }
3265    
3266            /**
3267             * Sets the user group group role persistence.
3268             *
3269             * @param userGroupGroupRolePersistence the user group group role persistence
3270             */
3271            public void setUserGroupGroupRolePersistence(
3272                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3273                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3274            }
3275    
3276            /**
3277             * Returns the user group role local service.
3278             *
3279             * @return the user group role local service
3280             */
3281            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
3282                    return userGroupRoleLocalService;
3283            }
3284    
3285            /**
3286             * Sets the user group role local service.
3287             *
3288             * @param userGroupRoleLocalService the user group role local service
3289             */
3290            public void setUserGroupRoleLocalService(
3291                    UserGroupRoleLocalService userGroupRoleLocalService) {
3292                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3293            }
3294    
3295            /**
3296             * Returns the user group role remote service.
3297             *
3298             * @return the user group role remote service
3299             */
3300            public UserGroupRoleService getUserGroupRoleService() {
3301                    return userGroupRoleService;
3302            }
3303    
3304            /**
3305             * Sets the user group role remote service.
3306             *
3307             * @param userGroupRoleService the user group role remote service
3308             */
3309            public void setUserGroupRoleService(
3310                    UserGroupRoleService userGroupRoleService) {
3311                    this.userGroupRoleService = userGroupRoleService;
3312            }
3313    
3314            /**
3315             * Returns the user group role persistence.
3316             *
3317             * @return the user group role persistence
3318             */
3319            public UserGroupRolePersistence getUserGroupRolePersistence() {
3320                    return userGroupRolePersistence;
3321            }
3322    
3323            /**
3324             * Sets the user group role persistence.
3325             *
3326             * @param userGroupRolePersistence the user group role persistence
3327             */
3328            public void setUserGroupRolePersistence(
3329                    UserGroupRolePersistence userGroupRolePersistence) {
3330                    this.userGroupRolePersistence = userGroupRolePersistence;
3331            }
3332    
3333            /**
3334             * Returns the user group role finder.
3335             *
3336             * @return the user group role finder
3337             */
3338            public UserGroupRoleFinder getUserGroupRoleFinder() {
3339                    return userGroupRoleFinder;
3340            }
3341    
3342            /**
3343             * Sets the user group role finder.
3344             *
3345             * @param userGroupRoleFinder the user group role finder
3346             */
3347            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3348                    this.userGroupRoleFinder = userGroupRoleFinder;
3349            }
3350    
3351            /**
3352             * Returns the user ID mapper local service.
3353             *
3354             * @return the user ID mapper local service
3355             */
3356            public UserIdMapperLocalService getUserIdMapperLocalService() {
3357                    return userIdMapperLocalService;
3358            }
3359    
3360            /**
3361             * Sets the user ID mapper local service.
3362             *
3363             * @param userIdMapperLocalService the user ID mapper local service
3364             */
3365            public void setUserIdMapperLocalService(
3366                    UserIdMapperLocalService userIdMapperLocalService) {
3367                    this.userIdMapperLocalService = userIdMapperLocalService;
3368            }
3369    
3370            /**
3371             * Returns the user ID mapper persistence.
3372             *
3373             * @return the user ID mapper persistence
3374             */
3375            public UserIdMapperPersistence getUserIdMapperPersistence() {
3376                    return userIdMapperPersistence;
3377            }
3378    
3379            /**
3380             * Sets the user ID mapper persistence.
3381             *
3382             * @param userIdMapperPersistence the user ID mapper persistence
3383             */
3384            public void setUserIdMapperPersistence(
3385                    UserIdMapperPersistence userIdMapperPersistence) {
3386                    this.userIdMapperPersistence = userIdMapperPersistence;
3387            }
3388    
3389            /**
3390             * Returns the user notification event local service.
3391             *
3392             * @return the user notification event local service
3393             */
3394            public UserNotificationEventLocalService getUserNotificationEventLocalService() {
3395                    return userNotificationEventLocalService;
3396            }
3397    
3398            /**
3399             * Sets the user notification event local service.
3400             *
3401             * @param userNotificationEventLocalService the user notification event local service
3402             */
3403            public void setUserNotificationEventLocalService(
3404                    UserNotificationEventLocalService userNotificationEventLocalService) {
3405                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3406            }
3407    
3408            /**
3409             * Returns the user notification event persistence.
3410             *
3411             * @return the user notification event persistence
3412             */
3413            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3414                    return userNotificationEventPersistence;
3415            }
3416    
3417            /**
3418             * Sets the user notification event persistence.
3419             *
3420             * @param userNotificationEventPersistence the user notification event persistence
3421             */
3422            public void setUserNotificationEventPersistence(
3423                    UserNotificationEventPersistence userNotificationEventPersistence) {
3424                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3425            }
3426    
3427            /**
3428             * Returns the user tracker local service.
3429             *
3430             * @return the user tracker local service
3431             */
3432            public UserTrackerLocalService getUserTrackerLocalService() {
3433                    return userTrackerLocalService;
3434            }
3435    
3436            /**
3437             * Sets the user tracker local service.
3438             *
3439             * @param userTrackerLocalService the user tracker local service
3440             */
3441            public void setUserTrackerLocalService(
3442                    UserTrackerLocalService userTrackerLocalService) {
3443                    this.userTrackerLocalService = userTrackerLocalService;
3444            }
3445    
3446            /**
3447             * Returns the user tracker persistence.
3448             *
3449             * @return the user tracker persistence
3450             */
3451            public UserTrackerPersistence getUserTrackerPersistence() {
3452                    return userTrackerPersistence;
3453            }
3454    
3455            /**
3456             * Sets the user tracker persistence.
3457             *
3458             * @param userTrackerPersistence the user tracker persistence
3459             */
3460            public void setUserTrackerPersistence(
3461                    UserTrackerPersistence userTrackerPersistence) {
3462                    this.userTrackerPersistence = userTrackerPersistence;
3463            }
3464    
3465            /**
3466             * Returns the user tracker path local service.
3467             *
3468             * @return the user tracker path local service
3469             */
3470            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
3471                    return userTrackerPathLocalService;
3472            }
3473    
3474            /**
3475             * Sets the user tracker path local service.
3476             *
3477             * @param userTrackerPathLocalService the user tracker path local service
3478             */
3479            public void setUserTrackerPathLocalService(
3480                    UserTrackerPathLocalService userTrackerPathLocalService) {
3481                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3482            }
3483    
3484            /**
3485             * Returns the user tracker path persistence.
3486             *
3487             * @return the user tracker path persistence
3488             */
3489            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3490                    return userTrackerPathPersistence;
3491            }
3492    
3493            /**
3494             * Sets the user tracker path persistence.
3495             *
3496             * @param userTrackerPathPersistence the user tracker path persistence
3497             */
3498            public void setUserTrackerPathPersistence(
3499                    UserTrackerPathPersistence userTrackerPathPersistence) {
3500                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3501            }
3502    
3503            /**
3504             * Returns the virtual host local service.
3505             *
3506             * @return the virtual host local service
3507             */
3508            public VirtualHostLocalService getVirtualHostLocalService() {
3509                    return virtualHostLocalService;
3510            }
3511    
3512            /**
3513             * Sets the virtual host local service.
3514             *
3515             * @param virtualHostLocalService the virtual host local service
3516             */
3517            public void setVirtualHostLocalService(
3518                    VirtualHostLocalService virtualHostLocalService) {
3519                    this.virtualHostLocalService = virtualHostLocalService;
3520            }
3521    
3522            /**
3523             * Returns the virtual host persistence.
3524             *
3525             * @return the virtual host persistence
3526             */
3527            public VirtualHostPersistence getVirtualHostPersistence() {
3528                    return virtualHostPersistence;
3529            }
3530    
3531            /**
3532             * Sets the virtual host persistence.
3533             *
3534             * @param virtualHostPersistence the virtual host persistence
3535             */
3536            public void setVirtualHostPersistence(
3537                    VirtualHostPersistence virtualHostPersistence) {
3538                    this.virtualHostPersistence = virtualHostPersistence;
3539            }
3540    
3541            /**
3542             * Returns the web d a v props local service.
3543             *
3544             * @return the web d a v props local service
3545             */
3546            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
3547                    return webDAVPropsLocalService;
3548            }
3549    
3550            /**
3551             * Sets the web d a v props local service.
3552             *
3553             * @param webDAVPropsLocalService the web d a v props local service
3554             */
3555            public void setWebDAVPropsLocalService(
3556                    WebDAVPropsLocalService webDAVPropsLocalService) {
3557                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3558            }
3559    
3560            /**
3561             * Returns the web d a v props persistence.
3562             *
3563             * @return the web d a v props persistence
3564             */
3565            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3566                    return webDAVPropsPersistence;
3567            }
3568    
3569            /**
3570             * Sets the web d a v props persistence.
3571             *
3572             * @param webDAVPropsPersistence the web d a v props persistence
3573             */
3574            public void setWebDAVPropsPersistence(
3575                    WebDAVPropsPersistence webDAVPropsPersistence) {
3576                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3577            }
3578    
3579            /**
3580             * Returns the website local service.
3581             *
3582             * @return the website local service
3583             */
3584            public WebsiteLocalService getWebsiteLocalService() {
3585                    return websiteLocalService;
3586            }
3587    
3588            /**
3589             * Sets the website local service.
3590             *
3591             * @param websiteLocalService the website local service
3592             */
3593            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
3594                    this.websiteLocalService = websiteLocalService;
3595            }
3596    
3597            /**
3598             * Returns the website remote service.
3599             *
3600             * @return the website remote service
3601             */
3602            public WebsiteService getWebsiteService() {
3603                    return websiteService;
3604            }
3605    
3606            /**
3607             * Sets the website remote service.
3608             *
3609             * @param websiteService the website remote service
3610             */
3611            public void setWebsiteService(WebsiteService websiteService) {
3612                    this.websiteService = websiteService;
3613            }
3614    
3615            /**
3616             * Returns the website persistence.
3617             *
3618             * @return the website persistence
3619             */
3620            public WebsitePersistence getWebsitePersistence() {
3621                    return websitePersistence;
3622            }
3623    
3624            /**
3625             * Sets the website persistence.
3626             *
3627             * @param websitePersistence the website persistence
3628             */
3629            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3630                    this.websitePersistence = websitePersistence;
3631            }
3632    
3633            /**
3634             * Returns the workflow definition link local service.
3635             *
3636             * @return the workflow definition link local service
3637             */
3638            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3639                    return workflowDefinitionLinkLocalService;
3640            }
3641    
3642            /**
3643             * Sets the workflow definition link local service.
3644             *
3645             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3646             */
3647            public void setWorkflowDefinitionLinkLocalService(
3648                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3649                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3650            }
3651    
3652            /**
3653             * Returns the workflow definition link persistence.
3654             *
3655             * @return the workflow definition link persistence
3656             */
3657            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3658                    return workflowDefinitionLinkPersistence;
3659            }
3660    
3661            /**
3662             * Sets the workflow definition link persistence.
3663             *
3664             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3665             */
3666            public void setWorkflowDefinitionLinkPersistence(
3667                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3668                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3669            }
3670    
3671            /**
3672             * Returns the workflow instance link local service.
3673             *
3674             * @return the workflow instance link local service
3675             */
3676            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3677                    return workflowInstanceLinkLocalService;
3678            }
3679    
3680            /**
3681             * Sets the workflow instance link local service.
3682             *
3683             * @param workflowInstanceLinkLocalService the workflow instance link local service
3684             */
3685            public void setWorkflowInstanceLinkLocalService(
3686                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3687                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3688            }
3689    
3690            /**
3691             * Returns the workflow instance link persistence.
3692             *
3693             * @return the workflow instance link persistence
3694             */
3695            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3696                    return workflowInstanceLinkPersistence;
3697            }
3698    
3699            /**
3700             * Sets the workflow instance link persistence.
3701             *
3702             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3703             */
3704            public void setWorkflowInstanceLinkPersistence(
3705                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3706                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3707            }
3708    
3709            /**
3710             * Returns the counter local service.
3711             *
3712             * @return the counter local service
3713             */
3714            public CounterLocalService getCounterLocalService() {
3715                    return counterLocalService;
3716            }
3717    
3718            /**
3719             * Sets the counter local service.
3720             *
3721             * @param counterLocalService the counter local service
3722             */
3723            public void setCounterLocalService(CounterLocalService counterLocalService) {
3724                    this.counterLocalService = counterLocalService;
3725            }
3726    
3727            /**
3728             * Returns the mail remote service.
3729             *
3730             * @return the mail remote service
3731             */
3732            public MailService getMailService() {
3733                    return mailService;
3734            }
3735    
3736            /**
3737             * Sets the mail remote service.
3738             *
3739             * @param mailService the mail remote service
3740             */
3741            public void setMailService(MailService mailService) {
3742                    this.mailService = mailService;
3743            }
3744    
3745            public void afterPropertiesSet() {
3746            }
3747    
3748            public void destroy() {
3749            }
3750    
3751            /**
3752             * Returns the Spring bean ID for this bean.
3753             *
3754             * @return the Spring bean ID for this bean
3755             */
3756            public String getBeanIdentifier() {
3757                    return _beanIdentifier;
3758            }
3759    
3760            /**
3761             * Sets the Spring bean ID for this bean.
3762             *
3763             * @param beanIdentifier the Spring bean ID for this bean
3764             */
3765            public void setBeanIdentifier(String beanIdentifier) {
3766                    _beanIdentifier = beanIdentifier;
3767            }
3768    
3769            protected Class<?> getModelClass() {
3770                    return MembershipRequest.class;
3771            }
3772    
3773            protected String getModelClassName() {
3774                    return MembershipRequest.class.getName();
3775            }
3776    
3777            /**
3778             * Performs an SQL query.
3779             *
3780             * @param sql the sql query
3781             */
3782            protected void runSQL(String sql) throws SystemException {
3783                    try {
3784                            DataSource dataSource = membershipRequestPersistence.getDataSource();
3785    
3786                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
3787                                            sql, new int[0]);
3788    
3789                            sqlUpdate.update();
3790                    }
3791                    catch (Exception e) {
3792                            throw new SystemException(e);
3793                    }
3794            }
3795    
3796            @BeanReference(type = AccountLocalService.class)
3797            protected AccountLocalService accountLocalService;
3798            @BeanReference(type = AccountService.class)
3799            protected AccountService accountService;
3800            @BeanReference(type = AccountPersistence.class)
3801            protected AccountPersistence accountPersistence;
3802            @BeanReference(type = AddressLocalService.class)
3803            protected AddressLocalService addressLocalService;
3804            @BeanReference(type = AddressService.class)
3805            protected AddressService addressService;
3806            @BeanReference(type = AddressPersistence.class)
3807            protected AddressPersistence addressPersistence;
3808            @BeanReference(type = BrowserTrackerLocalService.class)
3809            protected BrowserTrackerLocalService browserTrackerLocalService;
3810            @BeanReference(type = BrowserTrackerPersistence.class)
3811            protected BrowserTrackerPersistence browserTrackerPersistence;
3812            @BeanReference(type = ClassNameLocalService.class)
3813            protected ClassNameLocalService classNameLocalService;
3814            @BeanReference(type = ClassNameService.class)
3815            protected ClassNameService classNameService;
3816            @BeanReference(type = ClassNamePersistence.class)
3817            protected ClassNamePersistence classNamePersistence;
3818            @BeanReference(type = ClusterGroupLocalService.class)
3819            protected ClusterGroupLocalService clusterGroupLocalService;
3820            @BeanReference(type = ClusterGroupPersistence.class)
3821            protected ClusterGroupPersistence clusterGroupPersistence;
3822            @BeanReference(type = CMISRepositoryLocalService.class)
3823            protected CMISRepositoryLocalService cmisRepositoryLocalService;
3824            @BeanReference(type = CompanyLocalService.class)
3825            protected CompanyLocalService companyLocalService;
3826            @BeanReference(type = CompanyService.class)
3827            protected CompanyService companyService;
3828            @BeanReference(type = CompanyPersistence.class)
3829            protected CompanyPersistence companyPersistence;
3830            @BeanReference(type = ContactLocalService.class)
3831            protected ContactLocalService contactLocalService;
3832            @BeanReference(type = ContactService.class)
3833            protected ContactService contactService;
3834            @BeanReference(type = ContactPersistence.class)
3835            protected ContactPersistence contactPersistence;
3836            @BeanReference(type = CountryService.class)
3837            protected CountryService countryService;
3838            @BeanReference(type = CountryPersistence.class)
3839            protected CountryPersistence countryPersistence;
3840            @BeanReference(type = EmailAddressLocalService.class)
3841            protected EmailAddressLocalService emailAddressLocalService;
3842            @BeanReference(type = EmailAddressService.class)
3843            protected EmailAddressService emailAddressService;
3844            @BeanReference(type = EmailAddressPersistence.class)
3845            protected EmailAddressPersistence emailAddressPersistence;
3846            @BeanReference(type = GroupLocalService.class)
3847            protected GroupLocalService groupLocalService;
3848            @BeanReference(type = GroupService.class)
3849            protected GroupService groupService;
3850            @BeanReference(type = GroupPersistence.class)
3851            protected GroupPersistence groupPersistence;
3852            @BeanReference(type = GroupFinder.class)
3853            protected GroupFinder groupFinder;
3854            @BeanReference(type = ImageLocalService.class)
3855            protected ImageLocalService imageLocalService;
3856            @BeanReference(type = ImageService.class)
3857            protected ImageService imageService;
3858            @BeanReference(type = ImagePersistence.class)
3859            protected ImagePersistence imagePersistence;
3860            @BeanReference(type = LayoutLocalService.class)
3861            protected LayoutLocalService layoutLocalService;
3862            @BeanReference(type = LayoutService.class)
3863            protected LayoutService layoutService;
3864            @BeanReference(type = LayoutPersistence.class)
3865            protected LayoutPersistence layoutPersistence;
3866            @BeanReference(type = LayoutFinder.class)
3867            protected LayoutFinder layoutFinder;
3868            @BeanReference(type = LayoutBranchLocalService.class)
3869            protected LayoutBranchLocalService layoutBranchLocalService;
3870            @BeanReference(type = LayoutBranchService.class)
3871            protected LayoutBranchService layoutBranchService;
3872            @BeanReference(type = LayoutBranchPersistence.class)
3873            protected LayoutBranchPersistence layoutBranchPersistence;
3874            @BeanReference(type = LayoutPrototypeLocalService.class)
3875            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
3876            @BeanReference(type = LayoutPrototypeService.class)
3877            protected LayoutPrototypeService layoutPrototypeService;
3878            @BeanReference(type = LayoutPrototypePersistence.class)
3879            protected LayoutPrototypePersistence layoutPrototypePersistence;
3880            @BeanReference(type = LayoutRevisionLocalService.class)
3881            protected LayoutRevisionLocalService layoutRevisionLocalService;
3882            @BeanReference(type = LayoutRevisionService.class)
3883            protected LayoutRevisionService layoutRevisionService;
3884            @BeanReference(type = LayoutRevisionPersistence.class)
3885            protected LayoutRevisionPersistence layoutRevisionPersistence;
3886            @BeanReference(type = LayoutSetLocalService.class)
3887            protected LayoutSetLocalService layoutSetLocalService;
3888            @BeanReference(type = LayoutSetService.class)
3889            protected LayoutSetService layoutSetService;
3890            @BeanReference(type = LayoutSetPersistence.class)
3891            protected LayoutSetPersistence layoutSetPersistence;
3892            @BeanReference(type = LayoutSetBranchLocalService.class)
3893            protected LayoutSetBranchLocalService layoutSetBranchLocalService;
3894            @BeanReference(type = LayoutSetBranchService.class)
3895            protected LayoutSetBranchService layoutSetBranchService;
3896            @BeanReference(type = LayoutSetBranchPersistence.class)
3897            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
3898            @BeanReference(type = LayoutSetPrototypeLocalService.class)
3899            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
3900            @BeanReference(type = LayoutSetPrototypeService.class)
3901            protected LayoutSetPrototypeService layoutSetPrototypeService;
3902            @BeanReference(type = LayoutSetPrototypePersistence.class)
3903            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
3904            @BeanReference(type = LayoutTemplateLocalService.class)
3905            protected LayoutTemplateLocalService layoutTemplateLocalService;
3906            @BeanReference(type = ListTypeService.class)
3907            protected ListTypeService listTypeService;
3908            @BeanReference(type = ListTypePersistence.class)
3909            protected ListTypePersistence listTypePersistence;
3910            @BeanReference(type = LockLocalService.class)
3911            protected LockLocalService lockLocalService;
3912            @BeanReference(type = LockPersistence.class)
3913            protected LockPersistence lockPersistence;
3914            @BeanReference(type = LockFinder.class)
3915            protected LockFinder lockFinder;
3916            @BeanReference(type = MembershipRequestLocalService.class)
3917            protected MembershipRequestLocalService membershipRequestLocalService;
3918            @BeanReference(type = MembershipRequestService.class)
3919            protected MembershipRequestService membershipRequestService;
3920            @BeanReference(type = MembershipRequestPersistence.class)
3921            protected MembershipRequestPersistence membershipRequestPersistence;
3922            @BeanReference(type = OrganizationLocalService.class)
3923            protected OrganizationLocalService organizationLocalService;
3924            @BeanReference(type = OrganizationService.class)
3925            protected OrganizationService organizationService;
3926            @BeanReference(type = OrganizationPersistence.class)
3927            protected OrganizationPersistence organizationPersistence;
3928            @BeanReference(type = OrganizationFinder.class)
3929            protected OrganizationFinder organizationFinder;
3930            @BeanReference(type = OrgGroupPermissionPersistence.class)
3931            protected OrgGroupPermissionPersistence orgGroupPermissionPersistence;
3932            @BeanReference(type = OrgGroupPermissionFinder.class)
3933            protected OrgGroupPermissionFinder orgGroupPermissionFinder;
3934            @BeanReference(type = OrgGroupRolePersistence.class)
3935            protected OrgGroupRolePersistence orgGroupRolePersistence;
3936            @BeanReference(type = OrgLaborLocalService.class)
3937            protected OrgLaborLocalService orgLaborLocalService;
3938            @BeanReference(type = OrgLaborService.class)
3939            protected OrgLaborService orgLaborService;
3940            @BeanReference(type = OrgLaborPersistence.class)
3941            protected OrgLaborPersistence orgLaborPersistence;
3942            @BeanReference(type = PasswordPolicyLocalService.class)
3943            protected PasswordPolicyLocalService passwordPolicyLocalService;
3944            @BeanReference(type = PasswordPolicyService.class)
3945            protected PasswordPolicyService passwordPolicyService;
3946            @BeanReference(type = PasswordPolicyPersistence.class)
3947            protected PasswordPolicyPersistence passwordPolicyPersistence;
3948            @BeanReference(type = PasswordPolicyFinder.class)
3949            protected PasswordPolicyFinder passwordPolicyFinder;
3950            @BeanReference(type = PasswordPolicyRelLocalService.class)
3951            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
3952            @BeanReference(type = PasswordPolicyRelPersistence.class)
3953            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
3954            @BeanReference(type = PasswordTrackerLocalService.class)
3955            protected PasswordTrackerLocalService passwordTrackerLocalService;
3956            @BeanReference(type = PasswordTrackerPersistence.class)
3957            protected PasswordTrackerPersistence passwordTrackerPersistence;
3958            @BeanReference(type = PermissionLocalService.class)
3959            protected PermissionLocalService permissionLocalService;
3960            @BeanReference(type = PermissionService.class)
3961            protected PermissionService permissionService;
3962            @BeanReference(type = PermissionPersistence.class)
3963            protected PermissionPersistence permissionPersistence;
3964            @BeanReference(type = PermissionFinder.class)
3965            protected PermissionFinder permissionFinder;
3966            @BeanReference(type = PhoneLocalService.class)
3967            protected PhoneLocalService phoneLocalService;
3968            @BeanReference(type = PhoneService.class)
3969            protected PhoneService phoneService;
3970            @BeanReference(type = PhonePersistence.class)
3971            protected PhonePersistence phonePersistence;
3972            @BeanReference(type = PluginSettingLocalService.class)
3973            protected PluginSettingLocalService pluginSettingLocalService;
3974            @BeanReference(type = PluginSettingService.class)
3975            protected PluginSettingService pluginSettingService;
3976            @BeanReference(type = PluginSettingPersistence.class)
3977            protected PluginSettingPersistence pluginSettingPersistence;
3978            @BeanReference(type = PortalLocalService.class)
3979            protected PortalLocalService portalLocalService;
3980            @BeanReference(type = PortalService.class)
3981            protected PortalService portalService;
3982            @BeanReference(type = PortalPreferencesLocalService.class)
3983            protected PortalPreferencesLocalService portalPreferencesLocalService;
3984            @BeanReference(type = PortalPreferencesPersistence.class)
3985            protected PortalPreferencesPersistence portalPreferencesPersistence;
3986            @BeanReference(type = PortletLocalService.class)
3987            protected PortletLocalService portletLocalService;
3988            @BeanReference(type = PortletService.class)
3989            protected PortletService portletService;
3990            @BeanReference(type = PortletPersistence.class)
3991            protected PortletPersistence portletPersistence;
3992            @BeanReference(type = PortletItemLocalService.class)
3993            protected PortletItemLocalService portletItemLocalService;
3994            @BeanReference(type = PortletItemPersistence.class)
3995            protected PortletItemPersistence portletItemPersistence;
3996            @BeanReference(type = PortletPreferencesLocalService.class)
3997            protected PortletPreferencesLocalService portletPreferencesLocalService;
3998            @BeanReference(type = PortletPreferencesService.class)
3999            protected PortletPreferencesService portletPreferencesService;
4000            @BeanReference(type = PortletPreferencesPersistence.class)
4001            protected PortletPreferencesPersistence portletPreferencesPersistence;
4002            @BeanReference(type = PortletPreferencesFinder.class)
4003            protected PortletPreferencesFinder portletPreferencesFinder;
4004            @BeanReference(type = QuartzLocalService.class)
4005            protected QuartzLocalService quartzLocalService;
4006            @BeanReference(type = RegionService.class)
4007            protected RegionService regionService;
4008            @BeanReference(type = RegionPersistence.class)
4009            protected RegionPersistence regionPersistence;
4010            @BeanReference(type = ReleaseLocalService.class)
4011            protected ReleaseLocalService releaseLocalService;
4012            @BeanReference(type = ReleasePersistence.class)
4013            protected ReleasePersistence releasePersistence;
4014            @BeanReference(type = RepositoryLocalService.class)
4015            protected RepositoryLocalService repositoryLocalService;
4016            @BeanReference(type = RepositoryService.class)
4017            protected RepositoryService repositoryService;
4018            @BeanReference(type = RepositoryPersistence.class)
4019            protected RepositoryPersistence repositoryPersistence;
4020            @BeanReference(type = RepositoryEntryLocalService.class)
4021            protected RepositoryEntryLocalService repositoryEntryLocalService;
4022            @BeanReference(type = RepositoryEntryPersistence.class)
4023            protected RepositoryEntryPersistence repositoryEntryPersistence;
4024            @BeanReference(type = ResourceLocalService.class)
4025            protected ResourceLocalService resourceLocalService;
4026            @BeanReference(type = ResourceService.class)
4027            protected ResourceService resourceService;
4028            @BeanReference(type = ResourcePersistence.class)
4029            protected ResourcePersistence resourcePersistence;
4030            @BeanReference(type = ResourceFinder.class)
4031            protected ResourceFinder resourceFinder;
4032            @BeanReference(type = ResourceActionLocalService.class)
4033            protected ResourceActionLocalService resourceActionLocalService;
4034            @BeanReference(type = ResourceActionPersistence.class)
4035            protected ResourceActionPersistence resourceActionPersistence;
4036            @BeanReference(type = ResourceBlockLocalService.class)
4037            protected ResourceBlockLocalService resourceBlockLocalService;
4038            @BeanReference(type = ResourceBlockService.class)
4039            protected ResourceBlockService resourceBlockService;
4040            @BeanReference(type = ResourceBlockPersistence.class)
4041            protected ResourceBlockPersistence resourceBlockPersistence;
4042            @BeanReference(type = ResourceBlockFinder.class)
4043            protected ResourceBlockFinder resourceBlockFinder;
4044            @BeanReference(type = ResourceBlockPermissionLocalService.class)
4045            protected ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
4046            @BeanReference(type = ResourceBlockPermissionPersistence.class)
4047            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
4048            @BeanReference(type = ResourceCodeLocalService.class)
4049            protected ResourceCodeLocalService resourceCodeLocalService;
4050            @BeanReference(type = ResourceCodePersistence.class)
4051            protected ResourceCodePersistence resourceCodePersistence;
4052            @BeanReference(type = ResourcePermissionLocalService.class)
4053            protected ResourcePermissionLocalService resourcePermissionLocalService;
4054            @BeanReference(type = ResourcePermissionService.class)
4055            protected ResourcePermissionService resourcePermissionService;
4056            @BeanReference(type = ResourcePermissionPersistence.class)
4057            protected ResourcePermissionPersistence resourcePermissionPersistence;
4058            @BeanReference(type = ResourcePermissionFinder.class)
4059            protected ResourcePermissionFinder resourcePermissionFinder;
4060            @BeanReference(type = ResourceTypePermissionLocalService.class)
4061            protected ResourceTypePermissionLocalService resourceTypePermissionLocalService;
4062            @BeanReference(type = ResourceTypePermissionPersistence.class)
4063            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
4064            @BeanReference(type = ResourceTypePermissionFinder.class)
4065            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
4066            @BeanReference(type = RoleLocalService.class)
4067            protected RoleLocalService roleLocalService;
4068            @BeanReference(type = RoleService.class)
4069            protected RoleService roleService;
4070            @BeanReference(type = RolePersistence.class)
4071            protected RolePersistence rolePersistence;
4072            @BeanReference(type = RoleFinder.class)
4073            protected RoleFinder roleFinder;
4074            @BeanReference(type = ServiceComponentLocalService.class)
4075            protected ServiceComponentLocalService serviceComponentLocalService;
4076            @BeanReference(type = ServiceComponentPersistence.class)
4077            protected ServiceComponentPersistence serviceComponentPersistence;
4078            @BeanReference(type = ShardLocalService.class)
4079            protected ShardLocalService shardLocalService;
4080            @BeanReference(type = ShardPersistence.class)
4081            protected ShardPersistence shardPersistence;
4082            @BeanReference(type = SubscriptionLocalService.class)
4083            protected SubscriptionLocalService subscriptionLocalService;
4084            @BeanReference(type = SubscriptionPersistence.class)
4085            protected SubscriptionPersistence subscriptionPersistence;
4086            @BeanReference(type = TeamLocalService.class)
4087            protected TeamLocalService teamLocalService;
4088            @BeanReference(type = TeamService.class)
4089            protected TeamService teamService;
4090            @BeanReference(type = TeamPersistence.class)
4091            protected TeamPersistence teamPersistence;
4092            @BeanReference(type = TeamFinder.class)
4093            protected TeamFinder teamFinder;
4094            @BeanReference(type = ThemeLocalService.class)
4095            protected ThemeLocalService themeLocalService;
4096            @BeanReference(type = ThemeService.class)
4097            protected ThemeService themeService;
4098            @BeanReference(type = TicketLocalService.class)
4099            protected TicketLocalService ticketLocalService;
4100            @BeanReference(type = TicketPersistence.class)
4101            protected TicketPersistence ticketPersistence;
4102            @BeanReference(type = UserLocalService.class)
4103            protected UserLocalService userLocalService;
4104            @BeanReference(type = UserService.class)
4105            protected UserService userService;
4106            @BeanReference(type = UserPersistence.class)
4107            protected UserPersistence userPersistence;
4108            @BeanReference(type = UserFinder.class)
4109            protected UserFinder userFinder;
4110            @BeanReference(type = UserGroupLocalService.class)
4111            protected UserGroupLocalService userGroupLocalService;
4112            @BeanReference(type = UserGroupService.class)
4113            protected UserGroupService userGroupService;
4114            @BeanReference(type = UserGroupPersistence.class)
4115            protected UserGroupPersistence userGroupPersistence;
4116            @BeanReference(type = UserGroupFinder.class)
4117            protected UserGroupFinder userGroupFinder;
4118            @BeanReference(type = UserGroupGroupRoleLocalService.class)
4119            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
4120            @BeanReference(type = UserGroupGroupRoleService.class)
4121            protected UserGroupGroupRoleService userGroupGroupRoleService;
4122            @BeanReference(type = UserGroupGroupRolePersistence.class)
4123            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
4124            @BeanReference(type = UserGroupRoleLocalService.class)
4125            protected UserGroupRoleLocalService userGroupRoleLocalService;
4126            @BeanReference(type = UserGroupRoleService.class)
4127            protected UserGroupRoleService userGroupRoleService;
4128            @BeanReference(type = UserGroupRolePersistence.class)
4129            protected UserGroupRolePersistence userGroupRolePersistence;
4130            @BeanReference(type = UserGroupRoleFinder.class)
4131            protected UserGroupRoleFinder userGroupRoleFinder;
4132            @BeanReference(type = UserIdMapperLocalService.class)
4133            protected UserIdMapperLocalService userIdMapperLocalService;
4134            @BeanReference(type = UserIdMapperPersistence.class)
4135            protected UserIdMapperPersistence userIdMapperPersistence;
4136            @BeanReference(type = UserNotificationEventLocalService.class)
4137            protected UserNotificationEventLocalService userNotificationEventLocalService;
4138            @BeanReference(type = UserNotificationEventPersistence.class)
4139            protected UserNotificationEventPersistence userNotificationEventPersistence;
4140            @BeanReference(type = UserTrackerLocalService.class)
4141            protected UserTrackerLocalService userTrackerLocalService;
4142            @BeanReference(type = UserTrackerPersistence.class)
4143            protected UserTrackerPersistence userTrackerPersistence;
4144            @BeanReference(type = UserTrackerPathLocalService.class)
4145            protected UserTrackerPathLocalService userTrackerPathLocalService;
4146            @BeanReference(type = UserTrackerPathPersistence.class)
4147            protected UserTrackerPathPersistence userTrackerPathPersistence;
4148            @BeanReference(type = VirtualHostLocalService.class)
4149            protected VirtualHostLocalService virtualHostLocalService;
4150            @BeanReference(type = VirtualHostPersistence.class)
4151            protected VirtualHostPersistence virtualHostPersistence;
4152            @BeanReference(type = WebDAVPropsLocalService.class)
4153            protected WebDAVPropsLocalService webDAVPropsLocalService;
4154            @BeanReference(type = WebDAVPropsPersistence.class)
4155            protected WebDAVPropsPersistence webDAVPropsPersistence;
4156            @BeanReference(type = WebsiteLocalService.class)
4157            protected WebsiteLocalService websiteLocalService;
4158            @BeanReference(type = WebsiteService.class)
4159            protected WebsiteService websiteService;
4160            @BeanReference(type = WebsitePersistence.class)
4161            protected WebsitePersistence websitePersistence;
4162            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
4163            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
4164            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
4165            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
4166            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
4167            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
4168            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
4169            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
4170            @BeanReference(type = CounterLocalService.class)
4171            protected CounterLocalService counterLocalService;
4172            @BeanReference(type = MailService.class)
4173            protected MailService mailService;
4174            private String _beanIdentifier;
4175    }