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