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