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