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