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