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