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