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