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