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