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