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