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