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