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