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