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