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