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