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