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