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