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