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