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