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