001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.counter.service.CounterLocalService;
018    
019    import com.liferay.portal.kernel.bean.BeanReference;
020    import com.liferay.portal.kernel.bean.IdentifiableBean;
021    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
022    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
023    import com.liferay.portal.kernel.exception.SystemException;
024    import com.liferay.portal.model.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.BaseServiceImpl;
030    import com.liferay.portal.service.BrowserTrackerLocalService;
031    import com.liferay.portal.service.CMISRepositoryLocalService;
032    import com.liferay.portal.service.ClassNameLocalService;
033    import com.liferay.portal.service.ClassNameService;
034    import com.liferay.portal.service.ClusterGroupLocalService;
035    import com.liferay.portal.service.CompanyLocalService;
036    import com.liferay.portal.service.CompanyService;
037    import com.liferay.portal.service.ContactLocalService;
038    import com.liferay.portal.service.ContactService;
039    import com.liferay.portal.service.CountryService;
040    import com.liferay.portal.service.EmailAddressLocalService;
041    import com.liferay.portal.service.EmailAddressService;
042    import com.liferay.portal.service.GroupLocalService;
043    import com.liferay.portal.service.GroupService;
044    import com.liferay.portal.service.ImageLocalService;
045    import com.liferay.portal.service.ImageService;
046    import com.liferay.portal.service.LayoutBranchLocalService;
047    import com.liferay.portal.service.LayoutBranchService;
048    import com.liferay.portal.service.LayoutLocalService;
049    import com.liferay.portal.service.LayoutPrototypeLocalService;
050    import com.liferay.portal.service.LayoutPrototypeService;
051    import com.liferay.portal.service.LayoutRevisionLocalService;
052    import com.liferay.portal.service.LayoutRevisionService;
053    import com.liferay.portal.service.LayoutService;
054    import com.liferay.portal.service.LayoutSetBranchLocalService;
055    import com.liferay.portal.service.LayoutSetBranchService;
056    import com.liferay.portal.service.LayoutSetLocalService;
057    import com.liferay.portal.service.LayoutSetPrototypeLocalService;
058    import com.liferay.portal.service.LayoutSetPrototypeService;
059    import com.liferay.portal.service.LayoutSetService;
060    import com.liferay.portal.service.LayoutTemplateLocalService;
061    import com.liferay.portal.service.ListTypeService;
062    import com.liferay.portal.service.LockLocalService;
063    import com.liferay.portal.service.MembershipRequestLocalService;
064    import com.liferay.portal.service.MembershipRequestService;
065    import com.liferay.portal.service.OrgLaborLocalService;
066    import com.liferay.portal.service.OrgLaborService;
067    import com.liferay.portal.service.OrganizationLocalService;
068    import com.liferay.portal.service.OrganizationService;
069    import com.liferay.portal.service.PasswordPolicyLocalService;
070    import com.liferay.portal.service.PasswordPolicyRelLocalService;
071    import com.liferay.portal.service.PasswordPolicyService;
072    import com.liferay.portal.service.PasswordTrackerLocalService;
073    import com.liferay.portal.service.PermissionLocalService;
074    import com.liferay.portal.service.PermissionService;
075    import com.liferay.portal.service.PhoneLocalService;
076    import com.liferay.portal.service.PhoneService;
077    import com.liferay.portal.service.PluginSettingLocalService;
078    import com.liferay.portal.service.PluginSettingService;
079    import com.liferay.portal.service.PortalLocalService;
080    import com.liferay.portal.service.PortalPreferencesLocalService;
081    import com.liferay.portal.service.PortalService;
082    import com.liferay.portal.service.PortletItemLocalService;
083    import com.liferay.portal.service.PortletLocalService;
084    import com.liferay.portal.service.PortletPreferencesLocalService;
085    import com.liferay.portal.service.PortletPreferencesService;
086    import com.liferay.portal.service.PortletService;
087    import com.liferay.portal.service.QuartzLocalService;
088    import com.liferay.portal.service.RegionService;
089    import com.liferay.portal.service.ReleaseLocalService;
090    import com.liferay.portal.service.RepositoryEntryLocalService;
091    import com.liferay.portal.service.RepositoryLocalService;
092    import com.liferay.portal.service.RepositoryService;
093    import com.liferay.portal.service.ResourceActionLocalService;
094    import com.liferay.portal.service.ResourceBlockLocalService;
095    import com.liferay.portal.service.ResourceBlockPermissionLocalService;
096    import com.liferay.portal.service.ResourceBlockService;
097    import com.liferay.portal.service.ResourceCodeLocalService;
098    import com.liferay.portal.service.ResourceLocalService;
099    import com.liferay.portal.service.ResourcePermissionLocalService;
100    import com.liferay.portal.service.ResourcePermissionService;
101    import com.liferay.portal.service.ResourceService;
102    import com.liferay.portal.service.ResourceTypePermissionLocalService;
103    import com.liferay.portal.service.RoleLocalService;
104    import com.liferay.portal.service.RoleService;
105    import com.liferay.portal.service.ServiceComponentLocalService;
106    import com.liferay.portal.service.ShardLocalService;
107    import com.liferay.portal.service.SubscriptionLocalService;
108    import com.liferay.portal.service.TeamLocalService;
109    import com.liferay.portal.service.TeamService;
110    import com.liferay.portal.service.ThemeLocalService;
111    import com.liferay.portal.service.ThemeService;
112    import com.liferay.portal.service.TicketLocalService;
113    import com.liferay.portal.service.UserGroupGroupRoleLocalService;
114    import com.liferay.portal.service.UserGroupGroupRoleService;
115    import com.liferay.portal.service.UserGroupLocalService;
116    import com.liferay.portal.service.UserGroupRoleLocalService;
117    import com.liferay.portal.service.UserGroupRoleService;
118    import com.liferay.portal.service.UserGroupService;
119    import com.liferay.portal.service.UserIdMapperLocalService;
120    import com.liferay.portal.service.UserLocalService;
121    import com.liferay.portal.service.UserNotificationEventLocalService;
122    import com.liferay.portal.service.UserService;
123    import com.liferay.portal.service.UserTrackerLocalService;
124    import com.liferay.portal.service.UserTrackerPathLocalService;
125    import com.liferay.portal.service.VirtualHostLocalService;
126    import com.liferay.portal.service.WebDAVPropsLocalService;
127    import com.liferay.portal.service.WebsiteLocalService;
128    import com.liferay.portal.service.WebsiteService;
129    import com.liferay.portal.service.WorkflowDefinitionLinkLocalService;
130    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
131    import com.liferay.portal.service.persistence.AccountPersistence;
132    import com.liferay.portal.service.persistence.AddressPersistence;
133    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
134    import com.liferay.portal.service.persistence.ClassNamePersistence;
135    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
136    import com.liferay.portal.service.persistence.CompanyPersistence;
137    import com.liferay.portal.service.persistence.ContactPersistence;
138    import com.liferay.portal.service.persistence.CountryPersistence;
139    import com.liferay.portal.service.persistence.EmailAddressPersistence;
140    import com.liferay.portal.service.persistence.GroupFinder;
141    import com.liferay.portal.service.persistence.GroupPersistence;
142    import com.liferay.portal.service.persistence.ImagePersistence;
143    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
144    import com.liferay.portal.service.persistence.LayoutFinder;
145    import com.liferay.portal.service.persistence.LayoutPersistence;
146    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
147    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
148    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
149    import com.liferay.portal.service.persistence.LayoutSetPersistence;
150    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
151    import com.liferay.portal.service.persistence.ListTypePersistence;
152    import com.liferay.portal.service.persistence.LockFinder;
153    import com.liferay.portal.service.persistence.LockPersistence;
154    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
155    import com.liferay.portal.service.persistence.OrgGroupPermissionFinder;
156    import com.liferay.portal.service.persistence.OrgGroupPermissionPersistence;
157    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
158    import com.liferay.portal.service.persistence.OrgLaborPersistence;
159    import com.liferay.portal.service.persistence.OrganizationFinder;
160    import com.liferay.portal.service.persistence.OrganizationPersistence;
161    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
162    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
163    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
164    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
165    import com.liferay.portal.service.persistence.PermissionFinder;
166    import com.liferay.portal.service.persistence.PermissionPersistence;
167    import com.liferay.portal.service.persistence.PhonePersistence;
168    import com.liferay.portal.service.persistence.PluginSettingPersistence;
169    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
170    import com.liferay.portal.service.persistence.PortletItemPersistence;
171    import com.liferay.portal.service.persistence.PortletPersistence;
172    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
173    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
174    import com.liferay.portal.service.persistence.RegionPersistence;
175    import com.liferay.portal.service.persistence.ReleasePersistence;
176    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
177    import com.liferay.portal.service.persistence.RepositoryPersistence;
178    import com.liferay.portal.service.persistence.ResourceActionPersistence;
179    import com.liferay.portal.service.persistence.ResourceBlockFinder;
180    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
181    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
182    import com.liferay.portal.service.persistence.ResourceCodePersistence;
183    import com.liferay.portal.service.persistence.ResourceFinder;
184    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
185    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
186    import com.liferay.portal.service.persistence.ResourcePersistence;
187    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
188    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
189    import com.liferay.portal.service.persistence.RoleFinder;
190    import com.liferay.portal.service.persistence.RolePersistence;
191    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
192    import com.liferay.portal.service.persistence.ShardPersistence;
193    import com.liferay.portal.service.persistence.SubscriptionPersistence;
194    import com.liferay.portal.service.persistence.TeamFinder;
195    import com.liferay.portal.service.persistence.TeamPersistence;
196    import com.liferay.portal.service.persistence.TicketPersistence;
197    import com.liferay.portal.service.persistence.UserFinder;
198    import com.liferay.portal.service.persistence.UserGroupFinder;
199    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
200    import com.liferay.portal.service.persistence.UserGroupPersistence;
201    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
202    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
203    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
204    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
205    import com.liferay.portal.service.persistence.UserPersistence;
206    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
207    import com.liferay.portal.service.persistence.UserTrackerPersistence;
208    import com.liferay.portal.service.persistence.VirtualHostPersistence;
209    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
210    import com.liferay.portal.service.persistence.WebsitePersistence;
211    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
212    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
213    
214    import 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 BaseServiceImpl
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 prototype local service.
1186             *
1187             * @return the layout set prototype local service
1188             */
1189            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1190                    return layoutSetPrototypeLocalService;
1191            }
1192    
1193            /**
1194             * Sets the layout set prototype local service.
1195             *
1196             * @param layoutSetPrototypeLocalService the layout set prototype local service
1197             */
1198            public void setLayoutSetPrototypeLocalService(
1199                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1200                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1201            }
1202    
1203            /**
1204             * Returns the layout set prototype remote service.
1205             *
1206             * @return the layout set prototype remote service
1207             */
1208            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
1209                    return layoutSetPrototypeService;
1210            }
1211    
1212            /**
1213             * Sets the layout set prototype remote service.
1214             *
1215             * @param layoutSetPrototypeService the layout set prototype remote service
1216             */
1217            public void setLayoutSetPrototypeService(
1218                    LayoutSetPrototypeService layoutSetPrototypeService) {
1219                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1220            }
1221    
1222            /**
1223             * Returns the layout set prototype persistence.
1224             *
1225             * @return the layout set prototype persistence
1226             */
1227            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1228                    return layoutSetPrototypePersistence;
1229            }
1230    
1231            /**
1232             * Sets the layout set prototype persistence.
1233             *
1234             * @param layoutSetPrototypePersistence the layout set prototype persistence
1235             */
1236            public void setLayoutSetPrototypePersistence(
1237                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1238                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1239            }
1240    
1241            /**
1242             * Returns the layout template local service.
1243             *
1244             * @return the layout template local service
1245             */
1246            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1247                    return layoutTemplateLocalService;
1248            }
1249    
1250            /**
1251             * Sets the layout template local service.
1252             *
1253             * @param layoutTemplateLocalService the layout template local service
1254             */
1255            public void setLayoutTemplateLocalService(
1256                    LayoutTemplateLocalService layoutTemplateLocalService) {
1257                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1258            }
1259    
1260            /**
1261             * Returns the list type remote service.
1262             *
1263             * @return the list type remote service
1264             */
1265            public ListTypeService getListTypeService() {
1266                    return listTypeService;
1267            }
1268    
1269            /**
1270             * Sets the list type remote service.
1271             *
1272             * @param listTypeService the list type remote service
1273             */
1274            public void setListTypeService(ListTypeService listTypeService) {
1275                    this.listTypeService = listTypeService;
1276            }
1277    
1278            /**
1279             * Returns the list type persistence.
1280             *
1281             * @return the list type persistence
1282             */
1283            public ListTypePersistence getListTypePersistence() {
1284                    return listTypePersistence;
1285            }
1286    
1287            /**
1288             * Sets the list type persistence.
1289             *
1290             * @param listTypePersistence the list type persistence
1291             */
1292            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1293                    this.listTypePersistence = listTypePersistence;
1294            }
1295    
1296            /**
1297             * Returns the lock local service.
1298             *
1299             * @return the lock local service
1300             */
1301            public LockLocalService getLockLocalService() {
1302                    return lockLocalService;
1303            }
1304    
1305            /**
1306             * Sets the lock local service.
1307             *
1308             * @param lockLocalService the lock local service
1309             */
1310            public void setLockLocalService(LockLocalService lockLocalService) {
1311                    this.lockLocalService = lockLocalService;
1312            }
1313    
1314            /**
1315             * Returns the lock persistence.
1316             *
1317             * @return the lock persistence
1318             */
1319            public LockPersistence getLockPersistence() {
1320                    return lockPersistence;
1321            }
1322    
1323            /**
1324             * Sets the lock persistence.
1325             *
1326             * @param lockPersistence the lock persistence
1327             */
1328            public void setLockPersistence(LockPersistence lockPersistence) {
1329                    this.lockPersistence = lockPersistence;
1330            }
1331    
1332            /**
1333             * Returns the lock finder.
1334             *
1335             * @return the lock finder
1336             */
1337            public LockFinder getLockFinder() {
1338                    return lockFinder;
1339            }
1340    
1341            /**
1342             * Sets the lock finder.
1343             *
1344             * @param lockFinder the lock finder
1345             */
1346            public void setLockFinder(LockFinder lockFinder) {
1347                    this.lockFinder = lockFinder;
1348            }
1349    
1350            /**
1351             * Returns the membership request local service.
1352             *
1353             * @return the membership request local service
1354             */
1355            public MembershipRequestLocalService getMembershipRequestLocalService() {
1356                    return membershipRequestLocalService;
1357            }
1358    
1359            /**
1360             * Sets the membership request local service.
1361             *
1362             * @param membershipRequestLocalService the membership request local service
1363             */
1364            public void setMembershipRequestLocalService(
1365                    MembershipRequestLocalService membershipRequestLocalService) {
1366                    this.membershipRequestLocalService = membershipRequestLocalService;
1367            }
1368    
1369            /**
1370             * Returns the membership request remote service.
1371             *
1372             * @return the membership request remote service
1373             */
1374            public MembershipRequestService getMembershipRequestService() {
1375                    return membershipRequestService;
1376            }
1377    
1378            /**
1379             * Sets the membership request remote service.
1380             *
1381             * @param membershipRequestService the membership request remote service
1382             */
1383            public void setMembershipRequestService(
1384                    MembershipRequestService membershipRequestService) {
1385                    this.membershipRequestService = membershipRequestService;
1386            }
1387    
1388            /**
1389             * Returns the membership request persistence.
1390             *
1391             * @return the membership request persistence
1392             */
1393            public MembershipRequestPersistence getMembershipRequestPersistence() {
1394                    return membershipRequestPersistence;
1395            }
1396    
1397            /**
1398             * Sets the membership request persistence.
1399             *
1400             * @param membershipRequestPersistence the membership request persistence
1401             */
1402            public void setMembershipRequestPersistence(
1403                    MembershipRequestPersistence membershipRequestPersistence) {
1404                    this.membershipRequestPersistence = membershipRequestPersistence;
1405            }
1406    
1407            /**
1408             * Returns the organization local service.
1409             *
1410             * @return the organization local service
1411             */
1412            public OrganizationLocalService getOrganizationLocalService() {
1413                    return organizationLocalService;
1414            }
1415    
1416            /**
1417             * Sets the organization local service.
1418             *
1419             * @param organizationLocalService the organization local service
1420             */
1421            public void setOrganizationLocalService(
1422                    OrganizationLocalService organizationLocalService) {
1423                    this.organizationLocalService = organizationLocalService;
1424            }
1425    
1426            /**
1427             * Returns the organization remote service.
1428             *
1429             * @return the organization remote service
1430             */
1431            public OrganizationService getOrganizationService() {
1432                    return organizationService;
1433            }
1434    
1435            /**
1436             * Sets the organization remote service.
1437             *
1438             * @param organizationService the organization remote service
1439             */
1440            public void setOrganizationService(OrganizationService organizationService) {
1441                    this.organizationService = organizationService;
1442            }
1443    
1444            /**
1445             * Returns the organization persistence.
1446             *
1447             * @return the organization persistence
1448             */
1449            public OrganizationPersistence getOrganizationPersistence() {
1450                    return organizationPersistence;
1451            }
1452    
1453            /**
1454             * Sets the organization persistence.
1455             *
1456             * @param organizationPersistence the organization persistence
1457             */
1458            public void setOrganizationPersistence(
1459                    OrganizationPersistence organizationPersistence) {
1460                    this.organizationPersistence = organizationPersistence;
1461            }
1462    
1463            /**
1464             * Returns the organization finder.
1465             *
1466             * @return the organization finder
1467             */
1468            public OrganizationFinder getOrganizationFinder() {
1469                    return organizationFinder;
1470            }
1471    
1472            /**
1473             * Sets the organization finder.
1474             *
1475             * @param organizationFinder the organization finder
1476             */
1477            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1478                    this.organizationFinder = organizationFinder;
1479            }
1480    
1481            /**
1482             * Returns the org group permission persistence.
1483             *
1484             * @return the org group permission persistence
1485             */
1486            public OrgGroupPermissionPersistence getOrgGroupPermissionPersistence() {
1487                    return orgGroupPermissionPersistence;
1488            }
1489    
1490            /**
1491             * Sets the org group permission persistence.
1492             *
1493             * @param orgGroupPermissionPersistence the org group permission persistence
1494             */
1495            public void setOrgGroupPermissionPersistence(
1496                    OrgGroupPermissionPersistence orgGroupPermissionPersistence) {
1497                    this.orgGroupPermissionPersistence = orgGroupPermissionPersistence;
1498            }
1499    
1500            /**
1501             * Returns the org group permission finder.
1502             *
1503             * @return the org group permission finder
1504             */
1505            public OrgGroupPermissionFinder getOrgGroupPermissionFinder() {
1506                    return orgGroupPermissionFinder;
1507            }
1508    
1509            /**
1510             * Sets the org group permission finder.
1511             *
1512             * @param orgGroupPermissionFinder the org group permission finder
1513             */
1514            public void setOrgGroupPermissionFinder(
1515                    OrgGroupPermissionFinder orgGroupPermissionFinder) {
1516                    this.orgGroupPermissionFinder = orgGroupPermissionFinder;
1517            }
1518    
1519            /**
1520             * Returns the org group role persistence.
1521             *
1522             * @return the org group role persistence
1523             */
1524            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1525                    return orgGroupRolePersistence;
1526            }
1527    
1528            /**
1529             * Sets the org group role persistence.
1530             *
1531             * @param orgGroupRolePersistence the org group role persistence
1532             */
1533            public void setOrgGroupRolePersistence(
1534                    OrgGroupRolePersistence orgGroupRolePersistence) {
1535                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1536            }
1537    
1538            /**
1539             * Returns the org labor local service.
1540             *
1541             * @return the org labor local service
1542             */
1543            public OrgLaborLocalService getOrgLaborLocalService() {
1544                    return orgLaborLocalService;
1545            }
1546    
1547            /**
1548             * Sets the org labor local service.
1549             *
1550             * @param orgLaborLocalService the org labor local service
1551             */
1552            public void setOrgLaborLocalService(
1553                    OrgLaborLocalService orgLaborLocalService) {
1554                    this.orgLaborLocalService = orgLaborLocalService;
1555            }
1556    
1557            /**
1558             * Returns the org labor remote service.
1559             *
1560             * @return the org labor remote service
1561             */
1562            public OrgLaborService getOrgLaborService() {
1563                    return orgLaborService;
1564            }
1565    
1566            /**
1567             * Sets the org labor remote service.
1568             *
1569             * @param orgLaborService the org labor remote service
1570             */
1571            public void setOrgLaborService(OrgLaborService orgLaborService) {
1572                    this.orgLaborService = orgLaborService;
1573            }
1574    
1575            /**
1576             * Returns the org labor persistence.
1577             *
1578             * @return the org labor persistence
1579             */
1580            public OrgLaborPersistence getOrgLaborPersistence() {
1581                    return orgLaborPersistence;
1582            }
1583    
1584            /**
1585             * Sets the org labor persistence.
1586             *
1587             * @param orgLaborPersistence the org labor persistence
1588             */
1589            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1590                    this.orgLaborPersistence = orgLaborPersistence;
1591            }
1592    
1593            /**
1594             * Returns the password policy local service.
1595             *
1596             * @return the password policy local service
1597             */
1598            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
1599                    return passwordPolicyLocalService;
1600            }
1601    
1602            /**
1603             * Sets the password policy local service.
1604             *
1605             * @param passwordPolicyLocalService the password policy local service
1606             */
1607            public void setPasswordPolicyLocalService(
1608                    PasswordPolicyLocalService passwordPolicyLocalService) {
1609                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1610            }
1611    
1612            /**
1613             * Returns the password policy remote service.
1614             *
1615             * @return the password policy remote service
1616             */
1617            public PasswordPolicyService getPasswordPolicyService() {
1618                    return passwordPolicyService;
1619            }
1620    
1621            /**
1622             * Sets the password policy remote service.
1623             *
1624             * @param passwordPolicyService the password policy remote service
1625             */
1626            public void setPasswordPolicyService(
1627                    PasswordPolicyService passwordPolicyService) {
1628                    this.passwordPolicyService = passwordPolicyService;
1629            }
1630    
1631            /**
1632             * Returns the password policy persistence.
1633             *
1634             * @return the password policy persistence
1635             */
1636            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1637                    return passwordPolicyPersistence;
1638            }
1639    
1640            /**
1641             * Sets the password policy persistence.
1642             *
1643             * @param passwordPolicyPersistence the password policy persistence
1644             */
1645            public void setPasswordPolicyPersistence(
1646                    PasswordPolicyPersistence passwordPolicyPersistence) {
1647                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1648            }
1649    
1650            /**
1651             * Returns the password policy finder.
1652             *
1653             * @return the password policy finder
1654             */
1655            public PasswordPolicyFinder getPasswordPolicyFinder() {
1656                    return passwordPolicyFinder;
1657            }
1658    
1659            /**
1660             * Sets the password policy finder.
1661             *
1662             * @param passwordPolicyFinder the password policy finder
1663             */
1664            public void setPasswordPolicyFinder(
1665                    PasswordPolicyFinder passwordPolicyFinder) {
1666                    this.passwordPolicyFinder = passwordPolicyFinder;
1667            }
1668    
1669            /**
1670             * Returns the password policy rel local service.
1671             *
1672             * @return the password policy rel local service
1673             */
1674            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1675                    return passwordPolicyRelLocalService;
1676            }
1677    
1678            /**
1679             * Sets the password policy rel local service.
1680             *
1681             * @param passwordPolicyRelLocalService the password policy rel local service
1682             */
1683            public void setPasswordPolicyRelLocalService(
1684                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1685                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1686            }
1687    
1688            /**
1689             * Returns the password policy rel persistence.
1690             *
1691             * @return the password policy rel persistence
1692             */
1693            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1694                    return passwordPolicyRelPersistence;
1695            }
1696    
1697            /**
1698             * Sets the password policy rel persistence.
1699             *
1700             * @param passwordPolicyRelPersistence the password policy rel persistence
1701             */
1702            public void setPasswordPolicyRelPersistence(
1703                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1704                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1705            }
1706    
1707            /**
1708             * Returns the password tracker local service.
1709             *
1710             * @return the password tracker local service
1711             */
1712            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
1713                    return passwordTrackerLocalService;
1714            }
1715    
1716            /**
1717             * Sets the password tracker local service.
1718             *
1719             * @param passwordTrackerLocalService the password tracker local service
1720             */
1721            public void setPasswordTrackerLocalService(
1722                    PasswordTrackerLocalService passwordTrackerLocalService) {
1723                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1724            }
1725    
1726            /**
1727             * Returns the password tracker persistence.
1728             *
1729             * @return the password tracker persistence
1730             */
1731            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1732                    return passwordTrackerPersistence;
1733            }
1734    
1735            /**
1736             * Sets the password tracker persistence.
1737             *
1738             * @param passwordTrackerPersistence the password tracker persistence
1739             */
1740            public void setPasswordTrackerPersistence(
1741                    PasswordTrackerPersistence passwordTrackerPersistence) {
1742                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1743            }
1744    
1745            /**
1746             * Returns the permission local service.
1747             *
1748             * @return the permission local service
1749             */
1750            public PermissionLocalService getPermissionLocalService() {
1751                    return permissionLocalService;
1752            }
1753    
1754            /**
1755             * Sets the permission local service.
1756             *
1757             * @param permissionLocalService the permission local service
1758             */
1759            public void setPermissionLocalService(
1760                    PermissionLocalService permissionLocalService) {
1761                    this.permissionLocalService = permissionLocalService;
1762            }
1763    
1764            /**
1765             * Returns the permission remote service.
1766             *
1767             * @return the permission remote service
1768             */
1769            public PermissionService getPermissionService() {
1770                    return permissionService;
1771            }
1772    
1773            /**
1774             * Sets the permission remote service.
1775             *
1776             * @param permissionService the permission remote service
1777             */
1778            public void setPermissionService(PermissionService permissionService) {
1779                    this.permissionService = permissionService;
1780            }
1781    
1782            /**
1783             * Returns the permission persistence.
1784             *
1785             * @return the permission persistence
1786             */
1787            public PermissionPersistence getPermissionPersistence() {
1788                    return permissionPersistence;
1789            }
1790    
1791            /**
1792             * Sets the permission persistence.
1793             *
1794             * @param permissionPersistence the permission persistence
1795             */
1796            public void setPermissionPersistence(
1797                    PermissionPersistence permissionPersistence) {
1798                    this.permissionPersistence = permissionPersistence;
1799            }
1800    
1801            /**
1802             * Returns the permission finder.
1803             *
1804             * @return the permission finder
1805             */
1806            public PermissionFinder getPermissionFinder() {
1807                    return permissionFinder;
1808            }
1809    
1810            /**
1811             * Sets the permission finder.
1812             *
1813             * @param permissionFinder the permission finder
1814             */
1815            public void setPermissionFinder(PermissionFinder permissionFinder) {
1816                    this.permissionFinder = permissionFinder;
1817            }
1818    
1819            /**
1820             * Returns the phone local service.
1821             *
1822             * @return the phone local service
1823             */
1824            public PhoneLocalService getPhoneLocalService() {
1825                    return phoneLocalService;
1826            }
1827    
1828            /**
1829             * Sets the phone local service.
1830             *
1831             * @param phoneLocalService the phone local service
1832             */
1833            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
1834                    this.phoneLocalService = phoneLocalService;
1835            }
1836    
1837            /**
1838             * Returns the phone remote service.
1839             *
1840             * @return the phone remote service
1841             */
1842            public PhoneService getPhoneService() {
1843                    return phoneService;
1844            }
1845    
1846            /**
1847             * Sets the phone remote service.
1848             *
1849             * @param phoneService the phone remote service
1850             */
1851            public void setPhoneService(PhoneService phoneService) {
1852                    this.phoneService = phoneService;
1853            }
1854    
1855            /**
1856             * Returns the phone persistence.
1857             *
1858             * @return the phone persistence
1859             */
1860            public PhonePersistence getPhonePersistence() {
1861                    return phonePersistence;
1862            }
1863    
1864            /**
1865             * Sets the phone persistence.
1866             *
1867             * @param phonePersistence the phone persistence
1868             */
1869            public void setPhonePersistence(PhonePersistence phonePersistence) {
1870                    this.phonePersistence = phonePersistence;
1871            }
1872    
1873            /**
1874             * Returns the plugin setting local service.
1875             *
1876             * @return the plugin setting local service
1877             */
1878            public PluginSettingLocalService getPluginSettingLocalService() {
1879                    return pluginSettingLocalService;
1880            }
1881    
1882            /**
1883             * Sets the plugin setting local service.
1884             *
1885             * @param pluginSettingLocalService the plugin setting local service
1886             */
1887            public void setPluginSettingLocalService(
1888                    PluginSettingLocalService pluginSettingLocalService) {
1889                    this.pluginSettingLocalService = pluginSettingLocalService;
1890            }
1891    
1892            /**
1893             * Returns the plugin setting remote service.
1894             *
1895             * @return the plugin setting remote service
1896             */
1897            public PluginSettingService getPluginSettingService() {
1898                    return pluginSettingService;
1899            }
1900    
1901            /**
1902             * Sets the plugin setting remote service.
1903             *
1904             * @param pluginSettingService the plugin setting remote service
1905             */
1906            public void setPluginSettingService(
1907                    PluginSettingService pluginSettingService) {
1908                    this.pluginSettingService = pluginSettingService;
1909            }
1910    
1911            /**
1912             * Returns the plugin setting persistence.
1913             *
1914             * @return the plugin setting persistence
1915             */
1916            public PluginSettingPersistence getPluginSettingPersistence() {
1917                    return pluginSettingPersistence;
1918            }
1919    
1920            /**
1921             * Sets the plugin setting persistence.
1922             *
1923             * @param pluginSettingPersistence the plugin setting persistence
1924             */
1925            public void setPluginSettingPersistence(
1926                    PluginSettingPersistence pluginSettingPersistence) {
1927                    this.pluginSettingPersistence = pluginSettingPersistence;
1928            }
1929    
1930            /**
1931             * Returns the portal local service.
1932             *
1933             * @return the portal local service
1934             */
1935            public PortalLocalService getPortalLocalService() {
1936                    return portalLocalService;
1937            }
1938    
1939            /**
1940             * Sets the portal local service.
1941             *
1942             * @param portalLocalService the portal local service
1943             */
1944            public void setPortalLocalService(PortalLocalService portalLocalService) {
1945                    this.portalLocalService = portalLocalService;
1946            }
1947    
1948            /**
1949             * Returns the portal remote service.
1950             *
1951             * @return the portal remote service
1952             */
1953            public PortalService getPortalService() {
1954                    return portalService;
1955            }
1956    
1957            /**
1958             * Sets the portal remote service.
1959             *
1960             * @param portalService the portal remote service
1961             */
1962            public void setPortalService(PortalService portalService) {
1963                    this.portalService = portalService;
1964            }
1965    
1966            /**
1967             * Returns the portal preferences local service.
1968             *
1969             * @return the portal preferences local service
1970             */
1971            public PortalPreferencesLocalService getPortalPreferencesLocalService() {
1972                    return portalPreferencesLocalService;
1973            }
1974    
1975            /**
1976             * Sets the portal preferences local service.
1977             *
1978             * @param portalPreferencesLocalService the portal preferences local service
1979             */
1980            public void setPortalPreferencesLocalService(
1981                    PortalPreferencesLocalService portalPreferencesLocalService) {
1982                    this.portalPreferencesLocalService = portalPreferencesLocalService;
1983            }
1984    
1985            /**
1986             * Returns the portal preferences persistence.
1987             *
1988             * @return the portal preferences persistence
1989             */
1990            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
1991                    return portalPreferencesPersistence;
1992            }
1993    
1994            /**
1995             * Sets the portal preferences persistence.
1996             *
1997             * @param portalPreferencesPersistence the portal preferences persistence
1998             */
1999            public void setPortalPreferencesPersistence(
2000                    PortalPreferencesPersistence portalPreferencesPersistence) {
2001                    this.portalPreferencesPersistence = portalPreferencesPersistence;
2002            }
2003    
2004            /**
2005             * Returns the portlet local service.
2006             *
2007             * @return the portlet local service
2008             */
2009            public PortletLocalService getPortletLocalService() {
2010                    return portletLocalService;
2011            }
2012    
2013            /**
2014             * Sets the portlet local service.
2015             *
2016             * @param portletLocalService the portlet local service
2017             */
2018            public void setPortletLocalService(PortletLocalService portletLocalService) {
2019                    this.portletLocalService = portletLocalService;
2020            }
2021    
2022            /**
2023             * Returns the portlet remote service.
2024             *
2025             * @return the portlet remote service
2026             */
2027            public PortletService getPortletService() {
2028                    return portletService;
2029            }
2030    
2031            /**
2032             * Sets the portlet remote service.
2033             *
2034             * @param portletService the portlet remote service
2035             */
2036            public void setPortletService(PortletService portletService) {
2037                    this.portletService = portletService;
2038            }
2039    
2040            /**
2041             * Returns the portlet persistence.
2042             *
2043             * @return the portlet persistence
2044             */
2045            public PortletPersistence getPortletPersistence() {
2046                    return portletPersistence;
2047            }
2048    
2049            /**
2050             * Sets the portlet persistence.
2051             *
2052             * @param portletPersistence the portlet persistence
2053             */
2054            public void setPortletPersistence(PortletPersistence portletPersistence) {
2055                    this.portletPersistence = portletPersistence;
2056            }
2057    
2058            /**
2059             * Returns the portlet item local service.
2060             *
2061             * @return the portlet item local service
2062             */
2063            public PortletItemLocalService getPortletItemLocalService() {
2064                    return portletItemLocalService;
2065            }
2066    
2067            /**
2068             * Sets the portlet item local service.
2069             *
2070             * @param portletItemLocalService the portlet item local service
2071             */
2072            public void setPortletItemLocalService(
2073                    PortletItemLocalService portletItemLocalService) {
2074                    this.portletItemLocalService = portletItemLocalService;
2075            }
2076    
2077            /**
2078             * Returns the portlet item persistence.
2079             *
2080             * @return the portlet item persistence
2081             */
2082            public PortletItemPersistence getPortletItemPersistence() {
2083                    return portletItemPersistence;
2084            }
2085    
2086            /**
2087             * Sets the portlet item persistence.
2088             *
2089             * @param portletItemPersistence the portlet item persistence
2090             */
2091            public void setPortletItemPersistence(
2092                    PortletItemPersistence portletItemPersistence) {
2093                    this.portletItemPersistence = portletItemPersistence;
2094            }
2095    
2096            /**
2097             * Returns the portlet preferences local service.
2098             *
2099             * @return the portlet preferences local service
2100             */
2101            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
2102                    return portletPreferencesLocalService;
2103            }
2104    
2105            /**
2106             * Sets the portlet preferences local service.
2107             *
2108             * @param portletPreferencesLocalService the portlet preferences local service
2109             */
2110            public void setPortletPreferencesLocalService(
2111                    PortletPreferencesLocalService portletPreferencesLocalService) {
2112                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2113            }
2114    
2115            /**
2116             * Returns the portlet preferences remote service.
2117             *
2118             * @return the portlet preferences remote service
2119             */
2120            public PortletPreferencesService getPortletPreferencesService() {
2121                    return portletPreferencesService;
2122            }
2123    
2124            /**
2125             * Sets the portlet preferences remote service.
2126             *
2127             * @param portletPreferencesService the portlet preferences remote service
2128             */
2129            public void setPortletPreferencesService(
2130                    PortletPreferencesService portletPreferencesService) {
2131                    this.portletPreferencesService = portletPreferencesService;
2132            }
2133    
2134            /**
2135             * Returns the portlet preferences persistence.
2136             *
2137             * @return the portlet preferences persistence
2138             */
2139            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2140                    return portletPreferencesPersistence;
2141            }
2142    
2143            /**
2144             * Sets the portlet preferences persistence.
2145             *
2146             * @param portletPreferencesPersistence the portlet preferences persistence
2147             */
2148            public void setPortletPreferencesPersistence(
2149                    PortletPreferencesPersistence portletPreferencesPersistence) {
2150                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2151            }
2152    
2153            /**
2154             * Returns the portlet preferences finder.
2155             *
2156             * @return the portlet preferences finder
2157             */
2158            public PortletPreferencesFinder getPortletPreferencesFinder() {
2159                    return portletPreferencesFinder;
2160            }
2161    
2162            /**
2163             * Sets the portlet preferences finder.
2164             *
2165             * @param portletPreferencesFinder the portlet preferences finder
2166             */
2167            public void setPortletPreferencesFinder(
2168                    PortletPreferencesFinder portletPreferencesFinder) {
2169                    this.portletPreferencesFinder = portletPreferencesFinder;
2170            }
2171    
2172            /**
2173             * Returns the quartz local service.
2174             *
2175             * @return the quartz local service
2176             */
2177            public QuartzLocalService getQuartzLocalService() {
2178                    return quartzLocalService;
2179            }
2180    
2181            /**
2182             * Sets the quartz local service.
2183             *
2184             * @param quartzLocalService the quartz local service
2185             */
2186            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
2187                    this.quartzLocalService = quartzLocalService;
2188            }
2189    
2190            /**
2191             * Returns the region remote service.
2192             *
2193             * @return the region remote service
2194             */
2195            public RegionService getRegionService() {
2196                    return regionService;
2197            }
2198    
2199            /**
2200             * Sets the region remote service.
2201             *
2202             * @param regionService the region remote service
2203             */
2204            public void setRegionService(RegionService regionService) {
2205                    this.regionService = regionService;
2206            }
2207    
2208            /**
2209             * Returns the region persistence.
2210             *
2211             * @return the region persistence
2212             */
2213            public RegionPersistence getRegionPersistence() {
2214                    return regionPersistence;
2215            }
2216    
2217            /**
2218             * Sets the region persistence.
2219             *
2220             * @param regionPersistence the region persistence
2221             */
2222            public void setRegionPersistence(RegionPersistence regionPersistence) {
2223                    this.regionPersistence = regionPersistence;
2224            }
2225    
2226            /**
2227             * Returns the release local service.
2228             *
2229             * @return the release local service
2230             */
2231            public ReleaseLocalService getReleaseLocalService() {
2232                    return releaseLocalService;
2233            }
2234    
2235            /**
2236             * Sets the release local service.
2237             *
2238             * @param releaseLocalService the release local service
2239             */
2240            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
2241                    this.releaseLocalService = releaseLocalService;
2242            }
2243    
2244            /**
2245             * Returns the release persistence.
2246             *
2247             * @return the release persistence
2248             */
2249            public ReleasePersistence getReleasePersistence() {
2250                    return releasePersistence;
2251            }
2252    
2253            /**
2254             * Sets the release persistence.
2255             *
2256             * @param releasePersistence the release persistence
2257             */
2258            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2259                    this.releasePersistence = releasePersistence;
2260            }
2261    
2262            /**
2263             * Returns the repository local service.
2264             *
2265             * @return the repository local service
2266             */
2267            public RepositoryLocalService getRepositoryLocalService() {
2268                    return repositoryLocalService;
2269            }
2270    
2271            /**
2272             * Sets the repository local service.
2273             *
2274             * @param repositoryLocalService the repository local service
2275             */
2276            public void setRepositoryLocalService(
2277                    RepositoryLocalService repositoryLocalService) {
2278                    this.repositoryLocalService = repositoryLocalService;
2279            }
2280    
2281            /**
2282             * Returns the repository remote service.
2283             *
2284             * @return the repository remote service
2285             */
2286            public RepositoryService getRepositoryService() {
2287                    return repositoryService;
2288            }
2289    
2290            /**
2291             * Sets the repository remote service.
2292             *
2293             * @param repositoryService the repository remote service
2294             */
2295            public void setRepositoryService(RepositoryService repositoryService) {
2296                    this.repositoryService = repositoryService;
2297            }
2298    
2299            /**
2300             * Returns the repository persistence.
2301             *
2302             * @return the repository persistence
2303             */
2304            public RepositoryPersistence getRepositoryPersistence() {
2305                    return repositoryPersistence;
2306            }
2307    
2308            /**
2309             * Sets the repository persistence.
2310             *
2311             * @param repositoryPersistence the repository persistence
2312             */
2313            public void setRepositoryPersistence(
2314                    RepositoryPersistence repositoryPersistence) {
2315                    this.repositoryPersistence = repositoryPersistence;
2316            }
2317    
2318            /**
2319             * Returns the repository entry local service.
2320             *
2321             * @return the repository entry local service
2322             */
2323            public RepositoryEntryLocalService getRepositoryEntryLocalService() {
2324                    return repositoryEntryLocalService;
2325            }
2326    
2327            /**
2328             * Sets the repository entry local service.
2329             *
2330             * @param repositoryEntryLocalService the repository entry local service
2331             */
2332            public void setRepositoryEntryLocalService(
2333                    RepositoryEntryLocalService repositoryEntryLocalService) {
2334                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2335            }
2336    
2337            /**
2338             * Returns the repository entry persistence.
2339             *
2340             * @return the repository entry persistence
2341             */
2342            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2343                    return repositoryEntryPersistence;
2344            }
2345    
2346            /**
2347             * Sets the repository entry persistence.
2348             *
2349             * @param repositoryEntryPersistence the repository entry persistence
2350             */
2351            public void setRepositoryEntryPersistence(
2352                    RepositoryEntryPersistence repositoryEntryPersistence) {
2353                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2354            }
2355    
2356            /**
2357             * Returns the resource local service.
2358             *
2359             * @return the resource local service
2360             */
2361            public ResourceLocalService getResourceLocalService() {
2362                    return resourceLocalService;
2363            }
2364    
2365            /**
2366             * Sets the resource local service.
2367             *
2368             * @param resourceLocalService the resource local service
2369             */
2370            public void setResourceLocalService(
2371                    ResourceLocalService resourceLocalService) {
2372                    this.resourceLocalService = resourceLocalService;
2373            }
2374    
2375            /**
2376             * Returns the resource remote service.
2377             *
2378             * @return the resource remote service
2379             */
2380            public ResourceService getResourceService() {
2381                    return resourceService;
2382            }
2383    
2384            /**
2385             * Sets the resource remote service.
2386             *
2387             * @param resourceService the resource remote service
2388             */
2389            public void setResourceService(ResourceService resourceService) {
2390                    this.resourceService = resourceService;
2391            }
2392    
2393            /**
2394             * Returns the resource persistence.
2395             *
2396             * @return the resource persistence
2397             */
2398            public ResourcePersistence getResourcePersistence() {
2399                    return resourcePersistence;
2400            }
2401    
2402            /**
2403             * Sets the resource persistence.
2404             *
2405             * @param resourcePersistence the resource persistence
2406             */
2407            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
2408                    this.resourcePersistence = resourcePersistence;
2409            }
2410    
2411            /**
2412             * Returns the resource finder.
2413             *
2414             * @return the resource finder
2415             */
2416            public ResourceFinder getResourceFinder() {
2417                    return resourceFinder;
2418            }
2419    
2420            /**
2421             * Sets the resource finder.
2422             *
2423             * @param resourceFinder the resource finder
2424             */
2425            public void setResourceFinder(ResourceFinder resourceFinder) {
2426                    this.resourceFinder = resourceFinder;
2427            }
2428    
2429            /**
2430             * Returns the resource action local service.
2431             *
2432             * @return the resource action local service
2433             */
2434            public ResourceActionLocalService getResourceActionLocalService() {
2435                    return resourceActionLocalService;
2436            }
2437    
2438            /**
2439             * Sets the resource action local service.
2440             *
2441             * @param resourceActionLocalService the resource action local service
2442             */
2443            public void setResourceActionLocalService(
2444                    ResourceActionLocalService resourceActionLocalService) {
2445                    this.resourceActionLocalService = resourceActionLocalService;
2446            }
2447    
2448            /**
2449             * Returns the resource action persistence.
2450             *
2451             * @return the resource action persistence
2452             */
2453            public ResourceActionPersistence getResourceActionPersistence() {
2454                    return resourceActionPersistence;
2455            }
2456    
2457            /**
2458             * Sets the resource action persistence.
2459             *
2460             * @param resourceActionPersistence the resource action persistence
2461             */
2462            public void setResourceActionPersistence(
2463                    ResourceActionPersistence resourceActionPersistence) {
2464                    this.resourceActionPersistence = resourceActionPersistence;
2465            }
2466    
2467            /**
2468             * Returns the resource block local service.
2469             *
2470             * @return the resource block local service
2471             */
2472            public ResourceBlockLocalService getResourceBlockLocalService() {
2473                    return resourceBlockLocalService;
2474            }
2475    
2476            /**
2477             * Sets the resource block local service.
2478             *
2479             * @param resourceBlockLocalService the resource block local service
2480             */
2481            public void setResourceBlockLocalService(
2482                    ResourceBlockLocalService resourceBlockLocalService) {
2483                    this.resourceBlockLocalService = resourceBlockLocalService;
2484            }
2485    
2486            /**
2487             * Returns the resource block remote service.
2488             *
2489             * @return the resource block remote service
2490             */
2491            public ResourceBlockService getResourceBlockService() {
2492                    return resourceBlockService;
2493            }
2494    
2495            /**
2496             * Sets the resource block remote service.
2497             *
2498             * @param resourceBlockService the resource block remote service
2499             */
2500            public void setResourceBlockService(
2501                    ResourceBlockService resourceBlockService) {
2502                    this.resourceBlockService = resourceBlockService;
2503            }
2504    
2505            /**
2506             * Returns the resource block persistence.
2507             *
2508             * @return the resource block persistence
2509             */
2510            public ResourceBlockPersistence getResourceBlockPersistence() {
2511                    return resourceBlockPersistence;
2512            }
2513    
2514            /**
2515             * Sets the resource block persistence.
2516             *
2517             * @param resourceBlockPersistence the resource block persistence
2518             */
2519            public void setResourceBlockPersistence(
2520                    ResourceBlockPersistence resourceBlockPersistence) {
2521                    this.resourceBlockPersistence = resourceBlockPersistence;
2522            }
2523    
2524            /**
2525             * Returns the resource block finder.
2526             *
2527             * @return the resource block finder
2528             */
2529            public ResourceBlockFinder getResourceBlockFinder() {
2530                    return resourceBlockFinder;
2531            }
2532    
2533            /**
2534             * Sets the resource block finder.
2535             *
2536             * @param resourceBlockFinder the resource block finder
2537             */
2538            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2539                    this.resourceBlockFinder = resourceBlockFinder;
2540            }
2541    
2542            /**
2543             * Returns the resource block permission local service.
2544             *
2545             * @return the resource block permission local service
2546             */
2547            public ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2548                    return resourceBlockPermissionLocalService;
2549            }
2550    
2551            /**
2552             * Sets the resource block permission local service.
2553             *
2554             * @param resourceBlockPermissionLocalService the resource block permission local service
2555             */
2556            public void setResourceBlockPermissionLocalService(
2557                    ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2558                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2559            }
2560    
2561            /**
2562             * Returns the resource block permission persistence.
2563             *
2564             * @return the resource block permission persistence
2565             */
2566            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2567                    return resourceBlockPermissionPersistence;
2568            }
2569    
2570            /**
2571             * Sets the resource block permission persistence.
2572             *
2573             * @param resourceBlockPermissionPersistence the resource block permission persistence
2574             */
2575            public void setResourceBlockPermissionPersistence(
2576                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2577                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2578            }
2579    
2580            /**
2581             * Returns the resource code local service.
2582             *
2583             * @return the resource code local service
2584             */
2585            public ResourceCodeLocalService getResourceCodeLocalService() {
2586                    return resourceCodeLocalService;
2587            }
2588    
2589            /**
2590             * Sets the resource code local service.
2591             *
2592             * @param resourceCodeLocalService the resource code local service
2593             */
2594            public void setResourceCodeLocalService(
2595                    ResourceCodeLocalService resourceCodeLocalService) {
2596                    this.resourceCodeLocalService = resourceCodeLocalService;
2597            }
2598    
2599            /**
2600             * Returns the resource code persistence.
2601             *
2602             * @return the resource code persistence
2603             */
2604            public ResourceCodePersistence getResourceCodePersistence() {
2605                    return resourceCodePersistence;
2606            }
2607    
2608            /**
2609             * Sets the resource code persistence.
2610             *
2611             * @param resourceCodePersistence the resource code persistence
2612             */
2613            public void setResourceCodePersistence(
2614                    ResourceCodePersistence resourceCodePersistence) {
2615                    this.resourceCodePersistence = resourceCodePersistence;
2616            }
2617    
2618            /**
2619             * Returns the resource permission local service.
2620             *
2621             * @return the resource permission local service
2622             */
2623            public ResourcePermissionLocalService getResourcePermissionLocalService() {
2624                    return resourcePermissionLocalService;
2625            }
2626    
2627            /**
2628             * Sets the resource permission local service.
2629             *
2630             * @param resourcePermissionLocalService the resource permission local service
2631             */
2632            public void setResourcePermissionLocalService(
2633                    ResourcePermissionLocalService resourcePermissionLocalService) {
2634                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2635            }
2636    
2637            /**
2638             * Returns the resource permission remote service.
2639             *
2640             * @return the resource permission remote service
2641             */
2642            public ResourcePermissionService getResourcePermissionService() {
2643                    return resourcePermissionService;
2644            }
2645    
2646            /**
2647             * Sets the resource permission remote service.
2648             *
2649             * @param resourcePermissionService the resource permission remote service
2650             */
2651            public void setResourcePermissionService(
2652                    ResourcePermissionService resourcePermissionService) {
2653                    this.resourcePermissionService = resourcePermissionService;
2654            }
2655    
2656            /**
2657             * Returns the resource permission persistence.
2658             *
2659             * @return the resource permission persistence
2660             */
2661            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2662                    return resourcePermissionPersistence;
2663            }
2664    
2665            /**
2666             * Sets the resource permission persistence.
2667             *
2668             * @param resourcePermissionPersistence the resource permission persistence
2669             */
2670            public void setResourcePermissionPersistence(
2671                    ResourcePermissionPersistence resourcePermissionPersistence) {
2672                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2673            }
2674    
2675            /**
2676             * Returns the resource permission finder.
2677             *
2678             * @return the resource permission finder
2679             */
2680            public ResourcePermissionFinder getResourcePermissionFinder() {
2681                    return resourcePermissionFinder;
2682            }
2683    
2684            /**
2685             * Sets the resource permission finder.
2686             *
2687             * @param resourcePermissionFinder the resource permission finder
2688             */
2689            public void setResourcePermissionFinder(
2690                    ResourcePermissionFinder resourcePermissionFinder) {
2691                    this.resourcePermissionFinder = resourcePermissionFinder;
2692            }
2693    
2694            /**
2695             * Returns the resource type permission local service.
2696             *
2697             * @return the resource type permission local service
2698             */
2699            public ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2700                    return resourceTypePermissionLocalService;
2701            }
2702    
2703            /**
2704             * Sets the resource type permission local service.
2705             *
2706             * @param resourceTypePermissionLocalService the resource type permission local service
2707             */
2708            public void setResourceTypePermissionLocalService(
2709                    ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2710                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2711            }
2712    
2713            /**
2714             * Returns the resource type permission persistence.
2715             *
2716             * @return the resource type permission persistence
2717             */
2718            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2719                    return resourceTypePermissionPersistence;
2720            }
2721    
2722            /**
2723             * Sets the resource type permission persistence.
2724             *
2725             * @param resourceTypePermissionPersistence the resource type permission persistence
2726             */
2727            public void setResourceTypePermissionPersistence(
2728                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2729                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2730            }
2731    
2732            /**
2733             * Returns the resource type permission finder.
2734             *
2735             * @return the resource type permission finder
2736             */
2737            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2738                    return resourceTypePermissionFinder;
2739            }
2740    
2741            /**
2742             * Sets the resource type permission finder.
2743             *
2744             * @param resourceTypePermissionFinder the resource type permission finder
2745             */
2746            public void setResourceTypePermissionFinder(
2747                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2748                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2749            }
2750    
2751            /**
2752             * Returns the role local service.
2753             *
2754             * @return the role local service
2755             */
2756            public RoleLocalService getRoleLocalService() {
2757                    return roleLocalService;
2758            }
2759    
2760            /**
2761             * Sets the role local service.
2762             *
2763             * @param roleLocalService the role local service
2764             */
2765            public void setRoleLocalService(RoleLocalService roleLocalService) {
2766                    this.roleLocalService = roleLocalService;
2767            }
2768    
2769            /**
2770             * Returns the role remote service.
2771             *
2772             * @return the role remote service
2773             */
2774            public RoleService getRoleService() {
2775                    return roleService;
2776            }
2777    
2778            /**
2779             * Sets the role remote service.
2780             *
2781             * @param roleService the role remote service
2782             */
2783            public void setRoleService(RoleService roleService) {
2784                    this.roleService = roleService;
2785            }
2786    
2787            /**
2788             * Returns the role persistence.
2789             *
2790             * @return the role persistence
2791             */
2792            public RolePersistence getRolePersistence() {
2793                    return rolePersistence;
2794            }
2795    
2796            /**
2797             * Sets the role persistence.
2798             *
2799             * @param rolePersistence the role persistence
2800             */
2801            public void setRolePersistence(RolePersistence rolePersistence) {
2802                    this.rolePersistence = rolePersistence;
2803            }
2804    
2805            /**
2806             * Returns the role finder.
2807             *
2808             * @return the role finder
2809             */
2810            public RoleFinder getRoleFinder() {
2811                    return roleFinder;
2812            }
2813    
2814            /**
2815             * Sets the role finder.
2816             *
2817             * @param roleFinder the role finder
2818             */
2819            public void setRoleFinder(RoleFinder roleFinder) {
2820                    this.roleFinder = roleFinder;
2821            }
2822    
2823            /**
2824             * Returns the service component local service.
2825             *
2826             * @return the service component local service
2827             */
2828            public ServiceComponentLocalService getServiceComponentLocalService() {
2829                    return serviceComponentLocalService;
2830            }
2831    
2832            /**
2833             * Sets the service component local service.
2834             *
2835             * @param serviceComponentLocalService the service component local service
2836             */
2837            public void setServiceComponentLocalService(
2838                    ServiceComponentLocalService serviceComponentLocalService) {
2839                    this.serviceComponentLocalService = serviceComponentLocalService;
2840            }
2841    
2842            /**
2843             * Returns the service component persistence.
2844             *
2845             * @return the service component persistence
2846             */
2847            public ServiceComponentPersistence getServiceComponentPersistence() {
2848                    return serviceComponentPersistence;
2849            }
2850    
2851            /**
2852             * Sets the service component persistence.
2853             *
2854             * @param serviceComponentPersistence the service component persistence
2855             */
2856            public void setServiceComponentPersistence(
2857                    ServiceComponentPersistence serviceComponentPersistence) {
2858                    this.serviceComponentPersistence = serviceComponentPersistence;
2859            }
2860    
2861            /**
2862             * Returns the shard local service.
2863             *
2864             * @return the shard local service
2865             */
2866            public ShardLocalService getShardLocalService() {
2867                    return shardLocalService;
2868            }
2869    
2870            /**
2871             * Sets the shard local service.
2872             *
2873             * @param shardLocalService the shard local service
2874             */
2875            public void setShardLocalService(ShardLocalService shardLocalService) {
2876                    this.shardLocalService = shardLocalService;
2877            }
2878    
2879            /**
2880             * Returns the shard persistence.
2881             *
2882             * @return the shard persistence
2883             */
2884            public ShardPersistence getShardPersistence() {
2885                    return shardPersistence;
2886            }
2887    
2888            /**
2889             * Sets the shard persistence.
2890             *
2891             * @param shardPersistence the shard persistence
2892             */
2893            public void setShardPersistence(ShardPersistence shardPersistence) {
2894                    this.shardPersistence = shardPersistence;
2895            }
2896    
2897            /**
2898             * Returns the subscription local service.
2899             *
2900             * @return the subscription local service
2901             */
2902            public SubscriptionLocalService getSubscriptionLocalService() {
2903                    return subscriptionLocalService;
2904            }
2905    
2906            /**
2907             * Sets the subscription local service.
2908             *
2909             * @param subscriptionLocalService the subscription local service
2910             */
2911            public void setSubscriptionLocalService(
2912                    SubscriptionLocalService subscriptionLocalService) {
2913                    this.subscriptionLocalService = subscriptionLocalService;
2914            }
2915    
2916            /**
2917             * Returns the subscription persistence.
2918             *
2919             * @return the subscription persistence
2920             */
2921            public SubscriptionPersistence getSubscriptionPersistence() {
2922                    return subscriptionPersistence;
2923            }
2924    
2925            /**
2926             * Sets the subscription persistence.
2927             *
2928             * @param subscriptionPersistence the subscription persistence
2929             */
2930            public void setSubscriptionPersistence(
2931                    SubscriptionPersistence subscriptionPersistence) {
2932                    this.subscriptionPersistence = subscriptionPersistence;
2933            }
2934    
2935            /**
2936             * Returns the team local service.
2937             *
2938             * @return the team local service
2939             */
2940            public TeamLocalService getTeamLocalService() {
2941                    return teamLocalService;
2942            }
2943    
2944            /**
2945             * Sets the team local service.
2946             *
2947             * @param teamLocalService the team local service
2948             */
2949            public void setTeamLocalService(TeamLocalService teamLocalService) {
2950                    this.teamLocalService = teamLocalService;
2951            }
2952    
2953            /**
2954             * Returns the team remote service.
2955             *
2956             * @return the team remote service
2957             */
2958            public TeamService getTeamService() {
2959                    return teamService;
2960            }
2961    
2962            /**
2963             * Sets the team remote service.
2964             *
2965             * @param teamService the team remote service
2966             */
2967            public void setTeamService(TeamService teamService) {
2968                    this.teamService = teamService;
2969            }
2970    
2971            /**
2972             * Returns the team persistence.
2973             *
2974             * @return the team persistence
2975             */
2976            public TeamPersistence getTeamPersistence() {
2977                    return teamPersistence;
2978            }
2979    
2980            /**
2981             * Sets the team persistence.
2982             *
2983             * @param teamPersistence the team persistence
2984             */
2985            public void setTeamPersistence(TeamPersistence teamPersistence) {
2986                    this.teamPersistence = teamPersistence;
2987            }
2988    
2989            /**
2990             * Returns the team finder.
2991             *
2992             * @return the team finder
2993             */
2994            public TeamFinder getTeamFinder() {
2995                    return teamFinder;
2996            }
2997    
2998            /**
2999             * Sets the team finder.
3000             *
3001             * @param teamFinder the team finder
3002             */
3003            public void setTeamFinder(TeamFinder teamFinder) {
3004                    this.teamFinder = teamFinder;
3005            }
3006    
3007            /**
3008             * Returns the theme local service.
3009             *
3010             * @return the theme local service
3011             */
3012            public ThemeLocalService getThemeLocalService() {
3013                    return themeLocalService;
3014            }
3015    
3016            /**
3017             * Sets the theme local service.
3018             *
3019             * @param themeLocalService the theme local service
3020             */
3021            public void setThemeLocalService(ThemeLocalService themeLocalService) {
3022                    this.themeLocalService = themeLocalService;
3023            }
3024    
3025            /**
3026             * Returns the theme remote service.
3027             *
3028             * @return the theme remote service
3029             */
3030            public ThemeService getThemeService() {
3031                    return themeService;
3032            }
3033    
3034            /**
3035             * Sets the theme remote service.
3036             *
3037             * @param themeService the theme remote service
3038             */
3039            public void setThemeService(ThemeService themeService) {
3040                    this.themeService = themeService;
3041            }
3042    
3043            /**
3044             * Returns the ticket local service.
3045             *
3046             * @return the ticket local service
3047             */
3048            public TicketLocalService getTicketLocalService() {
3049                    return ticketLocalService;
3050            }
3051    
3052            /**
3053             * Sets the ticket local service.
3054             *
3055             * @param ticketLocalService the ticket local service
3056             */
3057            public void setTicketLocalService(TicketLocalService ticketLocalService) {
3058                    this.ticketLocalService = ticketLocalService;
3059            }
3060    
3061            /**
3062             * Returns the ticket persistence.
3063             *
3064             * @return the ticket persistence
3065             */
3066            public TicketPersistence getTicketPersistence() {
3067                    return ticketPersistence;
3068            }
3069    
3070            /**
3071             * Sets the ticket persistence.
3072             *
3073             * @param ticketPersistence the ticket persistence
3074             */
3075            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3076                    this.ticketPersistence = ticketPersistence;
3077            }
3078    
3079            /**
3080             * Returns the user local service.
3081             *
3082             * @return the user local service
3083             */
3084            public UserLocalService getUserLocalService() {
3085                    return userLocalService;
3086            }
3087    
3088            /**
3089             * Sets the user local service.
3090             *
3091             * @param userLocalService the user local service
3092             */
3093            public void setUserLocalService(UserLocalService userLocalService) {
3094                    this.userLocalService = userLocalService;
3095            }
3096    
3097            /**
3098             * Returns the user remote service.
3099             *
3100             * @return the user remote service
3101             */
3102            public UserService getUserService() {
3103                    return userService;
3104            }
3105    
3106            /**
3107             * Sets the user remote service.
3108             *
3109             * @param userService the user remote service
3110             */
3111            public void setUserService(UserService userService) {
3112                    this.userService = userService;
3113            }
3114    
3115            /**
3116             * Returns the user persistence.
3117             *
3118             * @return the user persistence
3119             */
3120            public UserPersistence getUserPersistence() {
3121                    return userPersistence;
3122            }
3123    
3124            /**
3125             * Sets the user persistence.
3126             *
3127             * @param userPersistence the user persistence
3128             */
3129            public void setUserPersistence(UserPersistence userPersistence) {
3130                    this.userPersistence = userPersistence;
3131            }
3132    
3133            /**
3134             * Returns the user finder.
3135             *
3136             * @return the user finder
3137             */
3138            public UserFinder getUserFinder() {
3139                    return userFinder;
3140            }
3141    
3142            /**
3143             * Sets the user finder.
3144             *
3145             * @param userFinder the user finder
3146             */
3147            public void setUserFinder(UserFinder userFinder) {
3148                    this.userFinder = userFinder;
3149            }
3150    
3151            /**
3152             * Returns the user group local service.
3153             *
3154             * @return the user group local service
3155             */
3156            public UserGroupLocalService getUserGroupLocalService() {
3157                    return userGroupLocalService;
3158            }
3159    
3160            /**
3161             * Sets the user group local service.
3162             *
3163             * @param userGroupLocalService the user group local service
3164             */
3165            public void setUserGroupLocalService(
3166                    UserGroupLocalService userGroupLocalService) {
3167                    this.userGroupLocalService = userGroupLocalService;
3168            }
3169    
3170            /**
3171             * Returns the user group remote service.
3172             *
3173             * @return the user group remote service
3174             */
3175            public UserGroupService getUserGroupService() {
3176                    return userGroupService;
3177            }
3178    
3179            /**
3180             * Sets the user group remote service.
3181             *
3182             * @param userGroupService the user group remote service
3183             */
3184            public void setUserGroupService(UserGroupService userGroupService) {
3185                    this.userGroupService = userGroupService;
3186            }
3187    
3188            /**
3189             * Returns the user group persistence.
3190             *
3191             * @return the user group persistence
3192             */
3193            public UserGroupPersistence getUserGroupPersistence() {
3194                    return userGroupPersistence;
3195            }
3196    
3197            /**
3198             * Sets the user group persistence.
3199             *
3200             * @param userGroupPersistence the user group persistence
3201             */
3202            public void setUserGroupPersistence(
3203                    UserGroupPersistence userGroupPersistence) {
3204                    this.userGroupPersistence = userGroupPersistence;
3205            }
3206    
3207            /**
3208             * Returns the user group finder.
3209             *
3210             * @return the user group finder
3211             */
3212            public UserGroupFinder getUserGroupFinder() {
3213                    return userGroupFinder;
3214            }
3215    
3216            /**
3217             * Sets the user group finder.
3218             *
3219             * @param userGroupFinder the user group finder
3220             */
3221            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3222                    this.userGroupFinder = userGroupFinder;
3223            }
3224    
3225            /**
3226             * Returns the user group group role local service.
3227             *
3228             * @return the user group group role local service
3229             */
3230            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3231                    return userGroupGroupRoleLocalService;
3232            }
3233    
3234            /**
3235             * Sets the user group group role local service.
3236             *
3237             * @param userGroupGroupRoleLocalService the user group group role local service
3238             */
3239            public void setUserGroupGroupRoleLocalService(
3240                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3241                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3242            }
3243    
3244            /**
3245             * Returns the user group group role remote service.
3246             *
3247             * @return the user group group role remote service
3248             */
3249            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
3250                    return userGroupGroupRoleService;
3251            }
3252    
3253            /**
3254             * Sets the user group group role remote service.
3255             *
3256             * @param userGroupGroupRoleService the user group group role remote service
3257             */
3258            public void setUserGroupGroupRoleService(
3259                    UserGroupGroupRoleService userGroupGroupRoleService) {
3260                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3261            }
3262    
3263            /**
3264             * Returns the user group group role persistence.
3265             *
3266             * @return the user group group role persistence
3267             */
3268            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3269                    return userGroupGroupRolePersistence;
3270            }
3271    
3272            /**
3273             * Sets the user group group role persistence.
3274             *
3275             * @param userGroupGroupRolePersistence the user group group role persistence
3276             */
3277            public void setUserGroupGroupRolePersistence(
3278                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3279                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3280            }
3281    
3282            /**
3283             * Returns the user group role local service.
3284             *
3285             * @return the user group role local service
3286             */
3287            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
3288                    return userGroupRoleLocalService;
3289            }
3290    
3291            /**
3292             * Sets the user group role local service.
3293             *
3294             * @param userGroupRoleLocalService the user group role local service
3295             */
3296            public void setUserGroupRoleLocalService(
3297                    UserGroupRoleLocalService userGroupRoleLocalService) {
3298                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3299            }
3300    
3301            /**
3302             * Returns the user group role remote service.
3303             *
3304             * @return the user group role remote service
3305             */
3306            public UserGroupRoleService getUserGroupRoleService() {
3307                    return userGroupRoleService;
3308            }
3309    
3310            /**
3311             * Sets the user group role remote service.
3312             *
3313             * @param userGroupRoleService the user group role remote service
3314             */
3315            public void setUserGroupRoleService(
3316                    UserGroupRoleService userGroupRoleService) {
3317                    this.userGroupRoleService = userGroupRoleService;
3318            }
3319    
3320            /**
3321             * Returns the user group role persistence.
3322             *
3323             * @return the user group role persistence
3324             */
3325            public UserGroupRolePersistence getUserGroupRolePersistence() {
3326                    return userGroupRolePersistence;
3327            }
3328    
3329            /**
3330             * Sets the user group role persistence.
3331             *
3332             * @param userGroupRolePersistence the user group role persistence
3333             */
3334            public void setUserGroupRolePersistence(
3335                    UserGroupRolePersistence userGroupRolePersistence) {
3336                    this.userGroupRolePersistence = userGroupRolePersistence;
3337            }
3338    
3339            /**
3340             * Returns the user group role finder.
3341             *
3342             * @return the user group role finder
3343             */
3344            public UserGroupRoleFinder getUserGroupRoleFinder() {
3345                    return userGroupRoleFinder;
3346            }
3347    
3348            /**
3349             * Sets the user group role finder.
3350             *
3351             * @param userGroupRoleFinder the user group role finder
3352             */
3353            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3354                    this.userGroupRoleFinder = userGroupRoleFinder;
3355            }
3356    
3357            /**
3358             * Returns the user ID mapper local service.
3359             *
3360             * @return the user ID mapper local service
3361             */
3362            public UserIdMapperLocalService getUserIdMapperLocalService() {
3363                    return userIdMapperLocalService;
3364            }
3365    
3366            /**
3367             * Sets the user ID mapper local service.
3368             *
3369             * @param userIdMapperLocalService the user ID mapper local service
3370             */
3371            public void setUserIdMapperLocalService(
3372                    UserIdMapperLocalService userIdMapperLocalService) {
3373                    this.userIdMapperLocalService = userIdMapperLocalService;
3374            }
3375    
3376            /**
3377             * Returns the user ID mapper persistence.
3378             *
3379             * @return the user ID mapper persistence
3380             */
3381            public UserIdMapperPersistence getUserIdMapperPersistence() {
3382                    return userIdMapperPersistence;
3383            }
3384    
3385            /**
3386             * Sets the user ID mapper persistence.
3387             *
3388             * @param userIdMapperPersistence the user ID mapper persistence
3389             */
3390            public void setUserIdMapperPersistence(
3391                    UserIdMapperPersistence userIdMapperPersistence) {
3392                    this.userIdMapperPersistence = userIdMapperPersistence;
3393            }
3394    
3395            /**
3396             * Returns the user notification event local service.
3397             *
3398             * @return the user notification event local service
3399             */
3400            public UserNotificationEventLocalService getUserNotificationEventLocalService() {
3401                    return userNotificationEventLocalService;
3402            }
3403    
3404            /**
3405             * Sets the user notification event local service.
3406             *
3407             * @param userNotificationEventLocalService the user notification event local service
3408             */
3409            public void setUserNotificationEventLocalService(
3410                    UserNotificationEventLocalService userNotificationEventLocalService) {
3411                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3412            }
3413    
3414            /**
3415             * Returns the user notification event persistence.
3416             *
3417             * @return the user notification event persistence
3418             */
3419            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3420                    return userNotificationEventPersistence;
3421            }
3422    
3423            /**
3424             * Sets the user notification event persistence.
3425             *
3426             * @param userNotificationEventPersistence the user notification event persistence
3427             */
3428            public void setUserNotificationEventPersistence(
3429                    UserNotificationEventPersistence userNotificationEventPersistence) {
3430                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3431            }
3432    
3433            /**
3434             * Returns the user tracker local service.
3435             *
3436             * @return the user tracker local service
3437             */
3438            public UserTrackerLocalService getUserTrackerLocalService() {
3439                    return userTrackerLocalService;
3440            }
3441    
3442            /**
3443             * Sets the user tracker local service.
3444             *
3445             * @param userTrackerLocalService the user tracker local service
3446             */
3447            public void setUserTrackerLocalService(
3448                    UserTrackerLocalService userTrackerLocalService) {
3449                    this.userTrackerLocalService = userTrackerLocalService;
3450            }
3451    
3452            /**
3453             * Returns the user tracker persistence.
3454             *
3455             * @return the user tracker persistence
3456             */
3457            public UserTrackerPersistence getUserTrackerPersistence() {
3458                    return userTrackerPersistence;
3459            }
3460    
3461            /**
3462             * Sets the user tracker persistence.
3463             *
3464             * @param userTrackerPersistence the user tracker persistence
3465             */
3466            public void setUserTrackerPersistence(
3467                    UserTrackerPersistence userTrackerPersistence) {
3468                    this.userTrackerPersistence = userTrackerPersistence;
3469            }
3470    
3471            /**
3472             * Returns the user tracker path local service.
3473             *
3474             * @return the user tracker path local service
3475             */
3476            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
3477                    return userTrackerPathLocalService;
3478            }
3479    
3480            /**
3481             * Sets the user tracker path local service.
3482             *
3483             * @param userTrackerPathLocalService the user tracker path local service
3484             */
3485            public void setUserTrackerPathLocalService(
3486                    UserTrackerPathLocalService userTrackerPathLocalService) {
3487                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3488            }
3489    
3490            /**
3491             * Returns the user tracker path persistence.
3492             *
3493             * @return the user tracker path persistence
3494             */
3495            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3496                    return userTrackerPathPersistence;
3497            }
3498    
3499            /**
3500             * Sets the user tracker path persistence.
3501             *
3502             * @param userTrackerPathPersistence the user tracker path persistence
3503             */
3504            public void setUserTrackerPathPersistence(
3505                    UserTrackerPathPersistence userTrackerPathPersistence) {
3506                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3507            }
3508    
3509            /**
3510             * Returns the virtual host local service.
3511             *
3512             * @return the virtual host local service
3513             */
3514            public VirtualHostLocalService getVirtualHostLocalService() {
3515                    return virtualHostLocalService;
3516            }
3517    
3518            /**
3519             * Sets the virtual host local service.
3520             *
3521             * @param virtualHostLocalService the virtual host local service
3522             */
3523            public void setVirtualHostLocalService(
3524                    VirtualHostLocalService virtualHostLocalService) {
3525                    this.virtualHostLocalService = virtualHostLocalService;
3526            }
3527    
3528            /**
3529             * Returns the virtual host persistence.
3530             *
3531             * @return the virtual host persistence
3532             */
3533            public VirtualHostPersistence getVirtualHostPersistence() {
3534                    return virtualHostPersistence;
3535            }
3536    
3537            /**
3538             * Sets the virtual host persistence.
3539             *
3540             * @param virtualHostPersistence the virtual host persistence
3541             */
3542            public void setVirtualHostPersistence(
3543                    VirtualHostPersistence virtualHostPersistence) {
3544                    this.virtualHostPersistence = virtualHostPersistence;
3545            }
3546    
3547            /**
3548             * Returns the web d a v props local service.
3549             *
3550             * @return the web d a v props local service
3551             */
3552            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
3553                    return webDAVPropsLocalService;
3554            }
3555    
3556            /**
3557             * Sets the web d a v props local service.
3558             *
3559             * @param webDAVPropsLocalService the web d a v props local service
3560             */
3561            public void setWebDAVPropsLocalService(
3562                    WebDAVPropsLocalService webDAVPropsLocalService) {
3563                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3564            }
3565    
3566            /**
3567             * Returns the web d a v props persistence.
3568             *
3569             * @return the web d a v props persistence
3570             */
3571            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3572                    return webDAVPropsPersistence;
3573            }
3574    
3575            /**
3576             * Sets the web d a v props persistence.
3577             *
3578             * @param webDAVPropsPersistence the web d a v props persistence
3579             */
3580            public void setWebDAVPropsPersistence(
3581                    WebDAVPropsPersistence webDAVPropsPersistence) {
3582                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3583            }
3584    
3585            /**
3586             * Returns the website local service.
3587             *
3588             * @return the website local service
3589             */
3590            public WebsiteLocalService getWebsiteLocalService() {
3591                    return websiteLocalService;
3592            }
3593    
3594            /**
3595             * Sets the website local service.
3596             *
3597             * @param websiteLocalService the website local service
3598             */
3599            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
3600                    this.websiteLocalService = websiteLocalService;
3601            }
3602    
3603            /**
3604             * Returns the website remote service.
3605             *
3606             * @return the website remote service
3607             */
3608            public WebsiteService getWebsiteService() {
3609                    return websiteService;
3610            }
3611    
3612            /**
3613             * Sets the website remote service.
3614             *
3615             * @param websiteService the website remote service
3616             */
3617            public void setWebsiteService(WebsiteService websiteService) {
3618                    this.websiteService = websiteService;
3619            }
3620    
3621            /**
3622             * Returns the website persistence.
3623             *
3624             * @return the website persistence
3625             */
3626            public WebsitePersistence getWebsitePersistence() {
3627                    return websitePersistence;
3628            }
3629    
3630            /**
3631             * Sets the website persistence.
3632             *
3633             * @param websitePersistence the website persistence
3634             */
3635            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3636                    this.websitePersistence = websitePersistence;
3637            }
3638    
3639            /**
3640             * Returns the workflow definition link local service.
3641             *
3642             * @return the workflow definition link local service
3643             */
3644            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3645                    return workflowDefinitionLinkLocalService;
3646            }
3647    
3648            /**
3649             * Sets the workflow definition link local service.
3650             *
3651             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3652             */
3653            public void setWorkflowDefinitionLinkLocalService(
3654                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3655                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3656            }
3657    
3658            /**
3659             * Returns the workflow definition link persistence.
3660             *
3661             * @return the workflow definition link persistence
3662             */
3663            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3664                    return workflowDefinitionLinkPersistence;
3665            }
3666    
3667            /**
3668             * Sets the workflow definition link persistence.
3669             *
3670             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3671             */
3672            public void setWorkflowDefinitionLinkPersistence(
3673                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3674                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3675            }
3676    
3677            /**
3678             * Returns the workflow instance link local service.
3679             *
3680             * @return the workflow instance link local service
3681             */
3682            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3683                    return workflowInstanceLinkLocalService;
3684            }
3685    
3686            /**
3687             * Sets the workflow instance link local service.
3688             *
3689             * @param workflowInstanceLinkLocalService the workflow instance link local service
3690             */
3691            public void setWorkflowInstanceLinkLocalService(
3692                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3693                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3694            }
3695    
3696            /**
3697             * Returns the workflow instance link persistence.
3698             *
3699             * @return the workflow instance link persistence
3700             */
3701            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3702                    return workflowInstanceLinkPersistence;
3703            }
3704    
3705            /**
3706             * Sets the workflow instance link persistence.
3707             *
3708             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3709             */
3710            public void setWorkflowInstanceLinkPersistence(
3711                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3712                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3713            }
3714    
3715            /**
3716             * Returns the counter local service.
3717             *
3718             * @return the counter local service
3719             */
3720            public CounterLocalService getCounterLocalService() {
3721                    return counterLocalService;
3722            }
3723    
3724            /**
3725             * Sets the counter local service.
3726             *
3727             * @param counterLocalService the counter local service
3728             */
3729            public void setCounterLocalService(CounterLocalService counterLocalService) {
3730                    this.counterLocalService = counterLocalService;
3731            }
3732    
3733            /**
3734             * Returns the asset entry local service.
3735             *
3736             * @return the asset entry local service
3737             */
3738            public AssetEntryLocalService getAssetEntryLocalService() {
3739                    return assetEntryLocalService;
3740            }
3741    
3742            /**
3743             * Sets the asset entry local service.
3744             *
3745             * @param assetEntryLocalService the asset entry local service
3746             */
3747            public void setAssetEntryLocalService(
3748                    AssetEntryLocalService assetEntryLocalService) {
3749                    this.assetEntryLocalService = assetEntryLocalService;
3750            }
3751    
3752            /**
3753             * Returns the asset entry remote service.
3754             *
3755             * @return the asset entry remote service
3756             */
3757            public AssetEntryService getAssetEntryService() {
3758                    return assetEntryService;
3759            }
3760    
3761            /**
3762             * Sets the asset entry remote service.
3763             *
3764             * @param assetEntryService the asset entry remote service
3765             */
3766            public void setAssetEntryService(AssetEntryService assetEntryService) {
3767                    this.assetEntryService = assetEntryService;
3768            }
3769    
3770            /**
3771             * Returns the asset entry persistence.
3772             *
3773             * @return the asset entry persistence
3774             */
3775            public AssetEntryPersistence getAssetEntryPersistence() {
3776                    return assetEntryPersistence;
3777            }
3778    
3779            /**
3780             * Sets the asset entry persistence.
3781             *
3782             * @param assetEntryPersistence the asset entry persistence
3783             */
3784            public void setAssetEntryPersistence(
3785                    AssetEntryPersistence assetEntryPersistence) {
3786                    this.assetEntryPersistence = assetEntryPersistence;
3787            }
3788    
3789            /**
3790             * Returns the asset entry finder.
3791             *
3792             * @return the asset entry finder
3793             */
3794            public AssetEntryFinder getAssetEntryFinder() {
3795                    return assetEntryFinder;
3796            }
3797    
3798            /**
3799             * Sets the asset entry finder.
3800             *
3801             * @param assetEntryFinder the asset entry finder
3802             */
3803            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
3804                    this.assetEntryFinder = assetEntryFinder;
3805            }
3806    
3807            /**
3808             * Returns the expando value local service.
3809             *
3810             * @return the expando value local service
3811             */
3812            public ExpandoValueLocalService getExpandoValueLocalService() {
3813                    return expandoValueLocalService;
3814            }
3815    
3816            /**
3817             * Sets the expando value local service.
3818             *
3819             * @param expandoValueLocalService the expando value local service
3820             */
3821            public void setExpandoValueLocalService(
3822                    ExpandoValueLocalService expandoValueLocalService) {
3823                    this.expandoValueLocalService = expandoValueLocalService;
3824            }
3825    
3826            /**
3827             * Returns the expando value remote service.
3828             *
3829             * @return the expando value remote service
3830             */
3831            public ExpandoValueService getExpandoValueService() {
3832                    return expandoValueService;
3833            }
3834    
3835            /**
3836             * Sets the expando value remote service.
3837             *
3838             * @param expandoValueService the expando value remote service
3839             */
3840            public void setExpandoValueService(ExpandoValueService expandoValueService) {
3841                    this.expandoValueService = expandoValueService;
3842            }
3843    
3844            /**
3845             * Returns the expando value persistence.
3846             *
3847             * @return the expando value persistence
3848             */
3849            public ExpandoValuePersistence getExpandoValuePersistence() {
3850                    return expandoValuePersistence;
3851            }
3852    
3853            /**
3854             * Sets the expando value persistence.
3855             *
3856             * @param expandoValuePersistence the expando value persistence
3857             */
3858            public void setExpandoValuePersistence(
3859                    ExpandoValuePersistence expandoValuePersistence) {
3860                    this.expandoValuePersistence = expandoValuePersistence;
3861            }
3862    
3863            public void afterPropertiesSet() {
3864            }
3865    
3866            public void destroy() {
3867            }
3868    
3869            /**
3870             * Returns the Spring bean ID for this bean.
3871             *
3872             * @return the Spring bean ID for this bean
3873             */
3874            public String getBeanIdentifier() {
3875                    return _beanIdentifier;
3876            }
3877    
3878            /**
3879             * Sets the Spring bean ID for this bean.
3880             *
3881             * @param beanIdentifier the Spring bean ID for this bean
3882             */
3883            public void setBeanIdentifier(String beanIdentifier) {
3884                    _beanIdentifier = beanIdentifier;
3885            }
3886    
3887            protected Class<?> getModelClass() {
3888                    return Organization.class;
3889            }
3890    
3891            protected String getModelClassName() {
3892                    return Organization.class.getName();
3893            }
3894    
3895            /**
3896             * Performs an SQL query.
3897             *
3898             * @param sql the sql query
3899             */
3900            protected void runSQL(String sql) throws SystemException {
3901                    try {
3902                            DataSource dataSource = organizationPersistence.getDataSource();
3903    
3904                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
3905                                            sql, new int[0]);
3906    
3907                            sqlUpdate.update();
3908                    }
3909                    catch (Exception e) {
3910                            throw new SystemException(e);
3911                    }
3912            }
3913    
3914            @BeanReference(type = AccountLocalService.class)
3915            protected AccountLocalService accountLocalService;
3916            @BeanReference(type = AccountService.class)
3917            protected AccountService accountService;
3918            @BeanReference(type = AccountPersistence.class)
3919            protected AccountPersistence accountPersistence;
3920            @BeanReference(type = AddressLocalService.class)
3921            protected AddressLocalService addressLocalService;
3922            @BeanReference(type = AddressService.class)
3923            protected AddressService addressService;
3924            @BeanReference(type = AddressPersistence.class)
3925            protected AddressPersistence addressPersistence;
3926            @BeanReference(type = BrowserTrackerLocalService.class)
3927            protected BrowserTrackerLocalService browserTrackerLocalService;
3928            @BeanReference(type = BrowserTrackerPersistence.class)
3929            protected BrowserTrackerPersistence browserTrackerPersistence;
3930            @BeanReference(type = ClassNameLocalService.class)
3931            protected ClassNameLocalService classNameLocalService;
3932            @BeanReference(type = ClassNameService.class)
3933            protected ClassNameService classNameService;
3934            @BeanReference(type = ClassNamePersistence.class)
3935            protected ClassNamePersistence classNamePersistence;
3936            @BeanReference(type = ClusterGroupLocalService.class)
3937            protected ClusterGroupLocalService clusterGroupLocalService;
3938            @BeanReference(type = ClusterGroupPersistence.class)
3939            protected ClusterGroupPersistence clusterGroupPersistence;
3940            @BeanReference(type = CMISRepositoryLocalService.class)
3941            protected CMISRepositoryLocalService cmisRepositoryLocalService;
3942            @BeanReference(type = CompanyLocalService.class)
3943            protected CompanyLocalService companyLocalService;
3944            @BeanReference(type = CompanyService.class)
3945            protected CompanyService companyService;
3946            @BeanReference(type = CompanyPersistence.class)
3947            protected CompanyPersistence companyPersistence;
3948            @BeanReference(type = ContactLocalService.class)
3949            protected ContactLocalService contactLocalService;
3950            @BeanReference(type = ContactService.class)
3951            protected ContactService contactService;
3952            @BeanReference(type = ContactPersistence.class)
3953            protected ContactPersistence contactPersistence;
3954            @BeanReference(type = CountryService.class)
3955            protected CountryService countryService;
3956            @BeanReference(type = CountryPersistence.class)
3957            protected CountryPersistence countryPersistence;
3958            @BeanReference(type = EmailAddressLocalService.class)
3959            protected EmailAddressLocalService emailAddressLocalService;
3960            @BeanReference(type = EmailAddressService.class)
3961            protected EmailAddressService emailAddressService;
3962            @BeanReference(type = EmailAddressPersistence.class)
3963            protected EmailAddressPersistence emailAddressPersistence;
3964            @BeanReference(type = GroupLocalService.class)
3965            protected GroupLocalService groupLocalService;
3966            @BeanReference(type = GroupService.class)
3967            protected GroupService groupService;
3968            @BeanReference(type = GroupPersistence.class)
3969            protected GroupPersistence groupPersistence;
3970            @BeanReference(type = GroupFinder.class)
3971            protected GroupFinder groupFinder;
3972            @BeanReference(type = ImageLocalService.class)
3973            protected ImageLocalService imageLocalService;
3974            @BeanReference(type = ImageService.class)
3975            protected ImageService imageService;
3976            @BeanReference(type = ImagePersistence.class)
3977            protected ImagePersistence imagePersistence;
3978            @BeanReference(type = LayoutLocalService.class)
3979            protected LayoutLocalService layoutLocalService;
3980            @BeanReference(type = LayoutService.class)
3981            protected LayoutService layoutService;
3982            @BeanReference(type = LayoutPersistence.class)
3983            protected LayoutPersistence layoutPersistence;
3984            @BeanReference(type = LayoutFinder.class)
3985            protected LayoutFinder layoutFinder;
3986            @BeanReference(type = LayoutBranchLocalService.class)
3987            protected LayoutBranchLocalService layoutBranchLocalService;
3988            @BeanReference(type = LayoutBranchService.class)
3989            protected LayoutBranchService layoutBranchService;
3990            @BeanReference(type = LayoutBranchPersistence.class)
3991            protected LayoutBranchPersistence layoutBranchPersistence;
3992            @BeanReference(type = LayoutPrototypeLocalService.class)
3993            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
3994            @BeanReference(type = LayoutPrototypeService.class)
3995            protected LayoutPrototypeService layoutPrototypeService;
3996            @BeanReference(type = LayoutPrototypePersistence.class)
3997            protected LayoutPrototypePersistence layoutPrototypePersistence;
3998            @BeanReference(type = LayoutRevisionLocalService.class)
3999            protected LayoutRevisionLocalService layoutRevisionLocalService;
4000            @BeanReference(type = LayoutRevisionService.class)
4001            protected LayoutRevisionService layoutRevisionService;
4002            @BeanReference(type = LayoutRevisionPersistence.class)
4003            protected LayoutRevisionPersistence layoutRevisionPersistence;
4004            @BeanReference(type = LayoutSetLocalService.class)
4005            protected LayoutSetLocalService layoutSetLocalService;
4006            @BeanReference(type = LayoutSetService.class)
4007            protected LayoutSetService layoutSetService;
4008            @BeanReference(type = LayoutSetPersistence.class)
4009            protected LayoutSetPersistence layoutSetPersistence;
4010            @BeanReference(type = LayoutSetBranchLocalService.class)
4011            protected LayoutSetBranchLocalService layoutSetBranchLocalService;
4012            @BeanReference(type = LayoutSetBranchService.class)
4013            protected LayoutSetBranchService layoutSetBranchService;
4014            @BeanReference(type = LayoutSetBranchPersistence.class)
4015            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
4016            @BeanReference(type = LayoutSetPrototypeLocalService.class)
4017            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
4018            @BeanReference(type = LayoutSetPrototypeService.class)
4019            protected LayoutSetPrototypeService layoutSetPrototypeService;
4020            @BeanReference(type = LayoutSetPrototypePersistence.class)
4021            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
4022            @BeanReference(type = LayoutTemplateLocalService.class)
4023            protected LayoutTemplateLocalService layoutTemplateLocalService;
4024            @BeanReference(type = ListTypeService.class)
4025            protected ListTypeService listTypeService;
4026            @BeanReference(type = ListTypePersistence.class)
4027            protected ListTypePersistence listTypePersistence;
4028            @BeanReference(type = LockLocalService.class)
4029            protected LockLocalService lockLocalService;
4030            @BeanReference(type = LockPersistence.class)
4031            protected LockPersistence lockPersistence;
4032            @BeanReference(type = LockFinder.class)
4033            protected LockFinder lockFinder;
4034            @BeanReference(type = MembershipRequestLocalService.class)
4035            protected MembershipRequestLocalService membershipRequestLocalService;
4036            @BeanReference(type = MembershipRequestService.class)
4037            protected MembershipRequestService membershipRequestService;
4038            @BeanReference(type = MembershipRequestPersistence.class)
4039            protected MembershipRequestPersistence membershipRequestPersistence;
4040            @BeanReference(type = OrganizationLocalService.class)
4041            protected OrganizationLocalService organizationLocalService;
4042            @BeanReference(type = OrganizationService.class)
4043            protected OrganizationService organizationService;
4044            @BeanReference(type = OrganizationPersistence.class)
4045            protected OrganizationPersistence organizationPersistence;
4046            @BeanReference(type = OrganizationFinder.class)
4047            protected OrganizationFinder organizationFinder;
4048            @BeanReference(type = OrgGroupPermissionPersistence.class)
4049            protected OrgGroupPermissionPersistence orgGroupPermissionPersistence;
4050            @BeanReference(type = OrgGroupPermissionFinder.class)
4051            protected OrgGroupPermissionFinder orgGroupPermissionFinder;
4052            @BeanReference(type = OrgGroupRolePersistence.class)
4053            protected OrgGroupRolePersistence orgGroupRolePersistence;
4054            @BeanReference(type = OrgLaborLocalService.class)
4055            protected OrgLaborLocalService orgLaborLocalService;
4056            @BeanReference(type = OrgLaborService.class)
4057            protected OrgLaborService orgLaborService;
4058            @BeanReference(type = OrgLaborPersistence.class)
4059            protected OrgLaborPersistence orgLaborPersistence;
4060            @BeanReference(type = PasswordPolicyLocalService.class)
4061            protected PasswordPolicyLocalService passwordPolicyLocalService;
4062            @BeanReference(type = PasswordPolicyService.class)
4063            protected PasswordPolicyService passwordPolicyService;
4064            @BeanReference(type = PasswordPolicyPersistence.class)
4065            protected PasswordPolicyPersistence passwordPolicyPersistence;
4066            @BeanReference(type = PasswordPolicyFinder.class)
4067            protected PasswordPolicyFinder passwordPolicyFinder;
4068            @BeanReference(type = PasswordPolicyRelLocalService.class)
4069            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
4070            @BeanReference(type = PasswordPolicyRelPersistence.class)
4071            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
4072            @BeanReference(type = PasswordTrackerLocalService.class)
4073            protected PasswordTrackerLocalService passwordTrackerLocalService;
4074            @BeanReference(type = PasswordTrackerPersistence.class)
4075            protected PasswordTrackerPersistence passwordTrackerPersistence;
4076            @BeanReference(type = PermissionLocalService.class)
4077            protected PermissionLocalService permissionLocalService;
4078            @BeanReference(type = PermissionService.class)
4079            protected PermissionService permissionService;
4080            @BeanReference(type = PermissionPersistence.class)
4081            protected PermissionPersistence permissionPersistence;
4082            @BeanReference(type = PermissionFinder.class)
4083            protected PermissionFinder permissionFinder;
4084            @BeanReference(type = PhoneLocalService.class)
4085            protected PhoneLocalService phoneLocalService;
4086            @BeanReference(type = PhoneService.class)
4087            protected PhoneService phoneService;
4088            @BeanReference(type = PhonePersistence.class)
4089            protected PhonePersistence phonePersistence;
4090            @BeanReference(type = PluginSettingLocalService.class)
4091            protected PluginSettingLocalService pluginSettingLocalService;
4092            @BeanReference(type = PluginSettingService.class)
4093            protected PluginSettingService pluginSettingService;
4094            @BeanReference(type = PluginSettingPersistence.class)
4095            protected PluginSettingPersistence pluginSettingPersistence;
4096            @BeanReference(type = PortalLocalService.class)
4097            protected PortalLocalService portalLocalService;
4098            @BeanReference(type = PortalService.class)
4099            protected PortalService portalService;
4100            @BeanReference(type = PortalPreferencesLocalService.class)
4101            protected PortalPreferencesLocalService portalPreferencesLocalService;
4102            @BeanReference(type = PortalPreferencesPersistence.class)
4103            protected PortalPreferencesPersistence portalPreferencesPersistence;
4104            @BeanReference(type = PortletLocalService.class)
4105            protected PortletLocalService portletLocalService;
4106            @BeanReference(type = PortletService.class)
4107            protected PortletService portletService;
4108            @BeanReference(type = PortletPersistence.class)
4109            protected PortletPersistence portletPersistence;
4110            @BeanReference(type = PortletItemLocalService.class)
4111            protected PortletItemLocalService portletItemLocalService;
4112            @BeanReference(type = PortletItemPersistence.class)
4113            protected PortletItemPersistence portletItemPersistence;
4114            @BeanReference(type = PortletPreferencesLocalService.class)
4115            protected PortletPreferencesLocalService portletPreferencesLocalService;
4116            @BeanReference(type = PortletPreferencesService.class)
4117            protected PortletPreferencesService portletPreferencesService;
4118            @BeanReference(type = PortletPreferencesPersistence.class)
4119            protected PortletPreferencesPersistence portletPreferencesPersistence;
4120            @BeanReference(type = PortletPreferencesFinder.class)
4121            protected PortletPreferencesFinder portletPreferencesFinder;
4122            @BeanReference(type = QuartzLocalService.class)
4123            protected QuartzLocalService quartzLocalService;
4124            @BeanReference(type = RegionService.class)
4125            protected RegionService regionService;
4126            @BeanReference(type = RegionPersistence.class)
4127            protected RegionPersistence regionPersistence;
4128            @BeanReference(type = ReleaseLocalService.class)
4129            protected ReleaseLocalService releaseLocalService;
4130            @BeanReference(type = ReleasePersistence.class)
4131            protected ReleasePersistence releasePersistence;
4132            @BeanReference(type = RepositoryLocalService.class)
4133            protected RepositoryLocalService repositoryLocalService;
4134            @BeanReference(type = RepositoryService.class)
4135            protected RepositoryService repositoryService;
4136            @BeanReference(type = RepositoryPersistence.class)
4137            protected RepositoryPersistence repositoryPersistence;
4138            @BeanReference(type = RepositoryEntryLocalService.class)
4139            protected RepositoryEntryLocalService repositoryEntryLocalService;
4140            @BeanReference(type = RepositoryEntryPersistence.class)
4141            protected RepositoryEntryPersistence repositoryEntryPersistence;
4142            @BeanReference(type = ResourceLocalService.class)
4143            protected ResourceLocalService resourceLocalService;
4144            @BeanReference(type = ResourceService.class)
4145            protected ResourceService resourceService;
4146            @BeanReference(type = ResourcePersistence.class)
4147            protected ResourcePersistence resourcePersistence;
4148            @BeanReference(type = ResourceFinder.class)
4149            protected ResourceFinder resourceFinder;
4150            @BeanReference(type = ResourceActionLocalService.class)
4151            protected ResourceActionLocalService resourceActionLocalService;
4152            @BeanReference(type = ResourceActionPersistence.class)
4153            protected ResourceActionPersistence resourceActionPersistence;
4154            @BeanReference(type = ResourceBlockLocalService.class)
4155            protected ResourceBlockLocalService resourceBlockLocalService;
4156            @BeanReference(type = ResourceBlockService.class)
4157            protected ResourceBlockService resourceBlockService;
4158            @BeanReference(type = ResourceBlockPersistence.class)
4159            protected ResourceBlockPersistence resourceBlockPersistence;
4160            @BeanReference(type = ResourceBlockFinder.class)
4161            protected ResourceBlockFinder resourceBlockFinder;
4162            @BeanReference(type = ResourceBlockPermissionLocalService.class)
4163            protected ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
4164            @BeanReference(type = ResourceBlockPermissionPersistence.class)
4165            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
4166            @BeanReference(type = ResourceCodeLocalService.class)
4167            protected ResourceCodeLocalService resourceCodeLocalService;
4168            @BeanReference(type = ResourceCodePersistence.class)
4169            protected ResourceCodePersistence resourceCodePersistence;
4170            @BeanReference(type = ResourcePermissionLocalService.class)
4171            protected ResourcePermissionLocalService resourcePermissionLocalService;
4172            @BeanReference(type = ResourcePermissionService.class)
4173            protected ResourcePermissionService resourcePermissionService;
4174            @BeanReference(type = ResourcePermissionPersistence.class)
4175            protected ResourcePermissionPersistence resourcePermissionPersistence;
4176            @BeanReference(type = ResourcePermissionFinder.class)
4177            protected ResourcePermissionFinder resourcePermissionFinder;
4178            @BeanReference(type = ResourceTypePermissionLocalService.class)
4179            protected ResourceTypePermissionLocalService resourceTypePermissionLocalService;
4180            @BeanReference(type = ResourceTypePermissionPersistence.class)
4181            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
4182            @BeanReference(type = ResourceTypePermissionFinder.class)
4183            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
4184            @BeanReference(type = RoleLocalService.class)
4185            protected RoleLocalService roleLocalService;
4186            @BeanReference(type = RoleService.class)
4187            protected RoleService roleService;
4188            @BeanReference(type = RolePersistence.class)
4189            protected RolePersistence rolePersistence;
4190            @BeanReference(type = RoleFinder.class)
4191            protected RoleFinder roleFinder;
4192            @BeanReference(type = ServiceComponentLocalService.class)
4193            protected ServiceComponentLocalService serviceComponentLocalService;
4194            @BeanReference(type = ServiceComponentPersistence.class)
4195            protected ServiceComponentPersistence serviceComponentPersistence;
4196            @BeanReference(type = ShardLocalService.class)
4197            protected ShardLocalService shardLocalService;
4198            @BeanReference(type = ShardPersistence.class)
4199            protected ShardPersistence shardPersistence;
4200            @BeanReference(type = SubscriptionLocalService.class)
4201            protected SubscriptionLocalService subscriptionLocalService;
4202            @BeanReference(type = SubscriptionPersistence.class)
4203            protected SubscriptionPersistence subscriptionPersistence;
4204            @BeanReference(type = TeamLocalService.class)
4205            protected TeamLocalService teamLocalService;
4206            @BeanReference(type = TeamService.class)
4207            protected TeamService teamService;
4208            @BeanReference(type = TeamPersistence.class)
4209            protected TeamPersistence teamPersistence;
4210            @BeanReference(type = TeamFinder.class)
4211            protected TeamFinder teamFinder;
4212            @BeanReference(type = ThemeLocalService.class)
4213            protected ThemeLocalService themeLocalService;
4214            @BeanReference(type = ThemeService.class)
4215            protected ThemeService themeService;
4216            @BeanReference(type = TicketLocalService.class)
4217            protected TicketLocalService ticketLocalService;
4218            @BeanReference(type = TicketPersistence.class)
4219            protected TicketPersistence ticketPersistence;
4220            @BeanReference(type = UserLocalService.class)
4221            protected UserLocalService userLocalService;
4222            @BeanReference(type = UserService.class)
4223            protected UserService userService;
4224            @BeanReference(type = UserPersistence.class)
4225            protected UserPersistence userPersistence;
4226            @BeanReference(type = UserFinder.class)
4227            protected UserFinder userFinder;
4228            @BeanReference(type = UserGroupLocalService.class)
4229            protected UserGroupLocalService userGroupLocalService;
4230            @BeanReference(type = UserGroupService.class)
4231            protected UserGroupService userGroupService;
4232            @BeanReference(type = UserGroupPersistence.class)
4233            protected UserGroupPersistence userGroupPersistence;
4234            @BeanReference(type = UserGroupFinder.class)
4235            protected UserGroupFinder userGroupFinder;
4236            @BeanReference(type = UserGroupGroupRoleLocalService.class)
4237            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
4238            @BeanReference(type = UserGroupGroupRoleService.class)
4239            protected UserGroupGroupRoleService userGroupGroupRoleService;
4240            @BeanReference(type = UserGroupGroupRolePersistence.class)
4241            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
4242            @BeanReference(type = UserGroupRoleLocalService.class)
4243            protected UserGroupRoleLocalService userGroupRoleLocalService;
4244            @BeanReference(type = UserGroupRoleService.class)
4245            protected UserGroupRoleService userGroupRoleService;
4246            @BeanReference(type = UserGroupRolePersistence.class)
4247            protected UserGroupRolePersistence userGroupRolePersistence;
4248            @BeanReference(type = UserGroupRoleFinder.class)
4249            protected UserGroupRoleFinder userGroupRoleFinder;
4250            @BeanReference(type = UserIdMapperLocalService.class)
4251            protected UserIdMapperLocalService userIdMapperLocalService;
4252            @BeanReference(type = UserIdMapperPersistence.class)
4253            protected UserIdMapperPersistence userIdMapperPersistence;
4254            @BeanReference(type = UserNotificationEventLocalService.class)
4255            protected UserNotificationEventLocalService userNotificationEventLocalService;
4256            @BeanReference(type = UserNotificationEventPersistence.class)
4257            protected UserNotificationEventPersistence userNotificationEventPersistence;
4258            @BeanReference(type = UserTrackerLocalService.class)
4259            protected UserTrackerLocalService userTrackerLocalService;
4260            @BeanReference(type = UserTrackerPersistence.class)
4261            protected UserTrackerPersistence userTrackerPersistence;
4262            @BeanReference(type = UserTrackerPathLocalService.class)
4263            protected UserTrackerPathLocalService userTrackerPathLocalService;
4264            @BeanReference(type = UserTrackerPathPersistence.class)
4265            protected UserTrackerPathPersistence userTrackerPathPersistence;
4266            @BeanReference(type = VirtualHostLocalService.class)
4267            protected VirtualHostLocalService virtualHostLocalService;
4268            @BeanReference(type = VirtualHostPersistence.class)
4269            protected VirtualHostPersistence virtualHostPersistence;
4270            @BeanReference(type = WebDAVPropsLocalService.class)
4271            protected WebDAVPropsLocalService webDAVPropsLocalService;
4272            @BeanReference(type = WebDAVPropsPersistence.class)
4273            protected WebDAVPropsPersistence webDAVPropsPersistence;
4274            @BeanReference(type = WebsiteLocalService.class)
4275            protected WebsiteLocalService websiteLocalService;
4276            @BeanReference(type = WebsiteService.class)
4277            protected WebsiteService websiteService;
4278            @BeanReference(type = WebsitePersistence.class)
4279            protected WebsitePersistence websitePersistence;
4280            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
4281            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
4282            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
4283            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
4284            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
4285            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
4286            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
4287            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
4288            @BeanReference(type = CounterLocalService.class)
4289            protected CounterLocalService counterLocalService;
4290            @BeanReference(type = AssetEntryLocalService.class)
4291            protected AssetEntryLocalService assetEntryLocalService;
4292            @BeanReference(type = AssetEntryService.class)
4293            protected AssetEntryService assetEntryService;
4294            @BeanReference(type = AssetEntryPersistence.class)
4295            protected AssetEntryPersistence assetEntryPersistence;
4296            @BeanReference(type = AssetEntryFinder.class)
4297            protected AssetEntryFinder assetEntryFinder;
4298            @BeanReference(type = ExpandoValueLocalService.class)
4299            protected ExpandoValueLocalService expandoValueLocalService;
4300            @BeanReference(type = ExpandoValueService.class)
4301            protected ExpandoValueService expandoValueService;
4302            @BeanReference(type = ExpandoValuePersistence.class)
4303            protected ExpandoValuePersistence expandoValuePersistence;
4304            private String _beanIdentifier;
4305    }