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