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