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