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