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