001    /**
002     * Copyright (c) 2000-2010 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.counter.service.CounterLocalService;
018    
019    import com.liferay.portal.kernel.annotation.BeanReference;
020    import com.liferay.portal.kernel.dao.jdbc.SqlUpdate;
021    import com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil;
022    import com.liferay.portal.kernel.exception.SystemException;
023    import com.liferay.portal.service.AccountLocalService;
024    import com.liferay.portal.service.AccountService;
025    import com.liferay.portal.service.AddressLocalService;
026    import com.liferay.portal.service.AddressService;
027    import com.liferay.portal.service.BrowserTrackerLocalService;
028    import com.liferay.portal.service.ClassNameLocalService;
029    import com.liferay.portal.service.ClassNameService;
030    import com.liferay.portal.service.ClusterGroupLocalService;
031    import com.liferay.portal.service.CompanyLocalService;
032    import com.liferay.portal.service.CompanyService;
033    import com.liferay.portal.service.ContactLocalService;
034    import com.liferay.portal.service.ContactService;
035    import com.liferay.portal.service.CountryService;
036    import com.liferay.portal.service.EmailAddressLocalService;
037    import com.liferay.portal.service.EmailAddressService;
038    import com.liferay.portal.service.GroupLocalService;
039    import com.liferay.portal.service.GroupService;
040    import com.liferay.portal.service.ImageLocalService;
041    import com.liferay.portal.service.ImageService;
042    import com.liferay.portal.service.LayoutLocalService;
043    import com.liferay.portal.service.LayoutPrototypeLocalService;
044    import com.liferay.portal.service.LayoutPrototypeService;
045    import com.liferay.portal.service.LayoutService;
046    import com.liferay.portal.service.LayoutSetLocalService;
047    import com.liferay.portal.service.LayoutSetPrototypeLocalService;
048    import com.liferay.portal.service.LayoutSetPrototypeService;
049    import com.liferay.portal.service.LayoutSetService;
050    import com.liferay.portal.service.LayoutTemplateLocalService;
051    import com.liferay.portal.service.ListTypeService;
052    import com.liferay.portal.service.LockLocalService;
053    import com.liferay.portal.service.MembershipRequestLocalService;
054    import com.liferay.portal.service.MembershipRequestService;
055    import com.liferay.portal.service.OrgLaborLocalService;
056    import com.liferay.portal.service.OrgLaborService;
057    import com.liferay.portal.service.OrganizationLocalService;
058    import com.liferay.portal.service.OrganizationService;
059    import com.liferay.portal.service.PasswordPolicyLocalService;
060    import com.liferay.portal.service.PasswordPolicyRelLocalService;
061    import com.liferay.portal.service.PasswordPolicyService;
062    import com.liferay.portal.service.PasswordTrackerLocalService;
063    import com.liferay.portal.service.PermissionLocalService;
064    import com.liferay.portal.service.PermissionService;
065    import com.liferay.portal.service.PhoneLocalService;
066    import com.liferay.portal.service.PhoneService;
067    import com.liferay.portal.service.PluginSettingLocalService;
068    import com.liferay.portal.service.PluginSettingService;
069    import com.liferay.portal.service.PortalLocalService;
070    import com.liferay.portal.service.PortalService;
071    import com.liferay.portal.service.PortletItemLocalService;
072    import com.liferay.portal.service.PortletLocalService;
073    import com.liferay.portal.service.PortletPreferencesLocalService;
074    import com.liferay.portal.service.PortletPreferencesService;
075    import com.liferay.portal.service.PortletService;
076    import com.liferay.portal.service.QuartzLocalService;
077    import com.liferay.portal.service.RegionService;
078    import com.liferay.portal.service.ReleaseLocalService;
079    import com.liferay.portal.service.ResourceActionLocalService;
080    import com.liferay.portal.service.ResourceCodeLocalService;
081    import com.liferay.portal.service.ResourceLocalService;
082    import com.liferay.portal.service.ResourcePermissionLocalService;
083    import com.liferay.portal.service.ResourcePermissionService;
084    import com.liferay.portal.service.ResourceService;
085    import com.liferay.portal.service.RoleLocalService;
086    import com.liferay.portal.service.RoleService;
087    import com.liferay.portal.service.ServiceComponentLocalService;
088    import com.liferay.portal.service.ShardLocalService;
089    import com.liferay.portal.service.SubscriptionLocalService;
090    import com.liferay.portal.service.TeamLocalService;
091    import com.liferay.portal.service.TeamService;
092    import com.liferay.portal.service.ThemeLocalService;
093    import com.liferay.portal.service.ThemeService;
094    import com.liferay.portal.service.TicketLocalService;
095    import com.liferay.portal.service.UserGroupGroupRoleLocalService;
096    import com.liferay.portal.service.UserGroupGroupRoleService;
097    import com.liferay.portal.service.UserGroupLocalService;
098    import com.liferay.portal.service.UserGroupRoleLocalService;
099    import com.liferay.portal.service.UserGroupRoleService;
100    import com.liferay.portal.service.UserGroupService;
101    import com.liferay.portal.service.UserIdMapperLocalService;
102    import com.liferay.portal.service.UserLocalService;
103    import com.liferay.portal.service.UserService;
104    import com.liferay.portal.service.UserTrackerLocalService;
105    import com.liferay.portal.service.UserTrackerPathLocalService;
106    import com.liferay.portal.service.WebDAVPropsLocalService;
107    import com.liferay.portal.service.WebsiteLocalService;
108    import com.liferay.portal.service.WebsiteService;
109    import com.liferay.portal.service.WorkflowDefinitionLinkLocalService;
110    import com.liferay.portal.service.WorkflowInstanceLinkLocalService;
111    import com.liferay.portal.service.persistence.AccountPersistence;
112    import com.liferay.portal.service.persistence.AddressPersistence;
113    import com.liferay.portal.service.persistence.BrowserTrackerPersistence;
114    import com.liferay.portal.service.persistence.ClassNamePersistence;
115    import com.liferay.portal.service.persistence.ClusterGroupPersistence;
116    import com.liferay.portal.service.persistence.CompanyPersistence;
117    import com.liferay.portal.service.persistence.ContactPersistence;
118    import com.liferay.portal.service.persistence.CountryPersistence;
119    import com.liferay.portal.service.persistence.EmailAddressPersistence;
120    import com.liferay.portal.service.persistence.GroupFinder;
121    import com.liferay.portal.service.persistence.GroupPersistence;
122    import com.liferay.portal.service.persistence.ImagePersistence;
123    import com.liferay.portal.service.persistence.LayoutFinder;
124    import com.liferay.portal.service.persistence.LayoutPersistence;
125    import com.liferay.portal.service.persistence.LayoutPrototypePersistence;
126    import com.liferay.portal.service.persistence.LayoutSetPersistence;
127    import com.liferay.portal.service.persistence.LayoutSetPrototypePersistence;
128    import com.liferay.portal.service.persistence.ListTypePersistence;
129    import com.liferay.portal.service.persistence.LockPersistence;
130    import com.liferay.portal.service.persistence.MembershipRequestPersistence;
131    import com.liferay.portal.service.persistence.OrgGroupPermissionFinder;
132    import com.liferay.portal.service.persistence.OrgGroupPermissionPersistence;
133    import com.liferay.portal.service.persistence.OrgGroupRolePersistence;
134    import com.liferay.portal.service.persistence.OrgLaborPersistence;
135    import com.liferay.portal.service.persistence.OrganizationFinder;
136    import com.liferay.portal.service.persistence.OrganizationPersistence;
137    import com.liferay.portal.service.persistence.PasswordPolicyFinder;
138    import com.liferay.portal.service.persistence.PasswordPolicyPersistence;
139    import com.liferay.portal.service.persistence.PasswordPolicyRelPersistence;
140    import com.liferay.portal.service.persistence.PasswordTrackerPersistence;
141    import com.liferay.portal.service.persistence.PermissionFinder;
142    import com.liferay.portal.service.persistence.PermissionPersistence;
143    import com.liferay.portal.service.persistence.PhonePersistence;
144    import com.liferay.portal.service.persistence.PluginSettingPersistence;
145    import com.liferay.portal.service.persistence.PortletItemPersistence;
146    import com.liferay.portal.service.persistence.PortletPersistence;
147    import com.liferay.portal.service.persistence.PortletPreferencesFinder;
148    import com.liferay.portal.service.persistence.PortletPreferencesPersistence;
149    import com.liferay.portal.service.persistence.RegionPersistence;
150    import com.liferay.portal.service.persistence.ReleasePersistence;
151    import com.liferay.portal.service.persistence.ResourceActionPersistence;
152    import com.liferay.portal.service.persistence.ResourceCodePersistence;
153    import com.liferay.portal.service.persistence.ResourceFinder;
154    import com.liferay.portal.service.persistence.ResourcePermissionFinder;
155    import com.liferay.portal.service.persistence.ResourcePermissionPersistence;
156    import com.liferay.portal.service.persistence.ResourcePersistence;
157    import com.liferay.portal.service.persistence.RoleFinder;
158    import com.liferay.portal.service.persistence.RolePersistence;
159    import com.liferay.portal.service.persistence.ServiceComponentPersistence;
160    import com.liferay.portal.service.persistence.ShardPersistence;
161    import com.liferay.portal.service.persistence.SubscriptionPersistence;
162    import com.liferay.portal.service.persistence.TeamFinder;
163    import com.liferay.portal.service.persistence.TeamPersistence;
164    import com.liferay.portal.service.persistence.TicketPersistence;
165    import com.liferay.portal.service.persistence.UserFinder;
166    import com.liferay.portal.service.persistence.UserGroupFinder;
167    import com.liferay.portal.service.persistence.UserGroupGroupRolePersistence;
168    import com.liferay.portal.service.persistence.UserGroupPersistence;
169    import com.liferay.portal.service.persistence.UserGroupRoleFinder;
170    import com.liferay.portal.service.persistence.UserGroupRolePersistence;
171    import com.liferay.portal.service.persistence.UserIdMapperPersistence;
172    import com.liferay.portal.service.persistence.UserPersistence;
173    import com.liferay.portal.service.persistence.UserTrackerPathPersistence;
174    import com.liferay.portal.service.persistence.UserTrackerPersistence;
175    import com.liferay.portal.service.persistence.WebDAVPropsPersistence;
176    import com.liferay.portal.service.persistence.WebsitePersistence;
177    import com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence;
178    import com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence;
179    
180    import javax.sql.DataSource;
181    
182    /**
183     * The base implementation of the password policy remote service.
184     *
185     * <p>
186     * 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.PasswordPolicyServiceImpl}.
187     * </p>
188     *
189     * <p>
190     * Never modify or reference this class directly. Always use {@link com.liferay.portal.service.PasswordPolicyServiceUtil} to access the password policy remote service.
191     * </p>
192     *
193     * @author Brian Wing Shun Chan
194     * @see com.liferay.portal.service.impl.PasswordPolicyServiceImpl
195     * @see com.liferay.portal.service.PasswordPolicyServiceUtil
196     * @generated
197     */
198    public abstract class PasswordPolicyServiceBaseImpl extends PrincipalBean
199            implements PasswordPolicyService {
200            /**
201             * Gets the account local service.
202             *
203             * @return the account local service
204             */
205            public AccountLocalService getAccountLocalService() {
206                    return accountLocalService;
207            }
208    
209            /**
210             * Sets the account local service.
211             *
212             * @param accountLocalService the account local service
213             */
214            public void setAccountLocalService(AccountLocalService accountLocalService) {
215                    this.accountLocalService = accountLocalService;
216            }
217    
218            /**
219             * Gets the account remote service.
220             *
221             * @return the account remote service
222             */
223            public AccountService getAccountService() {
224                    return accountService;
225            }
226    
227            /**
228             * Sets the account remote service.
229             *
230             * @param accountService the account remote service
231             */
232            public void setAccountService(AccountService accountService) {
233                    this.accountService = accountService;
234            }
235    
236            /**
237             * Gets the account persistence.
238             *
239             * @return the account persistence
240             */
241            public AccountPersistence getAccountPersistence() {
242                    return accountPersistence;
243            }
244    
245            /**
246             * Sets the account persistence.
247             *
248             * @param accountPersistence the account persistence
249             */
250            public void setAccountPersistence(AccountPersistence accountPersistence) {
251                    this.accountPersistence = accountPersistence;
252            }
253    
254            /**
255             * Gets the address local service.
256             *
257             * @return the address local service
258             */
259            public AddressLocalService getAddressLocalService() {
260                    return addressLocalService;
261            }
262    
263            /**
264             * Sets the address local service.
265             *
266             * @param addressLocalService the address local service
267             */
268            public void setAddressLocalService(AddressLocalService addressLocalService) {
269                    this.addressLocalService = addressLocalService;
270            }
271    
272            /**
273             * Gets the address remote service.
274             *
275             * @return the address remote service
276             */
277            public AddressService getAddressService() {
278                    return addressService;
279            }
280    
281            /**
282             * Sets the address remote service.
283             *
284             * @param addressService the address remote service
285             */
286            public void setAddressService(AddressService addressService) {
287                    this.addressService = addressService;
288            }
289    
290            /**
291             * Gets the address persistence.
292             *
293             * @return the address persistence
294             */
295            public AddressPersistence getAddressPersistence() {
296                    return addressPersistence;
297            }
298    
299            /**
300             * Sets the address persistence.
301             *
302             * @param addressPersistence the address persistence
303             */
304            public void setAddressPersistence(AddressPersistence addressPersistence) {
305                    this.addressPersistence = addressPersistence;
306            }
307    
308            /**
309             * Gets the browser tracker local service.
310             *
311             * @return the browser tracker local service
312             */
313            public BrowserTrackerLocalService getBrowserTrackerLocalService() {
314                    return browserTrackerLocalService;
315            }
316    
317            /**
318             * Sets the browser tracker local service.
319             *
320             * @param browserTrackerLocalService the browser tracker local service
321             */
322            public void setBrowserTrackerLocalService(
323                    BrowserTrackerLocalService browserTrackerLocalService) {
324                    this.browserTrackerLocalService = browserTrackerLocalService;
325            }
326    
327            /**
328             * Gets the browser tracker persistence.
329             *
330             * @return the browser tracker persistence
331             */
332            public BrowserTrackerPersistence getBrowserTrackerPersistence() {
333                    return browserTrackerPersistence;
334            }
335    
336            /**
337             * Sets the browser tracker persistence.
338             *
339             * @param browserTrackerPersistence the browser tracker persistence
340             */
341            public void setBrowserTrackerPersistence(
342                    BrowserTrackerPersistence browserTrackerPersistence) {
343                    this.browserTrackerPersistence = browserTrackerPersistence;
344            }
345    
346            /**
347             * Gets the class name local service.
348             *
349             * @return the class name local service
350             */
351            public ClassNameLocalService getClassNameLocalService() {
352                    return classNameLocalService;
353            }
354    
355            /**
356             * Sets the class name local service.
357             *
358             * @param classNameLocalService the class name local service
359             */
360            public void setClassNameLocalService(
361                    ClassNameLocalService classNameLocalService) {
362                    this.classNameLocalService = classNameLocalService;
363            }
364    
365            /**
366             * Gets the class name remote service.
367             *
368             * @return the class name remote service
369             */
370            public ClassNameService getClassNameService() {
371                    return classNameService;
372            }
373    
374            /**
375             * Sets the class name remote service.
376             *
377             * @param classNameService the class name remote service
378             */
379            public void setClassNameService(ClassNameService classNameService) {
380                    this.classNameService = classNameService;
381            }
382    
383            /**
384             * Gets the class name persistence.
385             *
386             * @return the class name persistence
387             */
388            public ClassNamePersistence getClassNamePersistence() {
389                    return classNamePersistence;
390            }
391    
392            /**
393             * Sets the class name persistence.
394             *
395             * @param classNamePersistence the class name persistence
396             */
397            public void setClassNamePersistence(
398                    ClassNamePersistence classNamePersistence) {
399                    this.classNamePersistence = classNamePersistence;
400            }
401    
402            /**
403             * Gets the cluster group local service.
404             *
405             * @return the cluster group local service
406             */
407            public ClusterGroupLocalService getClusterGroupLocalService() {
408                    return clusterGroupLocalService;
409            }
410    
411            /**
412             * Sets the cluster group local service.
413             *
414             * @param clusterGroupLocalService the cluster group local service
415             */
416            public void setClusterGroupLocalService(
417                    ClusterGroupLocalService clusterGroupLocalService) {
418                    this.clusterGroupLocalService = clusterGroupLocalService;
419            }
420    
421            /**
422             * Gets the cluster group persistence.
423             *
424             * @return the cluster group persistence
425             */
426            public ClusterGroupPersistence getClusterGroupPersistence() {
427                    return clusterGroupPersistence;
428            }
429    
430            /**
431             * Sets the cluster group persistence.
432             *
433             * @param clusterGroupPersistence the cluster group persistence
434             */
435            public void setClusterGroupPersistence(
436                    ClusterGroupPersistence clusterGroupPersistence) {
437                    this.clusterGroupPersistence = clusterGroupPersistence;
438            }
439    
440            /**
441             * Gets the company local service.
442             *
443             * @return the company local service
444             */
445            public CompanyLocalService getCompanyLocalService() {
446                    return companyLocalService;
447            }
448    
449            /**
450             * Sets the company local service.
451             *
452             * @param companyLocalService the company local service
453             */
454            public void setCompanyLocalService(CompanyLocalService companyLocalService) {
455                    this.companyLocalService = companyLocalService;
456            }
457    
458            /**
459             * Gets the company remote service.
460             *
461             * @return the company remote service
462             */
463            public CompanyService getCompanyService() {
464                    return companyService;
465            }
466    
467            /**
468             * Sets the company remote service.
469             *
470             * @param companyService the company remote service
471             */
472            public void setCompanyService(CompanyService companyService) {
473                    this.companyService = companyService;
474            }
475    
476            /**
477             * Gets the company persistence.
478             *
479             * @return the company persistence
480             */
481            public CompanyPersistence getCompanyPersistence() {
482                    return companyPersistence;
483            }
484    
485            /**
486             * Sets the company persistence.
487             *
488             * @param companyPersistence the company persistence
489             */
490            public void setCompanyPersistence(CompanyPersistence companyPersistence) {
491                    this.companyPersistence = companyPersistence;
492            }
493    
494            /**
495             * Gets the contact local service.
496             *
497             * @return the contact local service
498             */
499            public ContactLocalService getContactLocalService() {
500                    return contactLocalService;
501            }
502    
503            /**
504             * Sets the contact local service.
505             *
506             * @param contactLocalService the contact local service
507             */
508            public void setContactLocalService(ContactLocalService contactLocalService) {
509                    this.contactLocalService = contactLocalService;
510            }
511    
512            /**
513             * Gets the contact remote service.
514             *
515             * @return the contact remote service
516             */
517            public ContactService getContactService() {
518                    return contactService;
519            }
520    
521            /**
522             * Sets the contact remote service.
523             *
524             * @param contactService the contact remote service
525             */
526            public void setContactService(ContactService contactService) {
527                    this.contactService = contactService;
528            }
529    
530            /**
531             * Gets the contact persistence.
532             *
533             * @return the contact persistence
534             */
535            public ContactPersistence getContactPersistence() {
536                    return contactPersistence;
537            }
538    
539            /**
540             * Sets the contact persistence.
541             *
542             * @param contactPersistence the contact persistence
543             */
544            public void setContactPersistence(ContactPersistence contactPersistence) {
545                    this.contactPersistence = contactPersistence;
546            }
547    
548            /**
549             * Gets the country remote service.
550             *
551             * @return the country remote service
552             */
553            public CountryService getCountryService() {
554                    return countryService;
555            }
556    
557            /**
558             * Sets the country remote service.
559             *
560             * @param countryService the country remote service
561             */
562            public void setCountryService(CountryService countryService) {
563                    this.countryService = countryService;
564            }
565    
566            /**
567             * Gets the country persistence.
568             *
569             * @return the country persistence
570             */
571            public CountryPersistence getCountryPersistence() {
572                    return countryPersistence;
573            }
574    
575            /**
576             * Sets the country persistence.
577             *
578             * @param countryPersistence the country persistence
579             */
580            public void setCountryPersistence(CountryPersistence countryPersistence) {
581                    this.countryPersistence = countryPersistence;
582            }
583    
584            /**
585             * Gets the email address local service.
586             *
587             * @return the email address local service
588             */
589            public EmailAddressLocalService getEmailAddressLocalService() {
590                    return emailAddressLocalService;
591            }
592    
593            /**
594             * Sets the email address local service.
595             *
596             * @param emailAddressLocalService the email address local service
597             */
598            public void setEmailAddressLocalService(
599                    EmailAddressLocalService emailAddressLocalService) {
600                    this.emailAddressLocalService = emailAddressLocalService;
601            }
602    
603            /**
604             * Gets the email address remote service.
605             *
606             * @return the email address remote service
607             */
608            public EmailAddressService getEmailAddressService() {
609                    return emailAddressService;
610            }
611    
612            /**
613             * Sets the email address remote service.
614             *
615             * @param emailAddressService the email address remote service
616             */
617            public void setEmailAddressService(EmailAddressService emailAddressService) {
618                    this.emailAddressService = emailAddressService;
619            }
620    
621            /**
622             * Gets the email address persistence.
623             *
624             * @return the email address persistence
625             */
626            public EmailAddressPersistence getEmailAddressPersistence() {
627                    return emailAddressPersistence;
628            }
629    
630            /**
631             * Sets the email address persistence.
632             *
633             * @param emailAddressPersistence the email address persistence
634             */
635            public void setEmailAddressPersistence(
636                    EmailAddressPersistence emailAddressPersistence) {
637                    this.emailAddressPersistence = emailAddressPersistence;
638            }
639    
640            /**
641             * Gets the group local service.
642             *
643             * @return the group local service
644             */
645            public GroupLocalService getGroupLocalService() {
646                    return groupLocalService;
647            }
648    
649            /**
650             * Sets the group local service.
651             *
652             * @param groupLocalService the group local service
653             */
654            public void setGroupLocalService(GroupLocalService groupLocalService) {
655                    this.groupLocalService = groupLocalService;
656            }
657    
658            /**
659             * Gets the group remote service.
660             *
661             * @return the group remote service
662             */
663            public GroupService getGroupService() {
664                    return groupService;
665            }
666    
667            /**
668             * Sets the group remote service.
669             *
670             * @param groupService the group remote service
671             */
672            public void setGroupService(GroupService groupService) {
673                    this.groupService = groupService;
674            }
675    
676            /**
677             * Gets the group persistence.
678             *
679             * @return the group persistence
680             */
681            public GroupPersistence getGroupPersistence() {
682                    return groupPersistence;
683            }
684    
685            /**
686             * Sets the group persistence.
687             *
688             * @param groupPersistence the group persistence
689             */
690            public void setGroupPersistence(GroupPersistence groupPersistence) {
691                    this.groupPersistence = groupPersistence;
692            }
693    
694            /**
695             * Gets the group finder.
696             *
697             * @return the group finder
698             */
699            public GroupFinder getGroupFinder() {
700                    return groupFinder;
701            }
702    
703            /**
704             * Sets the group finder.
705             *
706             * @param groupFinder the group finder
707             */
708            public void setGroupFinder(GroupFinder groupFinder) {
709                    this.groupFinder = groupFinder;
710            }
711    
712            /**
713             * Gets the image local service.
714             *
715             * @return the image local service
716             */
717            public ImageLocalService getImageLocalService() {
718                    return imageLocalService;
719            }
720    
721            /**
722             * Sets the image local service.
723             *
724             * @param imageLocalService the image local service
725             */
726            public void setImageLocalService(ImageLocalService imageLocalService) {
727                    this.imageLocalService = imageLocalService;
728            }
729    
730            /**
731             * Gets the image remote service.
732             *
733             * @return the image remote service
734             */
735            public ImageService getImageService() {
736                    return imageService;
737            }
738    
739            /**
740             * Sets the image remote service.
741             *
742             * @param imageService the image remote service
743             */
744            public void setImageService(ImageService imageService) {
745                    this.imageService = imageService;
746            }
747    
748            /**
749             * Gets the image persistence.
750             *
751             * @return the image persistence
752             */
753            public ImagePersistence getImagePersistence() {
754                    return imagePersistence;
755            }
756    
757            /**
758             * Sets the image persistence.
759             *
760             * @param imagePersistence the image persistence
761             */
762            public void setImagePersistence(ImagePersistence imagePersistence) {
763                    this.imagePersistence = imagePersistence;
764            }
765    
766            /**
767             * Gets the layout local service.
768             *
769             * @return the layout local service
770             */
771            public LayoutLocalService getLayoutLocalService() {
772                    return layoutLocalService;
773            }
774    
775            /**
776             * Sets the layout local service.
777             *
778             * @param layoutLocalService the layout local service
779             */
780            public void setLayoutLocalService(LayoutLocalService layoutLocalService) {
781                    this.layoutLocalService = layoutLocalService;
782            }
783    
784            /**
785             * Gets the layout remote service.
786             *
787             * @return the layout remote service
788             */
789            public LayoutService getLayoutService() {
790                    return layoutService;
791            }
792    
793            /**
794             * Sets the layout remote service.
795             *
796             * @param layoutService the layout remote service
797             */
798            public void setLayoutService(LayoutService layoutService) {
799                    this.layoutService = layoutService;
800            }
801    
802            /**
803             * Gets the layout persistence.
804             *
805             * @return the layout persistence
806             */
807            public LayoutPersistence getLayoutPersistence() {
808                    return layoutPersistence;
809            }
810    
811            /**
812             * Sets the layout persistence.
813             *
814             * @param layoutPersistence the layout persistence
815             */
816            public void setLayoutPersistence(LayoutPersistence layoutPersistence) {
817                    this.layoutPersistence = layoutPersistence;
818            }
819    
820            /**
821             * Gets the layout finder.
822             *
823             * @return the layout finder
824             */
825            public LayoutFinder getLayoutFinder() {
826                    return layoutFinder;
827            }
828    
829            /**
830             * Sets the layout finder.
831             *
832             * @param layoutFinder the layout finder
833             */
834            public void setLayoutFinder(LayoutFinder layoutFinder) {
835                    this.layoutFinder = layoutFinder;
836            }
837    
838            /**
839             * Gets the layout prototype local service.
840             *
841             * @return the layout prototype local service
842             */
843            public LayoutPrototypeLocalService getLayoutPrototypeLocalService() {
844                    return layoutPrototypeLocalService;
845            }
846    
847            /**
848             * Sets the layout prototype local service.
849             *
850             * @param layoutPrototypeLocalService the layout prototype local service
851             */
852            public void setLayoutPrototypeLocalService(
853                    LayoutPrototypeLocalService layoutPrototypeLocalService) {
854                    this.layoutPrototypeLocalService = layoutPrototypeLocalService;
855            }
856    
857            /**
858             * Gets the layout prototype remote service.
859             *
860             * @return the layout prototype remote service
861             */
862            public LayoutPrototypeService getLayoutPrototypeService() {
863                    return layoutPrototypeService;
864            }
865    
866            /**
867             * Sets the layout prototype remote service.
868             *
869             * @param layoutPrototypeService the layout prototype remote service
870             */
871            public void setLayoutPrototypeService(
872                    LayoutPrototypeService layoutPrototypeService) {
873                    this.layoutPrototypeService = layoutPrototypeService;
874            }
875    
876            /**
877             * Gets the layout prototype persistence.
878             *
879             * @return the layout prototype persistence
880             */
881            public LayoutPrototypePersistence getLayoutPrototypePersistence() {
882                    return layoutPrototypePersistence;
883            }
884    
885            /**
886             * Sets the layout prototype persistence.
887             *
888             * @param layoutPrototypePersistence the layout prototype persistence
889             */
890            public void setLayoutPrototypePersistence(
891                    LayoutPrototypePersistence layoutPrototypePersistence) {
892                    this.layoutPrototypePersistence = layoutPrototypePersistence;
893            }
894    
895            /**
896             * Gets the layout set local service.
897             *
898             * @return the layout set local service
899             */
900            public LayoutSetLocalService getLayoutSetLocalService() {
901                    return layoutSetLocalService;
902            }
903    
904            /**
905             * Sets the layout set local service.
906             *
907             * @param layoutSetLocalService the layout set local service
908             */
909            public void setLayoutSetLocalService(
910                    LayoutSetLocalService layoutSetLocalService) {
911                    this.layoutSetLocalService = layoutSetLocalService;
912            }
913    
914            /**
915             * Gets the layout set remote service.
916             *
917             * @return the layout set remote service
918             */
919            public LayoutSetService getLayoutSetService() {
920                    return layoutSetService;
921            }
922    
923            /**
924             * Sets the layout set remote service.
925             *
926             * @param layoutSetService the layout set remote service
927             */
928            public void setLayoutSetService(LayoutSetService layoutSetService) {
929                    this.layoutSetService = layoutSetService;
930            }
931    
932            /**
933             * Gets the layout set persistence.
934             *
935             * @return the layout set persistence
936             */
937            public LayoutSetPersistence getLayoutSetPersistence() {
938                    return layoutSetPersistence;
939            }
940    
941            /**
942             * Sets the layout set persistence.
943             *
944             * @param layoutSetPersistence the layout set persistence
945             */
946            public void setLayoutSetPersistence(
947                    LayoutSetPersistence layoutSetPersistence) {
948                    this.layoutSetPersistence = layoutSetPersistence;
949            }
950    
951            /**
952             * Gets the layout set prototype local service.
953             *
954             * @return the layout set prototype local service
955             */
956            public LayoutSetPrototypeLocalService getLayoutSetPrototypeLocalService() {
957                    return layoutSetPrototypeLocalService;
958            }
959    
960            /**
961             * Sets the layout set prototype local service.
962             *
963             * @param layoutSetPrototypeLocalService the layout set prototype local service
964             */
965            public void setLayoutSetPrototypeLocalService(
966                    LayoutSetPrototypeLocalService layoutSetPrototypeLocalService) {
967                    this.layoutSetPrototypeLocalService = layoutSetPrototypeLocalService;
968            }
969    
970            /**
971             * Gets the layout set prototype remote service.
972             *
973             * @return the layout set prototype remote service
974             */
975            public LayoutSetPrototypeService getLayoutSetPrototypeService() {
976                    return layoutSetPrototypeService;
977            }
978    
979            /**
980             * Sets the layout set prototype remote service.
981             *
982             * @param layoutSetPrototypeService the layout set prototype remote service
983             */
984            public void setLayoutSetPrototypeService(
985                    LayoutSetPrototypeService layoutSetPrototypeService) {
986                    this.layoutSetPrototypeService = layoutSetPrototypeService;
987            }
988    
989            /**
990             * Gets the layout set prototype persistence.
991             *
992             * @return the layout set prototype persistence
993             */
994            public LayoutSetPrototypePersistence getLayoutSetPrototypePersistence() {
995                    return layoutSetPrototypePersistence;
996            }
997    
998            /**
999             * Sets the layout set prototype persistence.
1000             *
1001             * @param layoutSetPrototypePersistence the layout set prototype persistence
1002             */
1003            public void setLayoutSetPrototypePersistence(
1004                    LayoutSetPrototypePersistence layoutSetPrototypePersistence) {
1005                    this.layoutSetPrototypePersistence = layoutSetPrototypePersistence;
1006            }
1007    
1008            /**
1009             * Gets the layout template local service.
1010             *
1011             * @return the layout template local service
1012             */
1013            public LayoutTemplateLocalService getLayoutTemplateLocalService() {
1014                    return layoutTemplateLocalService;
1015            }
1016    
1017            /**
1018             * Sets the layout template local service.
1019             *
1020             * @param layoutTemplateLocalService the layout template local service
1021             */
1022            public void setLayoutTemplateLocalService(
1023                    LayoutTemplateLocalService layoutTemplateLocalService) {
1024                    this.layoutTemplateLocalService = layoutTemplateLocalService;
1025            }
1026    
1027            /**
1028             * Gets the list type remote service.
1029             *
1030             * @return the list type remote service
1031             */
1032            public ListTypeService getListTypeService() {
1033                    return listTypeService;
1034            }
1035    
1036            /**
1037             * Sets the list type remote service.
1038             *
1039             * @param listTypeService the list type remote service
1040             */
1041            public void setListTypeService(ListTypeService listTypeService) {
1042                    this.listTypeService = listTypeService;
1043            }
1044    
1045            /**
1046             * Gets the list type persistence.
1047             *
1048             * @return the list type persistence
1049             */
1050            public ListTypePersistence getListTypePersistence() {
1051                    return listTypePersistence;
1052            }
1053    
1054            /**
1055             * Sets the list type persistence.
1056             *
1057             * @param listTypePersistence the list type persistence
1058             */
1059            public void setListTypePersistence(ListTypePersistence listTypePersistence) {
1060                    this.listTypePersistence = listTypePersistence;
1061            }
1062    
1063            /**
1064             * Gets the lock local service.
1065             *
1066             * @return the lock local service
1067             */
1068            public LockLocalService getLockLocalService() {
1069                    return lockLocalService;
1070            }
1071    
1072            /**
1073             * Sets the lock local service.
1074             *
1075             * @param lockLocalService the lock local service
1076             */
1077            public void setLockLocalService(LockLocalService lockLocalService) {
1078                    this.lockLocalService = lockLocalService;
1079            }
1080    
1081            /**
1082             * Gets the lock persistence.
1083             *
1084             * @return the lock persistence
1085             */
1086            public LockPersistence getLockPersistence() {
1087                    return lockPersistence;
1088            }
1089    
1090            /**
1091             * Sets the lock persistence.
1092             *
1093             * @param lockPersistence the lock persistence
1094             */
1095            public void setLockPersistence(LockPersistence lockPersistence) {
1096                    this.lockPersistence = lockPersistence;
1097            }
1098    
1099            /**
1100             * Gets the membership request local service.
1101             *
1102             * @return the membership request local service
1103             */
1104            public MembershipRequestLocalService getMembershipRequestLocalService() {
1105                    return membershipRequestLocalService;
1106            }
1107    
1108            /**
1109             * Sets the membership request local service.
1110             *
1111             * @param membershipRequestLocalService the membership request local service
1112             */
1113            public void setMembershipRequestLocalService(
1114                    MembershipRequestLocalService membershipRequestLocalService) {
1115                    this.membershipRequestLocalService = membershipRequestLocalService;
1116            }
1117    
1118            /**
1119             * Gets the membership request remote service.
1120             *
1121             * @return the membership request remote service
1122             */
1123            public MembershipRequestService getMembershipRequestService() {
1124                    return membershipRequestService;
1125            }
1126    
1127            /**
1128             * Sets the membership request remote service.
1129             *
1130             * @param membershipRequestService the membership request remote service
1131             */
1132            public void setMembershipRequestService(
1133                    MembershipRequestService membershipRequestService) {
1134                    this.membershipRequestService = membershipRequestService;
1135            }
1136    
1137            /**
1138             * Gets the membership request persistence.
1139             *
1140             * @return the membership request persistence
1141             */
1142            public MembershipRequestPersistence getMembershipRequestPersistence() {
1143                    return membershipRequestPersistence;
1144            }
1145    
1146            /**
1147             * Sets the membership request persistence.
1148             *
1149             * @param membershipRequestPersistence the membership request persistence
1150             */
1151            public void setMembershipRequestPersistence(
1152                    MembershipRequestPersistence membershipRequestPersistence) {
1153                    this.membershipRequestPersistence = membershipRequestPersistence;
1154            }
1155    
1156            /**
1157             * Gets the organization local service.
1158             *
1159             * @return the organization local service
1160             */
1161            public OrganizationLocalService getOrganizationLocalService() {
1162                    return organizationLocalService;
1163            }
1164    
1165            /**
1166             * Sets the organization local service.
1167             *
1168             * @param organizationLocalService the organization local service
1169             */
1170            public void setOrganizationLocalService(
1171                    OrganizationLocalService organizationLocalService) {
1172                    this.organizationLocalService = organizationLocalService;
1173            }
1174    
1175            /**
1176             * Gets the organization remote service.
1177             *
1178             * @return the organization remote service
1179             */
1180            public OrganizationService getOrganizationService() {
1181                    return organizationService;
1182            }
1183    
1184            /**
1185             * Sets the organization remote service.
1186             *
1187             * @param organizationService the organization remote service
1188             */
1189            public void setOrganizationService(OrganizationService organizationService) {
1190                    this.organizationService = organizationService;
1191            }
1192    
1193            /**
1194             * Gets the organization persistence.
1195             *
1196             * @return the organization persistence
1197             */
1198            public OrganizationPersistence getOrganizationPersistence() {
1199                    return organizationPersistence;
1200            }
1201    
1202            /**
1203             * Sets the organization persistence.
1204             *
1205             * @param organizationPersistence the organization persistence
1206             */
1207            public void setOrganizationPersistence(
1208                    OrganizationPersistence organizationPersistence) {
1209                    this.organizationPersistence = organizationPersistence;
1210            }
1211    
1212            /**
1213             * Gets the organization finder.
1214             *
1215             * @return the organization finder
1216             */
1217            public OrganizationFinder getOrganizationFinder() {
1218                    return organizationFinder;
1219            }
1220    
1221            /**
1222             * Sets the organization finder.
1223             *
1224             * @param organizationFinder the organization finder
1225             */
1226            public void setOrganizationFinder(OrganizationFinder organizationFinder) {
1227                    this.organizationFinder = organizationFinder;
1228            }
1229    
1230            /**
1231             * Gets the org group permission persistence.
1232             *
1233             * @return the org group permission persistence
1234             */
1235            public OrgGroupPermissionPersistence getOrgGroupPermissionPersistence() {
1236                    return orgGroupPermissionPersistence;
1237            }
1238    
1239            /**
1240             * Sets the org group permission persistence.
1241             *
1242             * @param orgGroupPermissionPersistence the org group permission persistence
1243             */
1244            public void setOrgGroupPermissionPersistence(
1245                    OrgGroupPermissionPersistence orgGroupPermissionPersistence) {
1246                    this.orgGroupPermissionPersistence = orgGroupPermissionPersistence;
1247            }
1248    
1249            /**
1250             * Gets the org group permission finder.
1251             *
1252             * @return the org group permission finder
1253             */
1254            public OrgGroupPermissionFinder getOrgGroupPermissionFinder() {
1255                    return orgGroupPermissionFinder;
1256            }
1257    
1258            /**
1259             * Sets the org group permission finder.
1260             *
1261             * @param orgGroupPermissionFinder the org group permission finder
1262             */
1263            public void setOrgGroupPermissionFinder(
1264                    OrgGroupPermissionFinder orgGroupPermissionFinder) {
1265                    this.orgGroupPermissionFinder = orgGroupPermissionFinder;
1266            }
1267    
1268            /**
1269             * Gets the org group role persistence.
1270             *
1271             * @return the org group role persistence
1272             */
1273            public OrgGroupRolePersistence getOrgGroupRolePersistence() {
1274                    return orgGroupRolePersistence;
1275            }
1276    
1277            /**
1278             * Sets the org group role persistence.
1279             *
1280             * @param orgGroupRolePersistence the org group role persistence
1281             */
1282            public void setOrgGroupRolePersistence(
1283                    OrgGroupRolePersistence orgGroupRolePersistence) {
1284                    this.orgGroupRolePersistence = orgGroupRolePersistence;
1285            }
1286    
1287            /**
1288             * Gets the org labor local service.
1289             *
1290             * @return the org labor local service
1291             */
1292            public OrgLaborLocalService getOrgLaborLocalService() {
1293                    return orgLaborLocalService;
1294            }
1295    
1296            /**
1297             * Sets the org labor local service.
1298             *
1299             * @param orgLaborLocalService the org labor local service
1300             */
1301            public void setOrgLaborLocalService(
1302                    OrgLaborLocalService orgLaborLocalService) {
1303                    this.orgLaborLocalService = orgLaborLocalService;
1304            }
1305    
1306            /**
1307             * Gets the org labor remote service.
1308             *
1309             * @return the org labor remote service
1310             */
1311            public OrgLaborService getOrgLaborService() {
1312                    return orgLaborService;
1313            }
1314    
1315            /**
1316             * Sets the org labor remote service.
1317             *
1318             * @param orgLaborService the org labor remote service
1319             */
1320            public void setOrgLaborService(OrgLaborService orgLaborService) {
1321                    this.orgLaborService = orgLaborService;
1322            }
1323    
1324            /**
1325             * Gets the org labor persistence.
1326             *
1327             * @return the org labor persistence
1328             */
1329            public OrgLaborPersistence getOrgLaborPersistence() {
1330                    return orgLaborPersistence;
1331            }
1332    
1333            /**
1334             * Sets the org labor persistence.
1335             *
1336             * @param orgLaborPersistence the org labor persistence
1337             */
1338            public void setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence) {
1339                    this.orgLaborPersistence = orgLaborPersistence;
1340            }
1341    
1342            /**
1343             * Gets the password policy local service.
1344             *
1345             * @return the password policy local service
1346             */
1347            public PasswordPolicyLocalService getPasswordPolicyLocalService() {
1348                    return passwordPolicyLocalService;
1349            }
1350    
1351            /**
1352             * Sets the password policy local service.
1353             *
1354             * @param passwordPolicyLocalService the password policy local service
1355             */
1356            public void setPasswordPolicyLocalService(
1357                    PasswordPolicyLocalService passwordPolicyLocalService) {
1358                    this.passwordPolicyLocalService = passwordPolicyLocalService;
1359            }
1360    
1361            /**
1362             * Gets the password policy remote service.
1363             *
1364             * @return the password policy remote service
1365             */
1366            public PasswordPolicyService getPasswordPolicyService() {
1367                    return passwordPolicyService;
1368            }
1369    
1370            /**
1371             * Sets the password policy remote service.
1372             *
1373             * @param passwordPolicyService the password policy remote service
1374             */
1375            public void setPasswordPolicyService(
1376                    PasswordPolicyService passwordPolicyService) {
1377                    this.passwordPolicyService = passwordPolicyService;
1378            }
1379    
1380            /**
1381             * Gets the password policy persistence.
1382             *
1383             * @return the password policy persistence
1384             */
1385            public PasswordPolicyPersistence getPasswordPolicyPersistence() {
1386                    return passwordPolicyPersistence;
1387            }
1388    
1389            /**
1390             * Sets the password policy persistence.
1391             *
1392             * @param passwordPolicyPersistence the password policy persistence
1393             */
1394            public void setPasswordPolicyPersistence(
1395                    PasswordPolicyPersistence passwordPolicyPersistence) {
1396                    this.passwordPolicyPersistence = passwordPolicyPersistence;
1397            }
1398    
1399            /**
1400             * Gets the password policy finder.
1401             *
1402             * @return the password policy finder
1403             */
1404            public PasswordPolicyFinder getPasswordPolicyFinder() {
1405                    return passwordPolicyFinder;
1406            }
1407    
1408            /**
1409             * Sets the password policy finder.
1410             *
1411             * @param passwordPolicyFinder the password policy finder
1412             */
1413            public void setPasswordPolicyFinder(
1414                    PasswordPolicyFinder passwordPolicyFinder) {
1415                    this.passwordPolicyFinder = passwordPolicyFinder;
1416            }
1417    
1418            /**
1419             * Gets the password policy rel local service.
1420             *
1421             * @return the password policy rel local service
1422             */
1423            public PasswordPolicyRelLocalService getPasswordPolicyRelLocalService() {
1424                    return passwordPolicyRelLocalService;
1425            }
1426    
1427            /**
1428             * Sets the password policy rel local service.
1429             *
1430             * @param passwordPolicyRelLocalService the password policy rel local service
1431             */
1432            public void setPasswordPolicyRelLocalService(
1433                    PasswordPolicyRelLocalService passwordPolicyRelLocalService) {
1434                    this.passwordPolicyRelLocalService = passwordPolicyRelLocalService;
1435            }
1436    
1437            /**
1438             * Gets the password policy rel persistence.
1439             *
1440             * @return the password policy rel persistence
1441             */
1442            public PasswordPolicyRelPersistence getPasswordPolicyRelPersistence() {
1443                    return passwordPolicyRelPersistence;
1444            }
1445    
1446            /**
1447             * Sets the password policy rel persistence.
1448             *
1449             * @param passwordPolicyRelPersistence the password policy rel persistence
1450             */
1451            public void setPasswordPolicyRelPersistence(
1452                    PasswordPolicyRelPersistence passwordPolicyRelPersistence) {
1453                    this.passwordPolicyRelPersistence = passwordPolicyRelPersistence;
1454            }
1455    
1456            /**
1457             * Gets the password tracker local service.
1458             *
1459             * @return the password tracker local service
1460             */
1461            public PasswordTrackerLocalService getPasswordTrackerLocalService() {
1462                    return passwordTrackerLocalService;
1463            }
1464    
1465            /**
1466             * Sets the password tracker local service.
1467             *
1468             * @param passwordTrackerLocalService the password tracker local service
1469             */
1470            public void setPasswordTrackerLocalService(
1471                    PasswordTrackerLocalService passwordTrackerLocalService) {
1472                    this.passwordTrackerLocalService = passwordTrackerLocalService;
1473            }
1474    
1475            /**
1476             * Gets the password tracker persistence.
1477             *
1478             * @return the password tracker persistence
1479             */
1480            public PasswordTrackerPersistence getPasswordTrackerPersistence() {
1481                    return passwordTrackerPersistence;
1482            }
1483    
1484            /**
1485             * Sets the password tracker persistence.
1486             *
1487             * @param passwordTrackerPersistence the password tracker persistence
1488             */
1489            public void setPasswordTrackerPersistence(
1490                    PasswordTrackerPersistence passwordTrackerPersistence) {
1491                    this.passwordTrackerPersistence = passwordTrackerPersistence;
1492            }
1493    
1494            /**
1495             * Gets the permission local service.
1496             *
1497             * @return the permission local service
1498             */
1499            public PermissionLocalService getPermissionLocalService() {
1500                    return permissionLocalService;
1501            }
1502    
1503            /**
1504             * Sets the permission local service.
1505             *
1506             * @param permissionLocalService the permission local service
1507             */
1508            public void setPermissionLocalService(
1509                    PermissionLocalService permissionLocalService) {
1510                    this.permissionLocalService = permissionLocalService;
1511            }
1512    
1513            /**
1514             * Gets the permission remote service.
1515             *
1516             * @return the permission remote service
1517             */
1518            public PermissionService getPermissionService() {
1519                    return permissionService;
1520            }
1521    
1522            /**
1523             * Sets the permission remote service.
1524             *
1525             * @param permissionService the permission remote service
1526             */
1527            public void setPermissionService(PermissionService permissionService) {
1528                    this.permissionService = permissionService;
1529            }
1530    
1531            /**
1532             * Gets the permission persistence.
1533             *
1534             * @return the permission persistence
1535             */
1536            public PermissionPersistence getPermissionPersistence() {
1537                    return permissionPersistence;
1538            }
1539    
1540            /**
1541             * Sets the permission persistence.
1542             *
1543             * @param permissionPersistence the permission persistence
1544             */
1545            public void setPermissionPersistence(
1546                    PermissionPersistence permissionPersistence) {
1547                    this.permissionPersistence = permissionPersistence;
1548            }
1549    
1550            /**
1551             * Gets the permission finder.
1552             *
1553             * @return the permission finder
1554             */
1555            public PermissionFinder getPermissionFinder() {
1556                    return permissionFinder;
1557            }
1558    
1559            /**
1560             * Sets the permission finder.
1561             *
1562             * @param permissionFinder the permission finder
1563             */
1564            public void setPermissionFinder(PermissionFinder permissionFinder) {
1565                    this.permissionFinder = permissionFinder;
1566            }
1567    
1568            /**
1569             * Gets the phone local service.
1570             *
1571             * @return the phone local service
1572             */
1573            public PhoneLocalService getPhoneLocalService() {
1574                    return phoneLocalService;
1575            }
1576    
1577            /**
1578             * Sets the phone local service.
1579             *
1580             * @param phoneLocalService the phone local service
1581             */
1582            public void setPhoneLocalService(PhoneLocalService phoneLocalService) {
1583                    this.phoneLocalService = phoneLocalService;
1584            }
1585    
1586            /**
1587             * Gets the phone remote service.
1588             *
1589             * @return the phone remote service
1590             */
1591            public PhoneService getPhoneService() {
1592                    return phoneService;
1593            }
1594    
1595            /**
1596             * Sets the phone remote service.
1597             *
1598             * @param phoneService the phone remote service
1599             */
1600            public void setPhoneService(PhoneService phoneService) {
1601                    this.phoneService = phoneService;
1602            }
1603    
1604            /**
1605             * Gets the phone persistence.
1606             *
1607             * @return the phone persistence
1608             */
1609            public PhonePersistence getPhonePersistence() {
1610                    return phonePersistence;
1611            }
1612    
1613            /**
1614             * Sets the phone persistence.
1615             *
1616             * @param phonePersistence the phone persistence
1617             */
1618            public void setPhonePersistence(PhonePersistence phonePersistence) {
1619                    this.phonePersistence = phonePersistence;
1620            }
1621    
1622            /**
1623             * Gets the plugin setting local service.
1624             *
1625             * @return the plugin setting local service
1626             */
1627            public PluginSettingLocalService getPluginSettingLocalService() {
1628                    return pluginSettingLocalService;
1629            }
1630    
1631            /**
1632             * Sets the plugin setting local service.
1633             *
1634             * @param pluginSettingLocalService the plugin setting local service
1635             */
1636            public void setPluginSettingLocalService(
1637                    PluginSettingLocalService pluginSettingLocalService) {
1638                    this.pluginSettingLocalService = pluginSettingLocalService;
1639            }
1640    
1641            /**
1642             * Gets the plugin setting remote service.
1643             *
1644             * @return the plugin setting remote service
1645             */
1646            public PluginSettingService getPluginSettingService() {
1647                    return pluginSettingService;
1648            }
1649    
1650            /**
1651             * Sets the plugin setting remote service.
1652             *
1653             * @param pluginSettingService the plugin setting remote service
1654             */
1655            public void setPluginSettingService(
1656                    PluginSettingService pluginSettingService) {
1657                    this.pluginSettingService = pluginSettingService;
1658            }
1659    
1660            /**
1661             * Gets the plugin setting persistence.
1662             *
1663             * @return the plugin setting persistence
1664             */
1665            public PluginSettingPersistence getPluginSettingPersistence() {
1666                    return pluginSettingPersistence;
1667            }
1668    
1669            /**
1670             * Sets the plugin setting persistence.
1671             *
1672             * @param pluginSettingPersistence the plugin setting persistence
1673             */
1674            public void setPluginSettingPersistence(
1675                    PluginSettingPersistence pluginSettingPersistence) {
1676                    this.pluginSettingPersistence = pluginSettingPersistence;
1677            }
1678    
1679            /**
1680             * Gets the portal local service.
1681             *
1682             * @return the portal local service
1683             */
1684            public PortalLocalService getPortalLocalService() {
1685                    return portalLocalService;
1686            }
1687    
1688            /**
1689             * Sets the portal local service.
1690             *
1691             * @param portalLocalService the portal local service
1692             */
1693            public void setPortalLocalService(PortalLocalService portalLocalService) {
1694                    this.portalLocalService = portalLocalService;
1695            }
1696    
1697            /**
1698             * Gets the portal remote service.
1699             *
1700             * @return the portal remote service
1701             */
1702            public PortalService getPortalService() {
1703                    return portalService;
1704            }
1705    
1706            /**
1707             * Sets the portal remote service.
1708             *
1709             * @param portalService the portal remote service
1710             */
1711            public void setPortalService(PortalService portalService) {
1712                    this.portalService = portalService;
1713            }
1714    
1715            /**
1716             * Gets the portlet local service.
1717             *
1718             * @return the portlet local service
1719             */
1720            public PortletLocalService getPortletLocalService() {
1721                    return portletLocalService;
1722            }
1723    
1724            /**
1725             * Sets the portlet local service.
1726             *
1727             * @param portletLocalService the portlet local service
1728             */
1729            public void setPortletLocalService(PortletLocalService portletLocalService) {
1730                    this.portletLocalService = portletLocalService;
1731            }
1732    
1733            /**
1734             * Gets the portlet remote service.
1735             *
1736             * @return the portlet remote service
1737             */
1738            public PortletService getPortletService() {
1739                    return portletService;
1740            }
1741    
1742            /**
1743             * Sets the portlet remote service.
1744             *
1745             * @param portletService the portlet remote service
1746             */
1747            public void setPortletService(PortletService portletService) {
1748                    this.portletService = portletService;
1749            }
1750    
1751            /**
1752             * Gets the portlet persistence.
1753             *
1754             * @return the portlet persistence
1755             */
1756            public PortletPersistence getPortletPersistence() {
1757                    return portletPersistence;
1758            }
1759    
1760            /**
1761             * Sets the portlet persistence.
1762             *
1763             * @param portletPersistence the portlet persistence
1764             */
1765            public void setPortletPersistence(PortletPersistence portletPersistence) {
1766                    this.portletPersistence = portletPersistence;
1767            }
1768    
1769            /**
1770             * Gets the portlet item local service.
1771             *
1772             * @return the portlet item local service
1773             */
1774            public PortletItemLocalService getPortletItemLocalService() {
1775                    return portletItemLocalService;
1776            }
1777    
1778            /**
1779             * Sets the portlet item local service.
1780             *
1781             * @param portletItemLocalService the portlet item local service
1782             */
1783            public void setPortletItemLocalService(
1784                    PortletItemLocalService portletItemLocalService) {
1785                    this.portletItemLocalService = portletItemLocalService;
1786            }
1787    
1788            /**
1789             * Gets the portlet item persistence.
1790             *
1791             * @return the portlet item persistence
1792             */
1793            public PortletItemPersistence getPortletItemPersistence() {
1794                    return portletItemPersistence;
1795            }
1796    
1797            /**
1798             * Sets the portlet item persistence.
1799             *
1800             * @param portletItemPersistence the portlet item persistence
1801             */
1802            public void setPortletItemPersistence(
1803                    PortletItemPersistence portletItemPersistence) {
1804                    this.portletItemPersistence = portletItemPersistence;
1805            }
1806    
1807            /**
1808             * Gets the portlet preferences local service.
1809             *
1810             * @return the portlet preferences local service
1811             */
1812            public PortletPreferencesLocalService getPortletPreferencesLocalService() {
1813                    return portletPreferencesLocalService;
1814            }
1815    
1816            /**
1817             * Sets the portlet preferences local service.
1818             *
1819             * @param portletPreferencesLocalService the portlet preferences local service
1820             */
1821            public void setPortletPreferencesLocalService(
1822                    PortletPreferencesLocalService portletPreferencesLocalService) {
1823                    this.portletPreferencesLocalService = portletPreferencesLocalService;
1824            }
1825    
1826            /**
1827             * Gets the portlet preferences remote service.
1828             *
1829             * @return the portlet preferences remote service
1830             */
1831            public PortletPreferencesService getPortletPreferencesService() {
1832                    return portletPreferencesService;
1833            }
1834    
1835            /**
1836             * Sets the portlet preferences remote service.
1837             *
1838             * @param portletPreferencesService the portlet preferences remote service
1839             */
1840            public void setPortletPreferencesService(
1841                    PortletPreferencesService portletPreferencesService) {
1842                    this.portletPreferencesService = portletPreferencesService;
1843            }
1844    
1845            /**
1846             * Gets the portlet preferences persistence.
1847             *
1848             * @return the portlet preferences persistence
1849             */
1850            public PortletPreferencesPersistence getPortletPreferencesPersistence() {
1851                    return portletPreferencesPersistence;
1852            }
1853    
1854            /**
1855             * Sets the portlet preferences persistence.
1856             *
1857             * @param portletPreferencesPersistence the portlet preferences persistence
1858             */
1859            public void setPortletPreferencesPersistence(
1860                    PortletPreferencesPersistence portletPreferencesPersistence) {
1861                    this.portletPreferencesPersistence = portletPreferencesPersistence;
1862            }
1863    
1864            /**
1865             * Gets the portlet preferences finder.
1866             *
1867             * @return the portlet preferences finder
1868             */
1869            public PortletPreferencesFinder getPortletPreferencesFinder() {
1870                    return portletPreferencesFinder;
1871            }
1872    
1873            /**
1874             * Sets the portlet preferences finder.
1875             *
1876             * @param portletPreferencesFinder the portlet preferences finder
1877             */
1878            public void setPortletPreferencesFinder(
1879                    PortletPreferencesFinder portletPreferencesFinder) {
1880                    this.portletPreferencesFinder = portletPreferencesFinder;
1881            }
1882    
1883            /**
1884             * Gets the quartz local service.
1885             *
1886             * @return the quartz local service
1887             */
1888            public QuartzLocalService getQuartzLocalService() {
1889                    return quartzLocalService;
1890            }
1891    
1892            /**
1893             * Sets the quartz local service.
1894             *
1895             * @param quartzLocalService the quartz local service
1896             */
1897            public void setQuartzLocalService(QuartzLocalService quartzLocalService) {
1898                    this.quartzLocalService = quartzLocalService;
1899            }
1900    
1901            /**
1902             * Gets the region remote service.
1903             *
1904             * @return the region remote service
1905             */
1906            public RegionService getRegionService() {
1907                    return regionService;
1908            }
1909    
1910            /**
1911             * Sets the region remote service.
1912             *
1913             * @param regionService the region remote service
1914             */
1915            public void setRegionService(RegionService regionService) {
1916                    this.regionService = regionService;
1917            }
1918    
1919            /**
1920             * Gets the region persistence.
1921             *
1922             * @return the region persistence
1923             */
1924            public RegionPersistence getRegionPersistence() {
1925                    return regionPersistence;
1926            }
1927    
1928            /**
1929             * Sets the region persistence.
1930             *
1931             * @param regionPersistence the region persistence
1932             */
1933            public void setRegionPersistence(RegionPersistence regionPersistence) {
1934                    this.regionPersistence = regionPersistence;
1935            }
1936    
1937            /**
1938             * Gets the release local service.
1939             *
1940             * @return the release local service
1941             */
1942            public ReleaseLocalService getReleaseLocalService() {
1943                    return releaseLocalService;
1944            }
1945    
1946            /**
1947             * Sets the release local service.
1948             *
1949             * @param releaseLocalService the release local service
1950             */
1951            public void setReleaseLocalService(ReleaseLocalService releaseLocalService) {
1952                    this.releaseLocalService = releaseLocalService;
1953            }
1954    
1955            /**
1956             * Gets the release persistence.
1957             *
1958             * @return the release persistence
1959             */
1960            public ReleasePersistence getReleasePersistence() {
1961                    return releasePersistence;
1962            }
1963    
1964            /**
1965             * Sets the release persistence.
1966             *
1967             * @param releasePersistence the release persistence
1968             */
1969            public void setReleasePersistence(ReleasePersistence releasePersistence) {
1970                    this.releasePersistence = releasePersistence;
1971            }
1972    
1973            /**
1974             * Gets the resource local service.
1975             *
1976             * @return the resource local service
1977             */
1978            public ResourceLocalService getResourceLocalService() {
1979                    return resourceLocalService;
1980            }
1981    
1982            /**
1983             * Sets the resource local service.
1984             *
1985             * @param resourceLocalService the resource local service
1986             */
1987            public void setResourceLocalService(
1988                    ResourceLocalService resourceLocalService) {
1989                    this.resourceLocalService = resourceLocalService;
1990            }
1991    
1992            /**
1993             * Gets the resource remote service.
1994             *
1995             * @return the resource remote service
1996             */
1997            public ResourceService getResourceService() {
1998                    return resourceService;
1999            }
2000    
2001            /**
2002             * Sets the resource remote service.
2003             *
2004             * @param resourceService the resource remote service
2005             */
2006            public void setResourceService(ResourceService resourceService) {
2007                    this.resourceService = resourceService;
2008            }
2009    
2010            /**
2011             * Gets the resource persistence.
2012             *
2013             * @return the resource persistence
2014             */
2015            public ResourcePersistence getResourcePersistence() {
2016                    return resourcePersistence;
2017            }
2018    
2019            /**
2020             * Sets the resource persistence.
2021             *
2022             * @param resourcePersistence the resource persistence
2023             */
2024            public void setResourcePersistence(ResourcePersistence resourcePersistence) {
2025                    this.resourcePersistence = resourcePersistence;
2026            }
2027    
2028            /**
2029             * Gets the resource finder.
2030             *
2031             * @return the resource finder
2032             */
2033            public ResourceFinder getResourceFinder() {
2034                    return resourceFinder;
2035            }
2036    
2037            /**
2038             * Sets the resource finder.
2039             *
2040             * @param resourceFinder the resource finder
2041             */
2042            public void setResourceFinder(ResourceFinder resourceFinder) {
2043                    this.resourceFinder = resourceFinder;
2044            }
2045    
2046            /**
2047             * Gets the resource action local service.
2048             *
2049             * @return the resource action local service
2050             */
2051            public ResourceActionLocalService getResourceActionLocalService() {
2052                    return resourceActionLocalService;
2053            }
2054    
2055            /**
2056             * Sets the resource action local service.
2057             *
2058             * @param resourceActionLocalService the resource action local service
2059             */
2060            public void setResourceActionLocalService(
2061                    ResourceActionLocalService resourceActionLocalService) {
2062                    this.resourceActionLocalService = resourceActionLocalService;
2063            }
2064    
2065            /**
2066             * Gets the resource action persistence.
2067             *
2068             * @return the resource action persistence
2069             */
2070            public ResourceActionPersistence getResourceActionPersistence() {
2071                    return resourceActionPersistence;
2072            }
2073    
2074            /**
2075             * Sets the resource action persistence.
2076             *
2077             * @param resourceActionPersistence the resource action persistence
2078             */
2079            public void setResourceActionPersistence(
2080                    ResourceActionPersistence resourceActionPersistence) {
2081                    this.resourceActionPersistence = resourceActionPersistence;
2082            }
2083    
2084            /**
2085             * Gets the resource code local service.
2086             *
2087             * @return the resource code local service
2088             */
2089            public ResourceCodeLocalService getResourceCodeLocalService() {
2090                    return resourceCodeLocalService;
2091            }
2092    
2093            /**
2094             * Sets the resource code local service.
2095             *
2096             * @param resourceCodeLocalService the resource code local service
2097             */
2098            public void setResourceCodeLocalService(
2099                    ResourceCodeLocalService resourceCodeLocalService) {
2100                    this.resourceCodeLocalService = resourceCodeLocalService;
2101            }
2102    
2103            /**
2104             * Gets the resource code persistence.
2105             *
2106             * @return the resource code persistence
2107             */
2108            public ResourceCodePersistence getResourceCodePersistence() {
2109                    return resourceCodePersistence;
2110            }
2111    
2112            /**
2113             * Sets the resource code persistence.
2114             *
2115             * @param resourceCodePersistence the resource code persistence
2116             */
2117            public void setResourceCodePersistence(
2118                    ResourceCodePersistence resourceCodePersistence) {
2119                    this.resourceCodePersistence = resourceCodePersistence;
2120            }
2121    
2122            /**
2123             * Gets the resource permission local service.
2124             *
2125             * @return the resource permission local service
2126             */
2127            public ResourcePermissionLocalService getResourcePermissionLocalService() {
2128                    return resourcePermissionLocalService;
2129            }
2130    
2131            /**
2132             * Sets the resource permission local service.
2133             *
2134             * @param resourcePermissionLocalService the resource permission local service
2135             */
2136            public void setResourcePermissionLocalService(
2137                    ResourcePermissionLocalService resourcePermissionLocalService) {
2138                    this.resourcePermissionLocalService = resourcePermissionLocalService;
2139            }
2140    
2141            /**
2142             * Gets the resource permission remote service.
2143             *
2144             * @return the resource permission remote service
2145             */
2146            public ResourcePermissionService getResourcePermissionService() {
2147                    return resourcePermissionService;
2148            }
2149    
2150            /**
2151             * Sets the resource permission remote service.
2152             *
2153             * @param resourcePermissionService the resource permission remote service
2154             */
2155            public void setResourcePermissionService(
2156                    ResourcePermissionService resourcePermissionService) {
2157                    this.resourcePermissionService = resourcePermissionService;
2158            }
2159    
2160            /**
2161             * Gets the resource permission persistence.
2162             *
2163             * @return the resource permission persistence
2164             */
2165            public ResourcePermissionPersistence getResourcePermissionPersistence() {
2166                    return resourcePermissionPersistence;
2167            }
2168    
2169            /**
2170             * Sets the resource permission persistence.
2171             *
2172             * @param resourcePermissionPersistence the resource permission persistence
2173             */
2174            public void setResourcePermissionPersistence(
2175                    ResourcePermissionPersistence resourcePermissionPersistence) {
2176                    this.resourcePermissionPersistence = resourcePermissionPersistence;
2177            }
2178    
2179            /**
2180             * Gets the resource permission finder.
2181             *
2182             * @return the resource permission finder
2183             */
2184            public ResourcePermissionFinder getResourcePermissionFinder() {
2185                    return resourcePermissionFinder;
2186            }
2187    
2188            /**
2189             * Sets the resource permission finder.
2190             *
2191             * @param resourcePermissionFinder the resource permission finder
2192             */
2193            public void setResourcePermissionFinder(
2194                    ResourcePermissionFinder resourcePermissionFinder) {
2195                    this.resourcePermissionFinder = resourcePermissionFinder;
2196            }
2197    
2198            /**
2199             * Gets the role local service.
2200             *
2201             * @return the role local service
2202             */
2203            public RoleLocalService getRoleLocalService() {
2204                    return roleLocalService;
2205            }
2206    
2207            /**
2208             * Sets the role local service.
2209             *
2210             * @param roleLocalService the role local service
2211             */
2212            public void setRoleLocalService(RoleLocalService roleLocalService) {
2213                    this.roleLocalService = roleLocalService;
2214            }
2215    
2216            /**
2217             * Gets the role remote service.
2218             *
2219             * @return the role remote service
2220             */
2221            public RoleService getRoleService() {
2222                    return roleService;
2223            }
2224    
2225            /**
2226             * Sets the role remote service.
2227             *
2228             * @param roleService the role remote service
2229             */
2230            public void setRoleService(RoleService roleService) {
2231                    this.roleService = roleService;
2232            }
2233    
2234            /**
2235             * Gets the role persistence.
2236             *
2237             * @return the role persistence
2238             */
2239            public RolePersistence getRolePersistence() {
2240                    return rolePersistence;
2241            }
2242    
2243            /**
2244             * Sets the role persistence.
2245             *
2246             * @param rolePersistence the role persistence
2247             */
2248            public void setRolePersistence(RolePersistence rolePersistence) {
2249                    this.rolePersistence = rolePersistence;
2250            }
2251    
2252            /**
2253             * Gets the role finder.
2254             *
2255             * @return the role finder
2256             */
2257            public RoleFinder getRoleFinder() {
2258                    return roleFinder;
2259            }
2260    
2261            /**
2262             * Sets the role finder.
2263             *
2264             * @param roleFinder the role finder
2265             */
2266            public void setRoleFinder(RoleFinder roleFinder) {
2267                    this.roleFinder = roleFinder;
2268            }
2269    
2270            /**
2271             * Gets the service component local service.
2272             *
2273             * @return the service component local service
2274             */
2275            public ServiceComponentLocalService getServiceComponentLocalService() {
2276                    return serviceComponentLocalService;
2277            }
2278    
2279            /**
2280             * Sets the service component local service.
2281             *
2282             * @param serviceComponentLocalService the service component local service
2283             */
2284            public void setServiceComponentLocalService(
2285                    ServiceComponentLocalService serviceComponentLocalService) {
2286                    this.serviceComponentLocalService = serviceComponentLocalService;
2287            }
2288    
2289            /**
2290             * Gets the service component persistence.
2291             *
2292             * @return the service component persistence
2293             */
2294            public ServiceComponentPersistence getServiceComponentPersistence() {
2295                    return serviceComponentPersistence;
2296            }
2297    
2298            /**
2299             * Sets the service component persistence.
2300             *
2301             * @param serviceComponentPersistence the service component persistence
2302             */
2303            public void setServiceComponentPersistence(
2304                    ServiceComponentPersistence serviceComponentPersistence) {
2305                    this.serviceComponentPersistence = serviceComponentPersistence;
2306            }
2307    
2308            /**
2309             * Gets the shard local service.
2310             *
2311             * @return the shard local service
2312             */
2313            public ShardLocalService getShardLocalService() {
2314                    return shardLocalService;
2315            }
2316    
2317            /**
2318             * Sets the shard local service.
2319             *
2320             * @param shardLocalService the shard local service
2321             */
2322            public void setShardLocalService(ShardLocalService shardLocalService) {
2323                    this.shardLocalService = shardLocalService;
2324            }
2325    
2326            /**
2327             * Gets the shard persistence.
2328             *
2329             * @return the shard persistence
2330             */
2331            public ShardPersistence getShardPersistence() {
2332                    return shardPersistence;
2333            }
2334    
2335            /**
2336             * Sets the shard persistence.
2337             *
2338             * @param shardPersistence the shard persistence
2339             */
2340            public void setShardPersistence(ShardPersistence shardPersistence) {
2341                    this.shardPersistence = shardPersistence;
2342            }
2343    
2344            /**
2345             * Gets the subscription local service.
2346             *
2347             * @return the subscription local service
2348             */
2349            public SubscriptionLocalService getSubscriptionLocalService() {
2350                    return subscriptionLocalService;
2351            }
2352    
2353            /**
2354             * Sets the subscription local service.
2355             *
2356             * @param subscriptionLocalService the subscription local service
2357             */
2358            public void setSubscriptionLocalService(
2359                    SubscriptionLocalService subscriptionLocalService) {
2360                    this.subscriptionLocalService = subscriptionLocalService;
2361            }
2362    
2363            /**
2364             * Gets the subscription persistence.
2365             *
2366             * @return the subscription persistence
2367             */
2368            public SubscriptionPersistence getSubscriptionPersistence() {
2369                    return subscriptionPersistence;
2370            }
2371    
2372            /**
2373             * Sets the subscription persistence.
2374             *
2375             * @param subscriptionPersistence the subscription persistence
2376             */
2377            public void setSubscriptionPersistence(
2378                    SubscriptionPersistence subscriptionPersistence) {
2379                    this.subscriptionPersistence = subscriptionPersistence;
2380            }
2381    
2382            /**
2383             * Gets the ticket local service.
2384             *
2385             * @return the ticket local service
2386             */
2387            public TicketLocalService getTicketLocalService() {
2388                    return ticketLocalService;
2389            }
2390    
2391            /**
2392             * Sets the ticket local service.
2393             *
2394             * @param ticketLocalService the ticket local service
2395             */
2396            public void setTicketLocalService(TicketLocalService ticketLocalService) {
2397                    this.ticketLocalService = ticketLocalService;
2398            }
2399    
2400            /**
2401             * Gets the ticket persistence.
2402             *
2403             * @return the ticket persistence
2404             */
2405            public TicketPersistence getTicketPersistence() {
2406                    return ticketPersistence;
2407            }
2408    
2409            /**
2410             * Sets the ticket persistence.
2411             *
2412             * @param ticketPersistence the ticket persistence
2413             */
2414            public void setTicketPersistence(TicketPersistence ticketPersistence) {
2415                    this.ticketPersistence = ticketPersistence;
2416            }
2417    
2418            /**
2419             * Gets the team local service.
2420             *
2421             * @return the team local service
2422             */
2423            public TeamLocalService getTeamLocalService() {
2424                    return teamLocalService;
2425            }
2426    
2427            /**
2428             * Sets the team local service.
2429             *
2430             * @param teamLocalService the team local service
2431             */
2432            public void setTeamLocalService(TeamLocalService teamLocalService) {
2433                    this.teamLocalService = teamLocalService;
2434            }
2435    
2436            /**
2437             * Gets the team remote service.
2438             *
2439             * @return the team remote service
2440             */
2441            public TeamService getTeamService() {
2442                    return teamService;
2443            }
2444    
2445            /**
2446             * Sets the team remote service.
2447             *
2448             * @param teamService the team remote service
2449             */
2450            public void setTeamService(TeamService teamService) {
2451                    this.teamService = teamService;
2452            }
2453    
2454            /**
2455             * Gets the team persistence.
2456             *
2457             * @return the team persistence
2458             */
2459            public TeamPersistence getTeamPersistence() {
2460                    return teamPersistence;
2461            }
2462    
2463            /**
2464             * Sets the team persistence.
2465             *
2466             * @param teamPersistence the team persistence
2467             */
2468            public void setTeamPersistence(TeamPersistence teamPersistence) {
2469                    this.teamPersistence = teamPersistence;
2470            }
2471    
2472            /**
2473             * Gets the team finder.
2474             *
2475             * @return the team finder
2476             */
2477            public TeamFinder getTeamFinder() {
2478                    return teamFinder;
2479            }
2480    
2481            /**
2482             * Sets the team finder.
2483             *
2484             * @param teamFinder the team finder
2485             */
2486            public void setTeamFinder(TeamFinder teamFinder) {
2487                    this.teamFinder = teamFinder;
2488            }
2489    
2490            /**
2491             * Gets the theme local service.
2492             *
2493             * @return the theme local service
2494             */
2495            public ThemeLocalService getThemeLocalService() {
2496                    return themeLocalService;
2497            }
2498    
2499            /**
2500             * Sets the theme local service.
2501             *
2502             * @param themeLocalService the theme local service
2503             */
2504            public void setThemeLocalService(ThemeLocalService themeLocalService) {
2505                    this.themeLocalService = themeLocalService;
2506            }
2507    
2508            /**
2509             * Gets the theme remote service.
2510             *
2511             * @return the theme remote service
2512             */
2513            public ThemeService getThemeService() {
2514                    return themeService;
2515            }
2516    
2517            /**
2518             * Sets the theme remote service.
2519             *
2520             * @param themeService the theme remote service
2521             */
2522            public void setThemeService(ThemeService themeService) {
2523                    this.themeService = themeService;
2524            }
2525    
2526            /**
2527             * Gets the user local service.
2528             *
2529             * @return the user local service
2530             */
2531            public UserLocalService getUserLocalService() {
2532                    return userLocalService;
2533            }
2534    
2535            /**
2536             * Sets the user local service.
2537             *
2538             * @param userLocalService the user local service
2539             */
2540            public void setUserLocalService(UserLocalService userLocalService) {
2541                    this.userLocalService = userLocalService;
2542            }
2543    
2544            /**
2545             * Gets the user remote service.
2546             *
2547             * @return the user remote service
2548             */
2549            public UserService getUserService() {
2550                    return userService;
2551            }
2552    
2553            /**
2554             * Sets the user remote service.
2555             *
2556             * @param userService the user remote service
2557             */
2558            public void setUserService(UserService userService) {
2559                    this.userService = userService;
2560            }
2561    
2562            /**
2563             * Gets the user persistence.
2564             *
2565             * @return the user persistence
2566             */
2567            public UserPersistence getUserPersistence() {
2568                    return userPersistence;
2569            }
2570    
2571            /**
2572             * Sets the user persistence.
2573             *
2574             * @param userPersistence the user persistence
2575             */
2576            public void setUserPersistence(UserPersistence userPersistence) {
2577                    this.userPersistence = userPersistence;
2578            }
2579    
2580            /**
2581             * Gets the user finder.
2582             *
2583             * @return the user finder
2584             */
2585            public UserFinder getUserFinder() {
2586                    return userFinder;
2587            }
2588    
2589            /**
2590             * Sets the user finder.
2591             *
2592             * @param userFinder the user finder
2593             */
2594            public void setUserFinder(UserFinder userFinder) {
2595                    this.userFinder = userFinder;
2596            }
2597    
2598            /**
2599             * Gets the user group local service.
2600             *
2601             * @return the user group local service
2602             */
2603            public UserGroupLocalService getUserGroupLocalService() {
2604                    return userGroupLocalService;
2605            }
2606    
2607            /**
2608             * Sets the user group local service.
2609             *
2610             * @param userGroupLocalService the user group local service
2611             */
2612            public void setUserGroupLocalService(
2613                    UserGroupLocalService userGroupLocalService) {
2614                    this.userGroupLocalService = userGroupLocalService;
2615            }
2616    
2617            /**
2618             * Gets the user group remote service.
2619             *
2620             * @return the user group remote service
2621             */
2622            public UserGroupService getUserGroupService() {
2623                    return userGroupService;
2624            }
2625    
2626            /**
2627             * Sets the user group remote service.
2628             *
2629             * @param userGroupService the user group remote service
2630             */
2631            public void setUserGroupService(UserGroupService userGroupService) {
2632                    this.userGroupService = userGroupService;
2633            }
2634    
2635            /**
2636             * Gets the user group persistence.
2637             *
2638             * @return the user group persistence
2639             */
2640            public UserGroupPersistence getUserGroupPersistence() {
2641                    return userGroupPersistence;
2642            }
2643    
2644            /**
2645             * Sets the user group persistence.
2646             *
2647             * @param userGroupPersistence the user group persistence
2648             */
2649            public void setUserGroupPersistence(
2650                    UserGroupPersistence userGroupPersistence) {
2651                    this.userGroupPersistence = userGroupPersistence;
2652            }
2653    
2654            /**
2655             * Gets the user group finder.
2656             *
2657             * @return the user group finder
2658             */
2659            public UserGroupFinder getUserGroupFinder() {
2660                    return userGroupFinder;
2661            }
2662    
2663            /**
2664             * Sets the user group finder.
2665             *
2666             * @param userGroupFinder the user group finder
2667             */
2668            public void setUserGroupFinder(UserGroupFinder userGroupFinder) {
2669                    this.userGroupFinder = userGroupFinder;
2670            }
2671    
2672            /**
2673             * Gets the user group group role local service.
2674             *
2675             * @return the user group group role local service
2676             */
2677            public UserGroupGroupRoleLocalService getUserGroupGroupRoleLocalService() {
2678                    return userGroupGroupRoleLocalService;
2679            }
2680    
2681            /**
2682             * Sets the user group group role local service.
2683             *
2684             * @param userGroupGroupRoleLocalService the user group group role local service
2685             */
2686            public void setUserGroupGroupRoleLocalService(
2687                    UserGroupGroupRoleLocalService userGroupGroupRoleLocalService) {
2688                    this.userGroupGroupRoleLocalService = userGroupGroupRoleLocalService;
2689            }
2690    
2691            /**
2692             * Gets the user group group role remote service.
2693             *
2694             * @return the user group group role remote service
2695             */
2696            public UserGroupGroupRoleService getUserGroupGroupRoleService() {
2697                    return userGroupGroupRoleService;
2698            }
2699    
2700            /**
2701             * Sets the user group group role remote service.
2702             *
2703             * @param userGroupGroupRoleService the user group group role remote service
2704             */
2705            public void setUserGroupGroupRoleService(
2706                    UserGroupGroupRoleService userGroupGroupRoleService) {
2707                    this.userGroupGroupRoleService = userGroupGroupRoleService;
2708            }
2709    
2710            /**
2711             * Gets the user group group role persistence.
2712             *
2713             * @return the user group group role persistence
2714             */
2715            public UserGroupGroupRolePersistence getUserGroupGroupRolePersistence() {
2716                    return userGroupGroupRolePersistence;
2717            }
2718    
2719            /**
2720             * Sets the user group group role persistence.
2721             *
2722             * @param userGroupGroupRolePersistence the user group group role persistence
2723             */
2724            public void setUserGroupGroupRolePersistence(
2725                    UserGroupGroupRolePersistence userGroupGroupRolePersistence) {
2726                    this.userGroupGroupRolePersistence = userGroupGroupRolePersistence;
2727            }
2728    
2729            /**
2730             * Gets the user group role local service.
2731             *
2732             * @return the user group role local service
2733             */
2734            public UserGroupRoleLocalService getUserGroupRoleLocalService() {
2735                    return userGroupRoleLocalService;
2736            }
2737    
2738            /**
2739             * Sets the user group role local service.
2740             *
2741             * @param userGroupRoleLocalService the user group role local service
2742             */
2743            public void setUserGroupRoleLocalService(
2744                    UserGroupRoleLocalService userGroupRoleLocalService) {
2745                    this.userGroupRoleLocalService = userGroupRoleLocalService;
2746            }
2747    
2748            /**
2749             * Gets the user group role remote service.
2750             *
2751             * @return the user group role remote service
2752             */
2753            public UserGroupRoleService getUserGroupRoleService() {
2754                    return userGroupRoleService;
2755            }
2756    
2757            /**
2758             * Sets the user group role remote service.
2759             *
2760             * @param userGroupRoleService the user group role remote service
2761             */
2762            public void setUserGroupRoleService(
2763                    UserGroupRoleService userGroupRoleService) {
2764                    this.userGroupRoleService = userGroupRoleService;
2765            }
2766    
2767            /**
2768             * Gets the user group role persistence.
2769             *
2770             * @return the user group role persistence
2771             */
2772            public UserGroupRolePersistence getUserGroupRolePersistence() {
2773                    return userGroupRolePersistence;
2774            }
2775    
2776            /**
2777             * Sets the user group role persistence.
2778             *
2779             * @param userGroupRolePersistence the user group role persistence
2780             */
2781            public void setUserGroupRolePersistence(
2782                    UserGroupRolePersistence userGroupRolePersistence) {
2783                    this.userGroupRolePersistence = userGroupRolePersistence;
2784            }
2785    
2786            /**
2787             * Gets the user group role finder.
2788             *
2789             * @return the user group role finder
2790             */
2791            public UserGroupRoleFinder getUserGroupRoleFinder() {
2792                    return userGroupRoleFinder;
2793            }
2794    
2795            /**
2796             * Sets the user group role finder.
2797             *
2798             * @param userGroupRoleFinder the user group role finder
2799             */
2800            public void setUserGroupRoleFinder(UserGroupRoleFinder userGroupRoleFinder) {
2801                    this.userGroupRoleFinder = userGroupRoleFinder;
2802            }
2803    
2804            /**
2805             * Gets the user id mapper local service.
2806             *
2807             * @return the user id mapper local service
2808             */
2809            public UserIdMapperLocalService getUserIdMapperLocalService() {
2810                    return userIdMapperLocalService;
2811            }
2812    
2813            /**
2814             * Sets the user id mapper local service.
2815             *
2816             * @param userIdMapperLocalService the user id mapper local service
2817             */
2818            public void setUserIdMapperLocalService(
2819                    UserIdMapperLocalService userIdMapperLocalService) {
2820                    this.userIdMapperLocalService = userIdMapperLocalService;
2821            }
2822    
2823            /**
2824             * Gets the user id mapper persistence.
2825             *
2826             * @return the user id mapper persistence
2827             */
2828            public UserIdMapperPersistence getUserIdMapperPersistence() {
2829                    return userIdMapperPersistence;
2830            }
2831    
2832            /**
2833             * Sets the user id mapper persistence.
2834             *
2835             * @param userIdMapperPersistence the user id mapper persistence
2836             */
2837            public void setUserIdMapperPersistence(
2838                    UserIdMapperPersistence userIdMapperPersistence) {
2839                    this.userIdMapperPersistence = userIdMapperPersistence;
2840            }
2841    
2842            /**
2843             * Gets the user tracker local service.
2844             *
2845             * @return the user tracker local service
2846             */
2847            public UserTrackerLocalService getUserTrackerLocalService() {
2848                    return userTrackerLocalService;
2849            }
2850    
2851            /**
2852             * Sets the user tracker local service.
2853             *
2854             * @param userTrackerLocalService the user tracker local service
2855             */
2856            public void setUserTrackerLocalService(
2857                    UserTrackerLocalService userTrackerLocalService) {
2858                    this.userTrackerLocalService = userTrackerLocalService;
2859            }
2860    
2861            /**
2862             * Gets the user tracker persistence.
2863             *
2864             * @return the user tracker persistence
2865             */
2866            public UserTrackerPersistence getUserTrackerPersistence() {
2867                    return userTrackerPersistence;
2868            }
2869    
2870            /**
2871             * Sets the user tracker persistence.
2872             *
2873             * @param userTrackerPersistence the user tracker persistence
2874             */
2875            public void setUserTrackerPersistence(
2876                    UserTrackerPersistence userTrackerPersistence) {
2877                    this.userTrackerPersistence = userTrackerPersistence;
2878            }
2879    
2880            /**
2881             * Gets the user tracker path local service.
2882             *
2883             * @return the user tracker path local service
2884             */
2885            public UserTrackerPathLocalService getUserTrackerPathLocalService() {
2886                    return userTrackerPathLocalService;
2887            }
2888    
2889            /**
2890             * Sets the user tracker path local service.
2891             *
2892             * @param userTrackerPathLocalService the user tracker path local service
2893             */
2894            public void setUserTrackerPathLocalService(
2895                    UserTrackerPathLocalService userTrackerPathLocalService) {
2896                    this.userTrackerPathLocalService = userTrackerPathLocalService;
2897            }
2898    
2899            /**
2900             * Gets the user tracker path persistence.
2901             *
2902             * @return the user tracker path persistence
2903             */
2904            public UserTrackerPathPersistence getUserTrackerPathPersistence() {
2905                    return userTrackerPathPersistence;
2906            }
2907    
2908            /**
2909             * Sets the user tracker path persistence.
2910             *
2911             * @param userTrackerPathPersistence the user tracker path persistence
2912             */
2913            public void setUserTrackerPathPersistence(
2914                    UserTrackerPathPersistence userTrackerPathPersistence) {
2915                    this.userTrackerPathPersistence = userTrackerPathPersistence;
2916            }
2917    
2918            /**
2919             * Gets the web d a v props local service.
2920             *
2921             * @return the web d a v props local service
2922             */
2923            public WebDAVPropsLocalService getWebDAVPropsLocalService() {
2924                    return webDAVPropsLocalService;
2925            }
2926    
2927            /**
2928             * Sets the web d a v props local service.
2929             *
2930             * @param webDAVPropsLocalService the web d a v props local service
2931             */
2932            public void setWebDAVPropsLocalService(
2933                    WebDAVPropsLocalService webDAVPropsLocalService) {
2934                    this.webDAVPropsLocalService = webDAVPropsLocalService;
2935            }
2936    
2937            /**
2938             * Gets the web d a v props persistence.
2939             *
2940             * @return the web d a v props persistence
2941             */
2942            public WebDAVPropsPersistence getWebDAVPropsPersistence() {
2943                    return webDAVPropsPersistence;
2944            }
2945    
2946            /**
2947             * Sets the web d a v props persistence.
2948             *
2949             * @param webDAVPropsPersistence the web d a v props persistence
2950             */
2951            public void setWebDAVPropsPersistence(
2952                    WebDAVPropsPersistence webDAVPropsPersistence) {
2953                    this.webDAVPropsPersistence = webDAVPropsPersistence;
2954            }
2955    
2956            /**
2957             * Gets the website local service.
2958             *
2959             * @return the website local service
2960             */
2961            public WebsiteLocalService getWebsiteLocalService() {
2962                    return websiteLocalService;
2963            }
2964    
2965            /**
2966             * Sets the website local service.
2967             *
2968             * @param websiteLocalService the website local service
2969             */
2970            public void setWebsiteLocalService(WebsiteLocalService websiteLocalService) {
2971                    this.websiteLocalService = websiteLocalService;
2972            }
2973    
2974            /**
2975             * Gets the website remote service.
2976             *
2977             * @return the website remote service
2978             */
2979            public WebsiteService getWebsiteService() {
2980                    return websiteService;
2981            }
2982    
2983            /**
2984             * Sets the website remote service.
2985             *
2986             * @param websiteService the website remote service
2987             */
2988            public void setWebsiteService(WebsiteService websiteService) {
2989                    this.websiteService = websiteService;
2990            }
2991    
2992            /**
2993             * Gets the website persistence.
2994             *
2995             * @return the website persistence
2996             */
2997            public WebsitePersistence getWebsitePersistence() {
2998                    return websitePersistence;
2999            }
3000    
3001            /**
3002             * Sets the website persistence.
3003             *
3004             * @param websitePersistence the website persistence
3005             */
3006            public void setWebsitePersistence(WebsitePersistence websitePersistence) {
3007                    this.websitePersistence = websitePersistence;
3008            }
3009    
3010            /**
3011             * Gets the workflow definition link local service.
3012             *
3013             * @return the workflow definition link local service
3014             */
3015            public WorkflowDefinitionLinkLocalService getWorkflowDefinitionLinkLocalService() {
3016                    return workflowDefinitionLinkLocalService;
3017            }
3018    
3019            /**
3020             * Sets the workflow definition link local service.
3021             *
3022             * @param workflowDefinitionLinkLocalService the workflow definition link local service
3023             */
3024            public void setWorkflowDefinitionLinkLocalService(
3025                    WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService) {
3026                    this.workflowDefinitionLinkLocalService = workflowDefinitionLinkLocalService;
3027            }
3028    
3029            /**
3030             * Gets the workflow definition link persistence.
3031             *
3032             * @return the workflow definition link persistence
3033             */
3034            public WorkflowDefinitionLinkPersistence getWorkflowDefinitionLinkPersistence() {
3035                    return workflowDefinitionLinkPersistence;
3036            }
3037    
3038            /**
3039             * Sets the workflow definition link persistence.
3040             *
3041             * @param workflowDefinitionLinkPersistence the workflow definition link persistence
3042             */
3043            public void setWorkflowDefinitionLinkPersistence(
3044                    WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence) {
3045                    this.workflowDefinitionLinkPersistence = workflowDefinitionLinkPersistence;
3046            }
3047    
3048            /**
3049             * Gets the workflow instance link local service.
3050             *
3051             * @return the workflow instance link local service
3052             */
3053            public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService() {
3054                    return workflowInstanceLinkLocalService;
3055            }
3056    
3057            /**
3058             * Sets the workflow instance link local service.
3059             *
3060             * @param workflowInstanceLinkLocalService the workflow instance link local service
3061             */
3062            public void setWorkflowInstanceLinkLocalService(
3063                    WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService) {
3064                    this.workflowInstanceLinkLocalService = workflowInstanceLinkLocalService;
3065            }
3066    
3067            /**
3068             * Gets the workflow instance link persistence.
3069             *
3070             * @return the workflow instance link persistence
3071             */
3072            public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence() {
3073                    return workflowInstanceLinkPersistence;
3074            }
3075    
3076            /**
3077             * Sets the workflow instance link persistence.
3078             *
3079             * @param workflowInstanceLinkPersistence the workflow instance link persistence
3080             */
3081            public void setWorkflowInstanceLinkPersistence(
3082                    WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence) {
3083                    this.workflowInstanceLinkPersistence = workflowInstanceLinkPersistence;
3084            }
3085    
3086            /**
3087             * Gets the counter local service.
3088             *
3089             * @return the counter local service
3090             */
3091            public CounterLocalService getCounterLocalService() {
3092                    return counterLocalService;
3093            }
3094    
3095            /**
3096             * Sets the counter local service.
3097             *
3098             * @param counterLocalService the counter local service
3099             */
3100            public void setCounterLocalService(CounterLocalService counterLocalService) {
3101                    this.counterLocalService = counterLocalService;
3102            }
3103    
3104            /**
3105             * Performs an SQL query.
3106             *
3107             * @param sql the sql query to perform
3108             */
3109            protected void runSQL(String sql) throws SystemException {
3110                    try {
3111                            DataSource dataSource = passwordPolicyPersistence.getDataSource();
3112    
3113                            SqlUpdate sqlUpdate = SqlUpdateFactoryUtil.getSqlUpdate(dataSource,
3114                                            sql, new int[0]);
3115    
3116                            sqlUpdate.update();
3117                    }
3118                    catch (Exception e) {
3119                            throw new SystemException(e);
3120                    }
3121            }
3122    
3123            @BeanReference(type = AccountLocalService.class)
3124            protected AccountLocalService accountLocalService;
3125            @BeanReference(type = AccountService.class)
3126            protected AccountService accountService;
3127            @BeanReference(type = AccountPersistence.class)
3128            protected AccountPersistence accountPersistence;
3129            @BeanReference(type = AddressLocalService.class)
3130            protected AddressLocalService addressLocalService;
3131            @BeanReference(type = AddressService.class)
3132            protected AddressService addressService;
3133            @BeanReference(type = AddressPersistence.class)
3134            protected AddressPersistence addressPersistence;
3135            @BeanReference(type = BrowserTrackerLocalService.class)
3136            protected BrowserTrackerLocalService browserTrackerLocalService;
3137            @BeanReference(type = BrowserTrackerPersistence.class)
3138            protected BrowserTrackerPersistence browserTrackerPersistence;
3139            @BeanReference(type = ClassNameLocalService.class)
3140            protected ClassNameLocalService classNameLocalService;
3141            @BeanReference(type = ClassNameService.class)
3142            protected ClassNameService classNameService;
3143            @BeanReference(type = ClassNamePersistence.class)
3144            protected ClassNamePersistence classNamePersistence;
3145            @BeanReference(type = ClusterGroupLocalService.class)
3146            protected ClusterGroupLocalService clusterGroupLocalService;
3147            @BeanReference(type = ClusterGroupPersistence.class)
3148            protected ClusterGroupPersistence clusterGroupPersistence;
3149            @BeanReference(type = CompanyLocalService.class)
3150            protected CompanyLocalService companyLocalService;
3151            @BeanReference(type = CompanyService.class)
3152            protected CompanyService companyService;
3153            @BeanReference(type = CompanyPersistence.class)
3154            protected CompanyPersistence companyPersistence;
3155            @BeanReference(type = ContactLocalService.class)
3156            protected ContactLocalService contactLocalService;
3157            @BeanReference(type = ContactService.class)
3158            protected ContactService contactService;
3159            @BeanReference(type = ContactPersistence.class)
3160            protected ContactPersistence contactPersistence;
3161            @BeanReference(type = CountryService.class)
3162            protected CountryService countryService;
3163            @BeanReference(type = CountryPersistence.class)
3164            protected CountryPersistence countryPersistence;
3165            @BeanReference(type = EmailAddressLocalService.class)
3166            protected EmailAddressLocalService emailAddressLocalService;
3167            @BeanReference(type = EmailAddressService.class)
3168            protected EmailAddressService emailAddressService;
3169            @BeanReference(type = EmailAddressPersistence.class)
3170            protected EmailAddressPersistence emailAddressPersistence;
3171            @BeanReference(type = GroupLocalService.class)
3172            protected GroupLocalService groupLocalService;
3173            @BeanReference(type = GroupService.class)
3174            protected GroupService groupService;
3175            @BeanReference(type = GroupPersistence.class)
3176            protected GroupPersistence groupPersistence;
3177            @BeanReference(type = GroupFinder.class)
3178            protected GroupFinder groupFinder;
3179            @BeanReference(type = ImageLocalService.class)
3180            protected ImageLocalService imageLocalService;
3181            @BeanReference(type = ImageService.class)
3182            protected ImageService imageService;
3183            @BeanReference(type = ImagePersistence.class)
3184            protected ImagePersistence imagePersistence;
3185            @BeanReference(type = LayoutLocalService.class)
3186            protected LayoutLocalService layoutLocalService;
3187            @BeanReference(type = LayoutService.class)
3188            protected LayoutService layoutService;
3189            @BeanReference(type = LayoutPersistence.class)
3190            protected LayoutPersistence layoutPersistence;
3191            @BeanReference(type = LayoutFinder.class)
3192            protected LayoutFinder layoutFinder;
3193            @BeanReference(type = LayoutPrototypeLocalService.class)
3194            protected LayoutPrototypeLocalService layoutPrototypeLocalService;
3195            @BeanReference(type = LayoutPrototypeService.class)
3196            protected LayoutPrototypeService layoutPrototypeService;
3197            @BeanReference(type = LayoutPrototypePersistence.class)
3198            protected LayoutPrototypePersistence layoutPrototypePersistence;
3199            @BeanReference(type = LayoutSetLocalService.class)
3200            protected LayoutSetLocalService layoutSetLocalService;
3201            @BeanReference(type = LayoutSetService.class)
3202            protected LayoutSetService layoutSetService;
3203            @BeanReference(type = LayoutSetPersistence.class)
3204            protected LayoutSetPersistence layoutSetPersistence;
3205            @BeanReference(type = LayoutSetPrototypeLocalService.class)
3206            protected LayoutSetPrototypeLocalService layoutSetPrototypeLocalService;
3207            @BeanReference(type = LayoutSetPrototypeService.class)
3208            protected LayoutSetPrototypeService layoutSetPrototypeService;
3209            @BeanReference(type = LayoutSetPrototypePersistence.class)
3210            protected LayoutSetPrototypePersistence layoutSetPrototypePersistence;
3211            @BeanReference(type = LayoutTemplateLocalService.class)
3212            protected LayoutTemplateLocalService layoutTemplateLocalService;
3213            @BeanReference(type = ListTypeService.class)
3214            protected ListTypeService listTypeService;
3215            @BeanReference(type = ListTypePersistence.class)
3216            protected ListTypePersistence listTypePersistence;
3217            @BeanReference(type = LockLocalService.class)
3218            protected LockLocalService lockLocalService;
3219            @BeanReference(type = LockPersistence.class)
3220            protected LockPersistence lockPersistence;
3221            @BeanReference(type = MembershipRequestLocalService.class)
3222            protected MembershipRequestLocalService membershipRequestLocalService;
3223            @BeanReference(type = MembershipRequestService.class)
3224            protected MembershipRequestService membershipRequestService;
3225            @BeanReference(type = MembershipRequestPersistence.class)
3226            protected MembershipRequestPersistence membershipRequestPersistence;
3227            @BeanReference(type = OrganizationLocalService.class)
3228            protected OrganizationLocalService organizationLocalService;
3229            @BeanReference(type = OrganizationService.class)
3230            protected OrganizationService organizationService;
3231            @BeanReference(type = OrganizationPersistence.class)
3232            protected OrganizationPersistence organizationPersistence;
3233            @BeanReference(type = OrganizationFinder.class)
3234            protected OrganizationFinder organizationFinder;
3235            @BeanReference(type = OrgGroupPermissionPersistence.class)
3236            protected OrgGroupPermissionPersistence orgGroupPermissionPersistence;
3237            @BeanReference(type = OrgGroupPermissionFinder.class)
3238            protected OrgGroupPermissionFinder orgGroupPermissionFinder;
3239            @BeanReference(type = OrgGroupRolePersistence.class)
3240            protected OrgGroupRolePersistence orgGroupRolePersistence;
3241            @BeanReference(type = OrgLaborLocalService.class)
3242            protected OrgLaborLocalService orgLaborLocalService;
3243            @BeanReference(type = OrgLaborService.class)
3244            protected OrgLaborService orgLaborService;
3245            @BeanReference(type = OrgLaborPersistence.class)
3246            protected OrgLaborPersistence orgLaborPersistence;
3247            @BeanReference(type = PasswordPolicyLocalService.class)
3248            protected PasswordPolicyLocalService passwordPolicyLocalService;
3249            @BeanReference(type = PasswordPolicyService.class)
3250            protected PasswordPolicyService passwordPolicyService;
3251            @BeanReference(type = PasswordPolicyPersistence.class)
3252            protected PasswordPolicyPersistence passwordPolicyPersistence;
3253            @BeanReference(type = PasswordPolicyFinder.class)
3254            protected PasswordPolicyFinder passwordPolicyFinder;
3255            @BeanReference(type = PasswordPolicyRelLocalService.class)
3256            protected PasswordPolicyRelLocalService passwordPolicyRelLocalService;
3257            @BeanReference(type = PasswordPolicyRelPersistence.class)
3258            protected PasswordPolicyRelPersistence passwordPolicyRelPersistence;
3259            @BeanReference(type = PasswordTrackerLocalService.class)
3260            protected PasswordTrackerLocalService passwordTrackerLocalService;
3261            @BeanReference(type = PasswordTrackerPersistence.class)
3262            protected PasswordTrackerPersistence passwordTrackerPersistence;
3263            @BeanReference(type = PermissionLocalService.class)
3264            protected PermissionLocalService permissionLocalService;
3265            @BeanReference(type = PermissionService.class)
3266            protected PermissionService permissionService;
3267            @BeanReference(type = PermissionPersistence.class)
3268            protected PermissionPersistence permissionPersistence;
3269            @BeanReference(type = PermissionFinder.class)
3270            protected PermissionFinder permissionFinder;
3271            @BeanReference(type = PhoneLocalService.class)
3272            protected PhoneLocalService phoneLocalService;
3273            @BeanReference(type = PhoneService.class)
3274            protected PhoneService phoneService;
3275            @BeanReference(type = PhonePersistence.class)
3276            protected PhonePersistence phonePersistence;
3277            @BeanReference(type = PluginSettingLocalService.class)
3278            protected PluginSettingLocalService pluginSettingLocalService;
3279            @BeanReference(type = PluginSettingService.class)
3280            protected PluginSettingService pluginSettingService;
3281            @BeanReference(type = PluginSettingPersistence.class)
3282            protected PluginSettingPersistence pluginSettingPersistence;
3283            @BeanReference(type = PortalLocalService.class)
3284            protected PortalLocalService portalLocalService;
3285            @BeanReference(type = PortalService.class)
3286            protected PortalService portalService;
3287            @BeanReference(type = PortletLocalService.class)
3288            protected PortletLocalService portletLocalService;
3289            @BeanReference(type = PortletService.class)
3290            protected PortletService portletService;
3291            @BeanReference(type = PortletPersistence.class)
3292            protected PortletPersistence portletPersistence;
3293            @BeanReference(type = PortletItemLocalService.class)
3294            protected PortletItemLocalService portletItemLocalService;
3295            @BeanReference(type = PortletItemPersistence.class)
3296            protected PortletItemPersistence portletItemPersistence;
3297            @BeanReference(type = PortletPreferencesLocalService.class)
3298            protected PortletPreferencesLocalService portletPreferencesLocalService;
3299            @BeanReference(type = PortletPreferencesService.class)
3300            protected PortletPreferencesService portletPreferencesService;
3301            @BeanReference(type = PortletPreferencesPersistence.class)
3302            protected PortletPreferencesPersistence portletPreferencesPersistence;
3303            @BeanReference(type = PortletPreferencesFinder.class)
3304            protected PortletPreferencesFinder portletPreferencesFinder;
3305            @BeanReference(type = QuartzLocalService.class)
3306            protected QuartzLocalService quartzLocalService;
3307            @BeanReference(type = RegionService.class)
3308            protected RegionService regionService;
3309            @BeanReference(type = RegionPersistence.class)
3310            protected RegionPersistence regionPersistence;
3311            @BeanReference(type = ReleaseLocalService.class)
3312            protected ReleaseLocalService releaseLocalService;
3313            @BeanReference(type = ReleasePersistence.class)
3314            protected ReleasePersistence releasePersistence;
3315            @BeanReference(type = ResourceLocalService.class)
3316            protected ResourceLocalService resourceLocalService;
3317            @BeanReference(type = ResourceService.class)
3318            protected ResourceService resourceService;
3319            @BeanReference(type = ResourcePersistence.class)
3320            protected ResourcePersistence resourcePersistence;
3321            @BeanReference(type = ResourceFinder.class)
3322            protected ResourceFinder resourceFinder;
3323            @BeanReference(type = ResourceActionLocalService.class)
3324            protected ResourceActionLocalService resourceActionLocalService;
3325            @BeanReference(type = ResourceActionPersistence.class)
3326            protected ResourceActionPersistence resourceActionPersistence;
3327            @BeanReference(type = ResourceCodeLocalService.class)
3328            protected ResourceCodeLocalService resourceCodeLocalService;
3329            @BeanReference(type = ResourceCodePersistence.class)
3330            protected ResourceCodePersistence resourceCodePersistence;
3331            @BeanReference(type = ResourcePermissionLocalService.class)
3332            protected ResourcePermissionLocalService resourcePermissionLocalService;
3333            @BeanReference(type = ResourcePermissionService.class)
3334            protected ResourcePermissionService resourcePermissionService;
3335            @BeanReference(type = ResourcePermissionPersistence.class)
3336            protected ResourcePermissionPersistence resourcePermissionPersistence;
3337            @BeanReference(type = ResourcePermissionFinder.class)
3338            protected ResourcePermissionFinder resourcePermissionFinder;
3339            @BeanReference(type = RoleLocalService.class)
3340            protected RoleLocalService roleLocalService;
3341            @BeanReference(type = RoleService.class)
3342            protected RoleService roleService;
3343            @BeanReference(type = RolePersistence.class)
3344            protected RolePersistence rolePersistence;
3345            @BeanReference(type = RoleFinder.class)
3346            protected RoleFinder roleFinder;
3347            @BeanReference(type = ServiceComponentLocalService.class)
3348            protected ServiceComponentLocalService serviceComponentLocalService;
3349            @BeanReference(type = ServiceComponentPersistence.class)
3350            protected ServiceComponentPersistence serviceComponentPersistence;
3351            @BeanReference(type = ShardLocalService.class)
3352            protected ShardLocalService shardLocalService;
3353            @BeanReference(type = ShardPersistence.class)
3354            protected ShardPersistence shardPersistence;
3355            @BeanReference(type = SubscriptionLocalService.class)
3356            protected SubscriptionLocalService subscriptionLocalService;
3357            @BeanReference(type = SubscriptionPersistence.class)
3358            protected SubscriptionPersistence subscriptionPersistence;
3359            @BeanReference(type = TicketLocalService.class)
3360            protected TicketLocalService ticketLocalService;
3361            @BeanReference(type = TicketPersistence.class)
3362            protected TicketPersistence ticketPersistence;
3363            @BeanReference(type = TeamLocalService.class)
3364            protected TeamLocalService teamLocalService;
3365            @BeanReference(type = TeamService.class)
3366            protected TeamService teamService;
3367            @BeanReference(type = TeamPersistence.class)
3368            protected TeamPersistence teamPersistence;
3369            @BeanReference(type = TeamFinder.class)
3370            protected TeamFinder teamFinder;
3371            @BeanReference(type = ThemeLocalService.class)
3372            protected ThemeLocalService themeLocalService;
3373            @BeanReference(type = ThemeService.class)
3374            protected ThemeService themeService;
3375            @BeanReference(type = UserLocalService.class)
3376            protected UserLocalService userLocalService;
3377            @BeanReference(type = UserService.class)
3378            protected UserService userService;
3379            @BeanReference(type = UserPersistence.class)
3380            protected UserPersistence userPersistence;
3381            @BeanReference(type = UserFinder.class)
3382            protected UserFinder userFinder;
3383            @BeanReference(type = UserGroupLocalService.class)
3384            protected UserGroupLocalService userGroupLocalService;
3385            @BeanReference(type = UserGroupService.class)
3386            protected UserGroupService userGroupService;
3387            @BeanReference(type = UserGroupPersistence.class)
3388            protected UserGroupPersistence userGroupPersistence;
3389            @BeanReference(type = UserGroupFinder.class)
3390            protected UserGroupFinder userGroupFinder;
3391            @BeanReference(type = UserGroupGroupRoleLocalService.class)
3392            protected UserGroupGroupRoleLocalService userGroupGroupRoleLocalService;
3393            @BeanReference(type = UserGroupGroupRoleService.class)
3394            protected UserGroupGroupRoleService userGroupGroupRoleService;
3395            @BeanReference(type = UserGroupGroupRolePersistence.class)
3396            protected UserGroupGroupRolePersistence userGroupGroupRolePersistence;
3397            @BeanReference(type = UserGroupRoleLocalService.class)
3398            protected UserGroupRoleLocalService userGroupRoleLocalService;
3399            @BeanReference(type = UserGroupRoleService.class)
3400            protected UserGroupRoleService userGroupRoleService;
3401            @BeanReference(type = UserGroupRolePersistence.class)
3402            protected UserGroupRolePersistence userGroupRolePersistence;
3403            @BeanReference(type = UserGroupRoleFinder.class)
3404            protected UserGroupRoleFinder userGroupRoleFinder;
3405            @BeanReference(type = UserIdMapperLocalService.class)
3406            protected UserIdMapperLocalService userIdMapperLocalService;
3407            @BeanReference(type = UserIdMapperPersistence.class)
3408            protected UserIdMapperPersistence userIdMapperPersistence;
3409            @BeanReference(type = UserTrackerLocalService.class)
3410            protected UserTrackerLocalService userTrackerLocalService;
3411            @BeanReference(type = UserTrackerPersistence.class)
3412            protected UserTrackerPersistence userTrackerPersistence;
3413            @BeanReference(type = UserTrackerPathLocalService.class)
3414            protected UserTrackerPathLocalService userTrackerPathLocalService;
3415            @BeanReference(type = UserTrackerPathPersistence.class)
3416            protected UserTrackerPathPersistence userTrackerPathPersistence;
3417            @BeanReference(type = WebDAVPropsLocalService.class)
3418            protected WebDAVPropsLocalService webDAVPropsLocalService;
3419            @BeanReference(type = WebDAVPropsPersistence.class)
3420            protected WebDAVPropsPersistence webDAVPropsPersistence;
3421            @BeanReference(type = WebsiteLocalService.class)
3422            protected WebsiteLocalService websiteLocalService;
3423            @BeanReference(type = WebsiteService.class)
3424            protected WebsiteService websiteService;
3425            @BeanReference(type = WebsitePersistence.class)
3426            protected WebsitePersistence websitePersistence;
3427            @BeanReference(type = WorkflowDefinitionLinkLocalService.class)
3428            protected WorkflowDefinitionLinkLocalService workflowDefinitionLinkLocalService;
3429            @BeanReference(type = WorkflowDefinitionLinkPersistence.class)
3430            protected WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence;
3431            @BeanReference(type = WorkflowInstanceLinkLocalService.class)
3432            protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService;
3433            @BeanReference(type = WorkflowInstanceLinkPersistence.class)
3434            protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence;
3435            @BeanReference(type = CounterLocalService.class)
3436            protected CounterLocalService counterLocalService;
3437    }