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