001    /**
002     * Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.counter.service.CounterLocalService;
018    
019    import com.liferay.mail.service.MailService;
020    
021    import com.liferay.portal.kernel.bean.BeanReference;
022    import com.liferay.portal.kernel.bean.IdentifiableBean;
023    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
024    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
025    import com.liferay.portal.kernel.exception.SystemException;
026    import com.liferay.portal.model.User;
027    import com.liferay.portal.service.AccountLocalService;
028    import com.liferay.portal.service.AccountService;
029    import com.liferay.portal.service.AddressLocalService;
030    import com.liferay.portal.service.AddressService;
031    import com.liferay.portal.service.BrowserTrackerLocalService;
032    import com.liferay.portal.service.CMISRepositoryLocalService;
033    import com.liferay.portal.service.ClassNameLocalService;
034    import com.liferay.portal.service.ClassNameService;
035    import com.liferay.portal.service.ClusterGroupLocalService;
036    import com.liferay.portal.service.CompanyLocalService;
037    import com.liferay.portal.service.CompanyService;
038    import com.liferay.portal.service.ContactLocalService;
039    import com.liferay.portal.service.ContactService;
040    import com.liferay.portal.service.CountryService;
041    import com.liferay.portal.service.EmailAddressLocalService;
042    import com.liferay.portal.service.EmailAddressService;
043    import com.liferay.portal.service.GroupLocalService;
044    import com.liferay.portal.service.GroupService;
045    import com.liferay.portal.service.ImageLocalService;
046    import com.liferay.portal.service.ImageService;
047    import com.liferay.portal.service.LayoutBranchLocalService;
048    import com.liferay.portal.service.LayoutBranchService;
049    import com.liferay.portal.service.LayoutLocalService;
050    import com.liferay.portal.service.LayoutPrototypeLocalService;
051    import com.liferay.portal.service.LayoutPrototypeService;
052    import com.liferay.portal.service.LayoutRevisionLocalService;
053    import com.liferay.portal.service.LayoutRevisionService;
054    import com.liferay.portal.service.LayoutService;
055    import com.liferay.portal.service.LayoutSetBranchLocalService;
056    import com.liferay.portal.service.LayoutSetBranchService;
057    import com.liferay.portal.service.LayoutSetLocalService;
058    import com.liferay.portal.service.LayoutSetPrototypeLocalService;
059    import com.liferay.portal.service.LayoutSetPrototypeService;
060    import com.liferay.portal.service.LayoutSetService;
061    import com.liferay.portal.service.LayoutTemplateLocalService;
062    import com.liferay.portal.service.ListTypeService;
063    import com.liferay.portal.service.LockLocalService;
064    import com.liferay.portal.service.MembershipRequestLocalService;
065    import com.liferay.portal.service.MembershipRequestService;
066    import com.liferay.portal.service.OrgLaborLocalService;
067    import com.liferay.portal.service.OrgLaborService;
068    import com.liferay.portal.service.OrganizationLocalService;
069    import com.liferay.portal.service.OrganizationService;
070    import com.liferay.portal.service.PasswordPolicyLocalService;
071    import com.liferay.portal.service.PasswordPolicyRelLocalService;
072    import com.liferay.portal.service.PasswordPolicyService;
073    import com.liferay.portal.service.PasswordTrackerLocalService;
074    import com.liferay.portal.service.PermissionLocalService;
075    import com.liferay.portal.service.PermissionService;
076    import com.liferay.portal.service.PhoneLocalService;
077    import com.liferay.portal.service.PhoneService;
078    import com.liferay.portal.service.PluginSettingLocalService;
079    import com.liferay.portal.service.PluginSettingService;
080    import com.liferay.portal.service.PortalLocalService;
081    import com.liferay.portal.service.PortalPreferencesLocalService;
082    import com.liferay.portal.service.PortalService;
083    import com.liferay.portal.service.PortletItemLocalService;
084    import com.liferay.portal.service.PortletLocalService;
085    import com.liferay.portal.service.PortletPreferencesLocalService;
086    import com.liferay.portal.service.PortletPreferencesService;
087    import com.liferay.portal.service.PortletService;
088    import com.liferay.portal.service.QuartzLocalService;
089    import com.liferay.portal.service.RegionService;
090    import com.liferay.portal.service.ReleaseLocalService;
091    import com.liferay.portal.service.RepositoryEntryLocalService;
092    import com.liferay.portal.service.RepositoryLocalService;
093    import com.liferay.portal.service.RepositoryService;
094    import com.liferay.portal.service.ResourceActionLocalService;
095    import com.liferay.portal.service.ResourceBlockLocalService;
096    import com.liferay.portal.service.ResourceBlockPermissionLocalService;
097    import com.liferay.portal.service.ResourceBlockService;
098    import com.liferay.portal.service.ResourceCodeLocalService;
099    import com.liferay.portal.service.ResourceLocalService;
100    import com.liferay.portal.service.ResourcePermissionLocalService;
101    import com.liferay.portal.service.ResourcePermissionService;
102    import com.liferay.portal.service.ResourceService;
103    import com.liferay.portal.service.ResourceTypePermissionLocalService;
104    import com.liferay.portal.service.RoleLocalService;
105    import com.liferay.portal.service.RoleService;
106    import com.liferay.portal.service.ServiceComponentLocalService;
107    import com.liferay.portal.service.ShardLocalService;
108    import com.liferay.portal.service.SubscriptionLocalService;
109    import com.liferay.portal.service.TeamLocalService;
110    import com.liferay.portal.service.TeamService;
111    import com.liferay.portal.service.ThemeLocalService;
112    import com.liferay.portal.service.ThemeService;
113    import com.liferay.portal.service.TicketLocalService;
114    import com.liferay.portal.service.UserGroupGroupRoleLocalService;
115    import com.liferay.portal.service.UserGroupGroupRoleService;
116    import com.liferay.portal.service.UserGroupLocalService;
117    import com.liferay.portal.service.UserGroupRoleLocalService;
118    import com.liferay.portal.service.UserGroupRoleService;
119    import com.liferay.portal.service.UserGroupService;
120    import com.liferay.portal.service.UserIdMapperLocalService;
121    import com.liferay.portal.service.UserLocalService;
122    import com.liferay.portal.service.UserNotificationEventLocalService;
123    import com.liferay.portal.service.UserService;
124    import com.liferay.portal.service.UserTrackerLocalService;
125    import com.liferay.portal.service.UserTrackerPathLocalService;
126    import com.liferay.portal.service.VirtualHostLocalService;
127    import com.liferay.portal.service.WebDAVPropsLocalService;
128    import com.liferay.portal.service.WebsiteLocalService;
129    import com.liferay.portal.service.WebsiteService;
130    import com.liferay.portal.service.WorkflowDefinitionLinkLocalService;
131    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
132    import com.liferay.portal.service.persistence.AccountPersistence;
133    import com.liferay.portal.service.persistence.AddressPersistence;
134    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
135    import com.liferay.portal.service.persistence.ClassNamePersistence;
136    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
137    import com.liferay.portal.service.persistence.CompanyPersistence;
138    import com.liferay.portal.service.persistence.ContactPersistence;
139    import com.liferay.portal.service.persistence.CountryPersistence;
140    import com.liferay.portal.service.persistence.EmailAddressPersistence;
141    import com.liferay.portal.service.persistence.GroupFinder;
142    import com.liferay.portal.service.persistence.GroupPersistence;
143    import com.liferay.portal.service.persistence.ImagePersistence;
144    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
145    import com.liferay.portal.service.persistence.LayoutFinder;
146    import com.liferay.portal.service.persistence.LayoutPersistence;
147    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
148    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
149    import com.liferay.portal.service.persistence.LayoutSetBranchFinder;
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 PrincipalBean
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 branch finder.
1215             *
1216             * @return the layout set branch finder
1217             */
1218            public LayoutSetBranchFinder getLayoutSetBranchFinder() {
1219                    return layoutSetBranchFinder;
1220            }
1221    
1222            /**
1223             * Sets the layout set branch finder.
1224             *
1225             * @param layoutSetBranchFinder the layout set branch finder
1226             */
1227            public void setLayoutSetBranchFinder(
1228                    LayoutSetBranchFinder layoutSetBranchFinder) {
1229                    this.layoutSetBranchFinder = layoutSetBranchFinder;
1230            }
1231    
1232            /**
1233             * Returns the layout set prototype local service.
1234             *
1235             * @return the layout set prototype local service
1236             */
1237            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1238                    return layoutSetPrototypeLocalService;
1239            }
1240    
1241            /**
1242             * Sets the layout set prototype local service.
1243             *
1244             * @param layoutSetPrototypeLocalService the layout set prototype local service
1245             */
1246            public void setLayoutSetPrototypeLocalService(
1247                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1248                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1249            }
1250    
1251            /**
1252             * Returns the layout set prototype remote service.
1253             *
1254             * @return the layout set prototype remote service
1255             */
1256            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
1257                    return layoutSetPrototypeService;
1258            }
1259    
1260            /**
1261             * Sets the layout set prototype remote service.
1262             *
1263             * @param layoutSetPrototypeService the layout set prototype remote service
1264             */
1265            public void setLayoutSetPrototypeService(
1266                    LayoutSetPrototypeService layoutSetPrototypeService) {
1267                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1268            }
1269    
1270            /**
1271             * Returns the layout set prototype persistence.
1272             *
1273             * @return the layout set prototype persistence
1274             */
1275            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1276                    return layoutSetPrototypePersistence;
1277            }
1278    
1279            /**
1280             * Sets the layout set prototype persistence.
1281             *
1282             * @param layoutSetPrototypePersistence the layout set prototype persistence
1283             */
1284            public void setLayoutSetPrototypePersistence(
1285                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1286                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1287            }
1288    
1289            /**
1290             * Returns the layout template local service.
1291             *
1292             * @return the layout template local service
1293             */
1294            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1295                    return layoutTemplateLocalService;
1296            }
1297    
1298            /**
1299             * Sets the layout template local service.
1300             *
1301             * @param layoutTemplateLocalService the layout template local service
1302             */
1303            public void setLayoutTemplateLocalService(
1304                    LayoutTemplateLocalService layoutTemplateLocalService) {
1305                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1306            }
1307    
1308            /**
1309             * Returns the list type remote service.
1310             *
1311             * @return the list type remote service
1312             */
1313            public ListTypeService getListTypeService() {
1314                    return listTypeService;
1315            }
1316    
1317            /**
1318             * Sets the list type remote service.
1319             *
1320             * @param listTypeService the list type remote service
1321             */
1322            public void setListTypeService(ListTypeService listTypeService) {
1323                    this.listTypeService = listTypeService;
1324            }
1325    
1326            /**
1327             * Returns the list type persistence.
1328             *
1329             * @return the list type persistence
1330             */
1331            public ListTypePersistence getListTypePersistence() {
1332                    return listTypePersistence;
1333            }
1334    
1335            /**
1336             * Sets the list type persistence.
1337             *
1338             * @param listTypePersistence the list type persistence
1339             */
1340            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1341                    this.listTypePersistence = listTypePersistence;
1342            }
1343    
1344            /**
1345             * Returns the lock local service.
1346             *
1347             * @return the lock local service
1348             */
1349            public LockLocalService getLockLocalService() {
1350                    return lockLocalService;
1351            }
1352    
1353            /**
1354             * Sets the lock local service.
1355             *
1356             * @param lockLocalService the lock local service
1357             */
1358            public void setLockLocalService(LockLocalService lockLocalService) {
1359                    this.lockLocalService = lockLocalService;
1360            }
1361    
1362            /**
1363             * Returns the lock persistence.
1364             *
1365             * @return the lock persistence
1366             */
1367            public LockPersistence getLockPersistence() {
1368                    return lockPersistence;
1369            }
1370    
1371            /**
1372             * Sets the lock persistence.
1373             *
1374             * @param lockPersistence the lock persistence
1375             */
1376            public void setLockPersistence(LockPersistence lockPersistence) {
1377                    this.lockPersistence = lockPersistence;
1378            }
1379    
1380            /**
1381             * Returns the lock finder.
1382             *
1383             * @return the lock finder
1384             */
1385            public LockFinder getLockFinder() {
1386                    return lockFinder;
1387            }
1388    
1389            /**
1390             * Sets the lock finder.
1391             *
1392             * @param lockFinder the lock finder
1393             */
1394            public void setLockFinder(LockFinder lockFinder) {
1395                    this.lockFinder = lockFinder;
1396            }
1397    
1398            /**
1399             * Returns the membership request local service.
1400             *
1401             * @return the membership request local service
1402             */
1403            public MembershipRequestLocalService getMembershipRequestLocalService() {
1404                    return membershipRequestLocalService;
1405            }
1406    
1407            /**
1408             * Sets the membership request local service.
1409             *
1410             * @param membershipRequestLocalService the membership request local service
1411             */
1412            public void setMembershipRequestLocalService(
1413                    MembershipRequestLocalService membershipRequestLocalService) {
1414                    this.membershipRequestLocalService = membershipRequestLocalService;
1415            }
1416    
1417            /**
1418             * Returns the membership request remote service.
1419             *
1420             * @return the membership request remote service
1421             */
1422            public MembershipRequestService getMembershipRequestService() {
1423                    return membershipRequestService;
1424            }
1425    
1426            /**
1427             * Sets the membership request remote service.
1428             *
1429             * @param membershipRequestService the membership request remote service
1430             */
1431            public void setMembershipRequestService(
1432                    MembershipRequestService membershipRequestService) {
1433                    this.membershipRequestService = membershipRequestService;
1434            }
1435    
1436            /**
1437             * Returns the membership request persistence.
1438             *
1439             * @return the membership request persistence
1440             */
1441            public MembershipRequestPersistence getMembershipRequestPersistence() {
1442                    return membershipRequestPersistence;
1443            }
1444    
1445            /**
1446             * Sets the membership request persistence.
1447             *
1448             * @param membershipRequestPersistence the membership request persistence
1449             */
1450            public void setMembershipRequestPersistence(
1451                    MembershipRequestPersistence membershipRequestPersistence) {
1452                    this.membershipRequestPersistence = membershipRequestPersistence;
1453            }
1454    
1455            /**
1456             * Returns the organization local service.
1457             *
1458             * @return the organization local service
1459             */
1460            public OrganizationLocalService getOrganizationLocalService() {
1461                    return organizationLocalService;
1462            }
1463    
1464            /**
1465             * Sets the organization local service.
1466             *
1467             * @param organizationLocalService the organization local service
1468             */
1469            public void setOrganizationLocalService(
1470                    OrganizationLocalService organizationLocalService) {
1471                    this.organizationLocalService = organizationLocalService;
1472            }
1473    
1474            /**
1475             * Returns the organization remote service.
1476             *
1477             * @return the organization remote service
1478             */
1479            public OrganizationService getOrganizationService() {
1480                    return organizationService;
1481            }
1482    
1483            /**
1484             * Sets the organization remote service.
1485             *
1486             * @param organizationService the organization remote service
1487             */
1488            public void setOrganizationService(OrganizationService organizationService) {
1489                    this.organizationService = organizationService;
1490            }
1491    
1492            /**
1493             * Returns the organization persistence.
1494             *
1495             * @return the organization persistence
1496             */
1497            public OrganizationPersistence getOrganizationPersistence() {
1498                    return organizationPersistence;
1499            }
1500    
1501            /**
1502             * Sets the organization persistence.
1503             *
1504             * @param organizationPersistence the organization persistence
1505             */
1506            public void setOrganizationPersistence(
1507                    OrganizationPersistence organizationPersistence) {
1508                    this.organizationPersistence = organizationPersistence;
1509            }
1510    
1511            /**
1512             * Returns the organization finder.
1513             *
1514             * @return the organization finder
1515             */
1516            public OrganizationFinder getOrganizationFinder() {
1517                    return organizationFinder;
1518            }
1519    
1520            /**
1521             * Sets the organization finder.
1522             *
1523             * @param organizationFinder the organization finder
1524             */
1525            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1526                    this.organizationFinder = organizationFinder;
1527            }
1528    
1529            /**
1530             * Returns the org group permission persistence.
1531             *
1532             * @return the org group permission persistence
1533             */
1534            public OrgGroupPermissionPersistence getOrgGroupPermissionPersistence() {
1535                    return orgGroupPermissionPersistence;
1536            }
1537    
1538            /**
1539             * Sets the org group permission persistence.
1540             *
1541             * @param orgGroupPermissionPersistence the org group permission persistence
1542             */
1543            public void setOrgGroupPermissionPersistence(
1544                    OrgGroupPermissionPersistence orgGroupPermissionPersistence) {
1545                    this.orgGroupPermissionPersistence = orgGroupPermissionPersistence;
1546            }
1547    
1548            /**
1549             * Returns the org group permission finder.
1550             *
1551             * @return the org group permission finder
1552             */
1553            public OrgGroupPermissionFinder getOrgGroupPermissionFinder() {
1554                    return orgGroupPermissionFinder;
1555            }
1556    
1557            /**
1558             * Sets the org group permission finder.
1559             *
1560             * @param orgGroupPermissionFinder the org group permission finder
1561             */
1562            public void setOrgGroupPermissionFinder(
1563                    OrgGroupPermissionFinder orgGroupPermissionFinder) {
1564                    this.orgGroupPermissionFinder = orgGroupPermissionFinder;
1565            }
1566    
1567            /**
1568             * Returns the org group role persistence.
1569             *
1570             * @return the org group role persistence
1571             */
1572            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1573                    return orgGroupRolePersistence;
1574            }
1575    
1576            /**
1577             * Sets the org group role persistence.
1578             *
1579             * @param orgGroupRolePersistence the org group role persistence
1580             */
1581            public void setOrgGroupRolePersistence(
1582                    OrgGroupRolePersistence orgGroupRolePersistence) {
1583                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1584            }
1585    
1586            /**
1587             * Returns the org labor local service.
1588             *
1589             * @return the org labor local service
1590             */
1591            public OrgLaborLocalService getOrgLaborLocalService() {
1592                    return orgLaborLocalService;
1593            }
1594    
1595            /**
1596             * Sets the org labor local service.
1597             *
1598             * @param orgLaborLocalService the org labor local service
1599             */
1600            public void setOrgLaborLocalService(
1601                    OrgLaborLocalService orgLaborLocalService) {
1602                    this.orgLaborLocalService = orgLaborLocalService;
1603            }
1604    
1605            /**
1606             * Returns the org labor remote service.
1607             *
1608             * @return the org labor remote service
1609             */
1610            public OrgLaborService getOrgLaborService() {
1611                    return orgLaborService;
1612            }
1613    
1614            /**
1615             * Sets the org labor remote service.
1616             *
1617             * @param orgLaborService the org labor remote service
1618             */
1619            public void setOrgLaborService(OrgLaborService orgLaborService) {
1620                    this.orgLaborService = orgLaborService;
1621            }
1622    
1623            /**
1624             * Returns the org labor persistence.
1625             *
1626             * @return the org labor persistence
1627             */
1628            public OrgLaborPersistence getOrgLaborPersistence() {
1629                    return orgLaborPersistence;
1630            }
1631    
1632            /**
1633             * Sets the org labor persistence.
1634             *
1635             * @param orgLaborPersistence the org labor persistence
1636             */
1637            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1638                    this.orgLaborPersistence = orgLaborPersistence;
1639            }
1640    
1641            /**
1642             * Returns the password policy local service.
1643             *
1644             * @return the password policy local service
1645             */
1646            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
1647                    return passwordPolicyLocalService;
1648            }
1649    
1650            /**
1651             * Sets the password policy local service.
1652             *
1653             * @param passwordPolicyLocalService the password policy local service
1654             */
1655            public void setPasswordPolicyLocalService(
1656                    PasswordPolicyLocalService passwordPolicyLocalService) {
1657                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1658            }
1659    
1660            /**
1661             * Returns the password policy remote service.
1662             *
1663             * @return the password policy remote service
1664             */
1665            public PasswordPolicyService getPasswordPolicyService() {
1666                    return passwordPolicyService;
1667            }
1668    
1669            /**
1670             * Sets the password policy remote service.
1671             *
1672             * @param passwordPolicyService the password policy remote service
1673             */
1674            public void setPasswordPolicyService(
1675                    PasswordPolicyService passwordPolicyService) {
1676                    this.passwordPolicyService = passwordPolicyService;
1677            }
1678    
1679            /**
1680             * Returns the password policy persistence.
1681             *
1682             * @return the password policy persistence
1683             */
1684            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1685                    return passwordPolicyPersistence;
1686            }
1687    
1688            /**
1689             * Sets the password policy persistence.
1690             *
1691             * @param passwordPolicyPersistence the password policy persistence
1692             */
1693            public void setPasswordPolicyPersistence(
1694                    PasswordPolicyPersistence passwordPolicyPersistence) {
1695                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1696            }
1697    
1698            /**
1699             * Returns the password policy finder.
1700             *
1701             * @return the password policy finder
1702             */
1703            public PasswordPolicyFinder getPasswordPolicyFinder() {
1704                    return passwordPolicyFinder;
1705            }
1706    
1707            /**
1708             * Sets the password policy finder.
1709             *
1710             * @param passwordPolicyFinder the password policy finder
1711             */
1712            public void setPasswordPolicyFinder(
1713                    PasswordPolicyFinder passwordPolicyFinder) {
1714                    this.passwordPolicyFinder = passwordPolicyFinder;
1715            }
1716    
1717            /**
1718             * Returns the password policy rel local service.
1719             *
1720             * @return the password policy rel local service
1721             */
1722            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1723                    return passwordPolicyRelLocalService;
1724            }
1725    
1726            /**
1727             * Sets the password policy rel local service.
1728             *
1729             * @param passwordPolicyRelLocalService the password policy rel local service
1730             */
1731            public void setPasswordPolicyRelLocalService(
1732                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1733                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1734            }
1735    
1736            /**
1737             * Returns the password policy rel persistence.
1738             *
1739             * @return the password policy rel persistence
1740             */
1741            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1742                    return passwordPolicyRelPersistence;
1743            }
1744    
1745            /**
1746             * Sets the password policy rel persistence.
1747             *
1748             * @param passwordPolicyRelPersistence the password policy rel persistence
1749             */
1750            public void setPasswordPolicyRelPersistence(
1751                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1752                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1753            }
1754    
1755            /**
1756             * Returns the password tracker local service.
1757             *
1758             * @return the password tracker local service
1759             */
1760            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
1761                    return passwordTrackerLocalService;
1762            }
1763    
1764            /**
1765             * Sets the password tracker local service.
1766             *
1767             * @param passwordTrackerLocalService the password tracker local service
1768             */
1769            public void setPasswordTrackerLocalService(
1770                    PasswordTrackerLocalService passwordTrackerLocalService) {
1771                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1772            }
1773    
1774            /**
1775             * Returns the password tracker persistence.
1776             *
1777             * @return the password tracker persistence
1778             */
1779            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1780                    return passwordTrackerPersistence;
1781            }
1782    
1783            /**
1784             * Sets the password tracker persistence.
1785             *
1786             * @param passwordTrackerPersistence the password tracker persistence
1787             */
1788            public void setPasswordTrackerPersistence(
1789                    PasswordTrackerPersistence passwordTrackerPersistence) {
1790                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1791            }
1792    
1793            /**
1794             * Returns the permission local service.
1795             *
1796             * @return the permission local service
1797             */
1798            public PermissionLocalService getPermissionLocalService() {
1799                    return permissionLocalService;
1800            }
1801    
1802            /**
1803             * Sets the permission local service.
1804             *
1805             * @param permissionLocalService the permission local service
1806             */
1807            public void setPermissionLocalService(
1808                    PermissionLocalService permissionLocalService) {
1809                    this.permissionLocalService = permissionLocalService;
1810            }
1811    
1812            /**
1813             * Returns the permission remote service.
1814             *
1815             * @return the permission remote service
1816             */
1817            public PermissionService getPermissionService() {
1818                    return permissionService;
1819            }
1820    
1821            /**
1822             * Sets the permission remote service.
1823             *
1824             * @param permissionService the permission remote service
1825             */
1826            public void setPermissionService(PermissionService permissionService) {
1827                    this.permissionService = permissionService;
1828            }
1829    
1830            /**
1831             * Returns the permission persistence.
1832             *
1833             * @return the permission persistence
1834             */
1835            public PermissionPersistence getPermissionPersistence() {
1836                    return permissionPersistence;
1837            }
1838    
1839            /**
1840             * Sets the permission persistence.
1841             *
1842             * @param permissionPersistence the permission persistence
1843             */
1844            public void setPermissionPersistence(
1845                    PermissionPersistence permissionPersistence) {
1846                    this.permissionPersistence = permissionPersistence;
1847            }
1848    
1849            /**
1850             * Returns the permission finder.
1851             *
1852             * @return the permission finder
1853             */
1854            public PermissionFinder getPermissionFinder() {
1855                    return permissionFinder;
1856            }
1857    
1858            /**
1859             * Sets the permission finder.
1860             *
1861             * @param permissionFinder the permission finder
1862             */
1863            public void setPermissionFinder(PermissionFinder permissionFinder) {
1864                    this.permissionFinder = permissionFinder;
1865            }
1866    
1867            /**
1868             * Returns the phone local service.
1869             *
1870             * @return the phone local service
1871             */
1872            public PhoneLocalService getPhoneLocalService() {
1873                    return phoneLocalService;
1874            }
1875    
1876            /**
1877             * Sets the phone local service.
1878             *
1879             * @param phoneLocalService the phone local service
1880             */
1881            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
1882                    this.phoneLocalService = phoneLocalService;
1883            }
1884    
1885            /**
1886             * Returns the phone remote service.
1887             *
1888             * @return the phone remote service
1889             */
1890            public PhoneService getPhoneService() {
1891                    return phoneService;
1892            }
1893    
1894            /**
1895             * Sets the phone remote service.
1896             *
1897             * @param phoneService the phone remote service
1898             */
1899            public void setPhoneService(PhoneService phoneService) {
1900                    this.phoneService = phoneService;
1901            }
1902    
1903            /**
1904             * Returns the phone persistence.
1905             *
1906             * @return the phone persistence
1907             */
1908            public PhonePersistence getPhonePersistence() {
1909                    return phonePersistence;
1910            }
1911    
1912            /**
1913             * Sets the phone persistence.
1914             *
1915             * @param phonePersistence the phone persistence
1916             */
1917            public void setPhonePersistence(PhonePersistence phonePersistence) {
1918                    this.phonePersistence = phonePersistence;
1919            }
1920    
1921            /**
1922             * Returns the plugin setting local service.
1923             *
1924             * @return the plugin setting local service
1925             */
1926            public PluginSettingLocalService getPluginSettingLocalService() {
1927                    return pluginSettingLocalService;
1928            }
1929    
1930            /**
1931             * Sets the plugin setting local service.
1932             *
1933             * @param pluginSettingLocalService the plugin setting local service
1934             */
1935            public void setPluginSettingLocalService(
1936                    PluginSettingLocalService pluginSettingLocalService) {
1937                    this.pluginSettingLocalService = pluginSettingLocalService;
1938            }
1939    
1940            /**
1941             * Returns the plugin setting remote service.
1942             *
1943             * @return the plugin setting remote service
1944             */
1945            public PluginSettingService getPluginSettingService() {
1946                    return pluginSettingService;
1947            }
1948    
1949            /**
1950             * Sets the plugin setting remote service.
1951             *
1952             * @param pluginSettingService the plugin setting remote service
1953             */
1954            public void setPluginSettingService(
1955                    PluginSettingService pluginSettingService) {
1956                    this.pluginSettingService = pluginSettingService;
1957            }
1958    
1959            /**
1960             * Returns the plugin setting persistence.
1961             *
1962             * @return the plugin setting persistence
1963             */
1964            public PluginSettingPersistence getPluginSettingPersistence() {
1965                    return pluginSettingPersistence;
1966            }
1967    
1968            /**
1969             * Sets the plugin setting persistence.
1970             *
1971             * @param pluginSettingPersistence the plugin setting persistence
1972             */
1973            public void setPluginSettingPersistence(
1974                    PluginSettingPersistence pluginSettingPersistence) {
1975                    this.pluginSettingPersistence = pluginSettingPersistence;
1976            }
1977    
1978            /**
1979             * Returns the portal local service.
1980             *
1981             * @return the portal local service
1982             */
1983            public PortalLocalService getPortalLocalService() {
1984                    return portalLocalService;
1985            }
1986    
1987            /**
1988             * Sets the portal local service.
1989             *
1990             * @param portalLocalService the portal local service
1991             */
1992            public void setPortalLocalService(PortalLocalService portalLocalService) {
1993                    this.portalLocalService = portalLocalService;
1994            }
1995    
1996            /**
1997             * Returns the portal remote service.
1998             *
1999             * @return the portal remote service
2000             */
2001            public PortalService getPortalService() {
2002                    return portalService;
2003            }
2004    
2005            /**
2006             * Sets the portal remote service.
2007             *
2008             * @param portalService the portal remote service
2009             */
2010            public void setPortalService(PortalService portalService) {
2011                    this.portalService = portalService;
2012            }
2013    
2014            /**
2015             * Returns the portal preferences local service.
2016             *
2017             * @return the portal preferences local service
2018             */
2019            public PortalPreferencesLocalService getPortalPreferencesLocalService() {
2020                    return portalPreferencesLocalService;
2021            }
2022    
2023            /**
2024             * Sets the portal preferences local service.
2025             *
2026             * @param portalPreferencesLocalService the portal preferences local service
2027             */
2028            public void setPortalPreferencesLocalService(
2029                    PortalPreferencesLocalService portalPreferencesLocalService) {
2030                    this.portalPreferencesLocalService = portalPreferencesLocalService;
2031            }
2032    
2033            /**
2034             * Returns the portal preferences persistence.
2035             *
2036             * @return the portal preferences persistence
2037             */
2038            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
2039                    return portalPreferencesPersistence;
2040            }
2041    
2042            /**
2043             * Sets the portal preferences persistence.
2044             *
2045             * @param portalPreferencesPersistence the portal preferences persistence
2046             */
2047            public void setPortalPreferencesPersistence(
2048                    PortalPreferencesPersistence portalPreferencesPersistence) {
2049                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2050            }
2051    
2052            /**
2053             * Returns the portlet local service.
2054             *
2055             * @return the portlet local service
2056             */
2057            public PortletLocalService getPortletLocalService() {
2058                    return portletLocalService;
2059            }
2060    
2061            /**
2062             * Sets the portlet local service.
2063             *
2064             * @param portletLocalService the portlet local service
2065             */
2066            public void setPortletLocalService(PortletLocalService portletLocalService) {
2067                    this.portletLocalService = portletLocalService;
2068            }
2069    
2070            /**
2071             * Returns the portlet remote service.
2072             *
2073             * @return the portlet remote service
2074             */
2075            public PortletService getPortletService() {
2076                    return portletService;
2077            }
2078    
2079            /**
2080             * Sets the portlet remote service.
2081             *
2082             * @param portletService the portlet remote service
2083             */
2084            public void setPortletService(PortletService portletService) {
2085                    this.portletService = portletService;
2086            }
2087    
2088            /**
2089             * Returns the portlet persistence.
2090             *
2091             * @return the portlet persistence
2092             */
2093            public PortletPersistence getPortletPersistence() {
2094                    return portletPersistence;
2095            }
2096    
2097            /**
2098             * Sets the portlet persistence.
2099             *
2100             * @param portletPersistence the portlet persistence
2101             */
2102            public void setPortletPersistence(PortletPersistence portletPersistence) {
2103                    this.portletPersistence = portletPersistence;
2104            }
2105    
2106            /**
2107             * Returns the portlet item local service.
2108             *
2109             * @return the portlet item local service
2110             */
2111            public PortletItemLocalService getPortletItemLocalService() {
2112                    return portletItemLocalService;
2113            }
2114    
2115            /**
2116             * Sets the portlet item local service.
2117             *
2118             * @param portletItemLocalService the portlet item local service
2119             */
2120            public void setPortletItemLocalService(
2121                    PortletItemLocalService portletItemLocalService) {
2122                    this.portletItemLocalService = portletItemLocalService;
2123            }
2124    
2125            /**
2126             * Returns the portlet item persistence.
2127             *
2128             * @return the portlet item persistence
2129             */
2130            public PortletItemPersistence getPortletItemPersistence() {
2131                    return portletItemPersistence;
2132            }
2133    
2134            /**
2135             * Sets the portlet item persistence.
2136             *
2137             * @param portletItemPersistence the portlet item persistence
2138             */
2139            public void setPortletItemPersistence(
2140                    PortletItemPersistence portletItemPersistence) {
2141                    this.portletItemPersistence = portletItemPersistence;
2142            }
2143    
2144            /**
2145             * Returns the portlet preferences local service.
2146             *
2147             * @return the portlet preferences local service
2148             */
2149            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
2150                    return portletPreferencesLocalService;
2151            }
2152    
2153            /**
2154             * Sets the portlet preferences local service.
2155             *
2156             * @param portletPreferencesLocalService the portlet preferences local service
2157             */
2158            public void setPortletPreferencesLocalService(
2159                    PortletPreferencesLocalService portletPreferencesLocalService) {
2160                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2161            }
2162    
2163            /**
2164             * Returns the portlet preferences remote service.
2165             *
2166             * @return the portlet preferences remote service
2167             */
2168            public PortletPreferencesService getPortletPreferencesService() {
2169                    return portletPreferencesService;
2170            }
2171    
2172            /**
2173             * Sets the portlet preferences remote service.
2174             *
2175             * @param portletPreferencesService the portlet preferences remote service
2176             */
2177            public void setPortletPreferencesService(
2178                    PortletPreferencesService portletPreferencesService) {
2179                    this.portletPreferencesService = portletPreferencesService;
2180            }
2181    
2182            /**
2183             * Returns the portlet preferences persistence.
2184             *
2185             * @return the portlet preferences persistence
2186             */
2187            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2188                    return portletPreferencesPersistence;
2189            }
2190    
2191            /**
2192             * Sets the portlet preferences persistence.
2193             *
2194             * @param portletPreferencesPersistence the portlet preferences persistence
2195             */
2196            public void setPortletPreferencesPersistence(
2197                    PortletPreferencesPersistence portletPreferencesPersistence) {
2198                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2199            }
2200    
2201            /**
2202             * Returns the portlet preferences finder.
2203             *
2204             * @return the portlet preferences finder
2205             */
2206            public PortletPreferencesFinder getPortletPreferencesFinder() {
2207                    return portletPreferencesFinder;
2208            }
2209    
2210            /**
2211             * Sets the portlet preferences finder.
2212             *
2213             * @param portletPreferencesFinder the portlet preferences finder
2214             */
2215            public void setPortletPreferencesFinder(
2216                    PortletPreferencesFinder portletPreferencesFinder) {
2217                    this.portletPreferencesFinder = portletPreferencesFinder;
2218            }
2219    
2220            /**
2221             * Returns the quartz local service.
2222             *
2223             * @return the quartz local service
2224             */
2225            public QuartzLocalService getQuartzLocalService() {
2226                    return quartzLocalService;
2227            }
2228    
2229            /**
2230             * Sets the quartz local service.
2231             *
2232             * @param quartzLocalService the quartz local service
2233             */
2234            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
2235                    this.quartzLocalService = quartzLocalService;
2236            }
2237    
2238            /**
2239             * Returns the region remote service.
2240             *
2241             * @return the region remote service
2242             */
2243            public RegionService getRegionService() {
2244                    return regionService;
2245            }
2246    
2247            /**
2248             * Sets the region remote service.
2249             *
2250             * @param regionService the region remote service
2251             */
2252            public void setRegionService(RegionService regionService) {
2253                    this.regionService = regionService;
2254            }
2255    
2256            /**
2257             * Returns the region persistence.
2258             *
2259             * @return the region persistence
2260             */
2261            public RegionPersistence getRegionPersistence() {
2262                    return regionPersistence;
2263            }
2264    
2265            /**
2266             * Sets the region persistence.
2267             *
2268             * @param regionPersistence the region persistence
2269             */
2270            public void setRegionPersistence(RegionPersistence regionPersistence) {
2271                    this.regionPersistence = regionPersistence;
2272            }
2273    
2274            /**
2275             * Returns the release local service.
2276             *
2277             * @return the release local service
2278             */
2279            public ReleaseLocalService getReleaseLocalService() {
2280                    return releaseLocalService;
2281            }
2282    
2283            /**
2284             * Sets the release local service.
2285             *
2286             * @param releaseLocalService the release local service
2287             */
2288            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
2289                    this.releaseLocalService = releaseLocalService;
2290            }
2291    
2292            /**
2293             * Returns the release persistence.
2294             *
2295             * @return the release persistence
2296             */
2297            public ReleasePersistence getReleasePersistence() {
2298                    return releasePersistence;
2299            }
2300    
2301            /**
2302             * Sets the release persistence.
2303             *
2304             * @param releasePersistence the release persistence
2305             */
2306            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2307                    this.releasePersistence = releasePersistence;
2308            }
2309    
2310            /**
2311             * Returns the repository local service.
2312             *
2313             * @return the repository local service
2314             */
2315            public RepositoryLocalService getRepositoryLocalService() {
2316                    return repositoryLocalService;
2317            }
2318    
2319            /**
2320             * Sets the repository local service.
2321             *
2322             * @param repositoryLocalService the repository local service
2323             */
2324            public void setRepositoryLocalService(
2325                    RepositoryLocalService repositoryLocalService) {
2326                    this.repositoryLocalService = repositoryLocalService;
2327            }
2328    
2329            /**
2330             * Returns the repository remote service.
2331             *
2332             * @return the repository remote service
2333             */
2334            public RepositoryService getRepositoryService() {
2335                    return repositoryService;
2336            }
2337    
2338            /**
2339             * Sets the repository remote service.
2340             *
2341             * @param repositoryService the repository remote service
2342             */
2343            public void setRepositoryService(RepositoryService repositoryService) {
2344                    this.repositoryService = repositoryService;
2345            }
2346    
2347            /**
2348             * Returns the repository persistence.
2349             *
2350             * @return the repository persistence
2351             */
2352            public RepositoryPersistence getRepositoryPersistence() {
2353                    return repositoryPersistence;
2354            }
2355    
2356            /**
2357             * Sets the repository persistence.
2358             *
2359             * @param repositoryPersistence the repository persistence
2360             */
2361            public void setRepositoryPersistence(
2362                    RepositoryPersistence repositoryPersistence) {
2363                    this.repositoryPersistence = repositoryPersistence;
2364            }
2365    
2366            /**
2367             * Returns the repository entry local service.
2368             *
2369             * @return the repository entry local service
2370             */
2371            public RepositoryEntryLocalService getRepositoryEntryLocalService() {
2372                    return repositoryEntryLocalService;
2373            }
2374    
2375            /**
2376             * Sets the repository entry local service.
2377             *
2378             * @param repositoryEntryLocalService the repository entry local service
2379             */
2380            public void setRepositoryEntryLocalService(
2381                    RepositoryEntryLocalService repositoryEntryLocalService) {
2382                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2383            }
2384    
2385            /**
2386             * Returns the repository entry persistence.
2387             *
2388             * @return the repository entry persistence
2389             */
2390            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2391                    return repositoryEntryPersistence;
2392            }
2393    
2394            /**
2395             * Sets the repository entry persistence.
2396             *
2397             * @param repositoryEntryPersistence the repository entry persistence
2398             */
2399            public void setRepositoryEntryPersistence(
2400                    RepositoryEntryPersistence repositoryEntryPersistence) {
2401                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2402            }
2403    
2404            /**
2405             * Returns the resource local service.
2406             *
2407             * @return the resource local service
2408             */
2409            public ResourceLocalService getResourceLocalService() {
2410                    return resourceLocalService;
2411            }
2412    
2413            /**
2414             * Sets the resource local service.
2415             *
2416             * @param resourceLocalService the resource local service
2417             */
2418            public void setResourceLocalService(
2419                    ResourceLocalService resourceLocalService) {
2420                    this.resourceLocalService = resourceLocalService;
2421            }
2422    
2423            /**
2424             * Returns the resource remote service.
2425             *
2426             * @return the resource remote service
2427             */
2428            public ResourceService getResourceService() {
2429                    return resourceService;
2430            }
2431    
2432            /**
2433             * Sets the resource remote service.
2434             *
2435             * @param resourceService the resource remote service
2436             */
2437            public void setResourceService(ResourceService resourceService) {
2438                    this.resourceService = resourceService;
2439            }
2440    
2441            /**
2442             * Returns the resource persistence.
2443             *
2444             * @return the resource persistence
2445             */
2446            public ResourcePersistence getResourcePersistence() {
2447                    return resourcePersistence;
2448            }
2449    
2450            /**
2451             * Sets the resource persistence.
2452             *
2453             * @param resourcePersistence the resource persistence
2454             */
2455            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
2456                    this.resourcePersistence = resourcePersistence;
2457            }
2458    
2459            /**
2460             * Returns the resource finder.
2461             *
2462             * @return the resource finder
2463             */
2464            public ResourceFinder getResourceFinder() {
2465                    return resourceFinder;
2466            }
2467    
2468            /**
2469             * Sets the resource finder.
2470             *
2471             * @param resourceFinder the resource finder
2472             */
2473            public void setResourceFinder(ResourceFinder resourceFinder) {
2474                    this.resourceFinder = resourceFinder;
2475            }
2476    
2477            /**
2478             * Returns the resource action local service.
2479             *
2480             * @return the resource action local service
2481             */
2482            public ResourceActionLocalService getResourceActionLocalService() {
2483                    return resourceActionLocalService;
2484            }
2485    
2486            /**
2487             * Sets the resource action local service.
2488             *
2489             * @param resourceActionLocalService the resource action local service
2490             */
2491            public void setResourceActionLocalService(
2492                    ResourceActionLocalService resourceActionLocalService) {
2493                    this.resourceActionLocalService = resourceActionLocalService;
2494            }
2495    
2496            /**
2497             * Returns the resource action persistence.
2498             *
2499             * @return the resource action persistence
2500             */
2501            public ResourceActionPersistence getResourceActionPersistence() {
2502                    return resourceActionPersistence;
2503            }
2504    
2505            /**
2506             * Sets the resource action persistence.
2507             *
2508             * @param resourceActionPersistence the resource action persistence
2509             */
2510            public void setResourceActionPersistence(
2511                    ResourceActionPersistence resourceActionPersistence) {
2512                    this.resourceActionPersistence = resourceActionPersistence;
2513            }
2514    
2515            /**
2516             * Returns the resource block local service.
2517             *
2518             * @return the resource block local service
2519             */
2520            public ResourceBlockLocalService getResourceBlockLocalService() {
2521                    return resourceBlockLocalService;
2522            }
2523    
2524            /**
2525             * Sets the resource block local service.
2526             *
2527             * @param resourceBlockLocalService the resource block local service
2528             */
2529            public void setResourceBlockLocalService(
2530                    ResourceBlockLocalService resourceBlockLocalService) {
2531                    this.resourceBlockLocalService = resourceBlockLocalService;
2532            }
2533    
2534            /**
2535             * Returns the resource block remote service.
2536             *
2537             * @return the resource block remote service
2538             */
2539            public ResourceBlockService getResourceBlockService() {
2540                    return resourceBlockService;
2541            }
2542    
2543            /**
2544             * Sets the resource block remote service.
2545             *
2546             * @param resourceBlockService the resource block remote service
2547             */
2548            public void setResourceBlockService(
2549                    ResourceBlockService resourceBlockService) {
2550                    this.resourceBlockService = resourceBlockService;
2551            }
2552    
2553            /**
2554             * Returns the resource block persistence.
2555             *
2556             * @return the resource block persistence
2557             */
2558            public ResourceBlockPersistence getResourceBlockPersistence() {
2559                    return resourceBlockPersistence;
2560            }
2561    
2562            /**
2563             * Sets the resource block persistence.
2564             *
2565             * @param resourceBlockPersistence the resource block persistence
2566             */
2567            public void setResourceBlockPersistence(
2568                    ResourceBlockPersistence resourceBlockPersistence) {
2569                    this.resourceBlockPersistence = resourceBlockPersistence;
2570            }
2571    
2572            /**
2573             * Returns the resource block finder.
2574             *
2575             * @return the resource block finder
2576             */
2577            public ResourceBlockFinder getResourceBlockFinder() {
2578                    return resourceBlockFinder;
2579            }
2580    
2581            /**
2582             * Sets the resource block finder.
2583             *
2584             * @param resourceBlockFinder the resource block finder
2585             */
2586            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2587                    this.resourceBlockFinder = resourceBlockFinder;
2588            }
2589    
2590            /**
2591             * Returns the resource block permission local service.
2592             *
2593             * @return the resource block permission local service
2594             */
2595            public ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2596                    return resourceBlockPermissionLocalService;
2597            }
2598    
2599            /**
2600             * Sets the resource block permission local service.
2601             *
2602             * @param resourceBlockPermissionLocalService the resource block permission local service
2603             */
2604            public void setResourceBlockPermissionLocalService(
2605                    ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2606                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2607            }
2608    
2609            /**
2610             * Returns the resource block permission persistence.
2611             *
2612             * @return the resource block permission persistence
2613             */
2614            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2615                    return resourceBlockPermissionPersistence;
2616            }
2617    
2618            /**
2619             * Sets the resource block permission persistence.
2620             *
2621             * @param resourceBlockPermissionPersistence the resource block permission persistence
2622             */
2623            public void setResourceBlockPermissionPersistence(
2624                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2625                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2626            }
2627    
2628            /**
2629             * Returns the resource code local service.
2630             *
2631             * @return the resource code local service
2632             */
2633            public ResourceCodeLocalService getResourceCodeLocalService() {
2634                    return resourceCodeLocalService;
2635            }
2636    
2637            /**
2638             * Sets the resource code local service.
2639             *
2640             * @param resourceCodeLocalService the resource code local service
2641             */
2642            public void setResourceCodeLocalService(
2643                    ResourceCodeLocalService resourceCodeLocalService) {
2644                    this.resourceCodeLocalService = resourceCodeLocalService;
2645            }
2646    
2647            /**
2648             * Returns the resource code persistence.
2649             *
2650             * @return the resource code persistence
2651             */
2652            public ResourceCodePersistence getResourceCodePersistence() {
2653                    return resourceCodePersistence;
2654            }
2655    
2656            /**
2657             * Sets the resource code persistence.
2658             *
2659             * @param resourceCodePersistence the resource code persistence
2660             */
2661            public void setResourceCodePersistence(
2662                    ResourceCodePersistence resourceCodePersistence) {
2663                    this.resourceCodePersistence = resourceCodePersistence;
2664            }
2665    
2666            /**
2667             * Returns the resource permission local service.
2668             *
2669             * @return the resource permission local service
2670             */
2671            public ResourcePermissionLocalService getResourcePermissionLocalService() {
2672                    return resourcePermissionLocalService;
2673            }
2674    
2675            /**
2676             * Sets the resource permission local service.
2677             *
2678             * @param resourcePermissionLocalService the resource permission local service
2679             */
2680            public void setResourcePermissionLocalService(
2681                    ResourcePermissionLocalService resourcePermissionLocalService) {
2682                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2683            }
2684    
2685            /**
2686             * Returns the resource permission remote service.
2687             *
2688             * @return the resource permission remote service
2689             */
2690            public ResourcePermissionService getResourcePermissionService() {
2691                    return resourcePermissionService;
2692            }
2693    
2694            /**
2695             * Sets the resource permission remote service.
2696             *
2697             * @param resourcePermissionService the resource permission remote service
2698             */
2699            public void setResourcePermissionService(
2700                    ResourcePermissionService resourcePermissionService) {
2701                    this.resourcePermissionService = resourcePermissionService;
2702            }
2703    
2704            /**
2705             * Returns the resource permission persistence.
2706             *
2707             * @return the resource permission persistence
2708             */
2709            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2710                    return resourcePermissionPersistence;
2711            }
2712    
2713            /**
2714             * Sets the resource permission persistence.
2715             *
2716             * @param resourcePermissionPersistence the resource permission persistence
2717             */
2718            public void setResourcePermissionPersistence(
2719                    ResourcePermissionPersistence resourcePermissionPersistence) {
2720                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2721            }
2722    
2723            /**
2724             * Returns the resource permission finder.
2725             *
2726             * @return the resource permission finder
2727             */
2728            public ResourcePermissionFinder getResourcePermissionFinder() {
2729                    return resourcePermissionFinder;
2730            }
2731    
2732            /**
2733             * Sets the resource permission finder.
2734             *
2735             * @param resourcePermissionFinder the resource permission finder
2736             */
2737            public void setResourcePermissionFinder(
2738                    ResourcePermissionFinder resourcePermissionFinder) {
2739                    this.resourcePermissionFinder = resourcePermissionFinder;
2740            }
2741    
2742            /**
2743             * Returns the resource type permission local service.
2744             *
2745             * @return the resource type permission local service
2746             */
2747            public ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2748                    return resourceTypePermissionLocalService;
2749            }
2750    
2751            /**
2752             * Sets the resource type permission local service.
2753             *
2754             * @param resourceTypePermissionLocalService the resource type permission local service
2755             */
2756            public void setResourceTypePermissionLocalService(
2757                    ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2758                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2759            }
2760    
2761            /**
2762             * Returns the resource type permission persistence.
2763             *
2764             * @return the resource type permission persistence
2765             */
2766            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2767                    return resourceTypePermissionPersistence;
2768            }
2769    
2770            /**
2771             * Sets the resource type permission persistence.
2772             *
2773             * @param resourceTypePermissionPersistence the resource type permission persistence
2774             */
2775            public void setResourceTypePermissionPersistence(
2776                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2777                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2778            }
2779    
2780            /**
2781             * Returns the resource type permission finder.
2782             *
2783             * @return the resource type permission finder
2784             */
2785            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2786                    return resourceTypePermissionFinder;
2787            }
2788    
2789            /**
2790             * Sets the resource type permission finder.
2791             *
2792             * @param resourceTypePermissionFinder the resource type permission finder
2793             */
2794            public void setResourceTypePermissionFinder(
2795                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2796                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2797            }
2798    
2799            /**
2800             * Returns the role local service.
2801             *
2802             * @return the role local service
2803             */
2804            public RoleLocalService getRoleLocalService() {
2805                    return roleLocalService;
2806            }
2807    
2808            /**
2809             * Sets the role local service.
2810             *
2811             * @param roleLocalService the role local service
2812             */
2813            public void setRoleLocalService(RoleLocalService roleLocalService) {
2814                    this.roleLocalService = roleLocalService;
2815            }
2816    
2817            /**
2818             * Returns the role remote service.
2819             *
2820             * @return the role remote service
2821             */
2822            public RoleService getRoleService() {
2823                    return roleService;
2824            }
2825    
2826            /**
2827             * Sets the role remote service.
2828             *
2829             * @param roleService the role remote service
2830             */
2831            public void setRoleService(RoleService roleService) {
2832                    this.roleService = roleService;
2833            }
2834    
2835            /**
2836             * Returns the role persistence.
2837             *
2838             * @return the role persistence
2839             */
2840            public RolePersistence getRolePersistence() {
2841                    return rolePersistence;
2842            }
2843    
2844            /**
2845             * Sets the role persistence.
2846             *
2847             * @param rolePersistence the role persistence
2848             */
2849            public void setRolePersistence(RolePersistence rolePersistence) {
2850                    this.rolePersistence = rolePersistence;
2851            }
2852    
2853            /**
2854             * Returns the role finder.
2855             *
2856             * @return the role finder
2857             */
2858            public RoleFinder getRoleFinder() {
2859                    return roleFinder;
2860            }
2861    
2862            /**
2863             * Sets the role finder.
2864             *
2865             * @param roleFinder the role finder
2866             */
2867            public void setRoleFinder(RoleFinder roleFinder) {
2868                    this.roleFinder = roleFinder;
2869            }
2870    
2871            /**
2872             * Returns the service component local service.
2873             *
2874             * @return the service component local service
2875             */
2876            public ServiceComponentLocalService getServiceComponentLocalService() {
2877                    return serviceComponentLocalService;
2878            }
2879    
2880            /**
2881             * Sets the service component local service.
2882             *
2883             * @param serviceComponentLocalService the service component local service
2884             */
2885            public void setServiceComponentLocalService(
2886                    ServiceComponentLocalService serviceComponentLocalService) {
2887                    this.serviceComponentLocalService = serviceComponentLocalService;
2888            }
2889    
2890            /**
2891             * Returns the service component persistence.
2892             *
2893             * @return the service component persistence
2894             */
2895            public ServiceComponentPersistence getServiceComponentPersistence() {
2896                    return serviceComponentPersistence;
2897            }
2898    
2899            /**
2900             * Sets the service component persistence.
2901             *
2902             * @param serviceComponentPersistence the service component persistence
2903             */
2904            public void setServiceComponentPersistence(
2905                    ServiceComponentPersistence serviceComponentPersistence) {
2906                    this.serviceComponentPersistence = serviceComponentPersistence;
2907            }
2908    
2909            /**
2910             * Returns the shard local service.
2911             *
2912             * @return the shard local service
2913             */
2914            public ShardLocalService getShardLocalService() {
2915                    return shardLocalService;
2916            }
2917    
2918            /**
2919             * Sets the shard local service.
2920             *
2921             * @param shardLocalService the shard local service
2922             */
2923            public void setShardLocalService(ShardLocalService shardLocalService) {
2924                    this.shardLocalService = shardLocalService;
2925            }
2926    
2927            /**
2928             * Returns the shard persistence.
2929             *
2930             * @return the shard persistence
2931             */
2932            public ShardPersistence getShardPersistence() {
2933                    return shardPersistence;
2934            }
2935    
2936            /**
2937             * Sets the shard persistence.
2938             *
2939             * @param shardPersistence the shard persistence
2940             */
2941            public void setShardPersistence(ShardPersistence shardPersistence) {
2942                    this.shardPersistence = shardPersistence;
2943            }
2944    
2945            /**
2946             * Returns the subscription local service.
2947             *
2948             * @return the subscription local service
2949             */
2950            public SubscriptionLocalService getSubscriptionLocalService() {
2951                    return subscriptionLocalService;
2952            }
2953    
2954            /**
2955             * Sets the subscription local service.
2956             *
2957             * @param subscriptionLocalService the subscription local service
2958             */
2959            public void setSubscriptionLocalService(
2960                    SubscriptionLocalService subscriptionLocalService) {
2961                    this.subscriptionLocalService = subscriptionLocalService;
2962            }
2963    
2964            /**
2965             * Returns the subscription persistence.
2966             *
2967             * @return the subscription persistence
2968             */
2969            public SubscriptionPersistence getSubscriptionPersistence() {
2970                    return subscriptionPersistence;
2971            }
2972    
2973            /**
2974             * Sets the subscription persistence.
2975             *
2976             * @param subscriptionPersistence the subscription persistence
2977             */
2978            public void setSubscriptionPersistence(
2979                    SubscriptionPersistence subscriptionPersistence) {
2980                    this.subscriptionPersistence = subscriptionPersistence;
2981            }
2982    
2983            /**
2984             * Returns the team local service.
2985             *
2986             * @return the team local service
2987             */
2988            public TeamLocalService getTeamLocalService() {
2989                    return teamLocalService;
2990            }
2991    
2992            /**
2993             * Sets the team local service.
2994             *
2995             * @param teamLocalService the team local service
2996             */
2997            public void setTeamLocalService(TeamLocalService teamLocalService) {
2998                    this.teamLocalService = teamLocalService;
2999            }
3000    
3001            /**
3002             * Returns the team remote service.
3003             *
3004             * @return the team remote service
3005             */
3006            public TeamService getTeamService() {
3007                    return teamService;
3008            }
3009    
3010            /**
3011             * Sets the team remote service.
3012             *
3013             * @param teamService the team remote service
3014             */
3015            public void setTeamService(TeamService teamService) {
3016                    this.teamService = teamService;
3017            }
3018    
3019            /**
3020             * Returns the team persistence.
3021             *
3022             * @return the team persistence
3023             */
3024            public TeamPersistence getTeamPersistence() {
3025                    return teamPersistence;
3026            }
3027    
3028            /**
3029             * Sets the team persistence.
3030             *
3031             * @param teamPersistence the team persistence
3032             */
3033            public void setTeamPersistence(TeamPersistence teamPersistence) {
3034                    this.teamPersistence = teamPersistence;
3035            }
3036    
3037            /**
3038             * Returns the team finder.
3039             *
3040             * @return the team finder
3041             */
3042            public TeamFinder getTeamFinder() {
3043                    return teamFinder;
3044            }
3045    
3046            /**
3047             * Sets the team finder.
3048             *
3049             * @param teamFinder the team finder
3050             */
3051            public void setTeamFinder(TeamFinder teamFinder) {
3052                    this.teamFinder = teamFinder;
3053            }
3054    
3055            /**
3056             * Returns the theme local service.
3057             *
3058             * @return the theme local service
3059             */
3060            public ThemeLocalService getThemeLocalService() {
3061                    return themeLocalService;
3062            }
3063    
3064            /**
3065             * Sets the theme local service.
3066             *
3067             * @param themeLocalService the theme local service
3068             */
3069            public void setThemeLocalService(ThemeLocalService themeLocalService) {
3070                    this.themeLocalService = themeLocalService;
3071            }
3072    
3073            /**
3074             * Returns the theme remote service.
3075             *
3076             * @return the theme remote service
3077             */
3078            public ThemeService getThemeService() {
3079                    return themeService;
3080            }
3081    
3082            /**
3083             * Sets the theme remote service.
3084             *
3085             * @param themeService the theme remote service
3086             */
3087            public void setThemeService(ThemeService themeService) {
3088                    this.themeService = themeService;
3089            }
3090    
3091            /**
3092             * Returns the ticket local service.
3093             *
3094             * @return the ticket local service
3095             */
3096            public TicketLocalService getTicketLocalService() {
3097                    return ticketLocalService;
3098            }
3099    
3100            /**
3101             * Sets the ticket local service.
3102             *
3103             * @param ticketLocalService the ticket local service
3104             */
3105            public void setTicketLocalService(TicketLocalService ticketLocalService) {
3106                    this.ticketLocalService = ticketLocalService;
3107            }
3108    
3109            /**
3110             * Returns the ticket persistence.
3111             *
3112             * @return the ticket persistence
3113             */
3114            public TicketPersistence getTicketPersistence() {
3115                    return ticketPersistence;
3116            }
3117    
3118            /**
3119             * Sets the ticket persistence.
3120             *
3121             * @param ticketPersistence the ticket persistence
3122             */
3123            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3124                    this.ticketPersistence = ticketPersistence;
3125            }
3126    
3127            /**
3128             * Returns the user local service.
3129             *
3130             * @return the user local service
3131             */
3132            public UserLocalService getUserLocalService() {
3133                    return userLocalService;
3134            }
3135    
3136            /**
3137             * Sets the user local service.
3138             *
3139             * @param userLocalService the user local service
3140             */
3141            public void setUserLocalService(UserLocalService userLocalService) {
3142                    this.userLocalService = userLocalService;
3143            }
3144    
3145            /**
3146             * Returns the user remote service.
3147             *
3148             * @return the user remote service
3149             */
3150            public UserService getUserService() {
3151                    return userService;
3152            }
3153    
3154            /**
3155             * Sets the user remote service.
3156             *
3157             * @param userService the user remote service
3158             */
3159            public void setUserService(UserService userService) {
3160                    this.userService = userService;
3161            }
3162    
3163            /**
3164             * Returns the user persistence.
3165             *
3166             * @return the user persistence
3167             */
3168            public UserPersistence getUserPersistence() {
3169                    return userPersistence;
3170            }
3171    
3172            /**
3173             * Sets the user persistence.
3174             *
3175             * @param userPersistence the user persistence
3176             */
3177            public void setUserPersistence(UserPersistence userPersistence) {
3178                    this.userPersistence = userPersistence;
3179            }
3180    
3181            /**
3182             * Returns the user finder.
3183             *
3184             * @return the user finder
3185             */
3186            public UserFinder getUserFinder() {
3187                    return userFinder;
3188            }
3189    
3190            /**
3191             * Sets the user finder.
3192             *
3193             * @param userFinder the user finder
3194             */
3195            public void setUserFinder(UserFinder userFinder) {
3196                    this.userFinder = userFinder;
3197            }
3198    
3199            /**
3200             * Returns the user group local service.
3201             *
3202             * @return the user group local service
3203             */
3204            public UserGroupLocalService getUserGroupLocalService() {
3205                    return userGroupLocalService;
3206            }
3207    
3208            /**
3209             * Sets the user group local service.
3210             *
3211             * @param userGroupLocalService the user group local service
3212             */
3213            public void setUserGroupLocalService(
3214                    UserGroupLocalService userGroupLocalService) {
3215                    this.userGroupLocalService = userGroupLocalService;
3216            }
3217    
3218            /**
3219             * Returns the user group remote service.
3220             *
3221             * @return the user group remote service
3222             */
3223            public UserGroupService getUserGroupService() {
3224                    return userGroupService;
3225            }
3226    
3227            /**
3228             * Sets the user group remote service.
3229             *
3230             * @param userGroupService the user group remote service
3231             */
3232            public void setUserGroupService(UserGroupService userGroupService) {
3233                    this.userGroupService = userGroupService;
3234            }
3235    
3236            /**
3237             * Returns the user group persistence.
3238             *
3239             * @return the user group persistence
3240             */
3241            public UserGroupPersistence getUserGroupPersistence() {
3242                    return userGroupPersistence;
3243            }
3244    
3245            /**
3246             * Sets the user group persistence.
3247             *
3248             * @param userGroupPersistence the user group persistence
3249             */
3250            public void setUserGroupPersistence(
3251                    UserGroupPersistence userGroupPersistence) {
3252                    this.userGroupPersistence = userGroupPersistence;
3253            }
3254    
3255            /**
3256             * Returns the user group finder.
3257             *
3258             * @return the user group finder
3259             */
3260            public UserGroupFinder getUserGroupFinder() {
3261                    return userGroupFinder;
3262            }
3263    
3264            /**
3265             * Sets the user group finder.
3266             *
3267             * @param userGroupFinder the user group finder
3268             */
3269            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3270                    this.userGroupFinder = userGroupFinder;
3271            }
3272    
3273            /**
3274             * Returns the user group group role local service.
3275             *
3276             * @return the user group group role local service
3277             */
3278            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3279                    return userGroupGroupRoleLocalService;
3280            }
3281    
3282            /**
3283             * Sets the user group group role local service.
3284             *
3285             * @param userGroupGroupRoleLocalService the user group group role local service
3286             */
3287            public void setUserGroupGroupRoleLocalService(
3288                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3289                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3290            }
3291    
3292            /**
3293             * Returns the user group group role remote service.
3294             *
3295             * @return the user group group role remote service
3296             */
3297            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
3298                    return userGroupGroupRoleService;
3299            }
3300    
3301            /**
3302             * Sets the user group group role remote service.
3303             *
3304             * @param userGroupGroupRoleService the user group group role remote service
3305             */
3306            public void setUserGroupGroupRoleService(
3307                    UserGroupGroupRoleService userGroupGroupRoleService) {
3308                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3309            }
3310    
3311            /**
3312             * Returns the user group group role persistence.
3313             *
3314             * @return the user group group role persistence
3315             */
3316            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3317                    return userGroupGroupRolePersistence;
3318            }
3319    
3320            /**
3321             * Sets the user group group role persistence.
3322             *
3323             * @param userGroupGroupRolePersistence the user group group role persistence
3324             */
3325            public void setUserGroupGroupRolePersistence(
3326                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3327                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3328            }
3329    
3330            /**
3331             * Returns the user group role local service.
3332             *
3333             * @return the user group role local service
3334             */
3335            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
3336                    return userGroupRoleLocalService;
3337            }
3338    
3339            /**
3340             * Sets the user group role local service.
3341             *
3342             * @param userGroupRoleLocalService the user group role local service
3343             */
3344            public void setUserGroupRoleLocalService(
3345                    UserGroupRoleLocalService userGroupRoleLocalService) {
3346                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3347            }
3348    
3349            /**
3350             * Returns the user group role remote service.
3351             *
3352             * @return the user group role remote service
3353             */
3354            public UserGroupRoleService getUserGroupRoleService() {
3355                    return userGroupRoleService;
3356            }
3357    
3358            /**
3359             * Sets the user group role remote service.
3360             *
3361             * @param userGroupRoleService the user group role remote service
3362             */
3363            public void setUserGroupRoleService(
3364                    UserGroupRoleService userGroupRoleService) {
3365                    this.userGroupRoleService = userGroupRoleService;
3366            }
3367    
3368            /**
3369             * Returns the user group role persistence.
3370             *
3371             * @return the user group role persistence
3372             */
3373            public UserGroupRolePersistence getUserGroupRolePersistence() {
3374                    return userGroupRolePersistence;
3375            }
3376    
3377            /**
3378             * Sets the user group role persistence.
3379             *
3380             * @param userGroupRolePersistence the user group role persistence
3381             */
3382            public void setUserGroupRolePersistence(
3383                    UserGroupRolePersistence userGroupRolePersistence) {
3384                    this.userGroupRolePersistence = userGroupRolePersistence;
3385            }
3386    
3387            /**
3388             * Returns the user group role finder.
3389             *
3390             * @return the user group role finder
3391             */
3392            public UserGroupRoleFinder getUserGroupRoleFinder() {
3393                    return userGroupRoleFinder;
3394            }
3395    
3396            /**
3397             * Sets the user group role finder.
3398             *
3399             * @param userGroupRoleFinder the user group role finder
3400             */
3401            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3402                    this.userGroupRoleFinder = userGroupRoleFinder;
3403            }
3404    
3405            /**
3406             * Returns the user ID mapper local service.
3407             *
3408             * @return the user ID mapper local service
3409             */
3410            public UserIdMapperLocalService getUserIdMapperLocalService() {
3411                    return userIdMapperLocalService;
3412            }
3413    
3414            /**
3415             * Sets the user ID mapper local service.
3416             *
3417             * @param userIdMapperLocalService the user ID mapper local service
3418             */
3419            public void setUserIdMapperLocalService(
3420                    UserIdMapperLocalService userIdMapperLocalService) {
3421                    this.userIdMapperLocalService = userIdMapperLocalService;
3422            }
3423    
3424            /**
3425             * Returns the user ID mapper persistence.
3426             *
3427             * @return the user ID mapper persistence
3428             */
3429            public UserIdMapperPersistence getUserIdMapperPersistence() {
3430                    return userIdMapperPersistence;
3431            }
3432    
3433            /**
3434             * Sets the user ID mapper persistence.
3435             *
3436             * @param userIdMapperPersistence the user ID mapper persistence
3437             */
3438            public void setUserIdMapperPersistence(
3439                    UserIdMapperPersistence userIdMapperPersistence) {
3440                    this.userIdMapperPersistence = userIdMapperPersistence;
3441            }
3442    
3443            /**
3444             * Returns the user notification event local service.
3445             *
3446             * @return the user notification event local service
3447             */
3448            public UserNotificationEventLocalService getUserNotificationEventLocalService() {
3449                    return userNotificationEventLocalService;
3450            }
3451    
3452            /**
3453             * Sets the user notification event local service.
3454             *
3455             * @param userNotificationEventLocalService the user notification event local service
3456             */
3457            public void setUserNotificationEventLocalService(
3458                    UserNotificationEventLocalService userNotificationEventLocalService) {
3459                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3460            }
3461    
3462            /**
3463             * Returns the user notification event persistence.
3464             *
3465             * @return the user notification event persistence
3466             */
3467            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3468                    return userNotificationEventPersistence;
3469            }
3470    
3471            /**
3472             * Sets the user notification event persistence.
3473             *
3474             * @param userNotificationEventPersistence the user notification event persistence
3475             */
3476            public void setUserNotificationEventPersistence(
3477                    UserNotificationEventPersistence userNotificationEventPersistence) {
3478                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3479            }
3480    
3481            /**
3482             * Returns the user tracker local service.
3483             *
3484             * @return the user tracker local service
3485             */
3486            public UserTrackerLocalService getUserTrackerLocalService() {
3487                    return userTrackerLocalService;
3488            }
3489    
3490            /**
3491             * Sets the user tracker local service.
3492             *
3493             * @param userTrackerLocalService the user tracker local service
3494             */
3495            public void setUserTrackerLocalService(
3496                    UserTrackerLocalService userTrackerLocalService) {
3497                    this.userTrackerLocalService = userTrackerLocalService;
3498            }
3499    
3500            /**
3501             * Returns the user tracker persistence.
3502             *
3503             * @return the user tracker persistence
3504             */
3505            public UserTrackerPersistence getUserTrackerPersistence() {
3506                    return userTrackerPersistence;
3507            }
3508    
3509            /**
3510             * Sets the user tracker persistence.
3511             *
3512             * @param userTrackerPersistence the user tracker persistence
3513             */
3514            public void setUserTrackerPersistence(
3515                    UserTrackerPersistence userTrackerPersistence) {
3516                    this.userTrackerPersistence = userTrackerPersistence;
3517            }
3518    
3519            /**
3520             * Returns the user tracker path local service.
3521             *
3522             * @return the user tracker path local service
3523             */
3524            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
3525                    return userTrackerPathLocalService;
3526            }
3527    
3528            /**
3529             * Sets the user tracker path local service.
3530             *
3531             * @param userTrackerPathLocalService the user tracker path local service
3532             */
3533            public void setUserTrackerPathLocalService(
3534                    UserTrackerPathLocalService userTrackerPathLocalService) {
3535                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3536            }
3537    
3538            /**
3539             * Returns the user tracker path persistence.
3540             *
3541             * @return the user tracker path persistence
3542             */
3543            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3544                    return userTrackerPathPersistence;
3545            }
3546    
3547            /**
3548             * Sets the user tracker path persistence.
3549             *
3550             * @param userTrackerPathPersistence the user tracker path persistence
3551             */
3552            public void setUserTrackerPathPersistence(
3553                    UserTrackerPathPersistence userTrackerPathPersistence) {
3554                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3555            }
3556    
3557            /**
3558             * Returns the virtual host local service.
3559             *
3560             * @return the virtual host local service
3561             */
3562            public VirtualHostLocalService getVirtualHostLocalService() {
3563                    return virtualHostLocalService;
3564            }
3565    
3566            /**
3567             * Sets the virtual host local service.
3568             *
3569             * @param virtualHostLocalService the virtual host local service
3570             */
3571            public void setVirtualHostLocalService(
3572                    VirtualHostLocalService virtualHostLocalService) {
3573                    this.virtualHostLocalService = virtualHostLocalService;
3574            }
3575    
3576            /**
3577             * Returns the virtual host persistence.
3578             *
3579             * @return the virtual host persistence
3580             */
3581            public VirtualHostPersistence getVirtualHostPersistence() {
3582                    return virtualHostPersistence;
3583            }
3584    
3585            /**
3586             * Sets the virtual host persistence.
3587             *
3588             * @param virtualHostPersistence the virtual host persistence
3589             */
3590            public void setVirtualHostPersistence(
3591                    VirtualHostPersistence virtualHostPersistence) {
3592                    this.virtualHostPersistence = virtualHostPersistence;
3593            }
3594    
3595            /**
3596             * Returns the web d a v props local service.
3597             *
3598             * @return the web d a v props local service
3599             */
3600            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
3601                    return webDAVPropsLocalService;
3602            }
3603    
3604            /**
3605             * Sets the web d a v props local service.
3606             *
3607             * @param webDAVPropsLocalService the web d a v props local service
3608             */
3609            public void setWebDAVPropsLocalService(
3610                    WebDAVPropsLocalService webDAVPropsLocalService) {
3611                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3612            }
3613    
3614            /**
3615             * Returns the web d a v props persistence.
3616             *
3617             * @return the web d a v props persistence
3618             */
3619            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3620                    return webDAVPropsPersistence;
3621            }
3622    
3623            /**
3624             * Sets the web d a v props persistence.
3625             *
3626             * @param webDAVPropsPersistence the web d a v props persistence
3627             */
3628            public void setWebDAVPropsPersistence(
3629                    WebDAVPropsPersistence webDAVPropsPersistence) {
3630                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3631            }
3632    
3633            /**
3634             * Returns the website local service.
3635             *
3636             * @return the website local service
3637             */
3638            public WebsiteLocalService getWebsiteLocalService() {
3639                    return websiteLocalService;
3640            }
3641    
3642            /**
3643             * Sets the website local service.
3644             *
3645             * @param websiteLocalService the website local service
3646             */
3647            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
3648                    this.websiteLocalService = websiteLocalService;
3649            }
3650    
3651            /**
3652             * Returns the website remote service.
3653             *
3654             * @return the website remote service
3655             */
3656            public WebsiteService getWebsiteService() {
3657                    return websiteService;
3658            }
3659    
3660            /**
3661             * Sets the website remote service.
3662             *
3663             * @param websiteService the website remote service
3664             */
3665            public void setWebsiteService(WebsiteService websiteService) {
3666                    this.websiteService = websiteService;
3667            }
3668    
3669            /**
3670             * Returns the website persistence.
3671             *
3672             * @return the website persistence
3673             */
3674            public WebsitePersistence getWebsitePersistence() {
3675                    return websitePersistence;
3676            }
3677    
3678            /**
3679             * Sets the website persistence.
3680             *
3681             * @param websitePersistence the website persistence
3682             */
3683            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3684                    this.websitePersistence = websitePersistence;
3685            }
3686    
3687            /**
3688             * Returns the workflow definition link local service.
3689             *
3690             * @return the workflow definition link local service
3691             */
3692            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3693                    return workflowDefinitionLinkLocalService;
3694            }
3695    
3696            /**
3697             * Sets the workflow definition link local service.
3698             *
3699             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3700             */
3701            public void setWorkflowDefinitionLinkLocalService(
3702                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3703                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3704            }
3705    
3706            /**
3707             * Returns the workflow definition link persistence.
3708             *
3709             * @return the workflow definition link persistence
3710             */
3711            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3712                    return workflowDefinitionLinkPersistence;
3713            }
3714    
3715            /**
3716             * Sets the workflow definition link persistence.
3717             *
3718             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3719             */
3720            public void setWorkflowDefinitionLinkPersistence(
3721                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3722                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3723            }
3724    
3725            /**
3726             * Returns the workflow instance link local service.
3727             *
3728             * @return the workflow instance link local service
3729             */
3730            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3731                    return workflowInstanceLinkLocalService;
3732            }
3733    
3734            /**
3735             * Sets the workflow instance link local service.
3736             *
3737             * @param workflowInstanceLinkLocalService the workflow instance link local service
3738             */
3739            public void setWorkflowInstanceLinkLocalService(
3740                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3741                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3742            }
3743    
3744            /**
3745             * Returns the workflow instance link persistence.
3746             *
3747             * @return the workflow instance link persistence
3748             */
3749            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3750                    return workflowInstanceLinkPersistence;
3751            }
3752    
3753            /**
3754             * Sets the workflow instance link persistence.
3755             *
3756             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3757             */
3758            public void setWorkflowInstanceLinkPersistence(
3759                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3760                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3761            }
3762    
3763            /**
3764             * Returns the counter local service.
3765             *
3766             * @return the counter local service
3767             */
3768            public CounterLocalService getCounterLocalService() {
3769                    return counterLocalService;
3770            }
3771    
3772            /**
3773             * Sets the counter local service.
3774             *
3775             * @param counterLocalService the counter local service
3776             */
3777            public void setCounterLocalService(CounterLocalService counterLocalService) {
3778                    this.counterLocalService = counterLocalService;
3779            }
3780    
3781            /**
3782             * Returns the mail remote service.
3783             *
3784             * @return the mail remote service
3785             */
3786            public MailService getMailService() {
3787                    return mailService;
3788            }
3789    
3790            /**
3791             * Sets the mail remote service.
3792             *
3793             * @param mailService the mail remote service
3794             */
3795            public void setMailService(MailService mailService) {
3796                    this.mailService = mailService;
3797            }
3798    
3799            /**
3800             * Returns the announcements delivery local service.
3801             *
3802             * @return the announcements delivery local service
3803             */
3804            public AnnouncementsDeliveryLocalService getAnnouncementsDeliveryLocalService() {
3805                    return announcementsDeliveryLocalService;
3806            }
3807    
3808            /**
3809             * Sets the announcements delivery local service.
3810             *
3811             * @param announcementsDeliveryLocalService the announcements delivery local service
3812             */
3813            public void setAnnouncementsDeliveryLocalService(
3814                    AnnouncementsDeliveryLocalService announcementsDeliveryLocalService) {
3815                    this.announcementsDeliveryLocalService = announcementsDeliveryLocalService;
3816            }
3817    
3818            /**
3819             * Returns the announcements delivery remote service.
3820             *
3821             * @return the announcements delivery remote service
3822             */
3823            public AnnouncementsDeliveryService getAnnouncementsDeliveryService() {
3824                    return announcementsDeliveryService;
3825            }
3826    
3827            /**
3828             * Sets the announcements delivery remote service.
3829             *
3830             * @param announcementsDeliveryService the announcements delivery remote service
3831             */
3832            public void setAnnouncementsDeliveryService(
3833                    AnnouncementsDeliveryService announcementsDeliveryService) {
3834                    this.announcementsDeliveryService = announcementsDeliveryService;
3835            }
3836    
3837            /**
3838             * Returns the announcements delivery persistence.
3839             *
3840             * @return the announcements delivery persistence
3841             */
3842            public AnnouncementsDeliveryPersistence getAnnouncementsDeliveryPersistence() {
3843                    return announcementsDeliveryPersistence;
3844            }
3845    
3846            /**
3847             * Sets the announcements delivery persistence.
3848             *
3849             * @param announcementsDeliveryPersistence the announcements delivery persistence
3850             */
3851            public void setAnnouncementsDeliveryPersistence(
3852                    AnnouncementsDeliveryPersistence announcementsDeliveryPersistence) {
3853                    this.announcementsDeliveryPersistence = announcementsDeliveryPersistence;
3854            }
3855    
3856            /**
3857             * Returns the asset entry local service.
3858             *
3859             * @return the asset entry local service
3860             */
3861            public AssetEntryLocalService getAssetEntryLocalService() {
3862                    return assetEntryLocalService;
3863            }
3864    
3865            /**
3866             * Sets the asset entry local service.
3867             *
3868             * @param assetEntryLocalService the asset entry local service
3869             */
3870            public void setAssetEntryLocalService(
3871                    AssetEntryLocalService assetEntryLocalService) {
3872                    this.assetEntryLocalService = assetEntryLocalService;
3873            }
3874    
3875            /**
3876             * Returns the asset entry remote service.
3877             *
3878             * @return the asset entry remote service
3879             */
3880            public AssetEntryService getAssetEntryService() {
3881                    return assetEntryService;
3882            }
3883    
3884            /**
3885             * Sets the asset entry remote service.
3886             *
3887             * @param assetEntryService the asset entry remote service
3888             */
3889            public void setAssetEntryService(AssetEntryService assetEntryService) {
3890                    this.assetEntryService = assetEntryService;
3891            }
3892    
3893            /**
3894             * Returns the asset entry persistence.
3895             *
3896             * @return the asset entry persistence
3897             */
3898            public AssetEntryPersistence getAssetEntryPersistence() {
3899                    return assetEntryPersistence;
3900            }
3901    
3902            /**
3903             * Sets the asset entry persistence.
3904             *
3905             * @param assetEntryPersistence the asset entry persistence
3906             */
3907            public void setAssetEntryPersistence(
3908                    AssetEntryPersistence assetEntryPersistence) {
3909                    this.assetEntryPersistence = assetEntryPersistence;
3910            }
3911    
3912            /**
3913             * Returns the asset entry finder.
3914             *
3915             * @return the asset entry finder
3916             */
3917            public AssetEntryFinder getAssetEntryFinder() {
3918                    return assetEntryFinder;
3919            }
3920    
3921            /**
3922             * Sets the asset entry finder.
3923             *
3924             * @param assetEntryFinder the asset entry finder
3925             */
3926            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
3927                    this.assetEntryFinder = assetEntryFinder;
3928            }
3929    
3930            /**
3931             * Returns the blogs stats user local service.
3932             *
3933             * @return the blogs stats user local service
3934             */
3935            public BlogsStatsUserLocalService getBlogsStatsUserLocalService() {
3936                    return blogsStatsUserLocalService;
3937            }
3938    
3939            /**
3940             * Sets the blogs stats user local service.
3941             *
3942             * @param blogsStatsUserLocalService the blogs stats user local service
3943             */
3944            public void setBlogsStatsUserLocalService(
3945                    BlogsStatsUserLocalService blogsStatsUserLocalService) {
3946                    this.blogsStatsUserLocalService = blogsStatsUserLocalService;
3947            }
3948    
3949            /**
3950             * Returns the blogs stats user persistence.
3951             *
3952             * @return the blogs stats user persistence
3953             */
3954            public BlogsStatsUserPersistence getBlogsStatsUserPersistence() {
3955                    return blogsStatsUserPersistence;
3956            }
3957    
3958            /**
3959             * Sets the blogs stats user persistence.
3960             *
3961             * @param blogsStatsUserPersistence the blogs stats user persistence
3962             */
3963            public void setBlogsStatsUserPersistence(
3964                    BlogsStatsUserPersistence blogsStatsUserPersistence) {
3965                    this.blogsStatsUserPersistence = blogsStatsUserPersistence;
3966            }
3967    
3968            /**
3969             * Returns the blogs stats user finder.
3970             *
3971             * @return the blogs stats user finder
3972             */
3973            public BlogsStatsUserFinder getBlogsStatsUserFinder() {
3974                    return blogsStatsUserFinder;
3975            }
3976    
3977            /**
3978             * Sets the blogs stats user finder.
3979             *
3980             * @param blogsStatsUserFinder the blogs stats user finder
3981             */
3982            public void setBlogsStatsUserFinder(
3983                    BlogsStatsUserFinder blogsStatsUserFinder) {
3984                    this.blogsStatsUserFinder = blogsStatsUserFinder;
3985            }
3986    
3987            /**
3988             * Returns the document library file rank local service.
3989             *
3990             * @return the document library file rank local service
3991             */
3992            public DLFileRankLocalService getDLFileRankLocalService() {
3993                    return dlFileRankLocalService;
3994            }
3995    
3996            /**
3997             * Sets the document library file rank local service.
3998             *
3999             * @param dlFileRankLocalService the document library file rank local service
4000             */
4001            public void setDLFileRankLocalService(
4002                    DLFileRankLocalService dlFileRankLocalService) {
4003                    this.dlFileRankLocalService = dlFileRankLocalService;
4004            }
4005    
4006            /**
4007             * Returns the document library file rank persistence.
4008             *
4009             * @return the document library file rank persistence
4010             */
4011            public DLFileRankPersistence getDLFileRankPersistence() {
4012                    return dlFileRankPersistence;
4013            }
4014    
4015            /**
4016             * Sets the document library file rank persistence.
4017             *
4018             * @param dlFileRankPersistence the document library file rank persistence
4019             */
4020            public void setDLFileRankPersistence(
4021                    DLFileRankPersistence dlFileRankPersistence) {
4022                    this.dlFileRankPersistence = dlFileRankPersistence;
4023            }
4024    
4025            /**
4026             * Returns the document library file rank finder.
4027             *
4028             * @return the document library file rank finder
4029             */
4030            public DLFileRankFinder getDLFileRankFinder() {
4031                    return dlFileRankFinder;
4032            }
4033    
4034            /**
4035             * Sets the document library file rank finder.
4036             *
4037             * @param dlFileRankFinder the document library file rank finder
4038             */
4039            public void setDLFileRankFinder(DLFileRankFinder dlFileRankFinder) {
4040                    this.dlFileRankFinder = dlFileRankFinder;
4041            }
4042    
4043            /**
4044             * Returns the expando value local service.
4045             *
4046             * @return the expando value local service
4047             */
4048            public ExpandoValueLocalService getExpandoValueLocalService() {
4049                    return expandoValueLocalService;
4050            }
4051    
4052            /**
4053             * Sets the expando value local service.
4054             *
4055             * @param expandoValueLocalService the expando value local service
4056             */
4057            public void setExpandoValueLocalService(
4058                    ExpandoValueLocalService expandoValueLocalService) {
4059                    this.expandoValueLocalService = expandoValueLocalService;
4060            }
4061    
4062            /**
4063             * Returns the expando value remote service.
4064             *
4065             * @return the expando value remote service
4066             */
4067            public ExpandoValueService getExpandoValueService() {
4068                    return expandoValueService;
4069            }
4070    
4071            /**
4072             * Sets the expando value remote service.
4073             *
4074             * @param expandoValueService the expando value remote service
4075             */
4076            public void setExpandoValueService(ExpandoValueService expandoValueService) {
4077                    this.expandoValueService = expandoValueService;
4078            }
4079    
4080            /**
4081             * Returns the expando value persistence.
4082             *
4083             * @return the expando value persistence
4084             */
4085            public ExpandoValuePersistence getExpandoValuePersistence() {
4086                    return expandoValuePersistence;
4087            }
4088    
4089            /**
4090             * Sets the expando value persistence.
4091             *
4092             * @param expandoValuePersistence the expando value persistence
4093             */
4094            public void setExpandoValuePersistence(
4095                    ExpandoValuePersistence expandoValuePersistence) {
4096                    this.expandoValuePersistence = expandoValuePersistence;
4097            }
4098    
4099            /**
4100             * Returns the message boards ban local service.
4101             *
4102             * @return the message boards ban local service
4103             */
4104            public MBBanLocalService getMBBanLocalService() {
4105                    return mbBanLocalService;
4106            }
4107    
4108            /**
4109             * Sets the message boards ban local service.
4110             *
4111             * @param mbBanLocalService the message boards ban local service
4112             */
4113            public void setMBBanLocalService(MBBanLocalService mbBanLocalService) {
4114                    this.mbBanLocalService = mbBanLocalService;
4115            }
4116    
4117            /**
4118             * Returns the message boards ban remote service.
4119             *
4120             * @return the message boards ban remote service
4121             */
4122            public MBBanService getMBBanService() {
4123                    return mbBanService;
4124            }
4125    
4126            /**
4127             * Sets the message boards ban remote service.
4128             *
4129             * @param mbBanService the message boards ban remote service
4130             */
4131            public void setMBBanService(MBBanService mbBanService) {
4132                    this.mbBanService = mbBanService;
4133            }
4134    
4135            /**
4136             * Returns the message boards ban persistence.
4137             *
4138             * @return the message boards ban persistence
4139             */
4140            public MBBanPersistence getMBBanPersistence() {
4141                    return mbBanPersistence;
4142            }
4143    
4144            /**
4145             * Sets the message boards ban persistence.
4146             *
4147             * @param mbBanPersistence the message boards ban persistence
4148             */
4149            public void setMBBanPersistence(MBBanPersistence mbBanPersistence) {
4150                    this.mbBanPersistence = mbBanPersistence;
4151            }
4152    
4153            /**
4154             * Returns the message-boards message local service.
4155             *
4156             * @return the message-boards message local service
4157             */
4158            public MBMessageLocalService getMBMessageLocalService() {
4159                    return mbMessageLocalService;
4160            }
4161    
4162            /**
4163             * Sets the message-boards message local service.
4164             *
4165             * @param mbMessageLocalService the message-boards message local service
4166             */
4167            public void setMBMessageLocalService(
4168                    MBMessageLocalService mbMessageLocalService) {
4169                    this.mbMessageLocalService = mbMessageLocalService;
4170            }
4171    
4172            /**
4173             * Returns the message-boards message remote service.
4174             *
4175             * @return the message-boards message remote service
4176             */
4177            public MBMessageService getMBMessageService() {
4178                    return mbMessageService;
4179            }
4180    
4181            /**
4182             * Sets the message-boards message remote service.
4183             *
4184             * @param mbMessageService the message-boards message remote service
4185             */
4186            public void setMBMessageService(MBMessageService mbMessageService) {
4187                    this.mbMessageService = mbMessageService;
4188            }
4189    
4190            /**
4191             * Returns the message-boards message persistence.
4192             *
4193             * @return the message-boards message persistence
4194             */
4195            public MBMessagePersistence getMBMessagePersistence() {
4196                    return mbMessagePersistence;
4197            }
4198    
4199            /**
4200             * Sets the message-boards message persistence.
4201             *
4202             * @param mbMessagePersistence the message-boards message persistence
4203             */
4204            public void setMBMessagePersistence(
4205                    MBMessagePersistence mbMessagePersistence) {
4206                    this.mbMessagePersistence = mbMessagePersistence;
4207            }
4208    
4209            /**
4210             * Returns the message-boards message finder.
4211             *
4212             * @return the message-boards message finder
4213             */
4214            public MBMessageFinder getMBMessageFinder() {
4215                    return mbMessageFinder;
4216            }
4217    
4218            /**
4219             * Sets the message-boards message finder.
4220             *
4221             * @param mbMessageFinder the message-boards message finder
4222             */
4223            public void setMBMessageFinder(MBMessageFinder mbMessageFinder) {
4224                    this.mbMessageFinder = mbMessageFinder;
4225            }
4226    
4227            /**
4228             * Returns the message boards stats user local service.
4229             *
4230             * @return the message boards stats user local service
4231             */
4232            public MBStatsUserLocalService getMBStatsUserLocalService() {
4233                    return mbStatsUserLocalService;
4234            }
4235    
4236            /**
4237             * Sets the message boards stats user local service.
4238             *
4239             * @param mbStatsUserLocalService the message boards stats user local service
4240             */
4241            public void setMBStatsUserLocalService(
4242                    MBStatsUserLocalService mbStatsUserLocalService) {
4243                    this.mbStatsUserLocalService = mbStatsUserLocalService;
4244            }
4245    
4246            /**
4247             * Returns the message boards stats user persistence.
4248             *
4249             * @return the message boards stats user persistence
4250             */
4251            public MBStatsUserPersistence getMBStatsUserPersistence() {
4252                    return mbStatsUserPersistence;
4253            }
4254    
4255            /**
4256             * Sets the message boards stats user persistence.
4257             *
4258             * @param mbStatsUserPersistence the message boards stats user persistence
4259             */
4260            public void setMBStatsUserPersistence(
4261                    MBStatsUserPersistence mbStatsUserPersistence) {
4262                    this.mbStatsUserPersistence = mbStatsUserPersistence;
4263            }
4264    
4265            /**
4266             * Returns the message boards thread flag local service.
4267             *
4268             * @return the message boards thread flag local service
4269             */
4270            public MBThreadFlagLocalService getMBThreadFlagLocalService() {
4271                    return mbThreadFlagLocalService;
4272            }
4273    
4274            /**
4275             * Sets the message boards thread flag local service.
4276             *
4277             * @param mbThreadFlagLocalService the message boards thread flag local service
4278             */
4279            public void setMBThreadFlagLocalService(
4280                    MBThreadFlagLocalService mbThreadFlagLocalService) {
4281                    this.mbThreadFlagLocalService = mbThreadFlagLocalService;
4282            }
4283    
4284            /**
4285             * Returns the message boards thread flag persistence.
4286             *
4287             * @return the message boards thread flag persistence
4288             */
4289            public MBThreadFlagPersistence getMBThreadFlagPersistence() {
4290                    return mbThreadFlagPersistence;
4291            }
4292    
4293            /**
4294             * Sets the message boards thread flag persistence.
4295             *
4296             * @param mbThreadFlagPersistence the message boards thread flag persistence
4297             */
4298            public void setMBThreadFlagPersistence(
4299                    MBThreadFlagPersistence mbThreadFlagPersistence) {
4300                    this.mbThreadFlagPersistence = mbThreadFlagPersistence;
4301            }
4302    
4303            /**
4304             * Returns the shopping cart local service.
4305             *
4306             * @return the shopping cart local service
4307             */
4308            public ShoppingCartLocalService getShoppingCartLocalService() {
4309                    return shoppingCartLocalService;
4310            }
4311    
4312            /**
4313             * Sets the shopping cart local service.
4314             *
4315             * @param shoppingCartLocalService the shopping cart local service
4316             */
4317            public void setShoppingCartLocalService(
4318                    ShoppingCartLocalService shoppingCartLocalService) {
4319                    this.shoppingCartLocalService = shoppingCartLocalService;
4320            }
4321    
4322            /**
4323             * Returns the shopping cart persistence.
4324             *
4325             * @return the shopping cart persistence
4326             */
4327            public ShoppingCartPersistence getShoppingCartPersistence() {
4328                    return shoppingCartPersistence;
4329            }
4330    
4331            /**
4332             * Sets the shopping cart persistence.
4333             *
4334             * @param shoppingCartPersistence the shopping cart persistence
4335             */
4336            public void setShoppingCartPersistence(
4337                    ShoppingCartPersistence shoppingCartPersistence) {
4338                    this.shoppingCartPersistence = shoppingCartPersistence;
4339            }
4340    
4341            /**
4342             * Returns the social activity local service.
4343             *
4344             * @return the social activity local service
4345             */
4346            public SocialActivityLocalService getSocialActivityLocalService() {
4347                    return socialActivityLocalService;
4348            }
4349    
4350            /**
4351             * Sets the social activity local service.
4352             *
4353             * @param socialActivityLocalService the social activity local service
4354             */
4355            public void setSocialActivityLocalService(
4356                    SocialActivityLocalService socialActivityLocalService) {
4357                    this.socialActivityLocalService = socialActivityLocalService;
4358            }
4359    
4360            /**
4361             * Returns the social activity persistence.
4362             *
4363             * @return the social activity persistence
4364             */
4365            public SocialActivityPersistence getSocialActivityPersistence() {
4366                    return socialActivityPersistence;
4367            }
4368    
4369            /**
4370             * Sets the social activity persistence.
4371             *
4372             * @param socialActivityPersistence the social activity persistence
4373             */
4374            public void setSocialActivityPersistence(
4375                    SocialActivityPersistence socialActivityPersistence) {
4376                    this.socialActivityPersistence = socialActivityPersistence;
4377            }
4378    
4379            /**
4380             * Returns the social activity finder.
4381             *
4382             * @return the social activity finder
4383             */
4384            public SocialActivityFinder getSocialActivityFinder() {
4385                    return socialActivityFinder;
4386            }
4387    
4388            /**
4389             * Sets the social activity finder.
4390             *
4391             * @param socialActivityFinder the social activity finder
4392             */
4393            public void setSocialActivityFinder(
4394                    SocialActivityFinder socialActivityFinder) {
4395                    this.socialActivityFinder = socialActivityFinder;
4396            }
4397    
4398            /**
4399             * Returns the social request local service.
4400             *
4401             * @return the social request local service
4402             */
4403            public SocialRequestLocalService getSocialRequestLocalService() {
4404                    return socialRequestLocalService;
4405            }
4406    
4407            /**
4408             * Sets the social request local service.
4409             *
4410             * @param socialRequestLocalService the social request local service
4411             */
4412            public void setSocialRequestLocalService(
4413                    SocialRequestLocalService socialRequestLocalService) {
4414                    this.socialRequestLocalService = socialRequestLocalService;
4415            }
4416    
4417            /**
4418             * Returns the social request persistence.
4419             *
4420             * @return the social request persistence
4421             */
4422            public SocialRequestPersistence getSocialRequestPersistence() {
4423                    return socialRequestPersistence;
4424            }
4425    
4426            /**
4427             * Sets the social request persistence.
4428             *
4429             * @param socialRequestPersistence the social request persistence
4430             */
4431            public void setSocialRequestPersistence(
4432                    SocialRequestPersistence socialRequestPersistence) {
4433                    this.socialRequestPersistence = socialRequestPersistence;
4434            }
4435    
4436            public void afterPropertiesSet() {
4437            }
4438    
4439            public void destroy() {
4440            }
4441    
4442            /**
4443             * Returns the Spring bean ID for this bean.
4444             *
4445             * @return the Spring bean ID for this bean
4446             */
4447            public String getBeanIdentifier() {
4448                    return _beanIdentifier;
4449            }
4450    
4451            /**
4452             * Sets the Spring bean ID for this bean.
4453             *
4454             * @param beanIdentifier the Spring bean ID for this bean
4455             */
4456            public void setBeanIdentifier(String beanIdentifier) {
4457                    _beanIdentifier = beanIdentifier;
4458            }
4459    
4460            protected ClassLoader getClassLoader() {
4461                    Class<?> clazz = getClass();
4462    
4463                    return clazz.getClassLoader();
4464            }
4465    
4466            protected Class<?> getModelClass() {
4467                    return User.class;
4468            }
4469    
4470            protected String getModelClassName() {
4471                    return User.class.getName();
4472            }
4473    
4474            /**
4475             * Performs an SQL query.
4476             *
4477             * @param sql the sql query
4478             */
4479            protected void runSQL(String sql) throws SystemException {
4480                    try {
4481                            DataSource dataSource = userPersistence.getDataSource();
4482    
4483                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
4484                                            sql, new int[0]);
4485    
4486                            sqlUpdate.update();
4487                    }
4488                    catch (Exception e) {
4489                            throw new SystemException(e);
4490                    }
4491            }
4492    
4493            @BeanReference(type = AccountLocalService.class)
4494            protected AccountLocalService accountLocalService;
4495            @BeanReference(type = AccountService.class)
4496            protected AccountService accountService;
4497            @BeanReference(type = AccountPersistence.class)
4498            protected AccountPersistence accountPersistence;
4499            @BeanReference(type = AddressLocalService.class)
4500            protected AddressLocalService addressLocalService;
4501            @BeanReference(type = AddressService.class)
4502            protected AddressService addressService;
4503            @BeanReference(type = AddressPersistence.class)
4504            protected AddressPersistence addressPersistence;
4505            @BeanReference(type = BrowserTrackerLocalService.class)
4506            protected BrowserTrackerLocalService browserTrackerLocalService;
4507            @BeanReference(type = BrowserTrackerPersistence.class)
4508            protected BrowserTrackerPersistence browserTrackerPersistence;
4509            @BeanReference(type = ClassNameLocalService.class)
4510            protected ClassNameLocalService classNameLocalService;
4511            @BeanReference(type = ClassNameService.class)
4512            protected ClassNameService classNameService;
4513            @BeanReference(type = ClassNamePersistence.class)
4514            protected ClassNamePersistence classNamePersistence;
4515            @BeanReference(type = ClusterGroupLocalService.class)
4516            protected ClusterGroupLocalService clusterGroupLocalService;
4517            @BeanReference(type = ClusterGroupPersistence.class)
4518            protected ClusterGroupPersistence clusterGroupPersistence;
4519            @BeanReference(type = CMISRepositoryLocalService.class)
4520            protected CMISRepositoryLocalService cmisRepositoryLocalService;
4521            @BeanReference(type = CompanyLocalService.class)
4522            protected CompanyLocalService companyLocalService;
4523            @BeanReference(type = CompanyService.class)
4524            protected CompanyService companyService;
4525            @BeanReference(type = CompanyPersistence.class)
4526            protected CompanyPersistence companyPersistence;
4527            @BeanReference(type = ContactLocalService.class)
4528            protected ContactLocalService contactLocalService;
4529            @BeanReference(type = ContactService.class)
4530            protected ContactService contactService;
4531            @BeanReference(type = ContactPersistence.class)
4532            protected ContactPersistence contactPersistence;
4533            @BeanReference(type = CountryService.class)
4534            protected CountryService countryService;
4535            @BeanReference(type = CountryPersistence.class)
4536            protected CountryPersistence countryPersistence;
4537            @BeanReference(type = EmailAddressLocalService.class)
4538            protected EmailAddressLocalService emailAddressLocalService;
4539            @BeanReference(type = EmailAddressService.class)
4540            protected EmailAddressService emailAddressService;
4541            @BeanReference(type = EmailAddressPersistence.class)
4542            protected EmailAddressPersistence emailAddressPersistence;
4543            @BeanReference(type = GroupLocalService.class)
4544            protected GroupLocalService groupLocalService;
4545            @BeanReference(type = GroupService.class)
4546            protected GroupService groupService;
4547            @BeanReference(type = GroupPersistence.class)
4548            protected GroupPersistence groupPersistence;
4549            @BeanReference(type = GroupFinder.class)
4550            protected GroupFinder groupFinder;
4551            @BeanReference(type = ImageLocalService.class)
4552            protected ImageLocalService imageLocalService;
4553            @BeanReference(type = ImageService.class)
4554            protected ImageService imageService;
4555            @BeanReference(type = ImagePersistence.class)
4556            protected ImagePersistence imagePersistence;
4557            @BeanReference(type = LayoutLocalService.class)
4558            protected LayoutLocalService layoutLocalService;
4559            @BeanReference(type = LayoutService.class)
4560            protected LayoutService layoutService;
4561            @BeanReference(type = LayoutPersistence.class)
4562            protected LayoutPersistence layoutPersistence;
4563            @BeanReference(type = LayoutFinder.class)
4564            protected LayoutFinder layoutFinder;
4565            @BeanReference(type = LayoutBranchLocalService.class)
4566            protected LayoutBranchLocalService layoutBranchLocalService;
4567            @BeanReference(type = LayoutBranchService.class)
4568            protected LayoutBranchService layoutBranchService;
4569            @BeanReference(type = LayoutBranchPersistence.class)
4570            protected LayoutBranchPersistence layoutBranchPersistence;
4571            @BeanReference(type = LayoutPrototypeLocalService.class)
4572            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
4573            @BeanReference(type = LayoutPrototypeService.class)
4574            protected LayoutPrototypeService layoutPrototypeService;
4575            @BeanReference(type = LayoutPrototypePersistence.class)
4576            protected LayoutPrototypePersistence layoutPrototypePersistence;
4577            @BeanReference(type = LayoutRevisionLocalService.class)
4578            protected LayoutRevisionLocalService layoutRevisionLocalService;
4579            @BeanReference(type = LayoutRevisionService.class)
4580            protected LayoutRevisionService layoutRevisionService;
4581            @BeanReference(type = LayoutRevisionPersistence.class)
4582            protected LayoutRevisionPersistence layoutRevisionPersistence;
4583            @BeanReference(type = LayoutSetLocalService.class)
4584            protected LayoutSetLocalService layoutSetLocalService;
4585            @BeanReference(type = LayoutSetService.class)
4586            protected LayoutSetService layoutSetService;
4587            @BeanReference(type = LayoutSetPersistence.class)
4588            protected LayoutSetPersistence layoutSetPersistence;
4589            @BeanReference(type = LayoutSetBranchLocalService.class)
4590            protected LayoutSetBranchLocalService layoutSetBranchLocalService;
4591            @BeanReference(type = LayoutSetBranchService.class)
4592            protected LayoutSetBranchService layoutSetBranchService;
4593            @BeanReference(type = LayoutSetBranchPersistence.class)
4594            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
4595            @BeanReference(type = LayoutSetBranchFinder.class)
4596            protected LayoutSetBranchFinder layoutSetBranchFinder;
4597            @BeanReference(type = LayoutSetPrototypeLocalService.class)
4598            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
4599            @BeanReference(type = LayoutSetPrototypeService.class)
4600            protected LayoutSetPrototypeService layoutSetPrototypeService;
4601            @BeanReference(type = LayoutSetPrototypePersistence.class)
4602            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
4603            @BeanReference(type = LayoutTemplateLocalService.class)
4604            protected LayoutTemplateLocalService layoutTemplateLocalService;
4605            @BeanReference(type = ListTypeService.class)
4606            protected ListTypeService listTypeService;
4607            @BeanReference(type = ListTypePersistence.class)
4608            protected ListTypePersistence listTypePersistence;
4609            @BeanReference(type = LockLocalService.class)
4610            protected LockLocalService lockLocalService;
4611            @BeanReference(type = LockPersistence.class)
4612            protected LockPersistence lockPersistence;
4613            @BeanReference(type = LockFinder.class)
4614            protected LockFinder lockFinder;
4615            @BeanReference(type = MembershipRequestLocalService.class)
4616            protected MembershipRequestLocalService membershipRequestLocalService;
4617            @BeanReference(type = MembershipRequestService.class)
4618            protected MembershipRequestService membershipRequestService;
4619            @BeanReference(type = MembershipRequestPersistence.class)
4620            protected MembershipRequestPersistence membershipRequestPersistence;
4621            @BeanReference(type = OrganizationLocalService.class)
4622            protected OrganizationLocalService organizationLocalService;
4623            @BeanReference(type = OrganizationService.class)
4624            protected OrganizationService organizationService;
4625            @BeanReference(type = OrganizationPersistence.class)
4626            protected OrganizationPersistence organizationPersistence;
4627            @BeanReference(type = OrganizationFinder.class)
4628            protected OrganizationFinder organizationFinder;
4629            @BeanReference(type = OrgGroupPermissionPersistence.class)
4630            protected OrgGroupPermissionPersistence orgGroupPermissionPersistence;
4631            @BeanReference(type = OrgGroupPermissionFinder.class)
4632            protected OrgGroupPermissionFinder orgGroupPermissionFinder;
4633            @BeanReference(type = OrgGroupRolePersistence.class)
4634            protected OrgGroupRolePersistence orgGroupRolePersistence;
4635            @BeanReference(type = OrgLaborLocalService.class)
4636            protected OrgLaborLocalService orgLaborLocalService;
4637            @BeanReference(type = OrgLaborService.class)
4638            protected OrgLaborService orgLaborService;
4639            @BeanReference(type = OrgLaborPersistence.class)
4640            protected OrgLaborPersistence orgLaborPersistence;
4641            @BeanReference(type = PasswordPolicyLocalService.class)
4642            protected PasswordPolicyLocalService passwordPolicyLocalService;
4643            @BeanReference(type = PasswordPolicyService.class)
4644            protected PasswordPolicyService passwordPolicyService;
4645            @BeanReference(type = PasswordPolicyPersistence.class)
4646            protected PasswordPolicyPersistence passwordPolicyPersistence;
4647            @BeanReference(type = PasswordPolicyFinder.class)
4648            protected PasswordPolicyFinder passwordPolicyFinder;
4649            @BeanReference(type = PasswordPolicyRelLocalService.class)
4650            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
4651            @BeanReference(type = PasswordPolicyRelPersistence.class)
4652            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
4653            @BeanReference(type = PasswordTrackerLocalService.class)
4654            protected PasswordTrackerLocalService passwordTrackerLocalService;
4655            @BeanReference(type = PasswordTrackerPersistence.class)
4656            protected PasswordTrackerPersistence passwordTrackerPersistence;
4657            @BeanReference(type = PermissionLocalService.class)
4658            protected PermissionLocalService permissionLocalService;
4659            @BeanReference(type = PermissionService.class)
4660            protected PermissionService permissionService;
4661            @BeanReference(type = PermissionPersistence.class)
4662            protected PermissionPersistence permissionPersistence;
4663            @BeanReference(type = PermissionFinder.class)
4664            protected PermissionFinder permissionFinder;
4665            @BeanReference(type = PhoneLocalService.class)
4666            protected PhoneLocalService phoneLocalService;
4667            @BeanReference(type = PhoneService.class)
4668            protected PhoneService phoneService;
4669            @BeanReference(type = PhonePersistence.class)
4670            protected PhonePersistence phonePersistence;
4671            @BeanReference(type = PluginSettingLocalService.class)
4672            protected PluginSettingLocalService pluginSettingLocalService;
4673            @BeanReference(type = PluginSettingService.class)
4674            protected PluginSettingService pluginSettingService;
4675            @BeanReference(type = PluginSettingPersistence.class)
4676            protected PluginSettingPersistence pluginSettingPersistence;
4677            @BeanReference(type = PortalLocalService.class)
4678            protected PortalLocalService portalLocalService;
4679            @BeanReference(type = PortalService.class)
4680            protected PortalService portalService;
4681            @BeanReference(type = PortalPreferencesLocalService.class)
4682            protected PortalPreferencesLocalService portalPreferencesLocalService;
4683            @BeanReference(type = PortalPreferencesPersistence.class)
4684            protected PortalPreferencesPersistence portalPreferencesPersistence;
4685            @BeanReference(type = PortletLocalService.class)
4686            protected PortletLocalService portletLocalService;
4687            @BeanReference(type = PortletService.class)
4688            protected PortletService portletService;
4689            @BeanReference(type = PortletPersistence.class)
4690            protected PortletPersistence portletPersistence;
4691            @BeanReference(type = PortletItemLocalService.class)
4692            protected PortletItemLocalService portletItemLocalService;
4693            @BeanReference(type = PortletItemPersistence.class)
4694            protected PortletItemPersistence portletItemPersistence;
4695            @BeanReference(type = PortletPreferencesLocalService.class)
4696            protected PortletPreferencesLocalService portletPreferencesLocalService;
4697            @BeanReference(type = PortletPreferencesService.class)
4698            protected PortletPreferencesService portletPreferencesService;
4699            @BeanReference(type = PortletPreferencesPersistence.class)
4700            protected PortletPreferencesPersistence portletPreferencesPersistence;
4701            @BeanReference(type = PortletPreferencesFinder.class)
4702            protected PortletPreferencesFinder portletPreferencesFinder;
4703            @BeanReference(type = QuartzLocalService.class)
4704            protected QuartzLocalService quartzLocalService;
4705            @BeanReference(type = RegionService.class)
4706            protected RegionService regionService;
4707            @BeanReference(type = RegionPersistence.class)
4708            protected RegionPersistence regionPersistence;
4709            @BeanReference(type = ReleaseLocalService.class)
4710            protected ReleaseLocalService releaseLocalService;
4711            @BeanReference(type = ReleasePersistence.class)
4712            protected ReleasePersistence releasePersistence;
4713            @BeanReference(type = RepositoryLocalService.class)
4714            protected RepositoryLocalService repositoryLocalService;
4715            @BeanReference(type = RepositoryService.class)
4716            protected RepositoryService repositoryService;
4717            @BeanReference(type = RepositoryPersistence.class)
4718            protected RepositoryPersistence repositoryPersistence;
4719            @BeanReference(type = RepositoryEntryLocalService.class)
4720            protected RepositoryEntryLocalService repositoryEntryLocalService;
4721            @BeanReference(type = RepositoryEntryPersistence.class)
4722            protected RepositoryEntryPersistence repositoryEntryPersistence;
4723            @BeanReference(type = ResourceLocalService.class)
4724            protected ResourceLocalService resourceLocalService;
4725            @BeanReference(type = ResourceService.class)
4726            protected ResourceService resourceService;
4727            @BeanReference(type = ResourcePersistence.class)
4728            protected ResourcePersistence resourcePersistence;
4729            @BeanReference(type = ResourceFinder.class)
4730            protected ResourceFinder resourceFinder;
4731            @BeanReference(type = ResourceActionLocalService.class)
4732            protected ResourceActionLocalService resourceActionLocalService;
4733            @BeanReference(type = ResourceActionPersistence.class)
4734            protected ResourceActionPersistence resourceActionPersistence;
4735            @BeanReference(type = ResourceBlockLocalService.class)
4736            protected ResourceBlockLocalService resourceBlockLocalService;
4737            @BeanReference(type = ResourceBlockService.class)
4738            protected ResourceBlockService resourceBlockService;
4739            @BeanReference(type = ResourceBlockPersistence.class)
4740            protected ResourceBlockPersistence resourceBlockPersistence;
4741            @BeanReference(type = ResourceBlockFinder.class)
4742            protected ResourceBlockFinder resourceBlockFinder;
4743            @BeanReference(type = ResourceBlockPermissionLocalService.class)
4744            protected ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
4745            @BeanReference(type = ResourceBlockPermissionPersistence.class)
4746            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
4747            @BeanReference(type = ResourceCodeLocalService.class)
4748            protected ResourceCodeLocalService resourceCodeLocalService;
4749            @BeanReference(type = ResourceCodePersistence.class)
4750            protected ResourceCodePersistence resourceCodePersistence;
4751            @BeanReference(type = ResourcePermissionLocalService.class)
4752            protected ResourcePermissionLocalService resourcePermissionLocalService;
4753            @BeanReference(type = ResourcePermissionService.class)
4754            protected ResourcePermissionService resourcePermissionService;
4755            @BeanReference(type = ResourcePermissionPersistence.class)
4756            protected ResourcePermissionPersistence resourcePermissionPersistence;
4757            @BeanReference(type = ResourcePermissionFinder.class)
4758            protected ResourcePermissionFinder resourcePermissionFinder;
4759            @BeanReference(type = ResourceTypePermissionLocalService.class)
4760            protected ResourceTypePermissionLocalService resourceTypePermissionLocalService;
4761            @BeanReference(type = ResourceTypePermissionPersistence.class)
4762            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
4763            @BeanReference(type = ResourceTypePermissionFinder.class)
4764            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
4765            @BeanReference(type = RoleLocalService.class)
4766            protected RoleLocalService roleLocalService;
4767            @BeanReference(type = RoleService.class)
4768            protected RoleService roleService;
4769            @BeanReference(type = RolePersistence.class)
4770            protected RolePersistence rolePersistence;
4771            @BeanReference(type = RoleFinder.class)
4772            protected RoleFinder roleFinder;
4773            @BeanReference(type = ServiceComponentLocalService.class)
4774            protected ServiceComponentLocalService serviceComponentLocalService;
4775            @BeanReference(type = ServiceComponentPersistence.class)
4776            protected ServiceComponentPersistence serviceComponentPersistence;
4777            @BeanReference(type = ShardLocalService.class)
4778            protected ShardLocalService shardLocalService;
4779            @BeanReference(type = ShardPersistence.class)
4780            protected ShardPersistence shardPersistence;
4781            @BeanReference(type = SubscriptionLocalService.class)
4782            protected SubscriptionLocalService subscriptionLocalService;
4783            @BeanReference(type = SubscriptionPersistence.class)
4784            protected SubscriptionPersistence subscriptionPersistence;
4785            @BeanReference(type = TeamLocalService.class)
4786            protected TeamLocalService teamLocalService;
4787            @BeanReference(type = TeamService.class)
4788            protected TeamService teamService;
4789            @BeanReference(type = TeamPersistence.class)
4790            protected TeamPersistence teamPersistence;
4791            @BeanReference(type = TeamFinder.class)
4792            protected TeamFinder teamFinder;
4793            @BeanReference(type = ThemeLocalService.class)
4794            protected ThemeLocalService themeLocalService;
4795            @BeanReference(type = ThemeService.class)
4796            protected ThemeService themeService;
4797            @BeanReference(type = TicketLocalService.class)
4798            protected TicketLocalService ticketLocalService;
4799            @BeanReference(type = TicketPersistence.class)
4800            protected TicketPersistence ticketPersistence;
4801            @BeanReference(type = UserLocalService.class)
4802            protected UserLocalService userLocalService;
4803            @BeanReference(type = UserService.class)
4804            protected UserService userService;
4805            @BeanReference(type = UserPersistence.class)
4806            protected UserPersistence userPersistence;
4807            @BeanReference(type = UserFinder.class)
4808            protected UserFinder userFinder;
4809            @BeanReference(type = UserGroupLocalService.class)
4810            protected UserGroupLocalService userGroupLocalService;
4811            @BeanReference(type = UserGroupService.class)
4812            protected UserGroupService userGroupService;
4813            @BeanReference(type = UserGroupPersistence.class)
4814            protected UserGroupPersistence userGroupPersistence;
4815            @BeanReference(type = UserGroupFinder.class)
4816            protected UserGroupFinder userGroupFinder;
4817            @BeanReference(type = UserGroupGroupRoleLocalService.class)
4818            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
4819            @BeanReference(type = UserGroupGroupRoleService.class)
4820            protected UserGroupGroupRoleService userGroupGroupRoleService;
4821            @BeanReference(type = UserGroupGroupRolePersistence.class)
4822            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
4823            @BeanReference(type = UserGroupRoleLocalService.class)
4824            protected UserGroupRoleLocalService userGroupRoleLocalService;
4825            @BeanReference(type = UserGroupRoleService.class)
4826            protected UserGroupRoleService userGroupRoleService;
4827            @BeanReference(type = UserGroupRolePersistence.class)
4828            protected UserGroupRolePersistence userGroupRolePersistence;
4829            @BeanReference(type = UserGroupRoleFinder.class)
4830            protected UserGroupRoleFinder userGroupRoleFinder;
4831            @BeanReference(type = UserIdMapperLocalService.class)
4832            protected UserIdMapperLocalService userIdMapperLocalService;
4833            @BeanReference(type = UserIdMapperPersistence.class)
4834            protected UserIdMapperPersistence userIdMapperPersistence;
4835            @BeanReference(type = UserNotificationEventLocalService.class)
4836            protected UserNotificationEventLocalService userNotificationEventLocalService;
4837            @BeanReference(type = UserNotificationEventPersistence.class)
4838            protected UserNotificationEventPersistence userNotificationEventPersistence;
4839            @BeanReference(type = UserTrackerLocalService.class)
4840            protected UserTrackerLocalService userTrackerLocalService;
4841            @BeanReference(type = UserTrackerPersistence.class)
4842            protected UserTrackerPersistence userTrackerPersistence;
4843            @BeanReference(type = UserTrackerPathLocalService.class)
4844            protected UserTrackerPathLocalService userTrackerPathLocalService;
4845            @BeanReference(type = UserTrackerPathPersistence.class)
4846            protected UserTrackerPathPersistence userTrackerPathPersistence;
4847            @BeanReference(type = VirtualHostLocalService.class)
4848            protected VirtualHostLocalService virtualHostLocalService;
4849            @BeanReference(type = VirtualHostPersistence.class)
4850            protected VirtualHostPersistence virtualHostPersistence;
4851            @BeanReference(type = WebDAVPropsLocalService.class)
4852            protected WebDAVPropsLocalService webDAVPropsLocalService;
4853            @BeanReference(type = WebDAVPropsPersistence.class)
4854            protected WebDAVPropsPersistence webDAVPropsPersistence;
4855            @BeanReference(type = WebsiteLocalService.class)
4856            protected WebsiteLocalService websiteLocalService;
4857            @BeanReference(type = WebsiteService.class)
4858            protected WebsiteService websiteService;
4859            @BeanReference(type = WebsitePersistence.class)
4860            protected WebsitePersistence websitePersistence;
4861            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
4862            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
4863            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
4864            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
4865            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
4866            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
4867            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
4868            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
4869            @BeanReference(type = CounterLocalService.class)
4870            protected CounterLocalService counterLocalService;
4871            @BeanReference(type = MailService.class)
4872            protected MailService mailService;
4873            @BeanReference(type = AnnouncementsDeliveryLocalService.class)
4874            protected AnnouncementsDeliveryLocalService announcementsDeliveryLocalService;
4875            @BeanReference(type = AnnouncementsDeliveryService.class)
4876            protected AnnouncementsDeliveryService announcementsDeliveryService;
4877            @BeanReference(type = AnnouncementsDeliveryPersistence.class)
4878            protected AnnouncementsDeliveryPersistence announcementsDeliveryPersistence;
4879            @BeanReference(type = AssetEntryLocalService.class)
4880            protected AssetEntryLocalService assetEntryLocalService;
4881            @BeanReference(type = AssetEntryService.class)
4882            protected AssetEntryService assetEntryService;
4883            @BeanReference(type = AssetEntryPersistence.class)
4884            protected AssetEntryPersistence assetEntryPersistence;
4885            @BeanReference(type = AssetEntryFinder.class)
4886            protected AssetEntryFinder assetEntryFinder;
4887            @BeanReference(type = BlogsStatsUserLocalService.class)
4888            protected BlogsStatsUserLocalService blogsStatsUserLocalService;
4889            @BeanReference(type = BlogsStatsUserPersistence.class)
4890            protected BlogsStatsUserPersistence blogsStatsUserPersistence;
4891            @BeanReference(type = BlogsStatsUserFinder.class)
4892            protected BlogsStatsUserFinder blogsStatsUserFinder;
4893            @BeanReference(type = DLFileRankLocalService.class)
4894            protected DLFileRankLocalService dlFileRankLocalService;
4895            @BeanReference(type = DLFileRankPersistence.class)
4896            protected DLFileRankPersistence dlFileRankPersistence;
4897            @BeanReference(type = DLFileRankFinder.class)
4898            protected DLFileRankFinder dlFileRankFinder;
4899            @BeanReference(type = ExpandoValueLocalService.class)
4900            protected ExpandoValueLocalService expandoValueLocalService;
4901            @BeanReference(type = ExpandoValueService.class)
4902            protected ExpandoValueService expandoValueService;
4903            @BeanReference(type = ExpandoValuePersistence.class)
4904            protected ExpandoValuePersistence expandoValuePersistence;
4905            @BeanReference(type = MBBanLocalService.class)
4906            protected MBBanLocalService mbBanLocalService;
4907            @BeanReference(type = MBBanService.class)
4908            protected MBBanService mbBanService;
4909            @BeanReference(type = MBBanPersistence.class)
4910            protected MBBanPersistence mbBanPersistence;
4911            @BeanReference(type = MBMessageLocalService.class)
4912            protected MBMessageLocalService mbMessageLocalService;
4913            @BeanReference(type = MBMessageService.class)
4914            protected MBMessageService mbMessageService;
4915            @BeanReference(type = MBMessagePersistence.class)
4916            protected MBMessagePersistence mbMessagePersistence;
4917            @BeanReference(type = MBMessageFinder.class)
4918            protected MBMessageFinder mbMessageFinder;
4919            @BeanReference(type = MBStatsUserLocalService.class)
4920            protected MBStatsUserLocalService mbStatsUserLocalService;
4921            @BeanReference(type = MBStatsUserPersistence.class)
4922            protected MBStatsUserPersistence mbStatsUserPersistence;
4923            @BeanReference(type = MBThreadFlagLocalService.class)
4924            protected MBThreadFlagLocalService mbThreadFlagLocalService;
4925            @BeanReference(type = MBThreadFlagPersistence.class)
4926            protected MBThreadFlagPersistence mbThreadFlagPersistence;
4927            @BeanReference(type = ShoppingCartLocalService.class)
4928            protected ShoppingCartLocalService shoppingCartLocalService;
4929            @BeanReference(type = ShoppingCartPersistence.class)
4930            protected ShoppingCartPersistence shoppingCartPersistence;
4931            @BeanReference(type = SocialActivityLocalService.class)
4932            protected SocialActivityLocalService socialActivityLocalService;
4933            @BeanReference(type = SocialActivityPersistence.class)
4934            protected SocialActivityPersistence socialActivityPersistence;
4935            @BeanReference(type = SocialActivityFinder.class)
4936            protected SocialActivityFinder socialActivityFinder;
4937            @BeanReference(type = SocialRequestLocalService.class)
4938            protected SocialRequestLocalService socialRequestLocalService;
4939            @BeanReference(type = SocialRequestPersistence.class)
4940            protected SocialRequestPersistence socialRequestPersistence;
4941            private String _beanIdentifier;
4942    }