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