001    /**
002     * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
003     *
004     * This library is free software; you can redistribute it and/or modify it under
005     * the terms of the GNU Lesser General Public License as published by the Free
006     * Software Foundation; either version 2.1 of the License, or (at your option)
007     * any later version.
008     *
009     * This library is distributed in the hope that it will be useful, but WITHOUT
010     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
011     * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
012     * details.
013     */
014    
015    package com.liferay.portal.service.base;
016    
017    import com.liferay.portal.kernel.bean.BeanReference;
018    import com.liferay.portal.kernel.bean.IdentifiableBean;
019    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
020    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
021    import com.liferay.portal.kernel.exception.SystemException;
022    import com.liferay.portal.model.Group;
023    import com.liferay.portal.service.BaseServiceImpl;
024    import com.liferay.portal.service.GroupService;
025    import com.liferay.portal.service.persistence.AccountPersistence;
026    import com.liferay.portal.service.persistence.AddressPersistence;
027    import com.liferay.portal.service.persistence.BackgroundTaskPersistence;
028    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
029    import com.liferay.portal.service.persistence.ClassNamePersistence;
030    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
031    import com.liferay.portal.service.persistence.CompanyPersistence;
032    import com.liferay.portal.service.persistence.ContactPersistence;
033    import com.liferay.portal.service.persistence.CountryPersistence;
034    import com.liferay.portal.service.persistence.EmailAddressPersistence;
035    import com.liferay.portal.service.persistence.GroupFinder;
036    import com.liferay.portal.service.persistence.GroupPersistence;
037    import com.liferay.portal.service.persistence.ImagePersistence;
038    import com.liferay.portal.service.persistence.LayoutBranchPersistence;
039    import com.liferay.portal.service.persistence.LayoutFinder;
040    import com.liferay.portal.service.persistence.LayoutFriendlyURLPersistence;
041    import com.liferay.portal.service.persistence.LayoutPersistence;
042    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
043    import com.liferay.portal.service.persistence.LayoutRevisionPersistence;
044    import com.liferay.portal.service.persistence.LayoutSetBranchPersistence;
045    import com.liferay.portal.service.persistence.LayoutSetPersistence;
046    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
047    import com.liferay.portal.service.persistence.ListTypePersistence;
048    import com.liferay.portal.service.persistence.LockFinder;
049    import com.liferay.portal.service.persistence.LockPersistence;
050    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
051    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
052    import com.liferay.portal.service.persistence.OrgLaborPersistence;
053    import com.liferay.portal.service.persistence.OrganizationFinder;
054    import com.liferay.portal.service.persistence.OrganizationPersistence;
055    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
056    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
057    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
058    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
059    import com.liferay.portal.service.persistence.PhonePersistence;
060    import com.liferay.portal.service.persistence.PluginSettingPersistence;
061    import com.liferay.portal.service.persistence.PortalPreferencesPersistence;
062    import com.liferay.portal.service.persistence.PortletItemPersistence;
063    import com.liferay.portal.service.persistence.PortletPersistence;
064    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
065    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
066    import com.liferay.portal.service.persistence.RegionPersistence;
067    import com.liferay.portal.service.persistence.ReleasePersistence;
068    import com.liferay.portal.service.persistence.RepositoryEntryPersistence;
069    import com.liferay.portal.service.persistence.RepositoryPersistence;
070    import com.liferay.portal.service.persistence.ResourceActionPersistence;
071    import com.liferay.portal.service.persistence.ResourceBlockFinder;
072    import com.liferay.portal.service.persistence.ResourceBlockPermissionPersistence;
073    import com.liferay.portal.service.persistence.ResourceBlockPersistence;
074    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
075    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
076    import com.liferay.portal.service.persistence.ResourceTypePermissionFinder;
077    import com.liferay.portal.service.persistence.ResourceTypePermissionPersistence;
078    import com.liferay.portal.service.persistence.RoleFinder;
079    import com.liferay.portal.service.persistence.RolePersistence;
080    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
081    import com.liferay.portal.service.persistence.ShardPersistence;
082    import com.liferay.portal.service.persistence.SubscriptionPersistence;
083    import com.liferay.portal.service.persistence.SystemEventPersistence;
084    import com.liferay.portal.service.persistence.TeamFinder;
085    import com.liferay.portal.service.persistence.TeamPersistence;
086    import com.liferay.portal.service.persistence.TicketPersistence;
087    import com.liferay.portal.service.persistence.UserFinder;
088    import com.liferay.portal.service.persistence.UserGroupFinder;
089    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
090    import com.liferay.portal.service.persistence.UserGroupPersistence;
091    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
092    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
093    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
094    import com.liferay.portal.service.persistence.UserNotificationDeliveryPersistence;
095    import com.liferay.portal.service.persistence.UserNotificationEventPersistence;
096    import com.liferay.portal.service.persistence.UserPersistence;
097    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
098    import com.liferay.portal.service.persistence.UserTrackerPersistence;
099    import com.liferay.portal.service.persistence.VirtualHostPersistence;
100    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
101    import com.liferay.portal.service.persistence.WebsitePersistence;
102    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
103    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
104    
105    import com.liferay.portlet.asset.service.persistence.AssetCategoryFinder;
106    import com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence;
107    import com.liferay.portlet.asset.service.persistence.AssetEntryFinder;
108    import com.liferay.portlet.asset.service.persistence.AssetEntryPersistence;
109    import com.liferay.portlet.asset.service.persistence.AssetTagFinder;
110    import com.liferay.portlet.asset.service.persistence.AssetTagPersistence;
111    import com.liferay.portlet.asset.service.persistence.AssetVocabularyFinder;
112    import com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence;
113    import com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder;
114    import com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence;
115    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder;
116    import com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence;
117    import com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderFinder;
118    import com.liferay.portlet.bookmarks.service.persistence.BookmarksFolderPersistence;
119    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder;
120    import com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypePersistence;
121    import com.liferay.portlet.expando.service.persistence.ExpandoRowPersistence;
122    import com.liferay.portlet.journal.service.persistence.JournalArticleFinder;
123    import com.liferay.portlet.journal.service.persistence.JournalArticlePersistence;
124    import com.liferay.portlet.messageboards.service.persistence.MBBanPersistence;
125    import com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder;
126    import com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence;
127    import com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence;
128    import com.liferay.portlet.messageboards.service.persistence.MBThreadFinder;
129    import com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence;
130    import com.liferay.portlet.polls.service.persistence.PollsQuestionPersistence;
131    import com.liferay.portlet.shopping.service.persistence.ShoppingCartPersistence;
132    import com.liferay.portlet.shopping.service.persistence.ShoppingCategoryPersistence;
133    import com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder;
134    import com.liferay.portlet.shopping.service.persistence.ShoppingCouponPersistence;
135    import com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder;
136    import com.liferay.portlet.shopping.service.persistence.ShoppingOrderPersistence;
137    import com.liferay.portlet.social.service.persistence.SocialActivityFinder;
138    import com.liferay.portlet.social.service.persistence.SocialActivityPersistence;
139    import com.liferay.portlet.social.service.persistence.SocialActivitySettingPersistence;
140    import com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence;
141    import com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence;
142    import com.liferay.portlet.trash.service.persistence.TrashEntryPersistence;
143    import com.liferay.portlet.wiki.service.persistence.WikiNodePersistence;
144    
145    import javax.sql.DataSource;
146    
147    /**
148     * Provides the base implementation for the group remote service.
149     *
150     * <p>
151     * 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.GroupServiceImpl}.
152     * </p>
153     *
154     * @author Brian Wing Shun Chan
155     * @see com.liferay.portal.service.impl.GroupServiceImpl
156     * @see com.liferay.portal.service.GroupServiceUtil
157     * @generated
158     */
159    public abstract class GroupServiceBaseImpl extends BaseServiceImpl
160            implements GroupService, IdentifiableBean {
161            /*
162             * NOTE FOR DEVELOPERS:
163             *
164             * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.GroupServiceUtil} to access the group remote service.
165             */
166    
167            /**
168             * Returns the account local service.
169             *
170             * @return the account local service
171             */
172            public com.liferay.portal.service.AccountLocalService getAccountLocalService() {
173                    return accountLocalService;
174            }
175    
176            /**
177             * Sets the account local service.
178             *
179             * @param accountLocalService the account local service
180             */
181            public void setAccountLocalService(
182                    com.liferay.portal.service.AccountLocalService accountLocalService) {
183                    this.accountLocalService = accountLocalService;
184            }
185    
186            /**
187             * Returns the account remote service.
188             *
189             * @return the account remote service
190             */
191            public com.liferay.portal.service.AccountService getAccountService() {
192                    return accountService;
193            }
194    
195            /**
196             * Sets the account remote service.
197             *
198             * @param accountService the account remote service
199             */
200            public void setAccountService(
201                    com.liferay.portal.service.AccountService accountService) {
202                    this.accountService = accountService;
203            }
204    
205            /**
206             * Returns the account persistence.
207             *
208             * @return the account persistence
209             */
210            public AccountPersistence getAccountPersistence() {
211                    return accountPersistence;
212            }
213    
214            /**
215             * Sets the account persistence.
216             *
217             * @param accountPersistence the account persistence
218             */
219            public void setAccountPersistence(AccountPersistence accountPersistence) {
220                    this.accountPersistence = accountPersistence;
221            }
222    
223            /**
224             * Returns the address local service.
225             *
226             * @return the address local service
227             */
228            public com.liferay.portal.service.AddressLocalService getAddressLocalService() {
229                    return addressLocalService;
230            }
231    
232            /**
233             * Sets the address local service.
234             *
235             * @param addressLocalService the address local service
236             */
237            public void setAddressLocalService(
238                    com.liferay.portal.service.AddressLocalService addressLocalService) {
239                    this.addressLocalService = addressLocalService;
240            }
241    
242            /**
243             * Returns the address remote service.
244             *
245             * @return the address remote service
246             */
247            public com.liferay.portal.service.AddressService getAddressService() {
248                    return addressService;
249            }
250    
251            /**
252             * Sets the address remote service.
253             *
254             * @param addressService the address remote service
255             */
256            public void setAddressService(
257                    com.liferay.portal.service.AddressService addressService) {
258                    this.addressService = addressService;
259            }
260    
261            /**
262             * Returns the address persistence.
263             *
264             * @return the address persistence
265             */
266            public AddressPersistence getAddressPersistence() {
267                    return addressPersistence;
268            }
269    
270            /**
271             * Sets the address persistence.
272             *
273             * @param addressPersistence the address persistence
274             */
275            public void setAddressPersistence(AddressPersistence addressPersistence) {
276                    this.addressPersistence = addressPersistence;
277            }
278    
279            /**
280             * Returns the background task local service.
281             *
282             * @return the background task local service
283             */
284            public com.liferay.portal.service.BackgroundTaskLocalService getBackgroundTaskLocalService() {
285                    return backgroundTaskLocalService;
286            }
287    
288            /**
289             * Sets the background task local service.
290             *
291             * @param backgroundTaskLocalService the background task local service
292             */
293            public void setBackgroundTaskLocalService(
294                    com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService) {
295                    this.backgroundTaskLocalService = backgroundTaskLocalService;
296            }
297    
298            /**
299             * Returns the background task remote service.
300             *
301             * @return the background task remote service
302             */
303            public com.liferay.portal.service.BackgroundTaskService getBackgroundTaskService() {
304                    return backgroundTaskService;
305            }
306    
307            /**
308             * Sets the background task remote service.
309             *
310             * @param backgroundTaskService the background task remote service
311             */
312            public void setBackgroundTaskService(
313                    com.liferay.portal.service.BackgroundTaskService backgroundTaskService) {
314                    this.backgroundTaskService = backgroundTaskService;
315            }
316    
317            /**
318             * Returns the background task persistence.
319             *
320             * @return the background task persistence
321             */
322            public BackgroundTaskPersistence getBackgroundTaskPersistence() {
323                    return backgroundTaskPersistence;
324            }
325    
326            /**
327             * Sets the background task persistence.
328             *
329             * @param backgroundTaskPersistence the background task persistence
330             */
331            public void setBackgroundTaskPersistence(
332                    BackgroundTaskPersistence backgroundTaskPersistence) {
333                    this.backgroundTaskPersistence = backgroundTaskPersistence;
334            }
335    
336            /**
337             * Returns the browser tracker local service.
338             *
339             * @return the browser tracker local service
340             */
341            public com.liferay.portal.service.BrowserTrackerLocalService getBrowserTrackerLocalService() {
342                    return browserTrackerLocalService;
343            }
344    
345            /**
346             * Sets the browser tracker local service.
347             *
348             * @param browserTrackerLocalService the browser tracker local service
349             */
350            public void setBrowserTrackerLocalService(
351                    com.liferay.portal.service.BrowserTrackerLocalService browserTrackerLocalService) {
352                    this.browserTrackerLocalService = browserTrackerLocalService;
353            }
354    
355            /**
356             * Returns the browser tracker persistence.
357             *
358             * @return the browser tracker persistence
359             */
360            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
361                    return browserTrackerPersistence;
362            }
363    
364            /**
365             * Sets the browser tracker persistence.
366             *
367             * @param browserTrackerPersistence the browser tracker persistence
368             */
369            public void setBrowserTrackerPersistence(
370                    BrowserTrackerPersistence browserTrackerPersistence) {
371                    this.browserTrackerPersistence = browserTrackerPersistence;
372            }
373    
374            /**
375             * Returns the class name local service.
376             *
377             * @return the class name local service
378             */
379            public com.liferay.portal.service.ClassNameLocalService getClassNameLocalService() {
380                    return classNameLocalService;
381            }
382    
383            /**
384             * Sets the class name local service.
385             *
386             * @param classNameLocalService the class name local service
387             */
388            public void setClassNameLocalService(
389                    com.liferay.portal.service.ClassNameLocalService classNameLocalService) {
390                    this.classNameLocalService = classNameLocalService;
391            }
392    
393            /**
394             * Returns the class name remote service.
395             *
396             * @return the class name remote service
397             */
398            public com.liferay.portal.service.ClassNameService getClassNameService() {
399                    return classNameService;
400            }
401    
402            /**
403             * Sets the class name remote service.
404             *
405             * @param classNameService the class name remote service
406             */
407            public void setClassNameService(
408                    com.liferay.portal.service.ClassNameService classNameService) {
409                    this.classNameService = classNameService;
410            }
411    
412            /**
413             * Returns the class name persistence.
414             *
415             * @return the class name persistence
416             */
417            public ClassNamePersistence getClassNamePersistence() {
418                    return classNamePersistence;
419            }
420    
421            /**
422             * Sets the class name persistence.
423             *
424             * @param classNamePersistence the class name persistence
425             */
426            public void setClassNamePersistence(
427                    ClassNamePersistence classNamePersistence) {
428                    this.classNamePersistence = classNamePersistence;
429            }
430    
431            /**
432             * Returns the cluster group local service.
433             *
434             * @return the cluster group local service
435             */
436            public com.liferay.portal.service.ClusterGroupLocalService getClusterGroupLocalService() {
437                    return clusterGroupLocalService;
438            }
439    
440            /**
441             * Sets the cluster group local service.
442             *
443             * @param clusterGroupLocalService the cluster group local service
444             */
445            public void setClusterGroupLocalService(
446                    com.liferay.portal.service.ClusterGroupLocalService clusterGroupLocalService) {
447                    this.clusterGroupLocalService = clusterGroupLocalService;
448            }
449    
450            /**
451             * Returns the cluster group persistence.
452             *
453             * @return the cluster group persistence
454             */
455            public ClusterGroupPersistence getClusterGroupPersistence() {
456                    return clusterGroupPersistence;
457            }
458    
459            /**
460             * Sets the cluster group persistence.
461             *
462             * @param clusterGroupPersistence the cluster group persistence
463             */
464            public void setClusterGroupPersistence(
465                    ClusterGroupPersistence clusterGroupPersistence) {
466                    this.clusterGroupPersistence = clusterGroupPersistence;
467            }
468    
469            /**
470             * Returns the c m i s repository local service.
471             *
472             * @return the c m i s repository local service
473             */
474            public com.liferay.portal.service.CMISRepositoryLocalService getCMISRepositoryLocalService() {
475                    return cmisRepositoryLocalService;
476            }
477    
478            /**
479             * Sets the c m i s repository local service.
480             *
481             * @param cmisRepositoryLocalService the c m i s repository local service
482             */
483            public void setCMISRepositoryLocalService(
484                    com.liferay.portal.service.CMISRepositoryLocalService cmisRepositoryLocalService) {
485                    this.cmisRepositoryLocalService = cmisRepositoryLocalService;
486            }
487    
488            /**
489             * Returns the company local service.
490             *
491             * @return the company local service
492             */
493            public com.liferay.portal.service.CompanyLocalService getCompanyLocalService() {
494                    return companyLocalService;
495            }
496    
497            /**
498             * Sets the company local service.
499             *
500             * @param companyLocalService the company local service
501             */
502            public void setCompanyLocalService(
503                    com.liferay.portal.service.CompanyLocalService companyLocalService) {
504                    this.companyLocalService = companyLocalService;
505            }
506    
507            /**
508             * Returns the company remote service.
509             *
510             * @return the company remote service
511             */
512            public com.liferay.portal.service.CompanyService getCompanyService() {
513                    return companyService;
514            }
515    
516            /**
517             * Sets the company remote service.
518             *
519             * @param companyService the company remote service
520             */
521            public void setCompanyService(
522                    com.liferay.portal.service.CompanyService companyService) {
523                    this.companyService = companyService;
524            }
525    
526            /**
527             * Returns the company persistence.
528             *
529             * @return the company persistence
530             */
531            public CompanyPersistence getCompanyPersistence() {
532                    return companyPersistence;
533            }
534    
535            /**
536             * Sets the company persistence.
537             *
538             * @param companyPersistence the company persistence
539             */
540            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
541                    this.companyPersistence = companyPersistence;
542            }
543    
544            /**
545             * Returns the contact local service.
546             *
547             * @return the contact local service
548             */
549            public com.liferay.portal.service.ContactLocalService getContactLocalService() {
550                    return contactLocalService;
551            }
552    
553            /**
554             * Sets the contact local service.
555             *
556             * @param contactLocalService the contact local service
557             */
558            public void setContactLocalService(
559                    com.liferay.portal.service.ContactLocalService contactLocalService) {
560                    this.contactLocalService = contactLocalService;
561            }
562    
563            /**
564             * Returns the contact remote service.
565             *
566             * @return the contact remote service
567             */
568            public com.liferay.portal.service.ContactService getContactService() {
569                    return contactService;
570            }
571    
572            /**
573             * Sets the contact remote service.
574             *
575             * @param contactService the contact remote service
576             */
577            public void setContactService(
578                    com.liferay.portal.service.ContactService contactService) {
579                    this.contactService = contactService;
580            }
581    
582            /**
583             * Returns the contact persistence.
584             *
585             * @return the contact persistence
586             */
587            public ContactPersistence getContactPersistence() {
588                    return contactPersistence;
589            }
590    
591            /**
592             * Sets the contact persistence.
593             *
594             * @param contactPersistence the contact persistence
595             */
596            public void setContactPersistence(ContactPersistence contactPersistence) {
597                    this.contactPersistence = contactPersistence;
598            }
599    
600            /**
601             * Returns the country remote service.
602             *
603             * @return the country remote service
604             */
605            public com.liferay.portal.service.CountryService getCountryService() {
606                    return countryService;
607            }
608    
609            /**
610             * Sets the country remote service.
611             *
612             * @param countryService the country remote service
613             */
614            public void setCountryService(
615                    com.liferay.portal.service.CountryService countryService) {
616                    this.countryService = countryService;
617            }
618    
619            /**
620             * Returns the country persistence.
621             *
622             * @return the country persistence
623             */
624            public CountryPersistence getCountryPersistence() {
625                    return countryPersistence;
626            }
627    
628            /**
629             * Sets the country persistence.
630             *
631             * @param countryPersistence the country persistence
632             */
633            public void setCountryPersistence(CountryPersistence countryPersistence) {
634                    this.countryPersistence = countryPersistence;
635            }
636    
637            /**
638             * Returns the email address local service.
639             *
640             * @return the email address local service
641             */
642            public com.liferay.portal.service.EmailAddressLocalService getEmailAddressLocalService() {
643                    return emailAddressLocalService;
644            }
645    
646            /**
647             * Sets the email address local service.
648             *
649             * @param emailAddressLocalService the email address local service
650             */
651            public void setEmailAddressLocalService(
652                    com.liferay.portal.service.EmailAddressLocalService emailAddressLocalService) {
653                    this.emailAddressLocalService = emailAddressLocalService;
654            }
655    
656            /**
657             * Returns the email address remote service.
658             *
659             * @return the email address remote service
660             */
661            public com.liferay.portal.service.EmailAddressService getEmailAddressService() {
662                    return emailAddressService;
663            }
664    
665            /**
666             * Sets the email address remote service.
667             *
668             * @param emailAddressService the email address remote service
669             */
670            public void setEmailAddressService(
671                    com.liferay.portal.service.EmailAddressService emailAddressService) {
672                    this.emailAddressService = emailAddressService;
673            }
674    
675            /**
676             * Returns the email address persistence.
677             *
678             * @return the email address persistence
679             */
680            public EmailAddressPersistence getEmailAddressPersistence() {
681                    return emailAddressPersistence;
682            }
683    
684            /**
685             * Sets the email address persistence.
686             *
687             * @param emailAddressPersistence the email address persistence
688             */
689            public void setEmailAddressPersistence(
690                    EmailAddressPersistence emailAddressPersistence) {
691                    this.emailAddressPersistence = emailAddressPersistence;
692            }
693    
694            /**
695             * Returns the group local service.
696             *
697             * @return the group local service
698             */
699            public com.liferay.portal.service.GroupLocalService getGroupLocalService() {
700                    return groupLocalService;
701            }
702    
703            /**
704             * Sets the group local service.
705             *
706             * @param groupLocalService the group local service
707             */
708            public void setGroupLocalService(
709                    com.liferay.portal.service.GroupLocalService groupLocalService) {
710                    this.groupLocalService = groupLocalService;
711            }
712    
713            /**
714             * Returns the group remote service.
715             *
716             * @return the group remote service
717             */
718            public com.liferay.portal.service.GroupService getGroupService() {
719                    return groupService;
720            }
721    
722            /**
723             * Sets the group remote service.
724             *
725             * @param groupService the group remote service
726             */
727            public void setGroupService(
728                    com.liferay.portal.service.GroupService groupService) {
729                    this.groupService = groupService;
730            }
731    
732            /**
733             * Returns the group persistence.
734             *
735             * @return the group persistence
736             */
737            public GroupPersistence getGroupPersistence() {
738                    return groupPersistence;
739            }
740    
741            /**
742             * Sets the group persistence.
743             *
744             * @param groupPersistence the group persistence
745             */
746            public void setGroupPersistence(GroupPersistence groupPersistence) {
747                    this.groupPersistence = groupPersistence;
748            }
749    
750            /**
751             * Returns the group finder.
752             *
753             * @return the group finder
754             */
755            public GroupFinder getGroupFinder() {
756                    return groupFinder;
757            }
758    
759            /**
760             * Sets the group finder.
761             *
762             * @param groupFinder the group finder
763             */
764            public void setGroupFinder(GroupFinder groupFinder) {
765                    this.groupFinder = groupFinder;
766            }
767    
768            /**
769             * Returns the image local service.
770             *
771             * @return the image local service
772             */
773            public com.liferay.portal.service.ImageLocalService getImageLocalService() {
774                    return imageLocalService;
775            }
776    
777            /**
778             * Sets the image local service.
779             *
780             * @param imageLocalService the image local service
781             */
782            public void setImageLocalService(
783                    com.liferay.portal.service.ImageLocalService imageLocalService) {
784                    this.imageLocalService = imageLocalService;
785            }
786    
787            /**
788             * Returns the image remote service.
789             *
790             * @return the image remote service
791             */
792            public com.liferay.portal.service.ImageService getImageService() {
793                    return imageService;
794            }
795    
796            /**
797             * Sets the image remote service.
798             *
799             * @param imageService the image remote service
800             */
801            public void setImageService(
802                    com.liferay.portal.service.ImageService imageService) {
803                    this.imageService = imageService;
804            }
805    
806            /**
807             * Returns the image persistence.
808             *
809             * @return the image persistence
810             */
811            public ImagePersistence getImagePersistence() {
812                    return imagePersistence;
813            }
814    
815            /**
816             * Sets the image persistence.
817             *
818             * @param imagePersistence the image persistence
819             */
820            public void setImagePersistence(ImagePersistence imagePersistence) {
821                    this.imagePersistence = imagePersistence;
822            }
823    
824            /**
825             * Returns the layout local service.
826             *
827             * @return the layout local service
828             */
829            public com.liferay.portal.service.LayoutLocalService getLayoutLocalService() {
830                    return layoutLocalService;
831            }
832    
833            /**
834             * Sets the layout local service.
835             *
836             * @param layoutLocalService the layout local service
837             */
838            public void setLayoutLocalService(
839                    com.liferay.portal.service.LayoutLocalService layoutLocalService) {
840                    this.layoutLocalService = layoutLocalService;
841            }
842    
843            /**
844             * Returns the layout remote service.
845             *
846             * @return the layout remote service
847             */
848            public com.liferay.portal.service.LayoutService getLayoutService() {
849                    return layoutService;
850            }
851    
852            /**
853             * Sets the layout remote service.
854             *
855             * @param layoutService the layout remote service
856             */
857            public void setLayoutService(
858                    com.liferay.portal.service.LayoutService layoutService) {
859                    this.layoutService = layoutService;
860            }
861    
862            /**
863             * Returns the layout persistence.
864             *
865             * @return the layout persistence
866             */
867            public LayoutPersistence getLayoutPersistence() {
868                    return layoutPersistence;
869            }
870    
871            /**
872             * Sets the layout persistence.
873             *
874             * @param layoutPersistence the layout persistence
875             */
876            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
877                    this.layoutPersistence = layoutPersistence;
878            }
879    
880            /**
881             * Returns the layout finder.
882             *
883             * @return the layout finder
884             */
885            public LayoutFinder getLayoutFinder() {
886                    return layoutFinder;
887            }
888    
889            /**
890             * Sets the layout finder.
891             *
892             * @param layoutFinder the layout finder
893             */
894            public void setLayoutFinder(LayoutFinder layoutFinder) {
895                    this.layoutFinder = layoutFinder;
896            }
897    
898            /**
899             * Returns the layout branch local service.
900             *
901             * @return the layout branch local service
902             */
903            public com.liferay.portal.service.LayoutBranchLocalService getLayoutBranchLocalService() {
904                    return layoutBranchLocalService;
905            }
906    
907            /**
908             * Sets the layout branch local service.
909             *
910             * @param layoutBranchLocalService the layout branch local service
911             */
912            public void setLayoutBranchLocalService(
913                    com.liferay.portal.service.LayoutBranchLocalService layoutBranchLocalService) {
914                    this.layoutBranchLocalService = layoutBranchLocalService;
915            }
916    
917            /**
918             * Returns the layout branch remote service.
919             *
920             * @return the layout branch remote service
921             */
922            public com.liferay.portal.service.LayoutBranchService getLayoutBranchService() {
923                    return layoutBranchService;
924            }
925    
926            /**
927             * Sets the layout branch remote service.
928             *
929             * @param layoutBranchService the layout branch remote service
930             */
931            public void setLayoutBranchService(
932                    com.liferay.portal.service.LayoutBranchService layoutBranchService) {
933                    this.layoutBranchService = layoutBranchService;
934            }
935    
936            /**
937             * Returns the layout branch persistence.
938             *
939             * @return the layout branch persistence
940             */
941            public LayoutBranchPersistence getLayoutBranchPersistence() {
942                    return layoutBranchPersistence;
943            }
944    
945            /**
946             * Sets the layout branch persistence.
947             *
948             * @param layoutBranchPersistence the layout branch persistence
949             */
950            public void setLayoutBranchPersistence(
951                    LayoutBranchPersistence layoutBranchPersistence) {
952                    this.layoutBranchPersistence = layoutBranchPersistence;
953            }
954    
955            /**
956             * Returns the layout friendly u r l local service.
957             *
958             * @return the layout friendly u r l local service
959             */
960            public com.liferay.portal.service.LayoutFriendlyURLLocalService getLayoutFriendlyURLLocalService() {
961                    return layoutFriendlyURLLocalService;
962            }
963    
964            /**
965             * Sets the layout friendly u r l local service.
966             *
967             * @param layoutFriendlyURLLocalService the layout friendly u r l local service
968             */
969            public void setLayoutFriendlyURLLocalService(
970                    com.liferay.portal.service.LayoutFriendlyURLLocalService layoutFriendlyURLLocalService) {
971                    this.layoutFriendlyURLLocalService = layoutFriendlyURLLocalService;
972            }
973    
974            /**
975             * Returns the layout friendly u r l persistence.
976             *
977             * @return the layout friendly u r l persistence
978             */
979            public LayoutFriendlyURLPersistence getLayoutFriendlyURLPersistence() {
980                    return layoutFriendlyURLPersistence;
981            }
982    
983            /**
984             * Sets the layout friendly u r l persistence.
985             *
986             * @param layoutFriendlyURLPersistence the layout friendly u r l persistence
987             */
988            public void setLayoutFriendlyURLPersistence(
989                    LayoutFriendlyURLPersistence layoutFriendlyURLPersistence) {
990                    this.layoutFriendlyURLPersistence = layoutFriendlyURLPersistence;
991            }
992    
993            /**
994             * Returns the layout prototype local service.
995             *
996             * @return the layout prototype local service
997             */
998            public com.liferay.portal.service.LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
999                    return layoutPrototypeLocalService;
1000            }
1001    
1002            /**
1003             * Sets the layout prototype local service.
1004             *
1005             * @param layoutPrototypeLocalService the layout prototype local service
1006             */
1007            public void setLayoutPrototypeLocalService(
1008                    com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService) {
1009                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
1010            }
1011    
1012            /**
1013             * Returns the layout prototype remote service.
1014             *
1015             * @return the layout prototype remote service
1016             */
1017            public com.liferay.portal.service.LayoutPrototypeService getLayoutPrototypeService() {
1018                    return layoutPrototypeService;
1019            }
1020    
1021            /**
1022             * Sets the layout prototype remote service.
1023             *
1024             * @param layoutPrototypeService the layout prototype remote service
1025             */
1026            public void setLayoutPrototypeService(
1027                    com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService) {
1028                    this.layoutPrototypeService = layoutPrototypeService;
1029            }
1030    
1031            /**
1032             * Returns the layout prototype persistence.
1033             *
1034             * @return the layout prototype persistence
1035             */
1036            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
1037                    return layoutPrototypePersistence;
1038            }
1039    
1040            /**
1041             * Sets the layout prototype persistence.
1042             *
1043             * @param layoutPrototypePersistence the layout prototype persistence
1044             */
1045            public void setLayoutPrototypePersistence(
1046                    LayoutPrototypePersistence layoutPrototypePersistence) {
1047                    this.layoutPrototypePersistence = layoutPrototypePersistence;
1048            }
1049    
1050            /**
1051             * Returns the layout revision local service.
1052             *
1053             * @return the layout revision local service
1054             */
1055            public com.liferay.portal.service.LayoutRevisionLocalService getLayoutRevisionLocalService() {
1056                    return layoutRevisionLocalService;
1057            }
1058    
1059            /**
1060             * Sets the layout revision local service.
1061             *
1062             * @param layoutRevisionLocalService the layout revision local service
1063             */
1064            public void setLayoutRevisionLocalService(
1065                    com.liferay.portal.service.LayoutRevisionLocalService layoutRevisionLocalService) {
1066                    this.layoutRevisionLocalService = layoutRevisionLocalService;
1067            }
1068    
1069            /**
1070             * Returns the layout revision remote service.
1071             *
1072             * @return the layout revision remote service
1073             */
1074            public com.liferay.portal.service.LayoutRevisionService getLayoutRevisionService() {
1075                    return layoutRevisionService;
1076            }
1077    
1078            /**
1079             * Sets the layout revision remote service.
1080             *
1081             * @param layoutRevisionService the layout revision remote service
1082             */
1083            public void setLayoutRevisionService(
1084                    com.liferay.portal.service.LayoutRevisionService layoutRevisionService) {
1085                    this.layoutRevisionService = layoutRevisionService;
1086            }
1087    
1088            /**
1089             * Returns the layout revision persistence.
1090             *
1091             * @return the layout revision persistence
1092             */
1093            public LayoutRevisionPersistence getLayoutRevisionPersistence() {
1094                    return layoutRevisionPersistence;
1095            }
1096    
1097            /**
1098             * Sets the layout revision persistence.
1099             *
1100             * @param layoutRevisionPersistence the layout revision persistence
1101             */
1102            public void setLayoutRevisionPersistence(
1103                    LayoutRevisionPersistence layoutRevisionPersistence) {
1104                    this.layoutRevisionPersistence = layoutRevisionPersistence;
1105            }
1106    
1107            /**
1108             * Returns the layout set local service.
1109             *
1110             * @return the layout set local service
1111             */
1112            public com.liferay.portal.service.LayoutSetLocalService getLayoutSetLocalService() {
1113                    return layoutSetLocalService;
1114            }
1115    
1116            /**
1117             * Sets the layout set local service.
1118             *
1119             * @param layoutSetLocalService the layout set local service
1120             */
1121            public void setLayoutSetLocalService(
1122                    com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService) {
1123                    this.layoutSetLocalService = layoutSetLocalService;
1124            }
1125    
1126            /**
1127             * Returns the layout set remote service.
1128             *
1129             * @return the layout set remote service
1130             */
1131            public com.liferay.portal.service.LayoutSetService getLayoutSetService() {
1132                    return layoutSetService;
1133            }
1134    
1135            /**
1136             * Sets the layout set remote service.
1137             *
1138             * @param layoutSetService the layout set remote service
1139             */
1140            public void setLayoutSetService(
1141                    com.liferay.portal.service.LayoutSetService layoutSetService) {
1142                    this.layoutSetService = layoutSetService;
1143            }
1144    
1145            /**
1146             * Returns the layout set persistence.
1147             *
1148             * @return the layout set persistence
1149             */
1150            public LayoutSetPersistence getLayoutSetPersistence() {
1151                    return layoutSetPersistence;
1152            }
1153    
1154            /**
1155             * Sets the layout set persistence.
1156             *
1157             * @param layoutSetPersistence the layout set persistence
1158             */
1159            public void setLayoutSetPersistence(
1160                    LayoutSetPersistence layoutSetPersistence) {
1161                    this.layoutSetPersistence = layoutSetPersistence;
1162            }
1163    
1164            /**
1165             * Returns the layout set branch local service.
1166             *
1167             * @return the layout set branch local service
1168             */
1169            public com.liferay.portal.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService() {
1170                    return layoutSetBranchLocalService;
1171            }
1172    
1173            /**
1174             * Sets the layout set branch local service.
1175             *
1176             * @param layoutSetBranchLocalService the layout set branch local service
1177             */
1178            public void setLayoutSetBranchLocalService(
1179                    com.liferay.portal.service.LayoutSetBranchLocalService layoutSetBranchLocalService) {
1180                    this.layoutSetBranchLocalService = layoutSetBranchLocalService;
1181            }
1182    
1183            /**
1184             * Returns the layout set branch remote service.
1185             *
1186             * @return the layout set branch remote service
1187             */
1188            public com.liferay.portal.service.LayoutSetBranchService getLayoutSetBranchService() {
1189                    return layoutSetBranchService;
1190            }
1191    
1192            /**
1193             * Sets the layout set branch remote service.
1194             *
1195             * @param layoutSetBranchService the layout set branch remote service
1196             */
1197            public void setLayoutSetBranchService(
1198                    com.liferay.portal.service.LayoutSetBranchService layoutSetBranchService) {
1199                    this.layoutSetBranchService = layoutSetBranchService;
1200            }
1201    
1202            /**
1203             * Returns the layout set branch persistence.
1204             *
1205             * @return the layout set branch persistence
1206             */
1207            public LayoutSetBranchPersistence getLayoutSetBranchPersistence() {
1208                    return layoutSetBranchPersistence;
1209            }
1210    
1211            /**
1212             * Sets the layout set branch persistence.
1213             *
1214             * @param layoutSetBranchPersistence the layout set branch persistence
1215             */
1216            public void setLayoutSetBranchPersistence(
1217                    LayoutSetBranchPersistence layoutSetBranchPersistence) {
1218                    this.layoutSetBranchPersistence = layoutSetBranchPersistence;
1219            }
1220    
1221            /**
1222             * Returns the layout set prototype local service.
1223             *
1224             * @return the layout set prototype local service
1225             */
1226            public com.liferay.portal.service.LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
1227                    return layoutSetPrototypeLocalService;
1228            }
1229    
1230            /**
1231             * Sets the layout set prototype local service.
1232             *
1233             * @param layoutSetPrototypeLocalService the layout set prototype local service
1234             */
1235            public void setLayoutSetPrototypeLocalService(
1236                    com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
1237                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
1238            }
1239    
1240            /**
1241             * Returns the layout set prototype remote service.
1242             *
1243             * @return the layout set prototype remote service
1244             */
1245            public com.liferay.portal.service.LayoutSetPrototypeService getLayoutSetPrototypeService() {
1246                    return layoutSetPrototypeService;
1247            }
1248    
1249            /**
1250             * Sets the layout set prototype remote service.
1251             *
1252             * @param layoutSetPrototypeService the layout set prototype remote service
1253             */
1254            public void setLayoutSetPrototypeService(
1255                    com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService) {
1256                    this.layoutSetPrototypeService = layoutSetPrototypeService;
1257            }
1258    
1259            /**
1260             * Returns the layout set prototype persistence.
1261             *
1262             * @return the layout set prototype persistence
1263             */
1264            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
1265                    return layoutSetPrototypePersistence;
1266            }
1267    
1268            /**
1269             * Sets the layout set prototype persistence.
1270             *
1271             * @param layoutSetPrototypePersistence the layout set prototype persistence
1272             */
1273            public void setLayoutSetPrototypePersistence(
1274                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1275                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1276            }
1277    
1278            /**
1279             * Returns the layout template local service.
1280             *
1281             * @return the layout template local service
1282             */
1283            public com.liferay.portal.service.LayoutTemplateLocalService getLayoutTemplateLocalService() {
1284                    return layoutTemplateLocalService;
1285            }
1286    
1287            /**
1288             * Sets the layout template local service.
1289             *
1290             * @param layoutTemplateLocalService the layout template local service
1291             */
1292            public void setLayoutTemplateLocalService(
1293                    com.liferay.portal.service.LayoutTemplateLocalService layoutTemplateLocalService) {
1294                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1295            }
1296    
1297            /**
1298             * Returns the list type remote service.
1299             *
1300             * @return the list type remote service
1301             */
1302            public com.liferay.portal.service.ListTypeService getListTypeService() {
1303                    return listTypeService;
1304            }
1305    
1306            /**
1307             * Sets the list type remote service.
1308             *
1309             * @param listTypeService the list type remote service
1310             */
1311            public void setListTypeService(
1312                    com.liferay.portal.service.ListTypeService listTypeService) {
1313                    this.listTypeService = listTypeService;
1314            }
1315    
1316            /**
1317             * Returns the list type persistence.
1318             *
1319             * @return the list type persistence
1320             */
1321            public ListTypePersistence getListTypePersistence() {
1322                    return listTypePersistence;
1323            }
1324    
1325            /**
1326             * Sets the list type persistence.
1327             *
1328             * @param listTypePersistence the list type persistence
1329             */
1330            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1331                    this.listTypePersistence = listTypePersistence;
1332            }
1333    
1334            /**
1335             * Returns the lock local service.
1336             *
1337             * @return the lock local service
1338             */
1339            public com.liferay.portal.service.LockLocalService getLockLocalService() {
1340                    return lockLocalService;
1341            }
1342    
1343            /**
1344             * Sets the lock local service.
1345             *
1346             * @param lockLocalService the lock local service
1347             */
1348            public void setLockLocalService(
1349                    com.liferay.portal.service.LockLocalService lockLocalService) {
1350                    this.lockLocalService = lockLocalService;
1351            }
1352    
1353            /**
1354             * Returns the lock persistence.
1355             *
1356             * @return the lock persistence
1357             */
1358            public LockPersistence getLockPersistence() {
1359                    return lockPersistence;
1360            }
1361    
1362            /**
1363             * Sets the lock persistence.
1364             *
1365             * @param lockPersistence the lock persistence
1366             */
1367            public void setLockPersistence(LockPersistence lockPersistence) {
1368                    this.lockPersistence = lockPersistence;
1369            }
1370    
1371            /**
1372             * Returns the lock finder.
1373             *
1374             * @return the lock finder
1375             */
1376            public LockFinder getLockFinder() {
1377                    return lockFinder;
1378            }
1379    
1380            /**
1381             * Sets the lock finder.
1382             *
1383             * @param lockFinder the lock finder
1384             */
1385            public void setLockFinder(LockFinder lockFinder) {
1386                    this.lockFinder = lockFinder;
1387            }
1388    
1389            /**
1390             * Returns the membership request local service.
1391             *
1392             * @return the membership request local service
1393             */
1394            public com.liferay.portal.service.MembershipRequestLocalService getMembershipRequestLocalService() {
1395                    return membershipRequestLocalService;
1396            }
1397    
1398            /**
1399             * Sets the membership request local service.
1400             *
1401             * @param membershipRequestLocalService the membership request local service
1402             */
1403            public void setMembershipRequestLocalService(
1404                    com.liferay.portal.service.MembershipRequestLocalService membershipRequestLocalService) {
1405                    this.membershipRequestLocalService = membershipRequestLocalService;
1406            }
1407    
1408            /**
1409             * Returns the membership request remote service.
1410             *
1411             * @return the membership request remote service
1412             */
1413            public com.liferay.portal.service.MembershipRequestService getMembershipRequestService() {
1414                    return membershipRequestService;
1415            }
1416    
1417            /**
1418             * Sets the membership request remote service.
1419             *
1420             * @param membershipRequestService the membership request remote service
1421             */
1422            public void setMembershipRequestService(
1423                    com.liferay.portal.service.MembershipRequestService membershipRequestService) {
1424                    this.membershipRequestService = membershipRequestService;
1425            }
1426    
1427            /**
1428             * Returns the membership request persistence.
1429             *
1430             * @return the membership request persistence
1431             */
1432            public MembershipRequestPersistence getMembershipRequestPersistence() {
1433                    return membershipRequestPersistence;
1434            }
1435    
1436            /**
1437             * Sets the membership request persistence.
1438             *
1439             * @param membershipRequestPersistence the membership request persistence
1440             */
1441            public void setMembershipRequestPersistence(
1442                    MembershipRequestPersistence membershipRequestPersistence) {
1443                    this.membershipRequestPersistence = membershipRequestPersistence;
1444            }
1445    
1446            /**
1447             * Returns the organization local service.
1448             *
1449             * @return the organization local service
1450             */
1451            public com.liferay.portal.service.OrganizationLocalService getOrganizationLocalService() {
1452                    return organizationLocalService;
1453            }
1454    
1455            /**
1456             * Sets the organization local service.
1457             *
1458             * @param organizationLocalService the organization local service
1459             */
1460            public void setOrganizationLocalService(
1461                    com.liferay.portal.service.OrganizationLocalService organizationLocalService) {
1462                    this.organizationLocalService = organizationLocalService;
1463            }
1464    
1465            /**
1466             * Returns the organization remote service.
1467             *
1468             * @return the organization remote service
1469             */
1470            public com.liferay.portal.service.OrganizationService getOrganizationService() {
1471                    return organizationService;
1472            }
1473    
1474            /**
1475             * Sets the organization remote service.
1476             *
1477             * @param organizationService the organization remote service
1478             */
1479            public void setOrganizationService(
1480                    com.liferay.portal.service.OrganizationService organizationService) {
1481                    this.organizationService = organizationService;
1482            }
1483    
1484            /**
1485             * Returns the organization persistence.
1486             *
1487             * @return the organization persistence
1488             */
1489            public OrganizationPersistence getOrganizationPersistence() {
1490                    return organizationPersistence;
1491            }
1492    
1493            /**
1494             * Sets the organization persistence.
1495             *
1496             * @param organizationPersistence the organization persistence
1497             */
1498            public void setOrganizationPersistence(
1499                    OrganizationPersistence organizationPersistence) {
1500                    this.organizationPersistence = organizationPersistence;
1501            }
1502    
1503            /**
1504             * Returns the organization finder.
1505             *
1506             * @return the organization finder
1507             */
1508            public OrganizationFinder getOrganizationFinder() {
1509                    return organizationFinder;
1510            }
1511    
1512            /**
1513             * Sets the organization finder.
1514             *
1515             * @param organizationFinder the organization finder
1516             */
1517            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1518                    this.organizationFinder = organizationFinder;
1519            }
1520    
1521            /**
1522             * Returns the org group role persistence.
1523             *
1524             * @return the org group role persistence
1525             */
1526            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1527                    return orgGroupRolePersistence;
1528            }
1529    
1530            /**
1531             * Sets the org group role persistence.
1532             *
1533             * @param orgGroupRolePersistence the org group role persistence
1534             */
1535            public void setOrgGroupRolePersistence(
1536                    OrgGroupRolePersistence orgGroupRolePersistence) {
1537                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1538            }
1539    
1540            /**
1541             * Returns the org labor local service.
1542             *
1543             * @return the org labor local service
1544             */
1545            public com.liferay.portal.service.OrgLaborLocalService getOrgLaborLocalService() {
1546                    return orgLaborLocalService;
1547            }
1548    
1549            /**
1550             * Sets the org labor local service.
1551             *
1552             * @param orgLaborLocalService the org labor local service
1553             */
1554            public void setOrgLaborLocalService(
1555                    com.liferay.portal.service.OrgLaborLocalService orgLaborLocalService) {
1556                    this.orgLaborLocalService = orgLaborLocalService;
1557            }
1558    
1559            /**
1560             * Returns the org labor remote service.
1561             *
1562             * @return the org labor remote service
1563             */
1564            public com.liferay.portal.service.OrgLaborService getOrgLaborService() {
1565                    return orgLaborService;
1566            }
1567    
1568            /**
1569             * Sets the org labor remote service.
1570             *
1571             * @param orgLaborService the org labor remote service
1572             */
1573            public void setOrgLaborService(
1574                    com.liferay.portal.service.OrgLaborService orgLaborService) {
1575                    this.orgLaborService = orgLaborService;
1576            }
1577    
1578            /**
1579             * Returns the org labor persistence.
1580             *
1581             * @return the org labor persistence
1582             */
1583            public OrgLaborPersistence getOrgLaborPersistence() {
1584                    return orgLaborPersistence;
1585            }
1586    
1587            /**
1588             * Sets the org labor persistence.
1589             *
1590             * @param orgLaborPersistence the org labor persistence
1591             */
1592            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1593                    this.orgLaborPersistence = orgLaborPersistence;
1594            }
1595    
1596            /**
1597             * Returns the password policy local service.
1598             *
1599             * @return the password policy local service
1600             */
1601            public com.liferay.portal.service.PasswordPolicyLocalService getPasswordPolicyLocalService() {
1602                    return passwordPolicyLocalService;
1603            }
1604    
1605            /**
1606             * Sets the password policy local service.
1607             *
1608             * @param passwordPolicyLocalService the password policy local service
1609             */
1610            public void setPasswordPolicyLocalService(
1611                    com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService) {
1612                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1613            }
1614    
1615            /**
1616             * Returns the password policy remote service.
1617             *
1618             * @return the password policy remote service
1619             */
1620            public com.liferay.portal.service.PasswordPolicyService getPasswordPolicyService() {
1621                    return passwordPolicyService;
1622            }
1623    
1624            /**
1625             * Sets the password policy remote service.
1626             *
1627             * @param passwordPolicyService the password policy remote service
1628             */
1629            public void setPasswordPolicyService(
1630                    com.liferay.portal.service.PasswordPolicyService passwordPolicyService) {
1631                    this.passwordPolicyService = passwordPolicyService;
1632            }
1633    
1634            /**
1635             * Returns the password policy persistence.
1636             *
1637             * @return the password policy persistence
1638             */
1639            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1640                    return passwordPolicyPersistence;
1641            }
1642    
1643            /**
1644             * Sets the password policy persistence.
1645             *
1646             * @param passwordPolicyPersistence the password policy persistence
1647             */
1648            public void setPasswordPolicyPersistence(
1649                    PasswordPolicyPersistence passwordPolicyPersistence) {
1650                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1651            }
1652    
1653            /**
1654             * Returns the password policy finder.
1655             *
1656             * @return the password policy finder
1657             */
1658            public PasswordPolicyFinder getPasswordPolicyFinder() {
1659                    return passwordPolicyFinder;
1660            }
1661    
1662            /**
1663             * Sets the password policy finder.
1664             *
1665             * @param passwordPolicyFinder the password policy finder
1666             */
1667            public void setPasswordPolicyFinder(
1668                    PasswordPolicyFinder passwordPolicyFinder) {
1669                    this.passwordPolicyFinder = passwordPolicyFinder;
1670            }
1671    
1672            /**
1673             * Returns the password policy rel local service.
1674             *
1675             * @return the password policy rel local service
1676             */
1677            public com.liferay.portal.service.PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1678                    return passwordPolicyRelLocalService;
1679            }
1680    
1681            /**
1682             * Sets the password policy rel local service.
1683             *
1684             * @param passwordPolicyRelLocalService the password policy rel local service
1685             */
1686            public void setPasswordPolicyRelLocalService(
1687                    com.liferay.portal.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1688                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1689            }
1690    
1691            /**
1692             * Returns the password policy rel persistence.
1693             *
1694             * @return the password policy rel persistence
1695             */
1696            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1697                    return passwordPolicyRelPersistence;
1698            }
1699    
1700            /**
1701             * Sets the password policy rel persistence.
1702             *
1703             * @param passwordPolicyRelPersistence the password policy rel persistence
1704             */
1705            public void setPasswordPolicyRelPersistence(
1706                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1707                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1708            }
1709    
1710            /**
1711             * Returns the password tracker local service.
1712             *
1713             * @return the password tracker local service
1714             */
1715            public com.liferay.portal.service.PasswordTrackerLocalService getPasswordTrackerLocalService() {
1716                    return passwordTrackerLocalService;
1717            }
1718    
1719            /**
1720             * Sets the password tracker local service.
1721             *
1722             * @param passwordTrackerLocalService the password tracker local service
1723             */
1724            public void setPasswordTrackerLocalService(
1725                    com.liferay.portal.service.PasswordTrackerLocalService passwordTrackerLocalService) {
1726                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1727            }
1728    
1729            /**
1730             * Returns the password tracker persistence.
1731             *
1732             * @return the password tracker persistence
1733             */
1734            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1735                    return passwordTrackerPersistence;
1736            }
1737    
1738            /**
1739             * Sets the password tracker persistence.
1740             *
1741             * @param passwordTrackerPersistence the password tracker persistence
1742             */
1743            public void setPasswordTrackerPersistence(
1744                    PasswordTrackerPersistence passwordTrackerPersistence) {
1745                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1746            }
1747    
1748            /**
1749             * Returns the permission remote service.
1750             *
1751             * @return the permission remote service
1752             */
1753            public com.liferay.portal.service.PermissionService getPermissionService() {
1754                    return permissionService;
1755            }
1756    
1757            /**
1758             * Sets the permission remote service.
1759             *
1760             * @param permissionService the permission remote service
1761             */
1762            public void setPermissionService(
1763                    com.liferay.portal.service.PermissionService permissionService) {
1764                    this.permissionService = permissionService;
1765            }
1766    
1767            /**
1768             * Returns the phone local service.
1769             *
1770             * @return the phone local service
1771             */
1772            public com.liferay.portal.service.PhoneLocalService getPhoneLocalService() {
1773                    return phoneLocalService;
1774            }
1775    
1776            /**
1777             * Sets the phone local service.
1778             *
1779             * @param phoneLocalService the phone local service
1780             */
1781            public void setPhoneLocalService(
1782                    com.liferay.portal.service.PhoneLocalService phoneLocalService) {
1783                    this.phoneLocalService = phoneLocalService;
1784            }
1785    
1786            /**
1787             * Returns the phone remote service.
1788             *
1789             * @return the phone remote service
1790             */
1791            public com.liferay.portal.service.PhoneService getPhoneService() {
1792                    return phoneService;
1793            }
1794    
1795            /**
1796             * Sets the phone remote service.
1797             *
1798             * @param phoneService the phone remote service
1799             */
1800            public void setPhoneService(
1801                    com.liferay.portal.service.PhoneService phoneService) {
1802                    this.phoneService = phoneService;
1803            }
1804    
1805            /**
1806             * Returns the phone persistence.
1807             *
1808             * @return the phone persistence
1809             */
1810            public PhonePersistence getPhonePersistence() {
1811                    return phonePersistence;
1812            }
1813    
1814            /**
1815             * Sets the phone persistence.
1816             *
1817             * @param phonePersistence the phone persistence
1818             */
1819            public void setPhonePersistence(PhonePersistence phonePersistence) {
1820                    this.phonePersistence = phonePersistence;
1821            }
1822    
1823            /**
1824             * Returns the plugin setting local service.
1825             *
1826             * @return the plugin setting local service
1827             */
1828            public com.liferay.portal.service.PluginSettingLocalService getPluginSettingLocalService() {
1829                    return pluginSettingLocalService;
1830            }
1831    
1832            /**
1833             * Sets the plugin setting local service.
1834             *
1835             * @param pluginSettingLocalService the plugin setting local service
1836             */
1837            public void setPluginSettingLocalService(
1838                    com.liferay.portal.service.PluginSettingLocalService pluginSettingLocalService) {
1839                    this.pluginSettingLocalService = pluginSettingLocalService;
1840            }
1841    
1842            /**
1843             * Returns the plugin setting remote service.
1844             *
1845             * @return the plugin setting remote service
1846             */
1847            public com.liferay.portal.service.PluginSettingService getPluginSettingService() {
1848                    return pluginSettingService;
1849            }
1850    
1851            /**
1852             * Sets the plugin setting remote service.
1853             *
1854             * @param pluginSettingService the plugin setting remote service
1855             */
1856            public void setPluginSettingService(
1857                    com.liferay.portal.service.PluginSettingService pluginSettingService) {
1858                    this.pluginSettingService = pluginSettingService;
1859            }
1860    
1861            /**
1862             * Returns the plugin setting persistence.
1863             *
1864             * @return the plugin setting persistence
1865             */
1866            public PluginSettingPersistence getPluginSettingPersistence() {
1867                    return pluginSettingPersistence;
1868            }
1869    
1870            /**
1871             * Sets the plugin setting persistence.
1872             *
1873             * @param pluginSettingPersistence the plugin setting persistence
1874             */
1875            public void setPluginSettingPersistence(
1876                    PluginSettingPersistence pluginSettingPersistence) {
1877                    this.pluginSettingPersistence = pluginSettingPersistence;
1878            }
1879    
1880            /**
1881             * Returns the portal local service.
1882             *
1883             * @return the portal local service
1884             */
1885            public com.liferay.portal.service.PortalLocalService getPortalLocalService() {
1886                    return portalLocalService;
1887            }
1888    
1889            /**
1890             * Sets the portal local service.
1891             *
1892             * @param portalLocalService the portal local service
1893             */
1894            public void setPortalLocalService(
1895                    com.liferay.portal.service.PortalLocalService portalLocalService) {
1896                    this.portalLocalService = portalLocalService;
1897            }
1898    
1899            /**
1900             * Returns the portal remote service.
1901             *
1902             * @return the portal remote service
1903             */
1904            public com.liferay.portal.service.PortalService getPortalService() {
1905                    return portalService;
1906            }
1907    
1908            /**
1909             * Sets the portal remote service.
1910             *
1911             * @param portalService the portal remote service
1912             */
1913            public void setPortalService(
1914                    com.liferay.portal.service.PortalService portalService) {
1915                    this.portalService = portalService;
1916            }
1917    
1918            /**
1919             * Returns the portal preferences local service.
1920             *
1921             * @return the portal preferences local service
1922             */
1923            public com.liferay.portal.service.PortalPreferencesLocalService getPortalPreferencesLocalService() {
1924                    return portalPreferencesLocalService;
1925            }
1926    
1927            /**
1928             * Sets the portal preferences local service.
1929             *
1930             * @param portalPreferencesLocalService the portal preferences local service
1931             */
1932            public void setPortalPreferencesLocalService(
1933                    com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService) {
1934                    this.portalPreferencesLocalService = portalPreferencesLocalService;
1935            }
1936    
1937            /**
1938             * Returns the portal preferences persistence.
1939             *
1940             * @return the portal preferences persistence
1941             */
1942            public PortalPreferencesPersistence getPortalPreferencesPersistence() {
1943                    return portalPreferencesPersistence;
1944            }
1945    
1946            /**
1947             * Sets the portal preferences persistence.
1948             *
1949             * @param portalPreferencesPersistence the portal preferences persistence
1950             */
1951            public void setPortalPreferencesPersistence(
1952                    PortalPreferencesPersistence portalPreferencesPersistence) {
1953                    this.portalPreferencesPersistence = portalPreferencesPersistence;
1954            }
1955    
1956            /**
1957             * Returns the portlet local service.
1958             *
1959             * @return the portlet local service
1960             */
1961            public com.liferay.portal.service.PortletLocalService getPortletLocalService() {
1962                    return portletLocalService;
1963            }
1964    
1965            /**
1966             * Sets the portlet local service.
1967             *
1968             * @param portletLocalService the portlet local service
1969             */
1970            public void setPortletLocalService(
1971                    com.liferay.portal.service.PortletLocalService portletLocalService) {
1972                    this.portletLocalService = portletLocalService;
1973            }
1974    
1975            /**
1976             * Returns the portlet remote service.
1977             *
1978             * @return the portlet remote service
1979             */
1980            public com.liferay.portal.service.PortletService getPortletService() {
1981                    return portletService;
1982            }
1983    
1984            /**
1985             * Sets the portlet remote service.
1986             *
1987             * @param portletService the portlet remote service
1988             */
1989            public void setPortletService(
1990                    com.liferay.portal.service.PortletService portletService) {
1991                    this.portletService = portletService;
1992            }
1993    
1994            /**
1995             * Returns the portlet persistence.
1996             *
1997             * @return the portlet persistence
1998             */
1999            public PortletPersistence getPortletPersistence() {
2000                    return portletPersistence;
2001            }
2002    
2003            /**
2004             * Sets the portlet persistence.
2005             *
2006             * @param portletPersistence the portlet persistence
2007             */
2008            public void setPortletPersistence(PortletPersistence portletPersistence) {
2009                    this.portletPersistence = portletPersistence;
2010            }
2011    
2012            /**
2013             * Returns the portlet item local service.
2014             *
2015             * @return the portlet item local service
2016             */
2017            public com.liferay.portal.service.PortletItemLocalService getPortletItemLocalService() {
2018                    return portletItemLocalService;
2019            }
2020    
2021            /**
2022             * Sets the portlet item local service.
2023             *
2024             * @param portletItemLocalService the portlet item local service
2025             */
2026            public void setPortletItemLocalService(
2027                    com.liferay.portal.service.PortletItemLocalService portletItemLocalService) {
2028                    this.portletItemLocalService = portletItemLocalService;
2029            }
2030    
2031            /**
2032             * Returns the portlet item persistence.
2033             *
2034             * @return the portlet item persistence
2035             */
2036            public PortletItemPersistence getPortletItemPersistence() {
2037                    return portletItemPersistence;
2038            }
2039    
2040            /**
2041             * Sets the portlet item persistence.
2042             *
2043             * @param portletItemPersistence the portlet item persistence
2044             */
2045            public void setPortletItemPersistence(
2046                    PortletItemPersistence portletItemPersistence) {
2047                    this.portletItemPersistence = portletItemPersistence;
2048            }
2049    
2050            /**
2051             * Returns the portlet preferences local service.
2052             *
2053             * @return the portlet preferences local service
2054             */
2055            public com.liferay.portal.service.PortletPreferencesLocalService getPortletPreferencesLocalService() {
2056                    return portletPreferencesLocalService;
2057            }
2058    
2059            /**
2060             * Sets the portlet preferences local service.
2061             *
2062             * @param portletPreferencesLocalService the portlet preferences local service
2063             */
2064            public void setPortletPreferencesLocalService(
2065                    com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService) {
2066                    this.portletPreferencesLocalService = portletPreferencesLocalService;
2067            }
2068    
2069            /**
2070             * Returns the portlet preferences remote service.
2071             *
2072             * @return the portlet preferences remote service
2073             */
2074            public com.liferay.portal.service.PortletPreferencesService getPortletPreferencesService() {
2075                    return portletPreferencesService;
2076            }
2077    
2078            /**
2079             * Sets the portlet preferences remote service.
2080             *
2081             * @param portletPreferencesService the portlet preferences remote service
2082             */
2083            public void setPortletPreferencesService(
2084                    com.liferay.portal.service.PortletPreferencesService portletPreferencesService) {
2085                    this.portletPreferencesService = portletPreferencesService;
2086            }
2087    
2088            /**
2089             * Returns the portlet preferences persistence.
2090             *
2091             * @return the portlet preferences persistence
2092             */
2093            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
2094                    return portletPreferencesPersistence;
2095            }
2096    
2097            /**
2098             * Sets the portlet preferences persistence.
2099             *
2100             * @param portletPreferencesPersistence the portlet preferences persistence
2101             */
2102            public void setPortletPreferencesPersistence(
2103                    PortletPreferencesPersistence portletPreferencesPersistence) {
2104                    this.portletPreferencesPersistence = portletPreferencesPersistence;
2105            }
2106    
2107            /**
2108             * Returns the portlet preferences finder.
2109             *
2110             * @return the portlet preferences finder
2111             */
2112            public PortletPreferencesFinder getPortletPreferencesFinder() {
2113                    return portletPreferencesFinder;
2114            }
2115    
2116            /**
2117             * Sets the portlet preferences finder.
2118             *
2119             * @param portletPreferencesFinder the portlet preferences finder
2120             */
2121            public void setPortletPreferencesFinder(
2122                    PortletPreferencesFinder portletPreferencesFinder) {
2123                    this.portletPreferencesFinder = portletPreferencesFinder;
2124            }
2125    
2126            /**
2127             * Returns the quartz local service.
2128             *
2129             * @return the quartz local service
2130             */
2131            public com.liferay.portal.service.QuartzLocalService getQuartzLocalService() {
2132                    return quartzLocalService;
2133            }
2134    
2135            /**
2136             * Sets the quartz local service.
2137             *
2138             * @param quartzLocalService the quartz local service
2139             */
2140            public void setQuartzLocalService(
2141                    com.liferay.portal.service.QuartzLocalService quartzLocalService) {
2142                    this.quartzLocalService = quartzLocalService;
2143            }
2144    
2145            /**
2146             * Returns the region remote service.
2147             *
2148             * @return the region remote service
2149             */
2150            public com.liferay.portal.service.RegionService getRegionService() {
2151                    return regionService;
2152            }
2153    
2154            /**
2155             * Sets the region remote service.
2156             *
2157             * @param regionService the region remote service
2158             */
2159            public void setRegionService(
2160                    com.liferay.portal.service.RegionService regionService) {
2161                    this.regionService = regionService;
2162            }
2163    
2164            /**
2165             * Returns the region persistence.
2166             *
2167             * @return the region persistence
2168             */
2169            public RegionPersistence getRegionPersistence() {
2170                    return regionPersistence;
2171            }
2172    
2173            /**
2174             * Sets the region persistence.
2175             *
2176             * @param regionPersistence the region persistence
2177             */
2178            public void setRegionPersistence(RegionPersistence regionPersistence) {
2179                    this.regionPersistence = regionPersistence;
2180            }
2181    
2182            /**
2183             * Returns the release local service.
2184             *
2185             * @return the release local service
2186             */
2187            public com.liferay.portal.service.ReleaseLocalService getReleaseLocalService() {
2188                    return releaseLocalService;
2189            }
2190    
2191            /**
2192             * Sets the release local service.
2193             *
2194             * @param releaseLocalService the release local service
2195             */
2196            public void setReleaseLocalService(
2197                    com.liferay.portal.service.ReleaseLocalService releaseLocalService) {
2198                    this.releaseLocalService = releaseLocalService;
2199            }
2200    
2201            /**
2202             * Returns the release persistence.
2203             *
2204             * @return the release persistence
2205             */
2206            public ReleasePersistence getReleasePersistence() {
2207                    return releasePersistence;
2208            }
2209    
2210            /**
2211             * Sets the release persistence.
2212             *
2213             * @param releasePersistence the release persistence
2214             */
2215            public void setReleasePersistence(ReleasePersistence releasePersistence) {
2216                    this.releasePersistence = releasePersistence;
2217            }
2218    
2219            /**
2220             * Returns the repository local service.
2221             *
2222             * @return the repository local service
2223             */
2224            public com.liferay.portal.service.RepositoryLocalService getRepositoryLocalService() {
2225                    return repositoryLocalService;
2226            }
2227    
2228            /**
2229             * Sets the repository local service.
2230             *
2231             * @param repositoryLocalService the repository local service
2232             */
2233            public void setRepositoryLocalService(
2234                    com.liferay.portal.service.RepositoryLocalService repositoryLocalService) {
2235                    this.repositoryLocalService = repositoryLocalService;
2236            }
2237    
2238            /**
2239             * Returns the repository remote service.
2240             *
2241             * @return the repository remote service
2242             */
2243            public com.liferay.portal.service.RepositoryService getRepositoryService() {
2244                    return repositoryService;
2245            }
2246    
2247            /**
2248             * Sets the repository remote service.
2249             *
2250             * @param repositoryService the repository remote service
2251             */
2252            public void setRepositoryService(
2253                    com.liferay.portal.service.RepositoryService repositoryService) {
2254                    this.repositoryService = repositoryService;
2255            }
2256    
2257            /**
2258             * Returns the repository persistence.
2259             *
2260             * @return the repository persistence
2261             */
2262            public RepositoryPersistence getRepositoryPersistence() {
2263                    return repositoryPersistence;
2264            }
2265    
2266            /**
2267             * Sets the repository persistence.
2268             *
2269             * @param repositoryPersistence the repository persistence
2270             */
2271            public void setRepositoryPersistence(
2272                    RepositoryPersistence repositoryPersistence) {
2273                    this.repositoryPersistence = repositoryPersistence;
2274            }
2275    
2276            /**
2277             * Returns the repository entry local service.
2278             *
2279             * @return the repository entry local service
2280             */
2281            public com.liferay.portal.service.RepositoryEntryLocalService getRepositoryEntryLocalService() {
2282                    return repositoryEntryLocalService;
2283            }
2284    
2285            /**
2286             * Sets the repository entry local service.
2287             *
2288             * @param repositoryEntryLocalService the repository entry local service
2289             */
2290            public void setRepositoryEntryLocalService(
2291                    com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService) {
2292                    this.repositoryEntryLocalService = repositoryEntryLocalService;
2293            }
2294    
2295            /**
2296             * Returns the repository entry persistence.
2297             *
2298             * @return the repository entry persistence
2299             */
2300            public RepositoryEntryPersistence getRepositoryEntryPersistence() {
2301                    return repositoryEntryPersistence;
2302            }
2303    
2304            /**
2305             * Sets the repository entry persistence.
2306             *
2307             * @param repositoryEntryPersistence the repository entry persistence
2308             */
2309            public void setRepositoryEntryPersistence(
2310                    RepositoryEntryPersistence repositoryEntryPersistence) {
2311                    this.repositoryEntryPersistence = repositoryEntryPersistence;
2312            }
2313    
2314            /**
2315             * Returns the resource local service.
2316             *
2317             * @return the resource local service
2318             */
2319            public com.liferay.portal.service.ResourceLocalService getResourceLocalService() {
2320                    return resourceLocalService;
2321            }
2322    
2323            /**
2324             * Sets the resource local service.
2325             *
2326             * @param resourceLocalService the resource local service
2327             */
2328            public void setResourceLocalService(
2329                    com.liferay.portal.service.ResourceLocalService resourceLocalService) {
2330                    this.resourceLocalService = resourceLocalService;
2331            }
2332    
2333            /**
2334             * Returns the resource action local service.
2335             *
2336             * @return the resource action local service
2337             */
2338            public com.liferay.portal.service.ResourceActionLocalService getResourceActionLocalService() {
2339                    return resourceActionLocalService;
2340            }
2341    
2342            /**
2343             * Sets the resource action local service.
2344             *
2345             * @param resourceActionLocalService the resource action local service
2346             */
2347            public void setResourceActionLocalService(
2348                    com.liferay.portal.service.ResourceActionLocalService resourceActionLocalService) {
2349                    this.resourceActionLocalService = resourceActionLocalService;
2350            }
2351    
2352            /**
2353             * Returns the resource action persistence.
2354             *
2355             * @return the resource action persistence
2356             */
2357            public ResourceActionPersistence getResourceActionPersistence() {
2358                    return resourceActionPersistence;
2359            }
2360    
2361            /**
2362             * Sets the resource action persistence.
2363             *
2364             * @param resourceActionPersistence the resource action persistence
2365             */
2366            public void setResourceActionPersistence(
2367                    ResourceActionPersistence resourceActionPersistence) {
2368                    this.resourceActionPersistence = resourceActionPersistence;
2369            }
2370    
2371            /**
2372             * Returns the resource block local service.
2373             *
2374             * @return the resource block local service
2375             */
2376            public com.liferay.portal.service.ResourceBlockLocalService getResourceBlockLocalService() {
2377                    return resourceBlockLocalService;
2378            }
2379    
2380            /**
2381             * Sets the resource block local service.
2382             *
2383             * @param resourceBlockLocalService the resource block local service
2384             */
2385            public void setResourceBlockLocalService(
2386                    com.liferay.portal.service.ResourceBlockLocalService resourceBlockLocalService) {
2387                    this.resourceBlockLocalService = resourceBlockLocalService;
2388            }
2389    
2390            /**
2391             * Returns the resource block remote service.
2392             *
2393             * @return the resource block remote service
2394             */
2395            public com.liferay.portal.service.ResourceBlockService getResourceBlockService() {
2396                    return resourceBlockService;
2397            }
2398    
2399            /**
2400             * Sets the resource block remote service.
2401             *
2402             * @param resourceBlockService the resource block remote service
2403             */
2404            public void setResourceBlockService(
2405                    com.liferay.portal.service.ResourceBlockService resourceBlockService) {
2406                    this.resourceBlockService = resourceBlockService;
2407            }
2408    
2409            /**
2410             * Returns the resource block persistence.
2411             *
2412             * @return the resource block persistence
2413             */
2414            public ResourceBlockPersistence getResourceBlockPersistence() {
2415                    return resourceBlockPersistence;
2416            }
2417    
2418            /**
2419             * Sets the resource block persistence.
2420             *
2421             * @param resourceBlockPersistence the resource block persistence
2422             */
2423            public void setResourceBlockPersistence(
2424                    ResourceBlockPersistence resourceBlockPersistence) {
2425                    this.resourceBlockPersistence = resourceBlockPersistence;
2426            }
2427    
2428            /**
2429             * Returns the resource block finder.
2430             *
2431             * @return the resource block finder
2432             */
2433            public ResourceBlockFinder getResourceBlockFinder() {
2434                    return resourceBlockFinder;
2435            }
2436    
2437            /**
2438             * Sets the resource block finder.
2439             *
2440             * @param resourceBlockFinder the resource block finder
2441             */
2442            public void setResourceBlockFinder(ResourceBlockFinder resourceBlockFinder) {
2443                    this.resourceBlockFinder = resourceBlockFinder;
2444            }
2445    
2446            /**
2447             * Returns the resource block permission local service.
2448             *
2449             * @return the resource block permission local service
2450             */
2451            public com.liferay.portal.service.ResourceBlockPermissionLocalService getResourceBlockPermissionLocalService() {
2452                    return resourceBlockPermissionLocalService;
2453            }
2454    
2455            /**
2456             * Sets the resource block permission local service.
2457             *
2458             * @param resourceBlockPermissionLocalService the resource block permission local service
2459             */
2460            public void setResourceBlockPermissionLocalService(
2461                    com.liferay.portal.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService) {
2462                    this.resourceBlockPermissionLocalService = resourceBlockPermissionLocalService;
2463            }
2464    
2465            /**
2466             * Returns the resource block permission persistence.
2467             *
2468             * @return the resource block permission persistence
2469             */
2470            public ResourceBlockPermissionPersistence getResourceBlockPermissionPersistence() {
2471                    return resourceBlockPermissionPersistence;
2472            }
2473    
2474            /**
2475             * Sets the resource block permission persistence.
2476             *
2477             * @param resourceBlockPermissionPersistence the resource block permission persistence
2478             */
2479            public void setResourceBlockPermissionPersistence(
2480                    ResourceBlockPermissionPersistence resourceBlockPermissionPersistence) {
2481                    this.resourceBlockPermissionPersistence = resourceBlockPermissionPersistence;
2482            }
2483    
2484            /**
2485             * Returns the resource permission local service.
2486             *
2487             * @return the resource permission local service
2488             */
2489            public com.liferay.portal.service.ResourcePermissionLocalService getResourcePermissionLocalService() {
2490                    return resourcePermissionLocalService;
2491            }
2492    
2493            /**
2494             * Sets the resource permission local service.
2495             *
2496             * @param resourcePermissionLocalService the resource permission local service
2497             */
2498            public void setResourcePermissionLocalService(
2499                    com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService) {
2500                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2501            }
2502    
2503            /**
2504             * Returns the resource permission remote service.
2505             *
2506             * @return the resource permission remote service
2507             */
2508            public com.liferay.portal.service.ResourcePermissionService getResourcePermissionService() {
2509                    return resourcePermissionService;
2510            }
2511    
2512            /**
2513             * Sets the resource permission remote service.
2514             *
2515             * @param resourcePermissionService the resource permission remote service
2516             */
2517            public void setResourcePermissionService(
2518                    com.liferay.portal.service.ResourcePermissionService resourcePermissionService) {
2519                    this.resourcePermissionService = resourcePermissionService;
2520            }
2521    
2522            /**
2523             * Returns the resource permission persistence.
2524             *
2525             * @return the resource permission persistence
2526             */
2527            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2528                    return resourcePermissionPersistence;
2529            }
2530    
2531            /**
2532             * Sets the resource permission persistence.
2533             *
2534             * @param resourcePermissionPersistence the resource permission persistence
2535             */
2536            public void setResourcePermissionPersistence(
2537                    ResourcePermissionPersistence resourcePermissionPersistence) {
2538                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2539            }
2540    
2541            /**
2542             * Returns the resource permission finder.
2543             *
2544             * @return the resource permission finder
2545             */
2546            public ResourcePermissionFinder getResourcePermissionFinder() {
2547                    return resourcePermissionFinder;
2548            }
2549    
2550            /**
2551             * Sets the resource permission finder.
2552             *
2553             * @param resourcePermissionFinder the resource permission finder
2554             */
2555            public void setResourcePermissionFinder(
2556                    ResourcePermissionFinder resourcePermissionFinder) {
2557                    this.resourcePermissionFinder = resourcePermissionFinder;
2558            }
2559    
2560            /**
2561             * Returns the resource type permission local service.
2562             *
2563             * @return the resource type permission local service
2564             */
2565            public com.liferay.portal.service.ResourceTypePermissionLocalService getResourceTypePermissionLocalService() {
2566                    return resourceTypePermissionLocalService;
2567            }
2568    
2569            /**
2570             * Sets the resource type permission local service.
2571             *
2572             * @param resourceTypePermissionLocalService the resource type permission local service
2573             */
2574            public void setResourceTypePermissionLocalService(
2575                    com.liferay.portal.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService) {
2576                    this.resourceTypePermissionLocalService = resourceTypePermissionLocalService;
2577            }
2578    
2579            /**
2580             * Returns the resource type permission persistence.
2581             *
2582             * @return the resource type permission persistence
2583             */
2584            public ResourceTypePermissionPersistence getResourceTypePermissionPersistence() {
2585                    return resourceTypePermissionPersistence;
2586            }
2587    
2588            /**
2589             * Sets the resource type permission persistence.
2590             *
2591             * @param resourceTypePermissionPersistence the resource type permission persistence
2592             */
2593            public void setResourceTypePermissionPersistence(
2594                    ResourceTypePermissionPersistence resourceTypePermissionPersistence) {
2595                    this.resourceTypePermissionPersistence = resourceTypePermissionPersistence;
2596            }
2597    
2598            /**
2599             * Returns the resource type permission finder.
2600             *
2601             * @return the resource type permission finder
2602             */
2603            public ResourceTypePermissionFinder getResourceTypePermissionFinder() {
2604                    return resourceTypePermissionFinder;
2605            }
2606    
2607            /**
2608             * Sets the resource type permission finder.
2609             *
2610             * @param resourceTypePermissionFinder the resource type permission finder
2611             */
2612            public void setResourceTypePermissionFinder(
2613                    ResourceTypePermissionFinder resourceTypePermissionFinder) {
2614                    this.resourceTypePermissionFinder = resourceTypePermissionFinder;
2615            }
2616    
2617            /**
2618             * Returns the role local service.
2619             *
2620             * @return the role local service
2621             */
2622            public com.liferay.portal.service.RoleLocalService getRoleLocalService() {
2623                    return roleLocalService;
2624            }
2625    
2626            /**
2627             * Sets the role local service.
2628             *
2629             * @param roleLocalService the role local service
2630             */
2631            public void setRoleLocalService(
2632                    com.liferay.portal.service.RoleLocalService roleLocalService) {
2633                    this.roleLocalService = roleLocalService;
2634            }
2635    
2636            /**
2637             * Returns the role remote service.
2638             *
2639             * @return the role remote service
2640             */
2641            public com.liferay.portal.service.RoleService getRoleService() {
2642                    return roleService;
2643            }
2644    
2645            /**
2646             * Sets the role remote service.
2647             *
2648             * @param roleService the role remote service
2649             */
2650            public void setRoleService(
2651                    com.liferay.portal.service.RoleService roleService) {
2652                    this.roleService = roleService;
2653            }
2654    
2655            /**
2656             * Returns the role persistence.
2657             *
2658             * @return the role persistence
2659             */
2660            public RolePersistence getRolePersistence() {
2661                    return rolePersistence;
2662            }
2663    
2664            /**
2665             * Sets the role persistence.
2666             *
2667             * @param rolePersistence the role persistence
2668             */
2669            public void setRolePersistence(RolePersistence rolePersistence) {
2670                    this.rolePersistence = rolePersistence;
2671            }
2672    
2673            /**
2674             * Returns the role finder.
2675             *
2676             * @return the role finder
2677             */
2678            public RoleFinder getRoleFinder() {
2679                    return roleFinder;
2680            }
2681    
2682            /**
2683             * Sets the role finder.
2684             *
2685             * @param roleFinder the role finder
2686             */
2687            public void setRoleFinder(RoleFinder roleFinder) {
2688                    this.roleFinder = roleFinder;
2689            }
2690    
2691            /**
2692             * Returns the service component local service.
2693             *
2694             * @return the service component local service
2695             */
2696            public com.liferay.portal.service.ServiceComponentLocalService getServiceComponentLocalService() {
2697                    return serviceComponentLocalService;
2698            }
2699    
2700            /**
2701             * Sets the service component local service.
2702             *
2703             * @param serviceComponentLocalService the service component local service
2704             */
2705            public void setServiceComponentLocalService(
2706                    com.liferay.portal.service.ServiceComponentLocalService serviceComponentLocalService) {
2707                    this.serviceComponentLocalService = serviceComponentLocalService;
2708            }
2709    
2710            /**
2711             * Returns the service component persistence.
2712             *
2713             * @return the service component persistence
2714             */
2715            public ServiceComponentPersistence getServiceComponentPersistence() {
2716                    return serviceComponentPersistence;
2717            }
2718    
2719            /**
2720             * Sets the service component persistence.
2721             *
2722             * @param serviceComponentPersistence the service component persistence
2723             */
2724            public void setServiceComponentPersistence(
2725                    ServiceComponentPersistence serviceComponentPersistence) {
2726                    this.serviceComponentPersistence = serviceComponentPersistence;
2727            }
2728    
2729            /**
2730             * Returns the shard local service.
2731             *
2732             * @return the shard local service
2733             */
2734            public com.liferay.portal.service.ShardLocalService getShardLocalService() {
2735                    return shardLocalService;
2736            }
2737    
2738            /**
2739             * Sets the shard local service.
2740             *
2741             * @param shardLocalService the shard local service
2742             */
2743            public void setShardLocalService(
2744                    com.liferay.portal.service.ShardLocalService shardLocalService) {
2745                    this.shardLocalService = shardLocalService;
2746            }
2747    
2748            /**
2749             * Returns the shard persistence.
2750             *
2751             * @return the shard persistence
2752             */
2753            public ShardPersistence getShardPersistence() {
2754                    return shardPersistence;
2755            }
2756    
2757            /**
2758             * Sets the shard persistence.
2759             *
2760             * @param shardPersistence the shard persistence
2761             */
2762            public void setShardPersistence(ShardPersistence shardPersistence) {
2763                    this.shardPersistence = shardPersistence;
2764            }
2765    
2766            /**
2767             * Returns the staging local service.
2768             *
2769             * @return the staging local service
2770             */
2771            public com.liferay.portal.service.StagingLocalService getStagingLocalService() {
2772                    return stagingLocalService;
2773            }
2774    
2775            /**
2776             * Sets the staging local service.
2777             *
2778             * @param stagingLocalService the staging local service
2779             */
2780            public void setStagingLocalService(
2781                    com.liferay.portal.service.StagingLocalService stagingLocalService) {
2782                    this.stagingLocalService = stagingLocalService;
2783            }
2784    
2785            /**
2786             * Returns the staging remote service.
2787             *
2788             * @return the staging remote service
2789             */
2790            public com.liferay.portal.service.StagingService getStagingService() {
2791                    return stagingService;
2792            }
2793    
2794            /**
2795             * Sets the staging remote service.
2796             *
2797             * @param stagingService the staging remote service
2798             */
2799            public void setStagingService(
2800                    com.liferay.portal.service.StagingService stagingService) {
2801                    this.stagingService = stagingService;
2802            }
2803    
2804            /**
2805             * Returns the subscription local service.
2806             *
2807             * @return the subscription local service
2808             */
2809            public com.liferay.portal.service.SubscriptionLocalService getSubscriptionLocalService() {
2810                    return subscriptionLocalService;
2811            }
2812    
2813            /**
2814             * Sets the subscription local service.
2815             *
2816             * @param subscriptionLocalService the subscription local service
2817             */
2818            public void setSubscriptionLocalService(
2819                    com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService) {
2820                    this.subscriptionLocalService = subscriptionLocalService;
2821            }
2822    
2823            /**
2824             * Returns the subscription persistence.
2825             *
2826             * @return the subscription persistence
2827             */
2828            public SubscriptionPersistence getSubscriptionPersistence() {
2829                    return subscriptionPersistence;
2830            }
2831    
2832            /**
2833             * Sets the subscription persistence.
2834             *
2835             * @param subscriptionPersistence the subscription persistence
2836             */
2837            public void setSubscriptionPersistence(
2838                    SubscriptionPersistence subscriptionPersistence) {
2839                    this.subscriptionPersistence = subscriptionPersistence;
2840            }
2841    
2842            /**
2843             * Returns the system event local service.
2844             *
2845             * @return the system event local service
2846             */
2847            public com.liferay.portal.service.SystemEventLocalService getSystemEventLocalService() {
2848                    return systemEventLocalService;
2849            }
2850    
2851            /**
2852             * Sets the system event local service.
2853             *
2854             * @param systemEventLocalService the system event local service
2855             */
2856            public void setSystemEventLocalService(
2857                    com.liferay.portal.service.SystemEventLocalService systemEventLocalService) {
2858                    this.systemEventLocalService = systemEventLocalService;
2859            }
2860    
2861            /**
2862             * Returns the system event persistence.
2863             *
2864             * @return the system event persistence
2865             */
2866            public SystemEventPersistence getSystemEventPersistence() {
2867                    return systemEventPersistence;
2868            }
2869    
2870            /**
2871             * Sets the system event persistence.
2872             *
2873             * @param systemEventPersistence the system event persistence
2874             */
2875            public void setSystemEventPersistence(
2876                    SystemEventPersistence systemEventPersistence) {
2877                    this.systemEventPersistence = systemEventPersistence;
2878            }
2879    
2880            /**
2881             * Returns the team local service.
2882             *
2883             * @return the team local service
2884             */
2885            public com.liferay.portal.service.TeamLocalService getTeamLocalService() {
2886                    return teamLocalService;
2887            }
2888    
2889            /**
2890             * Sets the team local service.
2891             *
2892             * @param teamLocalService the team local service
2893             */
2894            public void setTeamLocalService(
2895                    com.liferay.portal.service.TeamLocalService teamLocalService) {
2896                    this.teamLocalService = teamLocalService;
2897            }
2898    
2899            /**
2900             * Returns the team remote service.
2901             *
2902             * @return the team remote service
2903             */
2904            public com.liferay.portal.service.TeamService getTeamService() {
2905                    return teamService;
2906            }
2907    
2908            /**
2909             * Sets the team remote service.
2910             *
2911             * @param teamService the team remote service
2912             */
2913            public void setTeamService(
2914                    com.liferay.portal.service.TeamService teamService) {
2915                    this.teamService = teamService;
2916            }
2917    
2918            /**
2919             * Returns the team persistence.
2920             *
2921             * @return the team persistence
2922             */
2923            public TeamPersistence getTeamPersistence() {
2924                    return teamPersistence;
2925            }
2926    
2927            /**
2928             * Sets the team persistence.
2929             *
2930             * @param teamPersistence the team persistence
2931             */
2932            public void setTeamPersistence(TeamPersistence teamPersistence) {
2933                    this.teamPersistence = teamPersistence;
2934            }
2935    
2936            /**
2937             * Returns the team finder.
2938             *
2939             * @return the team finder
2940             */
2941            public TeamFinder getTeamFinder() {
2942                    return teamFinder;
2943            }
2944    
2945            /**
2946             * Sets the team finder.
2947             *
2948             * @param teamFinder the team finder
2949             */
2950            public void setTeamFinder(TeamFinder teamFinder) {
2951                    this.teamFinder = teamFinder;
2952            }
2953    
2954            /**
2955             * Returns the theme local service.
2956             *
2957             * @return the theme local service
2958             */
2959            public com.liferay.portal.service.ThemeLocalService getThemeLocalService() {
2960                    return themeLocalService;
2961            }
2962    
2963            /**
2964             * Sets the theme local service.
2965             *
2966             * @param themeLocalService the theme local service
2967             */
2968            public void setThemeLocalService(
2969                    com.liferay.portal.service.ThemeLocalService themeLocalService) {
2970                    this.themeLocalService = themeLocalService;
2971            }
2972    
2973            /**
2974             * Returns the theme remote service.
2975             *
2976             * @return the theme remote service
2977             */
2978            public com.liferay.portal.service.ThemeService getThemeService() {
2979                    return themeService;
2980            }
2981    
2982            /**
2983             * Sets the theme remote service.
2984             *
2985             * @param themeService the theme remote service
2986             */
2987            public void setThemeService(
2988                    com.liferay.portal.service.ThemeService themeService) {
2989                    this.themeService = themeService;
2990            }
2991    
2992            /**
2993             * Returns the ticket local service.
2994             *
2995             * @return the ticket local service
2996             */
2997            public com.liferay.portal.service.TicketLocalService getTicketLocalService() {
2998                    return ticketLocalService;
2999            }
3000    
3001            /**
3002             * Sets the ticket local service.
3003             *
3004             * @param ticketLocalService the ticket local service
3005             */
3006            public void setTicketLocalService(
3007                    com.liferay.portal.service.TicketLocalService ticketLocalService) {
3008                    this.ticketLocalService = ticketLocalService;
3009            }
3010    
3011            /**
3012             * Returns the ticket persistence.
3013             *
3014             * @return the ticket persistence
3015             */
3016            public TicketPersistence getTicketPersistence() {
3017                    return ticketPersistence;
3018            }
3019    
3020            /**
3021             * Sets the ticket persistence.
3022             *
3023             * @param ticketPersistence the ticket persistence
3024             */
3025            public void setTicketPersistence(TicketPersistence ticketPersistence) {
3026                    this.ticketPersistence = ticketPersistence;
3027            }
3028    
3029            /**
3030             * Returns the user local service.
3031             *
3032             * @return the user local service
3033             */
3034            public com.liferay.portal.service.UserLocalService getUserLocalService() {
3035                    return userLocalService;
3036            }
3037    
3038            /**
3039             * Sets the user local service.
3040             *
3041             * @param userLocalService the user local service
3042             */
3043            public void setUserLocalService(
3044                    com.liferay.portal.service.UserLocalService userLocalService) {
3045                    this.userLocalService = userLocalService;
3046            }
3047    
3048            /**
3049             * Returns the user remote service.
3050             *
3051             * @return the user remote service
3052             */
3053            public com.liferay.portal.service.UserService getUserService() {
3054                    return userService;
3055            }
3056    
3057            /**
3058             * Sets the user remote service.
3059             *
3060             * @param userService the user remote service
3061             */
3062            public void setUserService(
3063                    com.liferay.portal.service.UserService userService) {
3064                    this.userService = userService;
3065            }
3066    
3067            /**
3068             * Returns the user persistence.
3069             *
3070             * @return the user persistence
3071             */
3072            public UserPersistence getUserPersistence() {
3073                    return userPersistence;
3074            }
3075    
3076            /**
3077             * Sets the user persistence.
3078             *
3079             * @param userPersistence the user persistence
3080             */
3081            public void setUserPersistence(UserPersistence userPersistence) {
3082                    this.userPersistence = userPersistence;
3083            }
3084    
3085            /**
3086             * Returns the user finder.
3087             *
3088             * @return the user finder
3089             */
3090            public UserFinder getUserFinder() {
3091                    return userFinder;
3092            }
3093    
3094            /**
3095             * Sets the user finder.
3096             *
3097             * @param userFinder the user finder
3098             */
3099            public void setUserFinder(UserFinder userFinder) {
3100                    this.userFinder = userFinder;
3101            }
3102    
3103            /**
3104             * Returns the user group local service.
3105             *
3106             * @return the user group local service
3107             */
3108            public com.liferay.portal.service.UserGroupLocalService getUserGroupLocalService() {
3109                    return userGroupLocalService;
3110            }
3111    
3112            /**
3113             * Sets the user group local service.
3114             *
3115             * @param userGroupLocalService the user group local service
3116             */
3117            public void setUserGroupLocalService(
3118                    com.liferay.portal.service.UserGroupLocalService userGroupLocalService) {
3119                    this.userGroupLocalService = userGroupLocalService;
3120            }
3121    
3122            /**
3123             * Returns the user group remote service.
3124             *
3125             * @return the user group remote service
3126             */
3127            public com.liferay.portal.service.UserGroupService getUserGroupService() {
3128                    return userGroupService;
3129            }
3130    
3131            /**
3132             * Sets the user group remote service.
3133             *
3134             * @param userGroupService the user group remote service
3135             */
3136            public void setUserGroupService(
3137                    com.liferay.portal.service.UserGroupService userGroupService) {
3138                    this.userGroupService = userGroupService;
3139            }
3140    
3141            /**
3142             * Returns the user group persistence.
3143             *
3144             * @return the user group persistence
3145             */
3146            public UserGroupPersistence getUserGroupPersistence() {
3147                    return userGroupPersistence;
3148            }
3149    
3150            /**
3151             * Sets the user group persistence.
3152             *
3153             * @param userGroupPersistence the user group persistence
3154             */
3155            public void setUserGroupPersistence(
3156                    UserGroupPersistence userGroupPersistence) {
3157                    this.userGroupPersistence = userGroupPersistence;
3158            }
3159    
3160            /**
3161             * Returns the user group finder.
3162             *
3163             * @return the user group finder
3164             */
3165            public UserGroupFinder getUserGroupFinder() {
3166                    return userGroupFinder;
3167            }
3168    
3169            /**
3170             * Sets the user group finder.
3171             *
3172             * @param userGroupFinder the user group finder
3173             */
3174            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
3175                    this.userGroupFinder = userGroupFinder;
3176            }
3177    
3178            /**
3179             * Returns the user group group role local service.
3180             *
3181             * @return the user group group role local service
3182             */
3183            public com.liferay.portal.service.UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
3184                    return userGroupGroupRoleLocalService;
3185            }
3186    
3187            /**
3188             * Sets the user group group role local service.
3189             *
3190             * @param userGroupGroupRoleLocalService the user group group role local service
3191             */
3192            public void setUserGroupGroupRoleLocalService(
3193                    com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
3194                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
3195            }
3196    
3197            /**
3198             * Returns the user group group role remote service.
3199             *
3200             * @return the user group group role remote service
3201             */
3202            public com.liferay.portal.service.UserGroupGroupRoleService getUserGroupGroupRoleService() {
3203                    return userGroupGroupRoleService;
3204            }
3205    
3206            /**
3207             * Sets the user group group role remote service.
3208             *
3209             * @param userGroupGroupRoleService the user group group role remote service
3210             */
3211            public void setUserGroupGroupRoleService(
3212                    com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService) {
3213                    this.userGroupGroupRoleService = userGroupGroupRoleService;
3214            }
3215    
3216            /**
3217             * Returns the user group group role persistence.
3218             *
3219             * @return the user group group role persistence
3220             */
3221            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
3222                    return userGroupGroupRolePersistence;
3223            }
3224    
3225            /**
3226             * Sets the user group group role persistence.
3227             *
3228             * @param userGroupGroupRolePersistence the user group group role persistence
3229             */
3230            public void setUserGroupGroupRolePersistence(
3231                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
3232                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
3233            }
3234    
3235            /**
3236             * Returns the user group role local service.
3237             *
3238             * @return the user group role local service
3239             */
3240            public com.liferay.portal.service.UserGroupRoleLocalService getUserGroupRoleLocalService() {
3241                    return userGroupRoleLocalService;
3242            }
3243    
3244            /**
3245             * Sets the user group role local service.
3246             *
3247             * @param userGroupRoleLocalService the user group role local service
3248             */
3249            public void setUserGroupRoleLocalService(
3250                    com.liferay.portal.service.UserGroupRoleLocalService userGroupRoleLocalService) {
3251                    this.userGroupRoleLocalService = userGroupRoleLocalService;
3252            }
3253    
3254            /**
3255             * Returns the user group role remote service.
3256             *
3257             * @return the user group role remote service
3258             */
3259            public com.liferay.portal.service.UserGroupRoleService getUserGroupRoleService() {
3260                    return userGroupRoleService;
3261            }
3262    
3263            /**
3264             * Sets the user group role remote service.
3265             *
3266             * @param userGroupRoleService the user group role remote service
3267             */
3268            public void setUserGroupRoleService(
3269                    com.liferay.portal.service.UserGroupRoleService userGroupRoleService) {
3270                    this.userGroupRoleService = userGroupRoleService;
3271            }
3272    
3273            /**
3274             * Returns the user group role persistence.
3275             *
3276             * @return the user group role persistence
3277             */
3278            public UserGroupRolePersistence getUserGroupRolePersistence() {
3279                    return userGroupRolePersistence;
3280            }
3281    
3282            /**
3283             * Sets the user group role persistence.
3284             *
3285             * @param userGroupRolePersistence the user group role persistence
3286             */
3287            public void setUserGroupRolePersistence(
3288                    UserGroupRolePersistence userGroupRolePersistence) {
3289                    this.userGroupRolePersistence = userGroupRolePersistence;
3290            }
3291    
3292            /**
3293             * Returns the user group role finder.
3294             *
3295             * @return the user group role finder
3296             */
3297            public UserGroupRoleFinder getUserGroupRoleFinder() {
3298                    return userGroupRoleFinder;
3299            }
3300    
3301            /**
3302             * Sets the user group role finder.
3303             *
3304             * @param userGroupRoleFinder the user group role finder
3305             */
3306            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
3307                    this.userGroupRoleFinder = userGroupRoleFinder;
3308            }
3309    
3310            /**
3311             * Returns the user ID mapper local service.
3312             *
3313             * @return the user ID mapper local service
3314             */
3315            public com.liferay.portal.service.UserIdMapperLocalService getUserIdMapperLocalService() {
3316                    return userIdMapperLocalService;
3317            }
3318    
3319            /**
3320             * Sets the user ID mapper local service.
3321             *
3322             * @param userIdMapperLocalService the user ID mapper local service
3323             */
3324            public void setUserIdMapperLocalService(
3325                    com.liferay.portal.service.UserIdMapperLocalService userIdMapperLocalService) {
3326                    this.userIdMapperLocalService = userIdMapperLocalService;
3327            }
3328    
3329            /**
3330             * Returns the user ID mapper persistence.
3331             *
3332             * @return the user ID mapper persistence
3333             */
3334            public UserIdMapperPersistence getUserIdMapperPersistence() {
3335                    return userIdMapperPersistence;
3336            }
3337    
3338            /**
3339             * Sets the user ID mapper persistence.
3340             *
3341             * @param userIdMapperPersistence the user ID mapper persistence
3342             */
3343            public void setUserIdMapperPersistence(
3344                    UserIdMapperPersistence userIdMapperPersistence) {
3345                    this.userIdMapperPersistence = userIdMapperPersistence;
3346            }
3347    
3348            /**
3349             * Returns the user notification delivery local service.
3350             *
3351             * @return the user notification delivery local service
3352             */
3353            public com.liferay.portal.service.UserNotificationDeliveryLocalService getUserNotificationDeliveryLocalService() {
3354                    return userNotificationDeliveryLocalService;
3355            }
3356    
3357            /**
3358             * Sets the user notification delivery local service.
3359             *
3360             * @param userNotificationDeliveryLocalService the user notification delivery local service
3361             */
3362            public void setUserNotificationDeliveryLocalService(
3363                    com.liferay.portal.service.UserNotificationDeliveryLocalService userNotificationDeliveryLocalService) {
3364                    this.userNotificationDeliveryLocalService = userNotificationDeliveryLocalService;
3365            }
3366    
3367            /**
3368             * Returns the user notification delivery persistence.
3369             *
3370             * @return the user notification delivery persistence
3371             */
3372            public UserNotificationDeliveryPersistence getUserNotificationDeliveryPersistence() {
3373                    return userNotificationDeliveryPersistence;
3374            }
3375    
3376            /**
3377             * Sets the user notification delivery persistence.
3378             *
3379             * @param userNotificationDeliveryPersistence the user notification delivery persistence
3380             */
3381            public void setUserNotificationDeliveryPersistence(
3382                    UserNotificationDeliveryPersistence userNotificationDeliveryPersistence) {
3383                    this.userNotificationDeliveryPersistence = userNotificationDeliveryPersistence;
3384            }
3385    
3386            /**
3387             * Returns the user notification event local service.
3388             *
3389             * @return the user notification event local service
3390             */
3391            public com.liferay.portal.service.UserNotificationEventLocalService getUserNotificationEventLocalService() {
3392                    return userNotificationEventLocalService;
3393            }
3394    
3395            /**
3396             * Sets the user notification event local service.
3397             *
3398             * @param userNotificationEventLocalService the user notification event local service
3399             */
3400            public void setUserNotificationEventLocalService(
3401                    com.liferay.portal.service.UserNotificationEventLocalService userNotificationEventLocalService) {
3402                    this.userNotificationEventLocalService = userNotificationEventLocalService;
3403            }
3404    
3405            /**
3406             * Returns the user notification event persistence.
3407             *
3408             * @return the user notification event persistence
3409             */
3410            public UserNotificationEventPersistence getUserNotificationEventPersistence() {
3411                    return userNotificationEventPersistence;
3412            }
3413    
3414            /**
3415             * Sets the user notification event persistence.
3416             *
3417             * @param userNotificationEventPersistence the user notification event persistence
3418             */
3419            public void setUserNotificationEventPersistence(
3420                    UserNotificationEventPersistence userNotificationEventPersistence) {
3421                    this.userNotificationEventPersistence = userNotificationEventPersistence;
3422            }
3423    
3424            /**
3425             * Returns the user tracker local service.
3426             *
3427             * @return the user tracker local service
3428             */
3429            public com.liferay.portal.service.UserTrackerLocalService getUserTrackerLocalService() {
3430                    return userTrackerLocalService;
3431            }
3432    
3433            /**
3434             * Sets the user tracker local service.
3435             *
3436             * @param userTrackerLocalService the user tracker local service
3437             */
3438            public void setUserTrackerLocalService(
3439                    com.liferay.portal.service.UserTrackerLocalService userTrackerLocalService) {
3440                    this.userTrackerLocalService = userTrackerLocalService;
3441            }
3442    
3443            /**
3444             * Returns the user tracker persistence.
3445             *
3446             * @return the user tracker persistence
3447             */
3448            public UserTrackerPersistence getUserTrackerPersistence() {
3449                    return userTrackerPersistence;
3450            }
3451    
3452            /**
3453             * Sets the user tracker persistence.
3454             *
3455             * @param userTrackerPersistence the user tracker persistence
3456             */
3457            public void setUserTrackerPersistence(
3458                    UserTrackerPersistence userTrackerPersistence) {
3459                    this.userTrackerPersistence = userTrackerPersistence;
3460            }
3461    
3462            /**
3463             * Returns the user tracker path local service.
3464             *
3465             * @return the user tracker path local service
3466             */
3467            public com.liferay.portal.service.UserTrackerPathLocalService getUserTrackerPathLocalService() {
3468                    return userTrackerPathLocalService;
3469            }
3470    
3471            /**
3472             * Sets the user tracker path local service.
3473             *
3474             * @param userTrackerPathLocalService the user tracker path local service
3475             */
3476            public void setUserTrackerPathLocalService(
3477                    com.liferay.portal.service.UserTrackerPathLocalService userTrackerPathLocalService) {
3478                    this.userTrackerPathLocalService = userTrackerPathLocalService;
3479            }
3480    
3481            /**
3482             * Returns the user tracker path persistence.
3483             *
3484             * @return the user tracker path persistence
3485             */
3486            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
3487                    return userTrackerPathPersistence;
3488            }
3489    
3490            /**
3491             * Sets the user tracker path persistence.
3492             *
3493             * @param userTrackerPathPersistence the user tracker path persistence
3494             */
3495            public void setUserTrackerPathPersistence(
3496                    UserTrackerPathPersistence userTrackerPathPersistence) {
3497                    this.userTrackerPathPersistence = userTrackerPathPersistence;
3498            }
3499    
3500            /**
3501             * Returns the virtual host local service.
3502             *
3503             * @return the virtual host local service
3504             */
3505            public com.liferay.portal.service.VirtualHostLocalService getVirtualHostLocalService() {
3506                    return virtualHostLocalService;
3507            }
3508    
3509            /**
3510             * Sets the virtual host local service.
3511             *
3512             * @param virtualHostLocalService the virtual host local service
3513             */
3514            public void setVirtualHostLocalService(
3515                    com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService) {
3516                    this.virtualHostLocalService = virtualHostLocalService;
3517            }
3518    
3519            /**
3520             * Returns the virtual host persistence.
3521             *
3522             * @return the virtual host persistence
3523             */
3524            public VirtualHostPersistence getVirtualHostPersistence() {
3525                    return virtualHostPersistence;
3526            }
3527    
3528            /**
3529             * Sets the virtual host persistence.
3530             *
3531             * @param virtualHostPersistence the virtual host persistence
3532             */
3533            public void setVirtualHostPersistence(
3534                    VirtualHostPersistence virtualHostPersistence) {
3535                    this.virtualHostPersistence = virtualHostPersistence;
3536            }
3537    
3538            /**
3539             * Returns the web d a v props local service.
3540             *
3541             * @return the web d a v props local service
3542             */
3543            public com.liferay.portal.service.WebDAVPropsLocalService getWebDAVPropsLocalService() {
3544                    return webDAVPropsLocalService;
3545            }
3546    
3547            /**
3548             * Sets the web d a v props local service.
3549             *
3550             * @param webDAVPropsLocalService the web d a v props local service
3551             */
3552            public void setWebDAVPropsLocalService(
3553                    com.liferay.portal.service.WebDAVPropsLocalService webDAVPropsLocalService) {
3554                    this.webDAVPropsLocalService = webDAVPropsLocalService;
3555            }
3556    
3557            /**
3558             * Returns the web d a v props persistence.
3559             *
3560             * @return the web d a v props persistence
3561             */
3562            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
3563                    return webDAVPropsPersistence;
3564            }
3565    
3566            /**
3567             * Sets the web d a v props persistence.
3568             *
3569             * @param webDAVPropsPersistence the web d a v props persistence
3570             */
3571            public void setWebDAVPropsPersistence(
3572                    WebDAVPropsPersistence webDAVPropsPersistence) {
3573                    this.webDAVPropsPersistence = webDAVPropsPersistence;
3574            }
3575    
3576            /**
3577             * Returns the website local service.
3578             *
3579             * @return the website local service
3580             */
3581            public com.liferay.portal.service.WebsiteLocalService getWebsiteLocalService() {
3582                    return websiteLocalService;
3583            }
3584    
3585            /**
3586             * Sets the website local service.
3587             *
3588             * @param websiteLocalService the website local service
3589             */
3590            public void setWebsiteLocalService(
3591                    com.liferay.portal.service.WebsiteLocalService websiteLocalService) {
3592                    this.websiteLocalService = websiteLocalService;
3593            }
3594    
3595            /**
3596             * Returns the website remote service.
3597             *
3598             * @return the website remote service
3599             */
3600            public com.liferay.portal.service.WebsiteService getWebsiteService() {
3601                    return websiteService;
3602            }
3603    
3604            /**
3605             * Sets the website remote service.
3606             *
3607             * @param websiteService the website remote service
3608             */
3609            public void setWebsiteService(
3610                    com.liferay.portal.service.WebsiteService websiteService) {
3611                    this.websiteService = websiteService;
3612            }
3613    
3614            /**
3615             * Returns the website persistence.
3616             *
3617             * @return the website persistence
3618             */
3619            public WebsitePersistence getWebsitePersistence() {
3620                    return websitePersistence;
3621            }
3622    
3623            /**
3624             * Sets the website persistence.
3625             *
3626             * @param websitePersistence the website persistence
3627             */
3628            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3629                    this.websitePersistence = websitePersistence;
3630            }
3631    
3632            /**
3633             * Returns the workflow definition link local service.
3634             *
3635             * @return the workflow definition link local service
3636             */
3637            public com.liferay.portal.service.WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3638                    return workflowDefinitionLinkLocalService;
3639            }
3640    
3641            /**
3642             * Sets the workflow definition link local service.
3643             *
3644             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3645             */
3646            public void setWorkflowDefinitionLinkLocalService(
3647                    com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3648                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3649            }
3650    
3651            /**
3652             * Returns the workflow definition link persistence.
3653             *
3654             * @return the workflow definition link persistence
3655             */
3656            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3657                    return workflowDefinitionLinkPersistence;
3658            }
3659    
3660            /**
3661             * Sets the workflow definition link persistence.
3662             *
3663             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3664             */
3665            public void setWorkflowDefinitionLinkPersistence(
3666                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3667                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3668            }
3669    
3670            /**
3671             * Returns the workflow instance link local service.
3672             *
3673             * @return the workflow instance link local service
3674             */
3675            public com.liferay.portal.service.WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3676                    return workflowInstanceLinkLocalService;
3677            }
3678    
3679            /**
3680             * Sets the workflow instance link local service.
3681             *
3682             * @param workflowInstanceLinkLocalService the workflow instance link local service
3683             */
3684            public void setWorkflowInstanceLinkLocalService(
3685                    com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3686                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3687            }
3688    
3689            /**
3690             * Returns the workflow instance link persistence.
3691             *
3692             * @return the workflow instance link persistence
3693             */
3694            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3695                    return workflowInstanceLinkPersistence;
3696            }
3697    
3698            /**
3699             * Sets the workflow instance link persistence.
3700             *
3701             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3702             */
3703            public void setWorkflowInstanceLinkPersistence(
3704                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3705                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3706            }
3707    
3708            /**
3709             * Returns the counter local service.
3710             *
3711             * @return the counter local service
3712             */
3713            public com.liferay.counter.service.CounterLocalService getCounterLocalService() {
3714                    return counterLocalService;
3715            }
3716    
3717            /**
3718             * Sets the counter local service.
3719             *
3720             * @param counterLocalService the counter local service
3721             */
3722            public void setCounterLocalService(
3723                    com.liferay.counter.service.CounterLocalService counterLocalService) {
3724                    this.counterLocalService = counterLocalService;
3725            }
3726    
3727            /**
3728             * Returns the asset category local service.
3729             *
3730             * @return the asset category local service
3731             */
3732            public com.liferay.portlet.asset.service.AssetCategoryLocalService getAssetCategoryLocalService() {
3733                    return assetCategoryLocalService;
3734            }
3735    
3736            /**
3737             * Sets the asset category local service.
3738             *
3739             * @param assetCategoryLocalService the asset category local service
3740             */
3741            public void setAssetCategoryLocalService(
3742                    com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService) {
3743                    this.assetCategoryLocalService = assetCategoryLocalService;
3744            }
3745    
3746            /**
3747             * Returns the asset category remote service.
3748             *
3749             * @return the asset category remote service
3750             */
3751            public com.liferay.portlet.asset.service.AssetCategoryService getAssetCategoryService() {
3752                    return assetCategoryService;
3753            }
3754    
3755            /**
3756             * Sets the asset category remote service.
3757             *
3758             * @param assetCategoryService the asset category remote service
3759             */
3760            public void setAssetCategoryService(
3761                    com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService) {
3762                    this.assetCategoryService = assetCategoryService;
3763            }
3764    
3765            /**
3766             * Returns the asset category persistence.
3767             *
3768             * @return the asset category persistence
3769             */
3770            public AssetCategoryPersistence getAssetCategoryPersistence() {
3771                    return assetCategoryPersistence;
3772            }
3773    
3774            /**
3775             * Sets the asset category persistence.
3776             *
3777             * @param assetCategoryPersistence the asset category persistence
3778             */
3779            public void setAssetCategoryPersistence(
3780                    AssetCategoryPersistence assetCategoryPersistence) {
3781                    this.assetCategoryPersistence = assetCategoryPersistence;
3782            }
3783    
3784            /**
3785             * Returns the asset category finder.
3786             *
3787             * @return the asset category finder
3788             */
3789            public AssetCategoryFinder getAssetCategoryFinder() {
3790                    return assetCategoryFinder;
3791            }
3792    
3793            /**
3794             * Sets the asset category finder.
3795             *
3796             * @param assetCategoryFinder the asset category finder
3797             */
3798            public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder) {
3799                    this.assetCategoryFinder = assetCategoryFinder;
3800            }
3801    
3802            /**
3803             * Returns the asset entry local service.
3804             *
3805             * @return the asset entry local service
3806             */
3807            public com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService() {
3808                    return assetEntryLocalService;
3809            }
3810    
3811            /**
3812             * Sets the asset entry local service.
3813             *
3814             * @param assetEntryLocalService the asset entry local service
3815             */
3816            public void setAssetEntryLocalService(
3817                    com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService) {
3818                    this.assetEntryLocalService = assetEntryLocalService;
3819            }
3820    
3821            /**
3822             * Returns the asset entry remote service.
3823             *
3824             * @return the asset entry remote service
3825             */
3826            public com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService() {
3827                    return assetEntryService;
3828            }
3829    
3830            /**
3831             * Sets the asset entry remote service.
3832             *
3833             * @param assetEntryService the asset entry remote service
3834             */
3835            public void setAssetEntryService(
3836                    com.liferay.portlet.asset.service.AssetEntryService assetEntryService) {
3837                    this.assetEntryService = assetEntryService;
3838            }
3839    
3840            /**
3841             * Returns the asset entry persistence.
3842             *
3843             * @return the asset entry persistence
3844             */
3845            public AssetEntryPersistence getAssetEntryPersistence() {
3846                    return assetEntryPersistence;
3847            }
3848    
3849            /**
3850             * Sets the asset entry persistence.
3851             *
3852             * @param assetEntryPersistence the asset entry persistence
3853             */
3854            public void setAssetEntryPersistence(
3855                    AssetEntryPersistence assetEntryPersistence) {
3856                    this.assetEntryPersistence = assetEntryPersistence;
3857            }
3858    
3859            /**
3860             * Returns the asset entry finder.
3861             *
3862             * @return the asset entry finder
3863             */
3864            public AssetEntryFinder getAssetEntryFinder() {
3865                    return assetEntryFinder;
3866            }
3867    
3868            /**
3869             * Sets the asset entry finder.
3870             *
3871             * @param assetEntryFinder the asset entry finder
3872             */
3873            public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder) {
3874                    this.assetEntryFinder = assetEntryFinder;
3875            }
3876    
3877            /**
3878             * Returns the asset tag local service.
3879             *
3880             * @return the asset tag local service
3881             */
3882            public com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService() {
3883                    return assetTagLocalService;
3884            }
3885    
3886            /**
3887             * Sets the asset tag local service.
3888             *
3889             * @param assetTagLocalService the asset tag local service
3890             */
3891            public void setAssetTagLocalService(
3892                    com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService) {
3893                    this.assetTagLocalService = assetTagLocalService;
3894            }
3895    
3896            /**
3897             * Returns the asset tag remote service.
3898             *
3899             * @return the asset tag remote service
3900             */
3901            public com.liferay.portlet.asset.service.AssetTagService getAssetTagService() {
3902                    return assetTagService;
3903            }
3904    
3905            /**
3906             * Sets the asset tag remote service.
3907             *
3908             * @param assetTagService the asset tag remote service
3909             */
3910            public void setAssetTagService(
3911                    com.liferay.portlet.asset.service.AssetTagService assetTagService) {
3912                    this.assetTagService = assetTagService;
3913            }
3914    
3915            /**
3916             * Returns the asset tag persistence.
3917             *
3918             * @return the asset tag persistence
3919             */
3920            public AssetTagPersistence getAssetTagPersistence() {
3921                    return assetTagPersistence;
3922            }
3923    
3924            /**
3925             * Sets the asset tag persistence.
3926             *
3927             * @param assetTagPersistence the asset tag persistence
3928             */
3929            public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence) {
3930                    this.assetTagPersistence = assetTagPersistence;
3931            }
3932    
3933            /**
3934             * Returns the asset tag finder.
3935             *
3936             * @return the asset tag finder
3937             */
3938            public AssetTagFinder getAssetTagFinder() {
3939                    return assetTagFinder;
3940            }
3941    
3942            /**
3943             * Sets the asset tag finder.
3944             *
3945             * @param assetTagFinder the asset tag finder
3946             */
3947            public void setAssetTagFinder(AssetTagFinder assetTagFinder) {
3948                    this.assetTagFinder = assetTagFinder;
3949            }
3950    
3951            /**
3952             * Returns the asset vocabulary local service.
3953             *
3954             * @return the asset vocabulary local service
3955             */
3956            public com.liferay.portlet.asset.service.AssetVocabularyLocalService getAssetVocabularyLocalService() {
3957                    return assetVocabularyLocalService;
3958            }
3959    
3960            /**
3961             * Sets the asset vocabulary local service.
3962             *
3963             * @param assetVocabularyLocalService the asset vocabulary local service
3964             */
3965            public void setAssetVocabularyLocalService(
3966                    com.liferay.portlet.asset.service.AssetVocabularyLocalService assetVocabularyLocalService) {
3967                    this.assetVocabularyLocalService = assetVocabularyLocalService;
3968            }
3969    
3970            /**
3971             * Returns the asset vocabulary remote service.
3972             *
3973             * @return the asset vocabulary remote service
3974             */
3975            public com.liferay.portlet.asset.service.AssetVocabularyService getAssetVocabularyService() {
3976                    return assetVocabularyService;
3977            }
3978    
3979            /**
3980             * Sets the asset vocabulary remote service.
3981             *
3982             * @param assetVocabularyService the asset vocabulary remote service
3983             */
3984            public void setAssetVocabularyService(
3985                    com.liferay.portlet.asset.service.AssetVocabularyService assetVocabularyService) {
3986                    this.assetVocabularyService = assetVocabularyService;
3987            }
3988    
3989            /**
3990             * Returns the asset vocabulary persistence.
3991             *
3992             * @return the asset vocabulary persistence
3993             */
3994            public AssetVocabularyPersistence getAssetVocabularyPersistence() {
3995                    return assetVocabularyPersistence;
3996            }
3997    
3998            /**
3999             * Sets the asset vocabulary persistence.
4000             *
4001             * @param assetVocabularyPersistence the asset vocabulary persistence
4002             */
4003            public void setAssetVocabularyPersistence(
4004                    AssetVocabularyPersistence assetVocabularyPersistence) {
4005                    this.assetVocabularyPersistence = assetVocabularyPersistence;
4006            }
4007    
4008            /**
4009             * Returns the asset vocabulary finder.
4010             *
4011             * @return the asset vocabulary finder
4012             */
4013            public AssetVocabularyFinder getAssetVocabularyFinder() {
4014                    return assetVocabularyFinder;
4015            }
4016    
4017            /**
4018             * Sets the asset vocabulary finder.
4019             *
4020             * @param assetVocabularyFinder the asset vocabulary finder
4021             */
4022            public void setAssetVocabularyFinder(
4023                    AssetVocabularyFinder assetVocabularyFinder) {
4024                    this.assetVocabularyFinder = assetVocabularyFinder;
4025            }
4026    
4027            /**
4028             * Returns the blogs entry local service.
4029             *
4030             * @return the blogs entry local service
4031             */
4032            public com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService() {
4033                    return blogsEntryLocalService;
4034            }
4035    
4036            /**
4037             * Sets the blogs entry local service.
4038             *
4039             * @param blogsEntryLocalService the blogs entry local service
4040             */
4041            public void setBlogsEntryLocalService(
4042                    com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService) {
4043                    this.blogsEntryLocalService = blogsEntryLocalService;
4044            }
4045    
4046            /**
4047             * Returns the blogs entry remote service.
4048             *
4049             * @return the blogs entry remote service
4050             */
4051            public com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService() {
4052                    return blogsEntryService;
4053            }
4054    
4055            /**
4056             * Sets the blogs entry remote service.
4057             *
4058             * @param blogsEntryService the blogs entry remote service
4059             */
4060            public void setBlogsEntryService(
4061                    com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService) {
4062                    this.blogsEntryService = blogsEntryService;
4063            }
4064    
4065            /**
4066             * Returns the blogs entry persistence.
4067             *
4068             * @return the blogs entry persistence
4069             */
4070            public BlogsEntryPersistence getBlogsEntryPersistence() {
4071                    return blogsEntryPersistence;
4072            }
4073    
4074            /**
4075             * Sets the blogs entry persistence.
4076             *
4077             * @param blogsEntryPersistence the blogs entry persistence
4078             */
4079            public void setBlogsEntryPersistence(
4080                    BlogsEntryPersistence blogsEntryPersistence) {
4081                    this.blogsEntryPersistence = blogsEntryPersistence;
4082            }
4083    
4084            /**
4085             * Returns the blogs entry finder.
4086             *
4087             * @return the blogs entry finder
4088             */
4089            public BlogsEntryFinder getBlogsEntryFinder() {
4090                    return blogsEntryFinder;
4091            }
4092    
4093            /**
4094             * Sets the blogs entry finder.
4095             *
4096             * @param blogsEntryFinder the blogs entry finder
4097             */
4098            public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder) {
4099                    this.blogsEntryFinder = blogsEntryFinder;
4100            }
4101    
4102            /**
4103             * Returns the blogs stats user local service.
4104             *
4105             * @return the blogs stats user local service
4106             */
4107            public com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService() {
4108                    return blogsStatsUserLocalService;
4109            }
4110    
4111            /**
4112             * Sets the blogs stats user local service.
4113             *
4114             * @param blogsStatsUserLocalService the blogs stats user local service
4115             */
4116            public void setBlogsStatsUserLocalService(
4117                    com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService) {
4118                    this.blogsStatsUserLocalService = blogsStatsUserLocalService;
4119            }
4120    
4121            /**
4122             * Returns the blogs stats user persistence.
4123             *
4124             * @return the blogs stats user persistence
4125             */
4126            public BlogsStatsUserPersistence getBlogsStatsUserPersistence() {
4127                    return blogsStatsUserPersistence;
4128            }
4129    
4130            /**
4131             * Sets the blogs stats user persistence.
4132             *
4133             * @param blogsStatsUserPersistence the blogs stats user persistence
4134             */
4135            public void setBlogsStatsUserPersistence(
4136                    BlogsStatsUserPersistence blogsStatsUserPersistence) {
4137                    this.blogsStatsUserPersistence = blogsStatsUserPersistence;
4138            }
4139    
4140            /**
4141             * Returns the blogs stats user finder.
4142             *
4143             * @return the blogs stats user finder
4144             */
4145            public BlogsStatsUserFinder getBlogsStatsUserFinder() {
4146                    return blogsStatsUserFinder;
4147            }
4148    
4149            /**
4150             * Sets the blogs stats user finder.
4151             *
4152             * @param blogsStatsUserFinder the blogs stats user finder
4153             */
4154            public void setBlogsStatsUserFinder(
4155                    BlogsStatsUserFinder blogsStatsUserFinder) {
4156                    this.blogsStatsUserFinder = blogsStatsUserFinder;
4157            }
4158    
4159            /**
4160             * Returns the bookmarks folder local service.
4161             *
4162             * @return the bookmarks folder local service
4163             */
4164            public com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService getBookmarksFolderLocalService() {
4165                    return bookmarksFolderLocalService;
4166            }
4167    
4168            /**
4169             * Sets the bookmarks folder local service.
4170             *
4171             * @param bookmarksFolderLocalService the bookmarks folder local service
4172             */
4173            public void setBookmarksFolderLocalService(
4174                    com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService) {
4175                    this.bookmarksFolderLocalService = bookmarksFolderLocalService;
4176            }
4177    
4178            /**
4179             * Returns the bookmarks folder remote service.
4180             *
4181             * @return the bookmarks folder remote service
4182             */
4183            public com.liferay.portlet.bookmarks.service.BookmarksFolderService getBookmarksFolderService() {
4184                    return bookmarksFolderService;
4185            }
4186    
4187            /**
4188             * Sets the bookmarks folder remote service.
4189             *
4190             * @param bookmarksFolderService the bookmarks folder remote service
4191             */
4192            public void setBookmarksFolderService(
4193                    com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService) {
4194                    this.bookmarksFolderService = bookmarksFolderService;
4195            }
4196    
4197            /**
4198             * Returns the bookmarks folder persistence.
4199             *
4200             * @return the bookmarks folder persistence
4201             */
4202            public BookmarksFolderPersistence getBookmarksFolderPersistence() {
4203                    return bookmarksFolderPersistence;
4204            }
4205    
4206            /**
4207             * Sets the bookmarks folder persistence.
4208             *
4209             * @param bookmarksFolderPersistence the bookmarks folder persistence
4210             */
4211            public void setBookmarksFolderPersistence(
4212                    BookmarksFolderPersistence bookmarksFolderPersistence) {
4213                    this.bookmarksFolderPersistence = bookmarksFolderPersistence;
4214            }
4215    
4216            /**
4217             * Returns the bookmarks folder finder.
4218             *
4219             * @return the bookmarks folder finder
4220             */
4221            public BookmarksFolderFinder getBookmarksFolderFinder() {
4222                    return bookmarksFolderFinder;
4223            }
4224    
4225            /**
4226             * Sets the bookmarks folder finder.
4227             *
4228             * @param bookmarksFolderFinder the bookmarks folder finder
4229             */
4230            public void setBookmarksFolderFinder(
4231                    BookmarksFolderFinder bookmarksFolderFinder) {
4232                    this.bookmarksFolderFinder = bookmarksFolderFinder;
4233            }
4234    
4235            /**
4236             * Returns the d l app local service.
4237             *
4238             * @return the d l app local service
4239             */
4240            public com.liferay.portlet.documentlibrary.service.DLAppLocalService getDLAppLocalService() {
4241                    return dlAppLocalService;
4242            }
4243    
4244            /**
4245             * Sets the d l app local service.
4246             *
4247             * @param dlAppLocalService the d l app local service
4248             */
4249            public void setDLAppLocalService(
4250                    com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService) {
4251                    this.dlAppLocalService = dlAppLocalService;
4252            }
4253    
4254            /**
4255             * Returns the d l app remote service.
4256             *
4257             * @return the d l app remote service
4258             */
4259            public com.liferay.portlet.documentlibrary.service.DLAppService getDLAppService() {
4260                    return dlAppService;
4261            }
4262    
4263            /**
4264             * Sets the d l app remote service.
4265             *
4266             * @param dlAppService the d l app remote service
4267             */
4268            public void setDLAppService(
4269                    com.liferay.portlet.documentlibrary.service.DLAppService dlAppService) {
4270                    this.dlAppService = dlAppService;
4271            }
4272    
4273            /**
4274             * Returns the document library file entry type local service.
4275             *
4276             * @return the document library file entry type local service
4277             */
4278            public com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService getDLFileEntryTypeLocalService() {
4279                    return dlFileEntryTypeLocalService;
4280            }
4281    
4282            /**
4283             * Sets the document library file entry type local service.
4284             *
4285             * @param dlFileEntryTypeLocalService the document library file entry type local service
4286             */
4287            public void setDLFileEntryTypeLocalService(
4288                    com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService) {
4289                    this.dlFileEntryTypeLocalService = dlFileEntryTypeLocalService;
4290            }
4291    
4292            /**
4293             * Returns the document library file entry type remote service.
4294             *
4295             * @return the document library file entry type remote service
4296             */
4297            public com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService getDLFileEntryTypeService() {
4298                    return dlFileEntryTypeService;
4299            }
4300    
4301            /**
4302             * Sets the document library file entry type remote service.
4303             *
4304             * @param dlFileEntryTypeService the document library file entry type remote service
4305             */
4306            public void setDLFileEntryTypeService(
4307                    com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService) {
4308                    this.dlFileEntryTypeService = dlFileEntryTypeService;
4309            }
4310    
4311            /**
4312             * Returns the document library file entry type persistence.
4313             *
4314             * @return the document library file entry type persistence
4315             */
4316            public DLFileEntryTypePersistence getDLFileEntryTypePersistence() {
4317                    return dlFileEntryTypePersistence;
4318            }
4319    
4320            /**
4321             * Sets the document library file entry type persistence.
4322             *
4323             * @param dlFileEntryTypePersistence the document library file entry type persistence
4324             */
4325            public void setDLFileEntryTypePersistence(
4326                    DLFileEntryTypePersistence dlFileEntryTypePersistence) {
4327                    this.dlFileEntryTypePersistence = dlFileEntryTypePersistence;
4328            }
4329    
4330            /**
4331             * Returns the document library file entry type finder.
4332             *
4333             * @return the document library file entry type finder
4334             */
4335            public DLFileEntryTypeFinder getDLFileEntryTypeFinder() {
4336                    return dlFileEntryTypeFinder;
4337            }
4338    
4339            /**
4340             * Sets the document library file entry type finder.
4341             *
4342             * @param dlFileEntryTypeFinder the document library file entry type finder
4343             */
4344            public void setDLFileEntryTypeFinder(
4345                    DLFileEntryTypeFinder dlFileEntryTypeFinder) {
4346                    this.dlFileEntryTypeFinder = dlFileEntryTypeFinder;
4347            }
4348    
4349            /**
4350             * Returns the expando row local service.
4351             *
4352             * @return the expando row local service
4353             */
4354            public com.liferay.portlet.expando.service.ExpandoRowLocalService getExpandoRowLocalService() {
4355                    return expandoRowLocalService;
4356            }
4357    
4358            /**
4359             * Sets the expando row local service.
4360             *
4361             * @param expandoRowLocalService the expando row local service
4362             */
4363            public void setExpandoRowLocalService(
4364                    com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService) {
4365                    this.expandoRowLocalService = expandoRowLocalService;
4366            }
4367    
4368            /**
4369             * Returns the expando row persistence.
4370             *
4371             * @return the expando row persistence
4372             */
4373            public ExpandoRowPersistence getExpandoRowPersistence() {
4374                    return expandoRowPersistence;
4375            }
4376    
4377            /**
4378             * Sets the expando row persistence.
4379             *
4380             * @param expandoRowPersistence the expando row persistence
4381             */
4382            public void setExpandoRowPersistence(
4383                    ExpandoRowPersistence expandoRowPersistence) {
4384                    this.expandoRowPersistence = expandoRowPersistence;
4385            }
4386    
4387            /**
4388             * Returns the journal article local service.
4389             *
4390             * @return the journal article local service
4391             */
4392            public com.liferay.portlet.journal.service.JournalArticleLocalService getJournalArticleLocalService() {
4393                    return journalArticleLocalService;
4394            }
4395    
4396            /**
4397             * Sets the journal article local service.
4398             *
4399             * @param journalArticleLocalService the journal article local service
4400             */
4401            public void setJournalArticleLocalService(
4402                    com.liferay.portlet.journal.service.JournalArticleLocalService journalArticleLocalService) {
4403                    this.journalArticleLocalService = journalArticleLocalService;
4404            }
4405    
4406            /**
4407             * Returns the journal article remote service.
4408             *
4409             * @return the journal article remote service
4410             */
4411            public com.liferay.portlet.journal.service.JournalArticleService getJournalArticleService() {
4412                    return journalArticleService;
4413            }
4414    
4415            /**
4416             * Sets the journal article remote service.
4417             *
4418             * @param journalArticleService the journal article remote service
4419             */
4420            public void setJournalArticleService(
4421                    com.liferay.portlet.journal.service.JournalArticleService journalArticleService) {
4422                    this.journalArticleService = journalArticleService;
4423            }
4424    
4425            /**
4426             * Returns the journal article persistence.
4427             *
4428             * @return the journal article persistence
4429             */
4430            public JournalArticlePersistence getJournalArticlePersistence() {
4431                    return journalArticlePersistence;
4432            }
4433    
4434            /**
4435             * Sets the journal article persistence.
4436             *
4437             * @param journalArticlePersistence the journal article persistence
4438             */
4439            public void setJournalArticlePersistence(
4440                    JournalArticlePersistence journalArticlePersistence) {
4441                    this.journalArticlePersistence = journalArticlePersistence;
4442            }
4443    
4444            /**
4445             * Returns the journal article finder.
4446             *
4447             * @return the journal article finder
4448             */
4449            public JournalArticleFinder getJournalArticleFinder() {
4450                    return journalArticleFinder;
4451            }
4452    
4453            /**
4454             * Sets the journal article finder.
4455             *
4456             * @param journalArticleFinder the journal article finder
4457             */
4458            public void setJournalArticleFinder(
4459                    JournalArticleFinder journalArticleFinder) {
4460                    this.journalArticleFinder = journalArticleFinder;
4461            }
4462    
4463            /**
4464             * Returns the journal structure local service.
4465             *
4466             * @return the journal structure local service
4467             */
4468            @SuppressWarnings("deprecation")
4469            public com.liferay.portlet.journal.service.JournalStructureLocalService getJournalStructureLocalService() {
4470                    return journalStructureLocalService;
4471            }
4472    
4473            /**
4474             * Sets the journal structure local service.
4475             *
4476             * @param journalStructureLocalService the journal structure local service
4477             */
4478            @SuppressWarnings("deprecation")
4479            public void setJournalStructureLocalService(
4480                    com.liferay.portlet.journal.service.JournalStructureLocalService journalStructureLocalService) {
4481                    this.journalStructureLocalService = journalStructureLocalService;
4482            }
4483    
4484            /**
4485             * Returns the journal structure remote service.
4486             *
4487             * @return the journal structure remote service
4488             */
4489            @SuppressWarnings("deprecation")
4490            public com.liferay.portlet.journal.service.JournalStructureService getJournalStructureService() {
4491                    return journalStructureService;
4492            }
4493    
4494            /**
4495             * Sets the journal structure remote service.
4496             *
4497             * @param journalStructureService the journal structure remote service
4498             */
4499            @SuppressWarnings("deprecation")
4500            public void setJournalStructureService(
4501                    com.liferay.portlet.journal.service.JournalStructureService journalStructureService) {
4502                    this.journalStructureService = journalStructureService;
4503            }
4504    
4505            /**
4506             * Returns the journal template local service.
4507             *
4508             * @return the journal template local service
4509             */
4510            @SuppressWarnings("deprecation")
4511            public com.liferay.portlet.journal.service.JournalTemplateLocalService getJournalTemplateLocalService() {
4512                    return journalTemplateLocalService;
4513            }
4514    
4515            /**
4516             * Sets the journal template local service.
4517             *
4518             * @param journalTemplateLocalService the journal template local service
4519             */
4520            @SuppressWarnings("deprecation")
4521            public void setJournalTemplateLocalService(
4522                    com.liferay.portlet.journal.service.JournalTemplateLocalService journalTemplateLocalService) {
4523                    this.journalTemplateLocalService = journalTemplateLocalService;
4524            }
4525    
4526            /**
4527             * Returns the journal template remote service.
4528             *
4529             * @return the journal template remote service
4530             */
4531            @SuppressWarnings("deprecation")
4532            public com.liferay.portlet.journal.service.JournalTemplateService getJournalTemplateService() {
4533                    return journalTemplateService;
4534            }
4535    
4536            /**
4537             * Sets the journal template remote service.
4538             *
4539             * @param journalTemplateService the journal template remote service
4540             */
4541            @SuppressWarnings("deprecation")
4542            public void setJournalTemplateService(
4543                    com.liferay.portlet.journal.service.JournalTemplateService journalTemplateService) {
4544                    this.journalTemplateService = journalTemplateService;
4545            }
4546    
4547            /**
4548             * Returns the message boards ban local service.
4549             *
4550             * @return the message boards ban local service
4551             */
4552            public com.liferay.portlet.messageboards.service.MBBanLocalService getMBBanLocalService() {
4553                    return mbBanLocalService;
4554            }
4555    
4556            /**
4557             * Sets the message boards ban local service.
4558             *
4559             * @param mbBanLocalService the message boards ban local service
4560             */
4561            public void setMBBanLocalService(
4562                    com.liferay.portlet.messageboards.service.MBBanLocalService mbBanLocalService) {
4563                    this.mbBanLocalService = mbBanLocalService;
4564            }
4565    
4566            /**
4567             * Returns the message boards ban remote service.
4568             *
4569             * @return the message boards ban remote service
4570             */
4571            public com.liferay.portlet.messageboards.service.MBBanService getMBBanService() {
4572                    return mbBanService;
4573            }
4574    
4575            /**
4576             * Sets the message boards ban remote service.
4577             *
4578             * @param mbBanService the message boards ban remote service
4579             */
4580            public void setMBBanService(
4581                    com.liferay.portlet.messageboards.service.MBBanService mbBanService) {
4582                    this.mbBanService = mbBanService;
4583            }
4584    
4585            /**
4586             * Returns the message boards ban persistence.
4587             *
4588             * @return the message boards ban persistence
4589             */
4590            public MBBanPersistence getMBBanPersistence() {
4591                    return mbBanPersistence;
4592            }
4593    
4594            /**
4595             * Sets the message boards ban persistence.
4596             *
4597             * @param mbBanPersistence the message boards ban persistence
4598             */
4599            public void setMBBanPersistence(MBBanPersistence mbBanPersistence) {
4600                    this.mbBanPersistence = mbBanPersistence;
4601            }
4602    
4603            /**
4604             * Returns the message boards category local service.
4605             *
4606             * @return the message boards category local service
4607             */
4608            public com.liferay.portlet.messageboards.service.MBCategoryLocalService getMBCategoryLocalService() {
4609                    return mbCategoryLocalService;
4610            }
4611    
4612            /**
4613             * Sets the message boards category local service.
4614             *
4615             * @param mbCategoryLocalService the message boards category local service
4616             */
4617            public void setMBCategoryLocalService(
4618                    com.liferay.portlet.messageboards.service.MBCategoryLocalService mbCategoryLocalService) {
4619                    this.mbCategoryLocalService = mbCategoryLocalService;
4620            }
4621    
4622            /**
4623             * Returns the message boards category remote service.
4624             *
4625             * @return the message boards category remote service
4626             */
4627            public com.liferay.portlet.messageboards.service.MBCategoryService getMBCategoryService() {
4628                    return mbCategoryService;
4629            }
4630    
4631            /**
4632             * Sets the message boards category remote service.
4633             *
4634             * @param mbCategoryService the message boards category remote service
4635             */
4636            public void setMBCategoryService(
4637                    com.liferay.portlet.messageboards.service.MBCategoryService mbCategoryService) {
4638                    this.mbCategoryService = mbCategoryService;
4639            }
4640    
4641            /**
4642             * Returns the message boards category persistence.
4643             *
4644             * @return the message boards category persistence
4645             */
4646            public MBCategoryPersistence getMBCategoryPersistence() {
4647                    return mbCategoryPersistence;
4648            }
4649    
4650            /**
4651             * Sets the message boards category persistence.
4652             *
4653             * @param mbCategoryPersistence the message boards category persistence
4654             */
4655            public void setMBCategoryPersistence(
4656                    MBCategoryPersistence mbCategoryPersistence) {
4657                    this.mbCategoryPersistence = mbCategoryPersistence;
4658            }
4659    
4660            /**
4661             * Returns the message boards category finder.
4662             *
4663             * @return the message boards category finder
4664             */
4665            public MBCategoryFinder getMBCategoryFinder() {
4666                    return mbCategoryFinder;
4667            }
4668    
4669            /**
4670             * Sets the message boards category finder.
4671             *
4672             * @param mbCategoryFinder the message boards category finder
4673             */
4674            public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder) {
4675                    this.mbCategoryFinder = mbCategoryFinder;
4676            }
4677    
4678            /**
4679             * Returns the message boards stats user local service.
4680             *
4681             * @return the message boards stats user local service
4682             */
4683            public com.liferay.portlet.messageboards.service.MBStatsUserLocalService getMBStatsUserLocalService() {
4684                    return mbStatsUserLocalService;
4685            }
4686    
4687            /**
4688             * Sets the message boards stats user local service.
4689             *
4690             * @param mbStatsUserLocalService the message boards stats user local service
4691             */
4692            public void setMBStatsUserLocalService(
4693                    com.liferay.portlet.messageboards.service.MBStatsUserLocalService mbStatsUserLocalService) {
4694                    this.mbStatsUserLocalService = mbStatsUserLocalService;
4695            }
4696    
4697            /**
4698             * Returns the message boards stats user persistence.
4699             *
4700             * @return the message boards stats user persistence
4701             */
4702            public MBStatsUserPersistence getMBStatsUserPersistence() {
4703                    return mbStatsUserPersistence;
4704            }
4705    
4706            /**
4707             * Sets the message boards stats user persistence.
4708             *
4709             * @param mbStatsUserPersistence the message boards stats user persistence
4710             */
4711            public void setMBStatsUserPersistence(
4712                    MBStatsUserPersistence mbStatsUserPersistence) {
4713                    this.mbStatsUserPersistence = mbStatsUserPersistence;
4714            }
4715    
4716            /**
4717             * Returns the message boards thread local service.
4718             *
4719             * @return the message boards thread local service
4720             */
4721            public com.liferay.portlet.messageboards.service.MBThreadLocalService getMBThreadLocalService() {
4722                    return mbThreadLocalService;
4723            }
4724    
4725            /**
4726             * Sets the message boards thread local service.
4727             *
4728             * @param mbThreadLocalService the message boards thread local service
4729             */
4730            public void setMBThreadLocalService(
4731                    com.liferay.portlet.messageboards.service.MBThreadLocalService mbThreadLocalService) {
4732                    this.mbThreadLocalService = mbThreadLocalService;
4733            }
4734    
4735            /**
4736             * Returns the message boards thread remote service.
4737             *
4738             * @return the message boards thread remote service
4739             */
4740            public com.liferay.portlet.messageboards.service.MBThreadService getMBThreadService() {
4741                    return mbThreadService;
4742            }
4743    
4744            /**
4745             * Sets the message boards thread remote service.
4746             *
4747             * @param mbThreadService the message boards thread remote service
4748             */
4749            public void setMBThreadService(
4750                    com.liferay.portlet.messageboards.service.MBThreadService mbThreadService) {
4751                    this.mbThreadService = mbThreadService;
4752            }
4753    
4754            /**
4755             * Returns the message boards thread persistence.
4756             *
4757             * @return the message boards thread persistence
4758             */
4759            public MBThreadPersistence getMBThreadPersistence() {
4760                    return mbThreadPersistence;
4761            }
4762    
4763            /**
4764             * Sets the message boards thread persistence.
4765             *
4766             * @param mbThreadPersistence the message boards thread persistence
4767             */
4768            public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence) {
4769                    this.mbThreadPersistence = mbThreadPersistence;
4770            }
4771    
4772            /**
4773             * Returns the message boards thread finder.
4774             *
4775             * @return the message boards thread finder
4776             */
4777            public MBThreadFinder getMBThreadFinder() {
4778                    return mbThreadFinder;
4779            }
4780    
4781            /**
4782             * Sets the message boards thread finder.
4783             *
4784             * @param mbThreadFinder the message boards thread finder
4785             */
4786            public void setMBThreadFinder(MBThreadFinder mbThreadFinder) {
4787                    this.mbThreadFinder = mbThreadFinder;
4788            }
4789    
4790            /**
4791             * Returns the polls question local service.
4792             *
4793             * @return the polls question local service
4794             */
4795            public com.liferay.portlet.polls.service.PollsQuestionLocalService getPollsQuestionLocalService() {
4796                    return pollsQuestionLocalService;
4797            }
4798    
4799            /**
4800             * Sets the polls question local service.
4801             *
4802             * @param pollsQuestionLocalService the polls question local service
4803             */
4804            public void setPollsQuestionLocalService(
4805                    com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService) {
4806                    this.pollsQuestionLocalService = pollsQuestionLocalService;
4807            }
4808    
4809            /**
4810             * Returns the polls question remote service.
4811             *
4812             * @return the polls question remote service
4813             */
4814            public com.liferay.portlet.polls.service.PollsQuestionService getPollsQuestionService() {
4815                    return pollsQuestionService;
4816            }
4817    
4818            /**
4819             * Sets the polls question remote service.
4820             *
4821             * @param pollsQuestionService the polls question remote service
4822             */
4823            public void setPollsQuestionService(
4824                    com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService) {
4825                    this.pollsQuestionService = pollsQuestionService;
4826            }
4827    
4828            /**
4829             * Returns the polls question persistence.
4830             *
4831             * @return the polls question persistence
4832             */
4833            public PollsQuestionPersistence getPollsQuestionPersistence() {
4834                    return pollsQuestionPersistence;
4835            }
4836    
4837            /**
4838             * Sets the polls question persistence.
4839             *
4840             * @param pollsQuestionPersistence the polls question persistence
4841             */
4842            public void setPollsQuestionPersistence(
4843                    PollsQuestionPersistence pollsQuestionPersistence) {
4844                    this.pollsQuestionPersistence = pollsQuestionPersistence;
4845            }
4846    
4847            /**
4848             * Returns the shopping cart local service.
4849             *
4850             * @return the shopping cart local service
4851             */
4852            public com.liferay.portlet.shopping.service.ShoppingCartLocalService getShoppingCartLocalService() {
4853                    return shoppingCartLocalService;
4854            }
4855    
4856            /**
4857             * Sets the shopping cart local service.
4858             *
4859             * @param shoppingCartLocalService the shopping cart local service
4860             */
4861            public void setShoppingCartLocalService(
4862                    com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService) {
4863                    this.shoppingCartLocalService = shoppingCartLocalService;
4864            }
4865    
4866            /**
4867             * Returns the shopping cart persistence.
4868             *
4869             * @return the shopping cart persistence
4870             */
4871            public ShoppingCartPersistence getShoppingCartPersistence() {
4872                    return shoppingCartPersistence;
4873            }
4874    
4875            /**
4876             * Sets the shopping cart persistence.
4877             *
4878             * @param shoppingCartPersistence the shopping cart persistence
4879             */
4880            public void setShoppingCartPersistence(
4881                    ShoppingCartPersistence shoppingCartPersistence) {
4882                    this.shoppingCartPersistence = shoppingCartPersistence;
4883            }
4884    
4885            /**
4886             * Returns the shopping category local service.
4887             *
4888             * @return the shopping category local service
4889             */
4890            public com.liferay.portlet.shopping.service.ShoppingCategoryLocalService getShoppingCategoryLocalService() {
4891                    return shoppingCategoryLocalService;
4892            }
4893    
4894            /**
4895             * Sets the shopping category local service.
4896             *
4897             * @param shoppingCategoryLocalService the shopping category local service
4898             */
4899            public void setShoppingCategoryLocalService(
4900                    com.liferay.portlet.shopping.service.ShoppingCategoryLocalService shoppingCategoryLocalService) {
4901                    this.shoppingCategoryLocalService = shoppingCategoryLocalService;
4902            }
4903    
4904            /**
4905             * Returns the shopping category remote service.
4906             *
4907             * @return the shopping category remote service
4908             */
4909            public com.liferay.portlet.shopping.service.ShoppingCategoryService getShoppingCategoryService() {
4910                    return shoppingCategoryService;
4911            }
4912    
4913            /**
4914             * Sets the shopping category remote service.
4915             *
4916             * @param shoppingCategoryService the shopping category remote service
4917             */
4918            public void setShoppingCategoryService(
4919                    com.liferay.portlet.shopping.service.ShoppingCategoryService shoppingCategoryService) {
4920                    this.shoppingCategoryService = shoppingCategoryService;
4921            }
4922    
4923            /**
4924             * Returns the shopping category persistence.
4925             *
4926             * @return the shopping category persistence
4927             */
4928            public ShoppingCategoryPersistence getShoppingCategoryPersistence() {
4929                    return shoppingCategoryPersistence;
4930            }
4931    
4932            /**
4933             * Sets the shopping category persistence.
4934             *
4935             * @param shoppingCategoryPersistence the shopping category persistence
4936             */
4937            public void setShoppingCategoryPersistence(
4938                    ShoppingCategoryPersistence shoppingCategoryPersistence) {
4939                    this.shoppingCategoryPersistence = shoppingCategoryPersistence;
4940            }
4941    
4942            /**
4943             * Returns the shopping coupon local service.
4944             *
4945             * @return the shopping coupon local service
4946             */
4947            public com.liferay.portlet.shopping.service.ShoppingCouponLocalService getShoppingCouponLocalService() {
4948                    return shoppingCouponLocalService;
4949            }
4950    
4951            /**
4952             * Sets the shopping coupon local service.
4953             *
4954             * @param shoppingCouponLocalService the shopping coupon local service
4955             */
4956            public void setShoppingCouponLocalService(
4957                    com.liferay.portlet.shopping.service.ShoppingCouponLocalService shoppingCouponLocalService) {
4958                    this.shoppingCouponLocalService = shoppingCouponLocalService;
4959            }
4960    
4961            /**
4962             * Returns the shopping coupon remote service.
4963             *
4964             * @return the shopping coupon remote service
4965             */
4966            public com.liferay.portlet.shopping.service.ShoppingCouponService getShoppingCouponService() {
4967                    return shoppingCouponService;
4968            }
4969    
4970            /**
4971             * Sets the shopping coupon remote service.
4972             *
4973             * @param shoppingCouponService the shopping coupon remote service
4974             */
4975            public void setShoppingCouponService(
4976                    com.liferay.portlet.shopping.service.ShoppingCouponService shoppingCouponService) {
4977                    this.shoppingCouponService = shoppingCouponService;
4978            }
4979    
4980            /**
4981             * Returns the shopping coupon persistence.
4982             *
4983             * @return the shopping coupon persistence
4984             */
4985            public ShoppingCouponPersistence getShoppingCouponPersistence() {
4986                    return shoppingCouponPersistence;
4987            }
4988    
4989            /**
4990             * Sets the shopping coupon persistence.
4991             *
4992             * @param shoppingCouponPersistence the shopping coupon persistence
4993             */
4994            public void setShoppingCouponPersistence(
4995                    ShoppingCouponPersistence shoppingCouponPersistence) {
4996                    this.shoppingCouponPersistence = shoppingCouponPersistence;
4997            }
4998    
4999            /**
5000             * Returns the shopping coupon finder.
5001             *
5002             * @return the shopping coupon finder
5003             */
5004            public ShoppingCouponFinder getShoppingCouponFinder() {
5005                    return shoppingCouponFinder;
5006            }
5007    
5008            /**
5009             * Sets the shopping coupon finder.
5010             *
5011             * @param shoppingCouponFinder the shopping coupon finder
5012             */
5013            public void setShoppingCouponFinder(
5014                    ShoppingCouponFinder shoppingCouponFinder) {
5015                    this.shoppingCouponFinder = shoppingCouponFinder;
5016            }
5017    
5018            /**
5019             * Returns the shopping order local service.
5020             *
5021             * @return the shopping order local service
5022             */
5023            public com.liferay.portlet.shopping.service.ShoppingOrderLocalService getShoppingOrderLocalService() {
5024                    return shoppingOrderLocalService;
5025            }
5026    
5027            /**
5028             * Sets the shopping order local service.
5029             *
5030             * @param shoppingOrderLocalService the shopping order local service
5031             */
5032            public void setShoppingOrderLocalService(
5033                    com.liferay.portlet.shopping.service.ShoppingOrderLocalService shoppingOrderLocalService) {
5034                    this.shoppingOrderLocalService = shoppingOrderLocalService;
5035            }
5036    
5037            /**
5038             * Returns the shopping order remote service.
5039             *
5040             * @return the shopping order remote service
5041             */
5042            public com.liferay.portlet.shopping.service.ShoppingOrderService getShoppingOrderService() {
5043                    return shoppingOrderService;
5044            }
5045    
5046            /**
5047             * Sets the shopping order remote service.
5048             *
5049             * @param shoppingOrderService the shopping order remote service
5050             */
5051            public void setShoppingOrderService(
5052                    com.liferay.portlet.shopping.service.ShoppingOrderService shoppingOrderService) {
5053                    this.shoppingOrderService = shoppingOrderService;
5054            }
5055    
5056            /**
5057             * Returns the shopping order persistence.
5058             *
5059             * @return the shopping order persistence
5060             */
5061            public ShoppingOrderPersistence getShoppingOrderPersistence() {
5062                    return shoppingOrderPersistence;
5063            }
5064    
5065            /**
5066             * Sets the shopping order persistence.
5067             *
5068             * @param shoppingOrderPersistence the shopping order persistence
5069             */
5070            public void setShoppingOrderPersistence(
5071                    ShoppingOrderPersistence shoppingOrderPersistence) {
5072                    this.shoppingOrderPersistence = shoppingOrderPersistence;
5073            }
5074    
5075            /**
5076             * Returns the shopping order finder.
5077             *
5078             * @return the shopping order finder
5079             */
5080            public ShoppingOrderFinder getShoppingOrderFinder() {
5081                    return shoppingOrderFinder;
5082            }
5083    
5084            /**
5085             * Sets the shopping order finder.
5086             *
5087             * @param shoppingOrderFinder the shopping order finder
5088             */
5089            public void setShoppingOrderFinder(ShoppingOrderFinder shoppingOrderFinder) {
5090                    this.shoppingOrderFinder = shoppingOrderFinder;
5091            }
5092    
5093            /**
5094             * Returns the social activity local service.
5095             *
5096             * @return the social activity local service
5097             */
5098            public com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService() {
5099                    return socialActivityLocalService;
5100            }
5101    
5102            /**
5103             * Sets the social activity local service.
5104             *
5105             * @param socialActivityLocalService the social activity local service
5106             */
5107            public void setSocialActivityLocalService(
5108                    com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService) {
5109                    this.socialActivityLocalService = socialActivityLocalService;
5110            }
5111    
5112            /**
5113             * Returns the social activity remote service.
5114             *
5115             * @return the social activity remote service
5116             */
5117            public com.liferay.portlet.social.service.SocialActivityService getSocialActivityService() {
5118                    return socialActivityService;
5119            }
5120    
5121            /**
5122             * Sets the social activity remote service.
5123             *
5124             * @param socialActivityService the social activity remote service
5125             */
5126            public void setSocialActivityService(
5127                    com.liferay.portlet.social.service.SocialActivityService socialActivityService) {
5128                    this.socialActivityService = socialActivityService;
5129            }
5130    
5131            /**
5132             * Returns the social activity persistence.
5133             *
5134             * @return the social activity persistence
5135             */
5136            public SocialActivityPersistence getSocialActivityPersistence() {
5137                    return socialActivityPersistence;
5138            }
5139    
5140            /**
5141             * Sets the social activity persistence.
5142             *
5143             * @param socialActivityPersistence the social activity persistence
5144             */
5145            public void setSocialActivityPersistence(
5146                    SocialActivityPersistence socialActivityPersistence) {
5147                    this.socialActivityPersistence = socialActivityPersistence;
5148            }
5149    
5150            /**
5151             * Returns the social activity finder.
5152             *
5153             * @return the social activity finder
5154             */
5155            public SocialActivityFinder getSocialActivityFinder() {
5156                    return socialActivityFinder;
5157            }
5158    
5159            /**
5160             * Sets the social activity finder.
5161             *
5162             * @param socialActivityFinder the social activity finder
5163             */
5164            public void setSocialActivityFinder(
5165                    SocialActivityFinder socialActivityFinder) {
5166                    this.socialActivityFinder = socialActivityFinder;
5167            }
5168    
5169            /**
5170             * Returns the social activity setting local service.
5171             *
5172             * @return the social activity setting local service
5173             */
5174            public com.liferay.portlet.social.service.SocialActivitySettingLocalService getSocialActivitySettingLocalService() {
5175                    return socialActivitySettingLocalService;
5176            }
5177    
5178            /**
5179             * Sets the social activity setting local service.
5180             *
5181             * @param socialActivitySettingLocalService the social activity setting local service
5182             */
5183            public void setSocialActivitySettingLocalService(
5184                    com.liferay.portlet.social.service.SocialActivitySettingLocalService socialActivitySettingLocalService) {
5185                    this.socialActivitySettingLocalService = socialActivitySettingLocalService;
5186            }
5187    
5188            /**
5189             * Returns the social activity setting remote service.
5190             *
5191             * @return the social activity setting remote service
5192             */
5193            public com.liferay.portlet.social.service.SocialActivitySettingService getSocialActivitySettingService() {
5194                    return socialActivitySettingService;
5195            }
5196    
5197            /**
5198             * Sets the social activity setting remote service.
5199             *
5200             * @param socialActivitySettingService the social activity setting remote service
5201             */
5202            public void setSocialActivitySettingService(
5203                    com.liferay.portlet.social.service.SocialActivitySettingService socialActivitySettingService) {
5204                    this.socialActivitySettingService = socialActivitySettingService;
5205            }
5206    
5207            /**
5208             * Returns the social activity setting persistence.
5209             *
5210             * @return the social activity setting persistence
5211             */
5212            public SocialActivitySettingPersistence getSocialActivitySettingPersistence() {
5213                    return socialActivitySettingPersistence;
5214            }
5215    
5216            /**
5217             * Sets the social activity setting persistence.
5218             *
5219             * @param socialActivitySettingPersistence the social activity setting persistence
5220             */
5221            public void setSocialActivitySettingPersistence(
5222                    SocialActivitySettingPersistence socialActivitySettingPersistence) {
5223                    this.socialActivitySettingPersistence = socialActivitySettingPersistence;
5224            }
5225    
5226            /**
5227             * Returns the s c framework version local service.
5228             *
5229             * @return the s c framework version local service
5230             */
5231            public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService getSCFrameworkVersionLocalService() {
5232                    return scFrameworkVersionLocalService;
5233            }
5234    
5235            /**
5236             * Sets the s c framework version local service.
5237             *
5238             * @param scFrameworkVersionLocalService the s c framework version local service
5239             */
5240            public void setSCFrameworkVersionLocalService(
5241                    com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService) {
5242                    this.scFrameworkVersionLocalService = scFrameworkVersionLocalService;
5243            }
5244    
5245            /**
5246             * Returns the s c framework version remote service.
5247             *
5248             * @return the s c framework version remote service
5249             */
5250            public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService getSCFrameworkVersionService() {
5251                    return scFrameworkVersionService;
5252            }
5253    
5254            /**
5255             * Sets the s c framework version remote service.
5256             *
5257             * @param scFrameworkVersionService the s c framework version remote service
5258             */
5259            public void setSCFrameworkVersionService(
5260                    com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService) {
5261                    this.scFrameworkVersionService = scFrameworkVersionService;
5262            }
5263    
5264            /**
5265             * Returns the s c framework version persistence.
5266             *
5267             * @return the s c framework version persistence
5268             */
5269            public SCFrameworkVersionPersistence getSCFrameworkVersionPersistence() {
5270                    return scFrameworkVersionPersistence;
5271            }
5272    
5273            /**
5274             * Sets the s c framework version persistence.
5275             *
5276             * @param scFrameworkVersionPersistence the s c framework version persistence
5277             */
5278            public void setSCFrameworkVersionPersistence(
5279                    SCFrameworkVersionPersistence scFrameworkVersionPersistence) {
5280                    this.scFrameworkVersionPersistence = scFrameworkVersionPersistence;
5281            }
5282    
5283            /**
5284             * Returns the s c product entry local service.
5285             *
5286             * @return the s c product entry local service
5287             */
5288            public com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService() {
5289                    return scProductEntryLocalService;
5290            }
5291    
5292            /**
5293             * Sets the s c product entry local service.
5294             *
5295             * @param scProductEntryLocalService the s c product entry local service
5296             */
5297            public void setSCProductEntryLocalService(
5298                    com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService) {
5299                    this.scProductEntryLocalService = scProductEntryLocalService;
5300            }
5301    
5302            /**
5303             * Returns the s c product entry remote service.
5304             *
5305             * @return the s c product entry remote service
5306             */
5307            public com.liferay.portlet.softwarecatalog.service.SCProductEntryService getSCProductEntryService() {
5308                    return scProductEntryService;
5309            }
5310    
5311            /**
5312             * Sets the s c product entry remote service.
5313             *
5314             * @param scProductEntryService the s c product entry remote service
5315             */
5316            public void setSCProductEntryService(
5317                    com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService) {
5318                    this.scProductEntryService = scProductEntryService;
5319            }
5320    
5321            /**
5322             * Returns the s c product entry persistence.
5323             *
5324             * @return the s c product entry persistence
5325             */
5326            public SCProductEntryPersistence getSCProductEntryPersistence() {
5327                    return scProductEntryPersistence;
5328            }
5329    
5330            /**
5331             * Sets the s c product entry persistence.
5332             *
5333             * @param scProductEntryPersistence the s c product entry persistence
5334             */
5335            public void setSCProductEntryPersistence(
5336                    SCProductEntryPersistence scProductEntryPersistence) {
5337                    this.scProductEntryPersistence = scProductEntryPersistence;
5338            }
5339    
5340            /**
5341             * Returns the trash entry local service.
5342             *
5343             * @return the trash entry local service
5344             */
5345            public com.liferay.portlet.trash.service.TrashEntryLocalService getTrashEntryLocalService() {
5346                    return trashEntryLocalService;
5347            }
5348    
5349            /**
5350             * Sets the trash entry local service.
5351             *
5352             * @param trashEntryLocalService the trash entry local service
5353             */
5354            public void setTrashEntryLocalService(
5355                    com.liferay.portlet.trash.service.TrashEntryLocalService trashEntryLocalService) {
5356                    this.trashEntryLocalService = trashEntryLocalService;
5357            }
5358    
5359            /**
5360             * Returns the trash entry remote service.
5361             *
5362             * @return the trash entry remote service
5363             */
5364            public com.liferay.portlet.trash.service.TrashEntryService getTrashEntryService() {
5365                    return trashEntryService;
5366            }
5367    
5368            /**
5369             * Sets the trash entry remote service.
5370             *
5371             * @param trashEntryService the trash entry remote service
5372             */
5373            public void setTrashEntryService(
5374                    com.liferay.portlet.trash.service.TrashEntryService trashEntryService) {
5375                    this.trashEntryService = trashEntryService;
5376            }
5377    
5378            /**
5379             * Returns the trash entry persistence.
5380             *
5381             * @return the trash entry persistence
5382             */
5383            public TrashEntryPersistence getTrashEntryPersistence() {
5384                    return trashEntryPersistence;
5385            }
5386    
5387            /**
5388             * Sets the trash entry persistence.
5389             *
5390             * @param trashEntryPersistence the trash entry persistence
5391             */
5392            public void setTrashEntryPersistence(
5393                    TrashEntryPersistence trashEntryPersistence) {
5394                    this.trashEntryPersistence = trashEntryPersistence;
5395            }
5396    
5397            /**
5398             * Returns the wiki node local service.
5399             *
5400             * @return the wiki node local service
5401             */
5402            public com.liferay.portlet.wiki.service.WikiNodeLocalService getWikiNodeLocalService() {
5403                    return wikiNodeLocalService;
5404            }
5405    
5406            /**
5407             * Sets the wiki node local service.
5408             *
5409             * @param wikiNodeLocalService the wiki node local service
5410             */
5411            public void setWikiNodeLocalService(
5412                    com.liferay.portlet.wiki.service.WikiNodeLocalService wikiNodeLocalService) {
5413                    this.wikiNodeLocalService = wikiNodeLocalService;
5414            }
5415    
5416            /**
5417             * Returns the wiki node remote service.
5418             *
5419             * @return the wiki node remote service
5420             */
5421            public com.liferay.portlet.wiki.service.WikiNodeService getWikiNodeService() {
5422                    return wikiNodeService;
5423            }
5424    
5425            /**
5426             * Sets the wiki node remote service.
5427             *
5428             * @param wikiNodeService the wiki node remote service
5429             */
5430            public void setWikiNodeService(
5431                    com.liferay.portlet.wiki.service.WikiNodeService wikiNodeService) {
5432                    this.wikiNodeService = wikiNodeService;
5433            }
5434    
5435            /**
5436             * Returns the wiki node persistence.
5437             *
5438             * @return the wiki node persistence
5439             */
5440            public WikiNodePersistence getWikiNodePersistence() {
5441                    return wikiNodePersistence;
5442            }
5443    
5444            /**
5445             * Sets the wiki node persistence.
5446             *
5447             * @param wikiNodePersistence the wiki node persistence
5448             */
5449            public void setWikiNodePersistence(WikiNodePersistence wikiNodePersistence) {
5450                    this.wikiNodePersistence = wikiNodePersistence;
5451            }
5452    
5453            public void afterPropertiesSet() {
5454            }
5455    
5456            public void destroy() {
5457            }
5458    
5459            /**
5460             * Returns the Spring bean ID for this bean.
5461             *
5462             * @return the Spring bean ID for this bean
5463             */
5464            @Override
5465            public String getBeanIdentifier() {
5466                    return _beanIdentifier;
5467            }
5468    
5469            /**
5470             * Sets the Spring bean ID for this bean.
5471             *
5472             * @param beanIdentifier the Spring bean ID for this bean
5473             */
5474            @Override
5475            public void setBeanIdentifier(String beanIdentifier) {
5476                    _beanIdentifier = beanIdentifier;
5477            }
5478    
5479            protected Class<?> getModelClass() {
5480                    return Group.class;
5481            }
5482    
5483            protected String getModelClassName() {
5484                    return Group.class.getName();
5485            }
5486    
5487            /**
5488             * Performs an SQL query.
5489             *
5490             * @param sql the sql query
5491             */
5492            protected void runSQL(String sql) throws SystemException {
5493                    try {
5494                            DataSource dataSource = groupPersistence.getDataSource();
5495    
5496                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
5497                                            sql, new int[0]);
5498    
5499                            sqlUpdate.update();
5500                    }
5501                    catch (Exception e) {
5502                            throw new SystemException(e);
5503                    }
5504            }
5505    
5506            @BeanReference(type = com.liferay.portal.service.AccountLocalService.class)
5507            protected com.liferay.portal.service.AccountLocalService accountLocalService;
5508            @BeanReference(type = com.liferay.portal.service.AccountService.class)
5509            protected com.liferay.portal.service.AccountService accountService;
5510            @BeanReference(type = AccountPersistence.class)
5511            protected AccountPersistence accountPersistence;
5512            @BeanReference(type = com.liferay.portal.service.AddressLocalService.class)
5513            protected com.liferay.portal.service.AddressLocalService addressLocalService;
5514            @BeanReference(type = com.liferay.portal.service.AddressService.class)
5515            protected com.liferay.portal.service.AddressService addressService;
5516            @BeanReference(type = AddressPersistence.class)
5517            protected AddressPersistence addressPersistence;
5518            @BeanReference(type = com.liferay.portal.service.BackgroundTaskLocalService.class)
5519            protected com.liferay.portal.service.BackgroundTaskLocalService backgroundTaskLocalService;
5520            @BeanReference(type = com.liferay.portal.service.BackgroundTaskService.class)
5521            protected com.liferay.portal.service.BackgroundTaskService backgroundTaskService;
5522            @BeanReference(type = BackgroundTaskPersistence.class)
5523            protected BackgroundTaskPersistence backgroundTaskPersistence;
5524            @BeanReference(type = com.liferay.portal.service.BrowserTrackerLocalService.class)
5525            protected com.liferay.portal.service.BrowserTrackerLocalService browserTrackerLocalService;
5526            @BeanReference(type = BrowserTrackerPersistence.class)
5527            protected BrowserTrackerPersistence browserTrackerPersistence;
5528            @BeanReference(type = com.liferay.portal.service.ClassNameLocalService.class)
5529            protected com.liferay.portal.service.ClassNameLocalService classNameLocalService;
5530            @BeanReference(type = com.liferay.portal.service.ClassNameService.class)
5531            protected com.liferay.portal.service.ClassNameService classNameService;
5532            @BeanReference(type = ClassNamePersistence.class)
5533            protected ClassNamePersistence classNamePersistence;
5534            @BeanReference(type = com.liferay.portal.service.ClusterGroupLocalService.class)
5535            protected com.liferay.portal.service.ClusterGroupLocalService clusterGroupLocalService;
5536            @BeanReference(type = ClusterGroupPersistence.class)
5537            protected ClusterGroupPersistence clusterGroupPersistence;
5538            @BeanReference(type = com.liferay.portal.service.CMISRepositoryLocalService.class)
5539            protected com.liferay.portal.service.CMISRepositoryLocalService cmisRepositoryLocalService;
5540            @BeanReference(type = com.liferay.portal.service.CompanyLocalService.class)
5541            protected com.liferay.portal.service.CompanyLocalService companyLocalService;
5542            @BeanReference(type = com.liferay.portal.service.CompanyService.class)
5543            protected com.liferay.portal.service.CompanyService companyService;
5544            @BeanReference(type = CompanyPersistence.class)
5545            protected CompanyPersistence companyPersistence;
5546            @BeanReference(type = com.liferay.portal.service.ContactLocalService.class)
5547            protected com.liferay.portal.service.ContactLocalService contactLocalService;
5548            @BeanReference(type = com.liferay.portal.service.ContactService.class)
5549            protected com.liferay.portal.service.ContactService contactService;
5550            @BeanReference(type = ContactPersistence.class)
5551            protected ContactPersistence contactPersistence;
5552            @BeanReference(type = com.liferay.portal.service.CountryService.class)
5553            protected com.liferay.portal.service.CountryService countryService;
5554            @BeanReference(type = CountryPersistence.class)
5555            protected CountryPersistence countryPersistence;
5556            @BeanReference(type = com.liferay.portal.service.EmailAddressLocalService.class)
5557            protected com.liferay.portal.service.EmailAddressLocalService emailAddressLocalService;
5558            @BeanReference(type = com.liferay.portal.service.EmailAddressService.class)
5559            protected com.liferay.portal.service.EmailAddressService emailAddressService;
5560            @BeanReference(type = EmailAddressPersistence.class)
5561            protected EmailAddressPersistence emailAddressPersistence;
5562            @BeanReference(type = com.liferay.portal.service.GroupLocalService.class)
5563            protected com.liferay.portal.service.GroupLocalService groupLocalService;
5564            @BeanReference(type = com.liferay.portal.service.GroupService.class)
5565            protected com.liferay.portal.service.GroupService groupService;
5566            @BeanReference(type = GroupPersistence.class)
5567            protected GroupPersistence groupPersistence;
5568            @BeanReference(type = GroupFinder.class)
5569            protected GroupFinder groupFinder;
5570            @BeanReference(type = com.liferay.portal.service.ImageLocalService.class)
5571            protected com.liferay.portal.service.ImageLocalService imageLocalService;
5572            @BeanReference(type = com.liferay.portal.service.ImageService.class)
5573            protected com.liferay.portal.service.ImageService imageService;
5574            @BeanReference(type = ImagePersistence.class)
5575            protected ImagePersistence imagePersistence;
5576            @BeanReference(type = com.liferay.portal.service.LayoutLocalService.class)
5577            protected com.liferay.portal.service.LayoutLocalService layoutLocalService;
5578            @BeanReference(type = com.liferay.portal.service.LayoutService.class)
5579            protected com.liferay.portal.service.LayoutService layoutService;
5580            @BeanReference(type = LayoutPersistence.class)
5581            protected LayoutPersistence layoutPersistence;
5582            @BeanReference(type = LayoutFinder.class)
5583            protected LayoutFinder layoutFinder;
5584            @BeanReference(type = com.liferay.portal.service.LayoutBranchLocalService.class)
5585            protected com.liferay.portal.service.LayoutBranchLocalService layoutBranchLocalService;
5586            @BeanReference(type = com.liferay.portal.service.LayoutBranchService.class)
5587            protected com.liferay.portal.service.LayoutBranchService layoutBranchService;
5588            @BeanReference(type = LayoutBranchPersistence.class)
5589            protected LayoutBranchPersistence layoutBranchPersistence;
5590            @BeanReference(type = com.liferay.portal.service.LayoutFriendlyURLLocalService.class)
5591            protected com.liferay.portal.service.LayoutFriendlyURLLocalService layoutFriendlyURLLocalService;
5592            @BeanReference(type = LayoutFriendlyURLPersistence.class)
5593            protected LayoutFriendlyURLPersistence layoutFriendlyURLPersistence;
5594            @BeanReference(type = com.liferay.portal.service.LayoutPrototypeLocalService.class)
5595            protected com.liferay.portal.service.LayoutPrototypeLocalService layoutPrototypeLocalService;
5596            @BeanReference(type = com.liferay.portal.service.LayoutPrototypeService.class)
5597            protected com.liferay.portal.service.LayoutPrototypeService layoutPrototypeService;
5598            @BeanReference(type = LayoutPrototypePersistence.class)
5599            protected LayoutPrototypePersistence layoutPrototypePersistence;
5600            @BeanReference(type = com.liferay.portal.service.LayoutRevisionLocalService.class)
5601            protected com.liferay.portal.service.LayoutRevisionLocalService layoutRevisionLocalService;
5602            @BeanReference(type = com.liferay.portal.service.LayoutRevisionService.class)
5603            protected com.liferay.portal.service.LayoutRevisionService layoutRevisionService;
5604            @BeanReference(type = LayoutRevisionPersistence.class)
5605            protected LayoutRevisionPersistence layoutRevisionPersistence;
5606            @BeanReference(type = com.liferay.portal.service.LayoutSetLocalService.class)
5607            protected com.liferay.portal.service.LayoutSetLocalService layoutSetLocalService;
5608            @BeanReference(type = com.liferay.portal.service.LayoutSetService.class)
5609            protected com.liferay.portal.service.LayoutSetService layoutSetService;
5610            @BeanReference(type = LayoutSetPersistence.class)
5611            protected LayoutSetPersistence layoutSetPersistence;
5612            @BeanReference(type = com.liferay.portal.service.LayoutSetBranchLocalService.class)
5613            protected com.liferay.portal.service.LayoutSetBranchLocalService layoutSetBranchLocalService;
5614            @BeanReference(type = com.liferay.portal.service.LayoutSetBranchService.class)
5615            protected com.liferay.portal.service.LayoutSetBranchService layoutSetBranchService;
5616            @BeanReference(type = LayoutSetBranchPersistence.class)
5617            protected LayoutSetBranchPersistence layoutSetBranchPersistence;
5618            @BeanReference(type = com.liferay.portal.service.LayoutSetPrototypeLocalService.class)
5619            protected com.liferay.portal.service.LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
5620            @BeanReference(type = com.liferay.portal.service.LayoutSetPrototypeService.class)
5621            protected com.liferay.portal.service.LayoutSetPrototypeService layoutSetPrototypeService;
5622            @BeanReference(type = LayoutSetPrototypePersistence.class)
5623            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
5624            @BeanReference(type = com.liferay.portal.service.LayoutTemplateLocalService.class)
5625            protected com.liferay.portal.service.LayoutTemplateLocalService layoutTemplateLocalService;
5626            @BeanReference(type = com.liferay.portal.service.ListTypeService.class)
5627            protected com.liferay.portal.service.ListTypeService listTypeService;
5628            @BeanReference(type = ListTypePersistence.class)
5629            protected ListTypePersistence listTypePersistence;
5630            @BeanReference(type = com.liferay.portal.service.LockLocalService.class)
5631            protected com.liferay.portal.service.LockLocalService lockLocalService;
5632            @BeanReference(type = LockPersistence.class)
5633            protected LockPersistence lockPersistence;
5634            @BeanReference(type = LockFinder.class)
5635            protected LockFinder lockFinder;
5636            @BeanReference(type = com.liferay.portal.service.MembershipRequestLocalService.class)
5637            protected com.liferay.portal.service.MembershipRequestLocalService membershipRequestLocalService;
5638            @BeanReference(type = com.liferay.portal.service.MembershipRequestService.class)
5639            protected com.liferay.portal.service.MembershipRequestService membershipRequestService;
5640            @BeanReference(type = MembershipRequestPersistence.class)
5641            protected MembershipRequestPersistence membershipRequestPersistence;
5642            @BeanReference(type = com.liferay.portal.service.OrganizationLocalService.class)
5643            protected com.liferay.portal.service.OrganizationLocalService organizationLocalService;
5644            @BeanReference(type = com.liferay.portal.service.OrganizationService.class)
5645            protected com.liferay.portal.service.OrganizationService organizationService;
5646            @BeanReference(type = OrganizationPersistence.class)
5647            protected OrganizationPersistence organizationPersistence;
5648            @BeanReference(type = OrganizationFinder.class)
5649            protected OrganizationFinder organizationFinder;
5650            @BeanReference(type = OrgGroupRolePersistence.class)
5651            protected OrgGroupRolePersistence orgGroupRolePersistence;
5652            @BeanReference(type = com.liferay.portal.service.OrgLaborLocalService.class)
5653            protected com.liferay.portal.service.OrgLaborLocalService orgLaborLocalService;
5654            @BeanReference(type = com.liferay.portal.service.OrgLaborService.class)
5655            protected com.liferay.portal.service.OrgLaborService orgLaborService;
5656            @BeanReference(type = OrgLaborPersistence.class)
5657            protected OrgLaborPersistence orgLaborPersistence;
5658            @BeanReference(type = com.liferay.portal.service.PasswordPolicyLocalService.class)
5659            protected com.liferay.portal.service.PasswordPolicyLocalService passwordPolicyLocalService;
5660            @BeanReference(type = com.liferay.portal.service.PasswordPolicyService.class)
5661            protected com.liferay.portal.service.PasswordPolicyService passwordPolicyService;
5662            @BeanReference(type = PasswordPolicyPersistence.class)
5663            protected PasswordPolicyPersistence passwordPolicyPersistence;
5664            @BeanReference(type = PasswordPolicyFinder.class)
5665            protected PasswordPolicyFinder passwordPolicyFinder;
5666            @BeanReference(type = com.liferay.portal.service.PasswordPolicyRelLocalService.class)
5667            protected com.liferay.portal.service.PasswordPolicyRelLocalService passwordPolicyRelLocalService;
5668            @BeanReference(type = PasswordPolicyRelPersistence.class)
5669            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
5670            @BeanReference(type = com.liferay.portal.service.PasswordTrackerLocalService.class)
5671            protected com.liferay.portal.service.PasswordTrackerLocalService passwordTrackerLocalService;
5672            @BeanReference(type = PasswordTrackerPersistence.class)
5673            protected PasswordTrackerPersistence passwordTrackerPersistence;
5674            @BeanReference(type = com.liferay.portal.service.PermissionService.class)
5675            protected com.liferay.portal.service.PermissionService permissionService;
5676            @BeanReference(type = com.liferay.portal.service.PhoneLocalService.class)
5677            protected com.liferay.portal.service.PhoneLocalService phoneLocalService;
5678            @BeanReference(type = com.liferay.portal.service.PhoneService.class)
5679            protected com.liferay.portal.service.PhoneService phoneService;
5680            @BeanReference(type = PhonePersistence.class)
5681            protected PhonePersistence phonePersistence;
5682            @BeanReference(type = com.liferay.portal.service.PluginSettingLocalService.class)
5683            protected com.liferay.portal.service.PluginSettingLocalService pluginSettingLocalService;
5684            @BeanReference(type = com.liferay.portal.service.PluginSettingService.class)
5685            protected com.liferay.portal.service.PluginSettingService pluginSettingService;
5686            @BeanReference(type = PluginSettingPersistence.class)
5687            protected PluginSettingPersistence pluginSettingPersistence;
5688            @BeanReference(type = com.liferay.portal.service.PortalLocalService.class)
5689            protected com.liferay.portal.service.PortalLocalService portalLocalService;
5690            @BeanReference(type = com.liferay.portal.service.PortalService.class)
5691            protected com.liferay.portal.service.PortalService portalService;
5692            @BeanReference(type = com.liferay.portal.service.PortalPreferencesLocalService.class)
5693            protected com.liferay.portal.service.PortalPreferencesLocalService portalPreferencesLocalService;
5694            @BeanReference(type = PortalPreferencesPersistence.class)
5695            protected PortalPreferencesPersistence portalPreferencesPersistence;
5696            @BeanReference(type = com.liferay.portal.service.PortletLocalService.class)
5697            protected com.liferay.portal.service.PortletLocalService portletLocalService;
5698            @BeanReference(type = com.liferay.portal.service.PortletService.class)
5699            protected com.liferay.portal.service.PortletService portletService;
5700            @BeanReference(type = PortletPersistence.class)
5701            protected PortletPersistence portletPersistence;
5702            @BeanReference(type = com.liferay.portal.service.PortletItemLocalService.class)
5703            protected com.liferay.portal.service.PortletItemLocalService portletItemLocalService;
5704            @BeanReference(type = PortletItemPersistence.class)
5705            protected PortletItemPersistence portletItemPersistence;
5706            @BeanReference(type = com.liferay.portal.service.PortletPreferencesLocalService.class)
5707            protected com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService;
5708            @BeanReference(type = com.liferay.portal.service.PortletPreferencesService.class)
5709            protected com.liferay.portal.service.PortletPreferencesService portletPreferencesService;
5710            @BeanReference(type = PortletPreferencesPersistence.class)
5711            protected PortletPreferencesPersistence portletPreferencesPersistence;
5712            @BeanReference(type = PortletPreferencesFinder.class)
5713            protected PortletPreferencesFinder portletPreferencesFinder;
5714            @BeanReference(type = com.liferay.portal.service.QuartzLocalService.class)
5715            protected com.liferay.portal.service.QuartzLocalService quartzLocalService;
5716            @BeanReference(type = com.liferay.portal.service.RegionService.class)
5717            protected com.liferay.portal.service.RegionService regionService;
5718            @BeanReference(type = RegionPersistence.class)
5719            protected RegionPersistence regionPersistence;
5720            @BeanReference(type = com.liferay.portal.service.ReleaseLocalService.class)
5721            protected com.liferay.portal.service.ReleaseLocalService releaseLocalService;
5722            @BeanReference(type = ReleasePersistence.class)
5723            protected ReleasePersistence releasePersistence;
5724            @BeanReference(type = com.liferay.portal.service.RepositoryLocalService.class)
5725            protected com.liferay.portal.service.RepositoryLocalService repositoryLocalService;
5726            @BeanReference(type = com.liferay.portal.service.RepositoryService.class)
5727            protected com.liferay.portal.service.RepositoryService repositoryService;
5728            @BeanReference(type = RepositoryPersistence.class)
5729            protected RepositoryPersistence repositoryPersistence;
5730            @BeanReference(type = com.liferay.portal.service.RepositoryEntryLocalService.class)
5731            protected com.liferay.portal.service.RepositoryEntryLocalService repositoryEntryLocalService;
5732            @BeanReference(type = RepositoryEntryPersistence.class)
5733            protected RepositoryEntryPersistence repositoryEntryPersistence;
5734            @BeanReference(type = com.liferay.portal.service.ResourceLocalService.class)
5735            protected com.liferay.portal.service.ResourceLocalService resourceLocalService;
5736            @BeanReference(type = com.liferay.portal.service.ResourceActionLocalService.class)
5737            protected com.liferay.portal.service.ResourceActionLocalService resourceActionLocalService;
5738            @BeanReference(type = ResourceActionPersistence.class)
5739            protected ResourceActionPersistence resourceActionPersistence;
5740            @BeanReference(type = com.liferay.portal.service.ResourceBlockLocalService.class)
5741            protected com.liferay.portal.service.ResourceBlockLocalService resourceBlockLocalService;
5742            @BeanReference(type = com.liferay.portal.service.ResourceBlockService.class)
5743            protected com.liferay.portal.service.ResourceBlockService resourceBlockService;
5744            @BeanReference(type = ResourceBlockPersistence.class)
5745            protected ResourceBlockPersistence resourceBlockPersistence;
5746            @BeanReference(type = ResourceBlockFinder.class)
5747            protected ResourceBlockFinder resourceBlockFinder;
5748            @BeanReference(type = com.liferay.portal.service.ResourceBlockPermissionLocalService.class)
5749            protected com.liferay.portal.service.ResourceBlockPermissionLocalService resourceBlockPermissionLocalService;
5750            @BeanReference(type = ResourceBlockPermissionPersistence.class)
5751            protected ResourceBlockPermissionPersistence resourceBlockPermissionPersistence;
5752            @BeanReference(type = com.liferay.portal.service.ResourcePermissionLocalService.class)
5753            protected com.liferay.portal.service.ResourcePermissionLocalService resourcePermissionLocalService;
5754            @BeanReference(type = com.liferay.portal.service.ResourcePermissionService.class)
5755            protected com.liferay.portal.service.ResourcePermissionService resourcePermissionService;
5756            @BeanReference(type = ResourcePermissionPersistence.class)
5757            protected ResourcePermissionPersistence resourcePermissionPersistence;
5758            @BeanReference(type = ResourcePermissionFinder.class)
5759            protected ResourcePermissionFinder resourcePermissionFinder;
5760            @BeanReference(type = com.liferay.portal.service.ResourceTypePermissionLocalService.class)
5761            protected com.liferay.portal.service.ResourceTypePermissionLocalService resourceTypePermissionLocalService;
5762            @BeanReference(type = ResourceTypePermissionPersistence.class)
5763            protected ResourceTypePermissionPersistence resourceTypePermissionPersistence;
5764            @BeanReference(type = ResourceTypePermissionFinder.class)
5765            protected ResourceTypePermissionFinder resourceTypePermissionFinder;
5766            @BeanReference(type = com.liferay.portal.service.RoleLocalService.class)
5767            protected com.liferay.portal.service.RoleLocalService roleLocalService;
5768            @BeanReference(type = com.liferay.portal.service.RoleService.class)
5769            protected com.liferay.portal.service.RoleService roleService;
5770            @BeanReference(type = RolePersistence.class)
5771            protected RolePersistence rolePersistence;
5772            @BeanReference(type = RoleFinder.class)
5773            protected RoleFinder roleFinder;
5774            @BeanReference(type = com.liferay.portal.service.ServiceComponentLocalService.class)
5775            protected com.liferay.portal.service.ServiceComponentLocalService serviceComponentLocalService;
5776            @BeanReference(type = ServiceComponentPersistence.class)
5777            protected ServiceComponentPersistence serviceComponentPersistence;
5778            @BeanReference(type = com.liferay.portal.service.ShardLocalService.class)
5779            protected com.liferay.portal.service.ShardLocalService shardLocalService;
5780            @BeanReference(type = ShardPersistence.class)
5781            protected ShardPersistence shardPersistence;
5782            @BeanReference(type = com.liferay.portal.service.StagingLocalService.class)
5783            protected com.liferay.portal.service.StagingLocalService stagingLocalService;
5784            @BeanReference(type = com.liferay.portal.service.StagingService.class)
5785            protected com.liferay.portal.service.StagingService stagingService;
5786            @BeanReference(type = com.liferay.portal.service.SubscriptionLocalService.class)
5787            protected com.liferay.portal.service.SubscriptionLocalService subscriptionLocalService;
5788            @BeanReference(type = SubscriptionPersistence.class)
5789            protected SubscriptionPersistence subscriptionPersistence;
5790            @BeanReference(type = com.liferay.portal.service.SystemEventLocalService.class)
5791            protected com.liferay.portal.service.SystemEventLocalService systemEventLocalService;
5792            @BeanReference(type = SystemEventPersistence.class)
5793            protected SystemEventPersistence systemEventPersistence;
5794            @BeanReference(type = com.liferay.portal.service.TeamLocalService.class)
5795            protected com.liferay.portal.service.TeamLocalService teamLocalService;
5796            @BeanReference(type = com.liferay.portal.service.TeamService.class)
5797            protected com.liferay.portal.service.TeamService teamService;
5798            @BeanReference(type = TeamPersistence.class)
5799            protected TeamPersistence teamPersistence;
5800            @BeanReference(type = TeamFinder.class)
5801            protected TeamFinder teamFinder;
5802            @BeanReference(type = com.liferay.portal.service.ThemeLocalService.class)
5803            protected com.liferay.portal.service.ThemeLocalService themeLocalService;
5804            @BeanReference(type = com.liferay.portal.service.ThemeService.class)
5805            protected com.liferay.portal.service.ThemeService themeService;
5806            @BeanReference(type = com.liferay.portal.service.TicketLocalService.class)
5807            protected com.liferay.portal.service.TicketLocalService ticketLocalService;
5808            @BeanReference(type = TicketPersistence.class)
5809            protected TicketPersistence ticketPersistence;
5810            @BeanReference(type = com.liferay.portal.service.UserLocalService.class)
5811            protected com.liferay.portal.service.UserLocalService userLocalService;
5812            @BeanReference(type = com.liferay.portal.service.UserService.class)
5813            protected com.liferay.portal.service.UserService userService;
5814            @BeanReference(type = UserPersistence.class)
5815            protected UserPersistence userPersistence;
5816            @BeanReference(type = UserFinder.class)
5817            protected UserFinder userFinder;
5818            @BeanReference(type = com.liferay.portal.service.UserGroupLocalService.class)
5819            protected com.liferay.portal.service.UserGroupLocalService userGroupLocalService;
5820            @BeanReference(type = com.liferay.portal.service.UserGroupService.class)
5821            protected com.liferay.portal.service.UserGroupService userGroupService;
5822            @BeanReference(type = UserGroupPersistence.class)
5823            protected UserGroupPersistence userGroupPersistence;
5824            @BeanReference(type = UserGroupFinder.class)
5825            protected UserGroupFinder userGroupFinder;
5826            @BeanReference(type = com.liferay.portal.service.UserGroupGroupRoleLocalService.class)
5827            protected com.liferay.portal.service.UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
5828            @BeanReference(type = com.liferay.portal.service.UserGroupGroupRoleService.class)
5829            protected com.liferay.portal.service.UserGroupGroupRoleService userGroupGroupRoleService;
5830            @BeanReference(type = UserGroupGroupRolePersistence.class)
5831            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
5832            @BeanReference(type = com.liferay.portal.service.UserGroupRoleLocalService.class)
5833            protected com.liferay.portal.service.UserGroupRoleLocalService userGroupRoleLocalService;
5834            @BeanReference(type = com.liferay.portal.service.UserGroupRoleService.class)
5835            protected com.liferay.portal.service.UserGroupRoleService userGroupRoleService;
5836            @BeanReference(type = UserGroupRolePersistence.class)
5837            protected UserGroupRolePersistence userGroupRolePersistence;
5838            @BeanReference(type = UserGroupRoleFinder.class)
5839            protected UserGroupRoleFinder userGroupRoleFinder;
5840            @BeanReference(type = com.liferay.portal.service.UserIdMapperLocalService.class)
5841            protected com.liferay.portal.service.UserIdMapperLocalService userIdMapperLocalService;
5842            @BeanReference(type = UserIdMapperPersistence.class)
5843            protected UserIdMapperPersistence userIdMapperPersistence;
5844            @BeanReference(type = com.liferay.portal.service.UserNotificationDeliveryLocalService.class)
5845            protected com.liferay.portal.service.UserNotificationDeliveryLocalService userNotificationDeliveryLocalService;
5846            @BeanReference(type = UserNotificationDeliveryPersistence.class)
5847            protected UserNotificationDeliveryPersistence userNotificationDeliveryPersistence;
5848            @BeanReference(type = com.liferay.portal.service.UserNotificationEventLocalService.class)
5849            protected com.liferay.portal.service.UserNotificationEventLocalService userNotificationEventLocalService;
5850            @BeanReference(type = UserNotificationEventPersistence.class)
5851            protected UserNotificationEventPersistence userNotificationEventPersistence;
5852            @BeanReference(type = com.liferay.portal.service.UserTrackerLocalService.class)
5853            protected com.liferay.portal.service.UserTrackerLocalService userTrackerLocalService;
5854            @BeanReference(type = UserTrackerPersistence.class)
5855            protected UserTrackerPersistence userTrackerPersistence;
5856            @BeanReference(type = com.liferay.portal.service.UserTrackerPathLocalService.class)
5857            protected com.liferay.portal.service.UserTrackerPathLocalService userTrackerPathLocalService;
5858            @BeanReference(type = UserTrackerPathPersistence.class)
5859            protected UserTrackerPathPersistence userTrackerPathPersistence;
5860            @BeanReference(type = com.liferay.portal.service.VirtualHostLocalService.class)
5861            protected com.liferay.portal.service.VirtualHostLocalService virtualHostLocalService;
5862            @BeanReference(type = VirtualHostPersistence.class)
5863            protected VirtualHostPersistence virtualHostPersistence;
5864            @BeanReference(type = com.liferay.portal.service.WebDAVPropsLocalService.class)
5865            protected com.liferay.portal.service.WebDAVPropsLocalService webDAVPropsLocalService;
5866            @BeanReference(type = WebDAVPropsPersistence.class)
5867            protected WebDAVPropsPersistence webDAVPropsPersistence;
5868            @BeanReference(type = com.liferay.portal.service.WebsiteLocalService.class)
5869            protected com.liferay.portal.service.WebsiteLocalService websiteLocalService;
5870            @BeanReference(type = com.liferay.portal.service.WebsiteService.class)
5871            protected com.liferay.portal.service.WebsiteService websiteService;
5872            @BeanReference(type = WebsitePersistence.class)
5873            protected WebsitePersistence websitePersistence;
5874            @BeanReference(type = com.liferay.portal.service.WorkflowDefinitionLinkLocalService.class)
5875            protected com.liferay.portal.service.WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
5876            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
5877            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
5878            @BeanReference(type = com.liferay.portal.service.WorkflowInstanceLinkLocalService.class)
5879            protected com.liferay.portal.service.WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
5880            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
5881            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
5882            @BeanReference(type = com.liferay.counter.service.CounterLocalService.class)
5883            protected com.liferay.counter.service.CounterLocalService counterLocalService;
5884            @BeanReference(type = com.liferay.portlet.asset.service.AssetCategoryLocalService.class)
5885            protected com.liferay.portlet.asset.service.AssetCategoryLocalService assetCategoryLocalService;
5886            @BeanReference(type = com.liferay.portlet.asset.service.AssetCategoryService.class)
5887            protected com.liferay.portlet.asset.service.AssetCategoryService assetCategoryService;
5888            @BeanReference(type = AssetCategoryPersistence.class)
5889            protected AssetCategoryPersistence assetCategoryPersistence;
5890            @BeanReference(type = AssetCategoryFinder.class)
5891            protected AssetCategoryFinder assetCategoryFinder;
5892            @BeanReference(type = com.liferay.portlet.asset.service.AssetEntryLocalService.class)
5893            protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService;
5894            @BeanReference(type = com.liferay.portlet.asset.service.AssetEntryService.class)
5895            protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService;
5896            @BeanReference(type = AssetEntryPersistence.class)
5897            protected AssetEntryPersistence assetEntryPersistence;
5898            @BeanReference(type = AssetEntryFinder.class)
5899            protected AssetEntryFinder assetEntryFinder;
5900            @BeanReference(type = com.liferay.portlet.asset.service.AssetTagLocalService.class)
5901            protected com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService;
5902            @BeanReference(type = com.liferay.portlet.asset.service.AssetTagService.class)
5903            protected com.liferay.portlet.asset.service.AssetTagService assetTagService;
5904            @BeanReference(type = AssetTagPersistence.class)
5905            protected AssetTagPersistence assetTagPersistence;
5906            @BeanReference(type = AssetTagFinder.class)
5907            protected AssetTagFinder assetTagFinder;
5908            @BeanReference(type = com.liferay.portlet.asset.service.AssetVocabularyLocalService.class)
5909            protected com.liferay.portlet.asset.service.AssetVocabularyLocalService assetVocabularyLocalService;
5910            @BeanReference(type = com.liferay.portlet.asset.service.AssetVocabularyService.class)
5911            protected com.liferay.portlet.asset.service.AssetVocabularyService assetVocabularyService;
5912            @BeanReference(type = AssetVocabularyPersistence.class)
5913            protected AssetVocabularyPersistence assetVocabularyPersistence;
5914            @BeanReference(type = AssetVocabularyFinder.class)
5915            protected AssetVocabularyFinder assetVocabularyFinder;
5916            @BeanReference(type = com.liferay.portlet.blogs.service.BlogsEntryLocalService.class)
5917            protected com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService;
5918            @BeanReference(type = com.liferay.portlet.blogs.service.BlogsEntryService.class)
5919            protected com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService;
5920            @BeanReference(type = BlogsEntryPersistence.class)
5921            protected BlogsEntryPersistence blogsEntryPersistence;
5922            @BeanReference(type = BlogsEntryFinder.class)
5923            protected BlogsEntryFinder blogsEntryFinder;
5924            @BeanReference(type = com.liferay.portlet.blogs.service.BlogsStatsUserLocalService.class)
5925            protected com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService;
5926            @BeanReference(type = BlogsStatsUserPersistence.class)
5927            protected BlogsStatsUserPersistence blogsStatsUserPersistence;
5928            @BeanReference(type = BlogsStatsUserFinder.class)
5929            protected BlogsStatsUserFinder blogsStatsUserFinder;
5930            @BeanReference(type = com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService.class)
5931            protected com.liferay.portlet.bookmarks.service.BookmarksFolderLocalService bookmarksFolderLocalService;
5932            @BeanReference(type = com.liferay.portlet.bookmarks.service.BookmarksFolderService.class)
5933            protected com.liferay.portlet.bookmarks.service.BookmarksFolderService bookmarksFolderService;
5934            @BeanReference(type = BookmarksFolderPersistence.class)
5935            protected BookmarksFolderPersistence bookmarksFolderPersistence;
5936            @BeanReference(type = BookmarksFolderFinder.class)
5937            protected BookmarksFolderFinder bookmarksFolderFinder;
5938            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLAppLocalService.class)
5939            protected com.liferay.portlet.documentlibrary.service.DLAppLocalService dlAppLocalService;
5940            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLAppService.class)
5941            protected com.liferay.portlet.documentlibrary.service.DLAppService dlAppService;
5942            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService.class)
5943            protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService dlFileEntryTypeLocalService;
5944            @BeanReference(type = com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService.class)
5945            protected com.liferay.portlet.documentlibrary.service.DLFileEntryTypeService dlFileEntryTypeService;
5946            @BeanReference(type = DLFileEntryTypePersistence.class)
5947            protected DLFileEntryTypePersistence dlFileEntryTypePersistence;
5948            @BeanReference(type = DLFileEntryTypeFinder.class)
5949            protected DLFileEntryTypeFinder dlFileEntryTypeFinder;
5950            @BeanReference(type = com.liferay.portlet.expando.service.ExpandoRowLocalService.class)
5951            protected com.liferay.portlet.expando.service.ExpandoRowLocalService expandoRowLocalService;
5952            @BeanReference(type = ExpandoRowPersistence.class)
5953            protected ExpandoRowPersistence expandoRowPersistence;
5954            @BeanReference(type = com.liferay.portlet.journal.service.JournalArticleLocalService.class)
5955            protected com.liferay.portlet.journal.service.JournalArticleLocalService journalArticleLocalService;
5956            @BeanReference(type = com.liferay.portlet.journal.service.JournalArticleService.class)
5957            protected com.liferay.portlet.journal.service.JournalArticleService journalArticleService;
5958            @BeanReference(type = JournalArticlePersistence.class)
5959            protected JournalArticlePersistence journalArticlePersistence;
5960            @BeanReference(type = JournalArticleFinder.class)
5961            protected JournalArticleFinder journalArticleFinder;
5962            @BeanReference(type = com.liferay.portlet.journal.service.JournalStructureLocalService.class)
5963            @SuppressWarnings("deprecation")
5964            protected com.liferay.portlet.journal.service.JournalStructureLocalService journalStructureLocalService;
5965            @BeanReference(type = com.liferay.portlet.journal.service.JournalStructureService.class)
5966            @SuppressWarnings("deprecation")
5967            protected com.liferay.portlet.journal.service.JournalStructureService journalStructureService;
5968            @BeanReference(type = com.liferay.portlet.journal.service.JournalTemplateLocalService.class)
5969            @SuppressWarnings("deprecation")
5970            protected com.liferay.portlet.journal.service.JournalTemplateLocalService journalTemplateLocalService;
5971            @BeanReference(type = com.liferay.portlet.journal.service.JournalTemplateService.class)
5972            @SuppressWarnings("deprecation")
5973            protected com.liferay.portlet.journal.service.JournalTemplateService journalTemplateService;
5974            @BeanReference(type = com.liferay.portlet.messageboards.service.MBBanLocalService.class)
5975            protected com.liferay.portlet.messageboards.service.MBBanLocalService mbBanLocalService;
5976            @BeanReference(type = com.liferay.portlet.messageboards.service.MBBanService.class)
5977            protected com.liferay.portlet.messageboards.service.MBBanService mbBanService;
5978            @BeanReference(type = MBBanPersistence.class)
5979            protected MBBanPersistence mbBanPersistence;
5980            @BeanReference(type = com.liferay.portlet.messageboards.service.MBCategoryLocalService.class)
5981            protected com.liferay.portlet.messageboards.service.MBCategoryLocalService mbCategoryLocalService;
5982            @BeanReference(type = com.liferay.portlet.messageboards.service.MBCategoryService.class)
5983            protected com.liferay.portlet.messageboards.service.MBCategoryService mbCategoryService;
5984            @BeanReference(type = MBCategoryPersistence.class)
5985            protected MBCategoryPersistence mbCategoryPersistence;
5986            @BeanReference(type = MBCategoryFinder.class)
5987            protected MBCategoryFinder mbCategoryFinder;
5988            @BeanReference(type = com.liferay.portlet.messageboards.service.MBStatsUserLocalService.class)
5989            protected com.liferay.portlet.messageboards.service.MBStatsUserLocalService mbStatsUserLocalService;
5990            @BeanReference(type = MBStatsUserPersistence.class)
5991            protected MBStatsUserPersistence mbStatsUserPersistence;
5992            @BeanReference(type = com.liferay.portlet.messageboards.service.MBThreadLocalService.class)
5993            protected com.liferay.portlet.messageboards.service.MBThreadLocalService mbThreadLocalService;
5994            @BeanReference(type = com.liferay.portlet.messageboards.service.MBThreadService.class)
5995            protected com.liferay.portlet.messageboards.service.MBThreadService mbThreadService;
5996            @BeanReference(type = MBThreadPersistence.class)
5997            protected MBThreadPersistence mbThreadPersistence;
5998            @BeanReference(type = MBThreadFinder.class)
5999            protected MBThreadFinder mbThreadFinder;
6000            @BeanReference(type = com.liferay.portlet.polls.service.PollsQuestionLocalService.class)
6001            protected com.liferay.portlet.polls.service.PollsQuestionLocalService pollsQuestionLocalService;
6002            @BeanReference(type = com.liferay.portlet.polls.service.PollsQuestionService.class)
6003            protected com.liferay.portlet.polls.service.PollsQuestionService pollsQuestionService;
6004            @BeanReference(type = PollsQuestionPersistence.class)
6005            protected PollsQuestionPersistence pollsQuestionPersistence;
6006            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCartLocalService.class)
6007            protected com.liferay.portlet.shopping.service.ShoppingCartLocalService shoppingCartLocalService;
6008            @BeanReference(type = ShoppingCartPersistence.class)
6009            protected ShoppingCartPersistence shoppingCartPersistence;
6010            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCategoryLocalService.class)
6011            protected com.liferay.portlet.shopping.service.ShoppingCategoryLocalService shoppingCategoryLocalService;
6012            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCategoryService.class)
6013            protected com.liferay.portlet.shopping.service.ShoppingCategoryService shoppingCategoryService;
6014            @BeanReference(type = ShoppingCategoryPersistence.class)
6015            protected ShoppingCategoryPersistence shoppingCategoryPersistence;
6016            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCouponLocalService.class)
6017            protected com.liferay.portlet.shopping.service.ShoppingCouponLocalService shoppingCouponLocalService;
6018            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingCouponService.class)
6019            protected com.liferay.portlet.shopping.service.ShoppingCouponService shoppingCouponService;
6020            @BeanReference(type = ShoppingCouponPersistence.class)
6021            protected ShoppingCouponPersistence shoppingCouponPersistence;
6022            @BeanReference(type = ShoppingCouponFinder.class)
6023            protected ShoppingCouponFinder shoppingCouponFinder;
6024            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingOrderLocalService.class)
6025            protected com.liferay.portlet.shopping.service.ShoppingOrderLocalService shoppingOrderLocalService;
6026            @BeanReference(type = com.liferay.portlet.shopping.service.ShoppingOrderService.class)
6027            protected com.liferay.portlet.shopping.service.ShoppingOrderService shoppingOrderService;
6028            @BeanReference(type = ShoppingOrderPersistence.class)
6029            protected ShoppingOrderPersistence shoppingOrderPersistence;
6030            @BeanReference(type = ShoppingOrderFinder.class)
6031            protected ShoppingOrderFinder shoppingOrderFinder;
6032            @BeanReference(type = com.liferay.portlet.social.service.SocialActivityLocalService.class)
6033            protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService;
6034            @BeanReference(type = com.liferay.portlet.social.service.SocialActivityService.class)
6035            protected com.liferay.portlet.social.service.SocialActivityService socialActivityService;
6036            @BeanReference(type = SocialActivityPersistence.class)
6037            protected SocialActivityPersistence socialActivityPersistence;
6038            @BeanReference(type = SocialActivityFinder.class)
6039            protected SocialActivityFinder socialActivityFinder;
6040            @BeanReference(type = com.liferay.portlet.social.service.SocialActivitySettingLocalService.class)
6041            protected com.liferay.portlet.social.service.SocialActivitySettingLocalService socialActivitySettingLocalService;
6042            @BeanReference(type = com.liferay.portlet.social.service.SocialActivitySettingService.class)
6043            protected com.liferay.portlet.social.service.SocialActivitySettingService socialActivitySettingService;
6044            @BeanReference(type = SocialActivitySettingPersistence.class)
6045            protected SocialActivitySettingPersistence socialActivitySettingPersistence;
6046            @BeanReference(type = com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService.class)
6047            protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService;
6048            @BeanReference(type = com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService.class)
6049            protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService;
6050            @BeanReference(type = SCFrameworkVersionPersistence.class)
6051            protected SCFrameworkVersionPersistence scFrameworkVersionPersistence;
6052            @BeanReference(type = com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService.class)
6053            protected com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService;
6054            @BeanReference(type = com.liferay.portlet.softwarecatalog.service.SCProductEntryService.class)
6055            protected com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService;
6056            @BeanReference(type = SCProductEntryPersistence.class)
6057            protected SCProductEntryPersistence scProductEntryPersistence;
6058            @BeanReference(type = com.liferay.portlet.trash.service.TrashEntryLocalService.class)
6059            protected com.liferay.portlet.trash.service.TrashEntryLocalService trashEntryLocalService;
6060            @BeanReference(type = com.liferay.portlet.trash.service.TrashEntryService.class)
6061            protected com.liferay.portlet.trash.service.TrashEntryService trashEntryService;
6062            @BeanReference(type = TrashEntryPersistence.class)
6063            protected TrashEntryPersistence trashEntryPersistence;
6064            @BeanReference(type = com.liferay.portlet.wiki.service.WikiNodeLocalService.class)
6065            protected com.liferay.portlet.wiki.service.WikiNodeLocalService wikiNodeLocalService;
6066            @BeanReference(type = com.liferay.portlet.wiki.service.WikiNodeService.class)
6067            protected com.liferay.portlet.wiki.service.WikiNodeService wikiNodeService;
6068            @BeanReference(type = WikiNodePersistence.class)
6069            protected WikiNodePersistence wikiNodePersistence;
6070            private String _beanIdentifier;
6071    }