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