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